|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Method Summary | |
void |
addComponentStatusChangedListener(ComponentStatusChangedListener CSCL)
Adds a listener to be notified of status changes for this component |
void |
addDependency(SetupComponent Dep)
Adds a dependency for this component. |
boolean |
canFinish()
Verifies if this component allows the termination of the setup |
boolean |
completed()
Completed means that it can have a passed/failed state This is rather a hint for the parent container |
void |
enter()
Called to activate this component |
boolean |
finish()
Called after the user pressed the finish button |
LinkedList |
getDependencies()
Returns the dependencies of this component |
Component |
getLabel()
Returns this component's label |
String |
getTitle()
Returns the title of this component |
Object |
getVisualComponent()
Returns the visual (swing) component of this component |
boolean |
leave()
Called before de-activating this component If this method fails (by returning false) the parent container should not continue the
activation of the next component. |
void |
setLabel(Component Label)
Sets the label of this component. |
boolean |
verify()
Verifies if the settings in this component appear to be correct |
| Method Detail |
public void enter()
public boolean leave()
false) the parent container should not continue the
activation of the next component.
true if the de-activation is confirmedpublic boolean finish()
public String getTitle()
public Object getVisualComponent()
public void addComponentStatusChangedListener(ComponentStatusChangedListener CSCL)
CSCL - public void addDependency(SetupComponent Dep)
true
Dep - The feature to be added to the Dependency attributepublic LinkedList getDependencies()
public boolean completed()
public boolean verify()
public boolean canFinish()
public void setLabel(Component Label)
Label - A Swing Component to be used as the labelpublic Component getLabel()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||