juife
v0.1a
A B C D E F G H I J L M N O P R S T U V W

W

Wizard - Class in net.sf.juife
The main class for creating wizards that conforms to the wizard's guidelines provided in Java Look and Feel Design Guidelines: Advanced Topics book.
Wizard(Frame, String) - Constructor for class net.sf.juife.Wizard
Creates a new wizard with the specified title and owner.
Wizard(Frame, String, WizardModel) - Constructor for class net.sf.juife.Wizard
Creates a new wizard with the specified title, owner and model.
Wizard(Dialog, String) - Constructor for class net.sf.juife.Wizard
Creates a new wizard with the specified title and owner.
Wizard(Dialog, String, WizardModel) - Constructor for class net.sf.juife.Wizard
Creates a new wizard with the specified title, owner and model.
WizardModel - Interface in net.sf.juife.wizard
This interface defines a suitable data model for a Wizard.
WizardPage - Class in net.sf.juife.wizard
The base class for all types of wizard pages.
WizardPage() - Constructor for class net.sf.juife.wizard.WizardPage
Creates a new WizardPage with null subtitle and description.
WizardPage(String) - Constructor for class net.sf.juife.wizard.WizardPage
Creates a WizardPage with the specified subtitle and null description.
WizardPage(String, String) - Constructor for class net.sf.juife.wizard.WizardPage
Creates a WizardPage with the specified subtitle and description.
WizardPage(String, String, WizardPage.Type) - Constructor for class net.sf.juife.wizard.WizardPage
Creates a WizardPage with the specified subtitle, description and page type.
WizardPage(String, String, WizardPage.Type, WizardPage.OptionalButtons) - Constructor for class net.sf.juife.wizard.WizardPage
Creates a WizardPage with the specified subtitle, description, page type and optional buttons.
WizardPage.OptionalButtons - Enum in net.sf.juife.wizard
Represents the optional buttons to be shown in the wizard when the page becomes current.
WizardPage.Type - Enum in net.sf.juife.wizard
Represents the type of a wizard page.
WizardUI - Class in net.sf.juife.plaf
Pluggable look and feel interface for Wizard.
WizardUI() - Constructor for class net.sf.juife.plaf.WizardUI
 

juife
v0.1a
A B C D E F G H I J L M N O P R S T U V W
Copyright © 2005 Grigor Iliev. All rights reserved. SourceForge.net Logo