juife
v0.1a

Uses of Class
net.sf.juife.wizard.WizardPage.OptionalButtons

Packages that use WizardPage.OptionalButtons
net.sf.juife.wizard Provides classes and interfaces for dealing with net.sf.juife.Wizard
 

Uses of WizardPage.OptionalButtons in net.sf.juife.wizard
 

Methods in net.sf.juife.wizard that return WizardPage.OptionalButtons
 WizardPage.OptionalButtons WizardPage.getOptionalButtons()
          Determines the optional buttons that will be shown in the wizard when this page becomes current.
static WizardPage.OptionalButtons WizardPage.OptionalButtons.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WizardPage.OptionalButtons[] WizardPage.OptionalButtons.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in net.sf.juife.wizard with parameters of type WizardPage.OptionalButtons
 void WizardPage.setOptionalButtons(WizardPage.OptionalButtons optionalButtons)
          Sets the optional buttons to be displayed in the wizard when this page becomes current.
 

Constructors in net.sf.juife.wizard with parameters of type WizardPage.OptionalButtons
ConfirmationPage(java.lang.String subtitle, java.lang.String description, WizardPage.OptionalButtons optionalButtons)
          Creates a ConfirmationPage with the specified subtitle, description and optional buttons.
OverviewPage(java.lang.String subtitle, java.lang.String description, WizardPage.OptionalButtons optionalButtons)
          Creates a OverviewPage with the specified subtitle, description and optional buttons.
ProgressPage(java.lang.String subtitle, java.lang.String description, WizardPage.OptionalButtons optionalButtons)
          Creates a ProgressPage with the specified subtitle, description and optional buttons.
UserInputPage(java.lang.String subtitle, java.lang.String description, WizardPage.OptionalButtons optionalButtons)
          Creates a UserInputPage with the specified subtitle, description and optional buttons.
UserInputPage(java.lang.String subtitle, java.lang.String description, WizardPage.OptionalButtons optionalButtons, javax.swing.JPanel mainPane)
          Creates a UserInputPage with the specified subtitle, description, optional button(s) and main pane.
WizardPage(java.lang.String subtitle, java.lang.String description, WizardPage.Type pageType, WizardPage.OptionalButtons optionalButtons)
          Creates a WizardPage with the specified subtitle, description, page type and optional buttons.
 


juife
v0.1a

Copyright © 2005 Grigor Iliev. All rights reserved. SourceForge.net Logo