Class symantec.itools.db.beans.brl.adapter.editors.DerivColumnsPage
All Packages Class Hierarchy This Package Previous Next Index
Class symantec.itools.db.beans.brl.adapter.editors.DerivColumnsPage
Object
|
+----Component
|
+----Container
|
+----JComponent
|
+----JPanel
|
+----WizardPanel
|
+----symantec.itools.db.beans.brl.adapter.editors.DerivColumnsPage
- public class DerivColumnsPage
- extends WizardPanel
- implements PropertyChangeListener
Page which is used to specify the columns that participate in the
derivation business rule
- Version:
- 1.0 06/18/98
- Author:
- Puru Balakrishnan
-
firstTime
-
-
imageLabel
-
-
implPanel
-
-
instrTextPanel
-
-
itemLis
-
-
northPanel
-
-
rootPane
-
-
selectedCols
-
-
symantec.itools.db.beans.brl.adapter.editors.DerivColumnsPage(DerivWizardController)
-
-
cancel()
-
-
entering()
-
-
exiting()
-
-
getSelectedCols()
-
-
initControls()
-
-
isBrowsing()
-
-
main(String[])
-
-
propertyChange(PropertyChangeEvent)
- propertyChange event
-
showSelectedColumns(CompColInputMember[])
-
firstTime
protected boolean firstTime
imageLabel
protected com.sun.java.swing.JLabel imageLabel
implPanel
protected symantec.itools.db.beans.brl.adapter.editors.DerivColumnEditorImplPanel implPanel
instrTextPanel
protected com.sun.java.swing.JPanel instrTextPanel
itemLis
protected java.awt.event.ItemListener itemLis
northPanel
protected com.sun.java.swing.JPanel northPanel
rootPane
protected com.sun.java.swing.JRootPane rootPane
selectedCols
protected symantec.itools.db.beans.brl.CompColInputMember[] selectedCols
DerivColumnsPage
protected DerivColumnsPage(DerivWizardController c)
cancel
public void cancel()
-
- Overrides:
- cancel in class WizardPanel
entering
public void entering()
-
- Overrides:
- entering in class WizardPanel
exiting
public boolean exiting()
-
- Overrides:
- exiting in class WizardPanel
getSelectedCols
public symantec.itools.db.beans.brl.CompColInputMember[] getSelectedCols()
initControls
protected void initControls()
isBrowsing
public boolean isBrowsing()
main
public static void main(String[] args)
propertyChange
public void propertyChange(PropertyChangeEvent e)
- propertyChange event
showSelectedColumns
public void showSelectedColumns(CompColInputMember[] cols)
All Packages Class Hierarchy This Package Previous Next Index