|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectpt.moredata.wizard.SimpleWizard
SimpleWizard.java
Classe mãe (base) para construção de wizards
Toda a interacção do programador com os wizards é por intermédio desta
classe e da classe relativa a cada acção.
Funciona com base no modelo MVC
Company MoreData
| Field Summary |
| Fields inherited from interface pt.moredata.wizard.Wizard |
CANCEL, FINISH |
| Constructor Summary | |
SimpleWizard(java.awt.Frame parent)
|
|
| Method Summary | |
boolean |
isModal()
Indicates whether the dialog is modal. |
void |
setActions(int actionOrder,
WizardAction action)
Afecta a acção na ordem pretendida |
void |
setActions(WizardAction action)
Afecta a acção na ordem pretendida |
void |
setModal(boolean b)
Specifies whether this dialog should be modal. |
void |
setParent(java.awt.Component parent)
Setter for property parent. |
void |
setTitle(java.lang.String title)
Altera o nome da janela do wizard. |
int |
showWizard()
Mostra o wizard para que o utilizador inicie a sua interacção e fiaca a espera de uma resposta. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SimpleWizard(java.awt.Frame parent)
| Method Detail |
public void setActions(int actionOrder,
WizardAction action)
setActions in interface Wizardpublic void setActions(WizardAction action)
setActions in interface Wizardpublic int showWizard()
showWizard in interface Wizardpublic void setTitle(java.lang.String title)
setTitle in interface Wizardtitle - O novo titulo da janela do wizard.public void setParent(java.awt.Component parent)
setParent in interface Wizardparent - New value of property parent.public boolean isModal()
true if this dialog window is modal;
false otherwise.public void setModal(boolean b)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||