|
juife v0.1a |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.juife.wizard.AbstractWizardModel
public abstract class AbstractWizardModel
This class provides a skeletal implementation of the WizardModel
interface to minimize the effort required to implement this interface.
Constructor Summary | |
---|---|
AbstractWizardModel()
|
Method Summary | |
---|---|
void |
addActionListener(java.awt.event.ActionListener l)
Registers the specified ActionListener to be
notified when the current page is changed. |
protected void |
fireActionPerformed()
Notifies registered listeners that the current page has changed. |
void |
removeActionListener(java.awt.event.ActionListener l)
Removes the specified listener. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.sf.juife.wizard.WizardModel |
---|
getCurrentPage, getCurrentStep, getSteps, hasLast, hasNext, hasPrevious, last, next, previous |
Constructor Detail |
---|
public AbstractWizardModel()
Method Detail |
---|
public void addActionListener(java.awt.event.ActionListener l)
ActionListener
to be
notified when the current page is changed.
addActionListener
in interface WizardModel
l
- The ActionListener
to register.public void removeActionListener(java.awt.event.ActionListener l)
removeActionListener
in interface WizardModel
l
- The ActionListener
to remove.protected void fireActionPerformed()
|
juife v0.1a |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2005 Grigor Iliev. All rights reserved. |