|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.beamertool.admin.wizard.WizardModel
public class WizardModel
The model for the Wizard component, which tracks the text, icons, and enabled state of each of the buttons, as well as the current panel that is displayed. Note that the model, in its current form, is not intended to be subclassed.
| Field Summary | |
|---|---|
static String |
BACK_BUTTON_ENABLED_PROPERTY
Property identification String for the Back button's enabled state |
static String |
BACK_BUTTON_ICON_PROPERTY
Property identification String for the Back button's icon |
static String |
BACK_BUTTON_TEXT_PROPERTY
Property identification String for the Back button's text |
static String |
CANCEL_BUTTON_ENABLED_PROPERTY
Property identification String for the Cancel button's enabled state |
static String |
CANCEL_BUTTON_ICON_PROPERTY
Property identification String for the Cancel button's icon |
static String |
CANCEL_BUTTON_TEXT_PROPERTY
Property identification String for the Cancel button's text |
static String |
CURRENT_PANEL_DESCRIPTOR_PROPERTY
Identification string for the current panel. |
static String |
NEXT_FINISH_BUTTON_ENABLED_PROPERTY
Property identification String for the Next button's enabled state |
static String |
NEXT_FINISH_BUTTON_ICON_PROPERTY
Property identification String for the Next button's icon |
static String |
NEXT_FINISH_BUTTON_TEXT_PROPERTY
Property identification String for the Next button's text |
| Constructor Summary | |
|---|---|
WizardModel()
Default constructor. |
|
| Method Summary | |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener p)
|
void |
removePropertyChangeListener(PropertyChangeListener p)
|
void |
setNextFinishButtonIcon(Icon newIcon)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String CURRENT_PANEL_DESCRIPTOR_PROPERTY
public static final String BACK_BUTTON_TEXT_PROPERTY
public static final String BACK_BUTTON_ICON_PROPERTY
public static final String BACK_BUTTON_ENABLED_PROPERTY
public static final String NEXT_FINISH_BUTTON_TEXT_PROPERTY
public static final String NEXT_FINISH_BUTTON_ICON_PROPERTY
public static final String NEXT_FINISH_BUTTON_ENABLED_PROPERTY
public static final String CANCEL_BUTTON_TEXT_PROPERTY
public static final String CANCEL_BUTTON_ICON_PROPERTY
public static final String CANCEL_BUTTON_ENABLED_PROPERTY
| Constructor Detail |
|---|
public WizardModel()
| Method Detail |
|---|
public void setNextFinishButtonIcon(Icon newIcon)
public void addPropertyChangeListener(PropertyChangeListener p)
public void removePropertyChangeListener(PropertyChangeListener p)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||