|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Action
Simple action taken at steps in an Object Wizard. The implementation should carry any state to complete the action. Actions allow the user to proceed from one step in the wizard to the next step. If the status of the object wizard is not CANCEL or FINISH, there must be a CANCEL option along with at least one other action to walk the user through the wizard. CANCEL allows the user to cancel the operation.
ObjectWizard.getNextStep(Action)
Method Summary | |
---|---|
String |
getDisplayName()
Deprecated. Gets the "displayName" attribute. |
boolean |
isDisabled()
Deprecated. This is used to indicate to the tool whether an action is disabled or not. |
Method Detail |
---|
String getDisplayName()
null
.
Name that will appear on the GUI.
This is a locale specific object that must be separated to a ResourceBundle, translated, and retrieved using the locale of the tool environment.
null
must never be returned.ResourceBundle
,
MessageFormat
boolean isDisabled()
The check for whether the action is disabled or not must be made on the currently applied properties for the object wizard step. this function may be called multiple times and hence it is recommended that the implementation of this function be efficient.
false
.ObjectWizardStep.applyProperties(PropertyGroup)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |