A C D E F G H I K M N O P R S T U V W

G

getAllSteps() - Method in class org.netbeans.spi.wizard.Wizard
Get the string IDs of all known steps in this wizard, terminating with UNDETERMINED_STEP if subsequent steps of the wizard depend on the user's interaction beyond that point.
getCurrentStep() - Method in class org.netbeans.spi.wizard.Wizard
Get the current step the wizard is on, as determined by the most recent call to navigatingTo().
getForwardNavigationMode() - Method in class org.netbeans.spi.wizard.Wizard
Get the navigation mode, which determines the enablement state of the Next and Finish buttons.
getLocalizedMessage() - Method in exception org.netbeans.spi.wizard.WizardException
 
getLongDescription(String) - Method in class org.netbeans.spi.wizard.Wizard
Get a long description for this panel.
getLongDescription() - Method in class org.netbeans.spi.wizard.WizardPage
Get the long description of this page, which should be used in the title area of the wizard's UI if non-null.
getLongDescription(String) - Method in class org.netbeans.spi.wizard.WizardPanelProvider
This method can optionally be overridden to provide a longer description of a step to be shown in the top of its panel.
getMapKeyFor(Component) - Method in class org.netbeans.spi.wizard.WizardPage
Get the map key that should be used to automatically put the value represented by this component into the wizard data map.
getNextStep() - Method in class org.netbeans.spi.wizard.Wizard
Get the id of the step that comes after current step returned by getCurrentStep().
getPanelProviderForStep(String, Map) - Method in class org.netbeans.spi.wizard.WizardBranchController
Override this method to return a WizardPanelProvider representing the steps from here to the final step of the wizard, varying the returned object based on the contents of the map and the step in question.
getPreviousStep() - Method in class org.netbeans.spi.wizard.Wizard
Get the id of the preceding step to the current one as returned by getCurrentStep(), or null if the current step is the first page of the wizard.
getProblem() - Method in class org.netbeans.spi.wizard.Wizard
Get the problem string that should be displayed to the user.
getResult() - Method in class org.netbeans.spi.wizard.Summary
Get the object that represents the actual result of whatever the Wizard that created this Summary object computes.
getStepDescription(String) - Method in class org.netbeans.spi.wizard.Wizard
Get a localized String description of the step for the passed id, which may be displayed in the UI of the wizard.
getStepToReturnTo() - Method in exception org.netbeans.spi.wizard.WizardException
 
getSummaryComponent() - Method in class org.netbeans.spi.wizard.Summary
Get the component that will display the summary information.
getTitle() - Method in class org.netbeans.spi.wizard.Wizard
Get the title of the Wizard that should be displayed in its dialog titlebar (if any).
getWizardData(Object) - Method in class org.netbeans.spi.wizard.WizardPage
Retrieve a value stored in the wizard map, which may have been putWizardData there by this panel or any previous panel in the wizard which contains this panel.
getWizardDataKeys() - Method in class org.netbeans.spi.wizard.WizardPage
Returns all of the keys in the wizard data map.
getWizardDataMap() - Method in class org.netbeans.spi.wizard.WizardPage
Get the settings map into which the wizard gathers settings.
getWizardForStep(String, Map) - Method in class org.netbeans.spi.wizard.WizardBranchController
Get the wizard which represents the subsequent panes after this step.

A C D E F G H I K M N O P R S T U V W