|
Extension SDK 10.1.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
BasicWizardPage is an interface that must be implemented by pages used by a BasicWizard implementation.
Field Summary | |
static java.lang.String |
COMPLETE_PROPERTY
JavaBeans property indicating whether this page is in a complete state (i.e. |
Method Summary | |
void |
addPropertyChangeListener(java.lang.String property,
java.beans.PropertyChangeListener pcl)
Add a property change listener |
void |
completeValueChanged()
Subclasses call this when the complete property may have changed. |
boolean |
doValidation()
The page should do any validation on the values set in the page. |
java.lang.String |
getHelpTopic()
Get the help topic for this page. |
java.awt.Component |
getInitialFocus()
The subclass must implement this to return the intial component that should recieve focus on this page. |
javax.swing.JPanel |
getPanel()
Get the panel for this page |
boolean |
isComplete()
Determine whether all mandatory fields on this page have values. |
void |
pageDeselected()
Called when the page has been deselected. |
void |
pageSelected(boolean forwardMove)
Called when a page is selected. |
void |
removePropertyChangeListener(java.lang.String property,
java.beans.PropertyChangeListener pcl)
Remove a property change listener |
void |
save()
Save the value of controls on the page. |
void |
setWizard(BasicWizard wiz)
The wizard calls this to register itself with the page after the page has been constructed. |
Field Detail |
public static final java.lang.String COMPLETE_PROPERTY
Method Detail |
public void setWizard(BasicWizard wiz)
public boolean isComplete()
public java.lang.String getHelpTopic()
public java.awt.Component getInitialFocus()
public void pageDeselected()
public boolean doValidation()
public void pageSelected(boolean forwardMove)
forwardMove
- true if the user moved forward into this page, false
if he moved backwards.public void completeValueChanged()
public void addPropertyChangeListener(java.lang.String property, java.beans.PropertyChangeListener pcl)
public void removePropertyChangeListener(java.lang.String property, java.beans.PropertyChangeListener pcl)
public javax.swing.JPanel getPanel()
public void save()
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.