Class symantec.itools.db.beans.binding.editors.BindingWizard
All Packages Class Hierarchy This Package Previous Next Index
Class symantec.itools.db.beans.binding.editors.BindingWizard
Object
|
+----Component
|
+----Container
|
+----JComponent
|
+----JPanel
|
+----Wizard
|
+----symantec.itools.db.beans.binding.editors.BindingWizard
- public class BindingWizard
- extends Wizard
- Version:
- 1.0 10/11/98
- Author:
- Hristo Tonev
-
WIZARDPANEL_HEIGHT
-
-
WIZARDPANEL_WIDTH
-
-
WIZARD_BACKGROUNG
-
-
WIZARD_FONT
-
-
WIZARD_FONT_CHAR_WIDTH
-
-
symantec.itools.db.beans.binding.editors.BindingWizard()
- Default constructor
-
getSelectedPrjVObj()
-
-
invokeHelp()
- Is called when F1 is hit.
-
main(String[])
-
-
reinitGUI()
- Override some of the base class GUI settings
-
setSelectedPrjVObj(VisualObject)
-
-
setVisible(boolean)
- Shows or hides the component depending on the boolean flag b.
WIZARDPANEL_HEIGHT
public static int WIZARDPANEL_HEIGHT
WIZARDPANEL_WIDTH
public static int WIZARDPANEL_WIDTH
WIZARD_BACKGROUNG
public static final java.awt.Color WIZARD_BACKGROUNG
WIZARD_FONT
public static java.awt.Font WIZARD_FONT
WIZARD_FONT_CHAR_WIDTH
public static int WIZARD_FONT_CHAR_WIDTH
BindingWizard
public BindingWizard()
- Default constructor
getSelectedPrjVObj
public com.symantec.itools.vcafe.openapi.VisualObject getSelectedPrjVObj()
-
- Returns:
- the VisualObject selected on the project
invokeHelp
public void invokeHelp()
- Is called when F1 is hit.
main
public static void main(String[] args)
reinitGUI
protected void reinitGUI()
- Override some of the base class GUI settings
setSelectedPrjVObj
public void setSelectedPrjVObj(VisualObject vObj)
-
- Parameters:
- vObj - is the new selected VisualObject
setVisible
public void setVisible(boolean b)
- Shows or hides the component depending on the boolean flag b.
- Parameters:
- b - if true, show the component; otherwise, hide the component.
- Overrides:
- setVisible in class JComponent
- See Also:
- isVisible
All Packages Class Hierarchy This Package Previous Next Index