com.borland.primetime.wizard
Class WizardManager

java.lang.Object
  |
  +--com.borland.primetime.wizard.WizardManager

public class WizardManager
extends java.lang.Object


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

GROUP_Gallery

public static ActionGroup GROUP_Gallery

GROUP_Wizards

public static final ActionGroup GROUP_Wizards
Constructor Detail

WizardManager

public WizardManager()
Method Detail

initOpenTool

public static void initOpenTool(byte majorVersion,
                                byte minorVersion)

registerWizardAction

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.

Parameters:
wizard - The WizardAction to register with the Browser.