juife
v0.1a

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

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

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

Methods in net.sf.juife.wizard that return WizardPage.Type
 WizardPage.Type WizardPage.getPageType()
          Gets the type of this page.
static WizardPage.Type WizardPage.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WizardPage.Type[] WizardPage.Type.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.Type
 void WizardPage.setPageType(WizardPage.Type pageType)
          Sets the type of this page.
 

Constructors in net.sf.juife.wizard with parameters of type WizardPage.Type
WizardPage(java.lang.String subtitle, java.lang.String description, WizardPage.Type pageType)
          Creates a WizardPage with the specified subtitle, description and page type.
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