|
|||||||||
Home >> All >> javax >> ide >> [ wizard overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
javax.ide.wizard
Interface Wizard

- public interface Wizard
The Wizard interface is used to implement javax.ide.model.Document creation wizards based dialogs. When a user completes the steps in a wizard, a new document is generally added to the current project.
It is up to the individual IDEs to determine where users access these wizards.
Method Summary | |
boolean |
invoke(javax.ide.command.Context context)
Invokes the object, usually called by the IDE from the button that launches the wizard. |
boolean |
isAvailable(javax.ide.command.Context context)
Called when the availability of the wizard must be determined. |
Method Detail |
invoke
public boolean invoke(javax.ide.command.Context context)
- Invokes the object, usually called by the IDE from the button that
launches the wizard.
isAvailable
public boolean isAvailable(javax.ide.command.Context context)
- Called when the availability of the wizard must be determined. IDE can
use the returned value to control the sensitivity of the GUI component
that launces this wizard.
|
|||||||||
Home >> All >> javax >> ide >> [ wizard overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |