|
juife v0.1a |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WizardModel | |
---|---|
net.sf.juife | Provides a set of common components and useful utilities that are missing in the Java 2 Platform Standard Edition. |
net.sf.juife.wizard | Provides classes and interfaces for dealing with net.sf.juife.Wizard . |
Uses of WizardModel in net.sf.juife |
---|
Methods in net.sf.juife that return WizardModel | |
---|---|
WizardModel |
Wizard.getModel()
Gets the model of this wizard. |
Methods in net.sf.juife with parameters of type WizardModel | |
---|---|
void |
Wizard.setModel(WizardModel model)
Sets the model of this wizard. |
Constructors in net.sf.juife with parameters of type WizardModel | |
---|---|
Wizard(java.awt.Dialog owner,
java.lang.String title,
WizardModel model)
Creates a new wizard with the specified title, owner and model. |
|
Wizard(java.awt.Frame owner,
java.lang.String title,
WizardModel model)
Creates a new wizard with the specified title, owner and model. |
Uses of WizardModel in net.sf.juife.wizard |
---|
Classes in net.sf.juife.wizard that implement WizardModel | |
---|---|
class |
AbstractWizardModel
This class provides a skeletal implementation of the WizardModel
interface to minimize the effort required to implement this interface. |
class |
DefaultWizardModel
Default implementation of the WizardModel interface. |
|
juife v0.1a |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 2005 Grigor Iliev. All rights reserved. |