|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Standard interface for components which will be used in a Wizard.
Method Summary | |
java.awt.Component |
getComponent()
Get the component. |
java.lang.String |
getDescription()
Get a text description. |
java.awt.Component |
getInitialFocus()
Get the component which gets the initial focus. |
java.lang.String |
getTitle()
Get the title of the component. |
void |
hideWizardComponent()
Invoked when this component is hidden. |
void |
setWizard(Wizard wizard)
Set the wizard. |
void |
showWizardComponent()
Invoked when this component is shown. |
Method Detail |
public void setWizard(Wizard wizard)
wizard
- The wizardpublic void showWizardComponent()
public void hideWizardComponent()
public java.awt.Component getComponent()
public java.awt.Component getInitialFocus()
public java.lang.String getDescription()
public java.lang.String getTitle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |