|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.patterncoder.wizard.WizardPanelDescriptor
public class WizardPanelDescriptor
This class is used to hold details of a stage within the wizard. Details include the Component which is displayed and the next and previous steps.
Constructor Summary | |
---|---|
WizardPanelDescriptor(java.lang.Object panelID,
java.lang.Object next,
java.lang.Object previous,
java.lang.String step,
java.lang.String desc,
AbstractWizardPanel panel)
Creates a new instance of WizardPanelDescriptor, giving variable values for each of the required variables of this class. |
Method Summary | |
---|---|
void |
closingPanel()
|
void |
displayingPanel()
|
java.lang.Object |
getNextPanelID()
Returns the identity oblect value of the next step inline to be displayed. |
javax.swing.JPanel |
getPanel()
Returns the component registered. |
java.lang.Object |
getPanelID()
returns the id value of this descriptor. |
java.lang.Object |
getPreviousPanelID()
Returns the identity object value of the previous step inline to be displayed. |
java.lang.String |
getStep()
Returns the step string supplied when created. |
java.lang.String |
getStepDesc()
Returns the step description. |
int |
getStepNumber()
Returns an integer value representing the position of this panel in the wizard process. |
void |
setNextPanelID(java.lang.Object id)
Sets the next Panel id. |
void |
setPreviousID(java.lang.Object id)
Sets the previous panel id. |
void |
setStepNum(int num)
Sets step number value of this descriptor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WizardPanelDescriptor(java.lang.Object panelID, java.lang.Object next, java.lang.Object previous, java.lang.String step, java.lang.String desc, AbstractWizardPanel panel)
panelID
- the id used to identify this panel.next
- the id of the panel next inline in the wizard.previous
- the id of the panel previously inline in the wizard.step
- the step name, displayed in bold at the top of the wizard.desc
- the description of the stage of the wizard, displayed at the top of the wizard.panel
- the component which is displayed.Method Detail |
---|
public java.lang.String getStep()
public java.lang.String getStepDesc()
public javax.swing.JPanel getPanel()
public java.lang.Object getPanelID()
public java.lang.Object getNextPanelID()
public java.lang.Object getPreviousPanelID()
public void setNextPanelID(java.lang.Object id)
id
- the panel id.public void setPreviousID(java.lang.Object id)
id
- the panel id.public int getStepNumber()
public void setStepNum(int num)
num
- the step number value.public void closingPanel() throws PatternCoderException
PatternCoderException
public void displayingPanel() throws PatternCoderException
PatternCoderException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |