|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.borland.primetime.wizard.WizardManager
Field Summary | |
static ActionGroup |
GROUP_Gallery
|
static ActionGroup |
GROUP_Wizards
|
Constructor Summary | |
WizardManager()
|
Method Summary | |
static void |
initOpenTool(byte majorVersion,
byte minorVersion)
|
static void |
registerWizardAction(WizardAction wizard)
Registers a WizardAction (and its associated Wizard) with the Browser. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public static ActionGroup GROUP_Gallery
public static final ActionGroup GROUP_Wizards
Constructor Detail |
public WizardManager()
Method Detail |
public static void initOpenTool(byte majorVersion, byte minorVersion)
public static void registerWizardAction(WizardAction wizard)
Registers a WizardAction (and its associated Wizard) with the Browser.
WizardActions that have their 'galleryWizard' property set to true are placed in the Gallery list. If the 'galleryWizard' property is false, the WizardAction is placed on the regular Wizards list. In either case, the WizardAction is put in the approprate category based on the WizardAction's 'category' (String) property setting. WizardActions with no 'category' setting are placed in the 'New' list in the Gallery, or on the top-level of the Wizards list.
wizard
- The WizardAction to register with the Browser.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |