|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectpt.despodata.java.wizard.DDWizAction
| Constructor Summary | |
DDWizAction()
|
|
| Method Summary | |
void |
addDDWizActionListener(DDWizActionListener l)
Adiciona um listener (DDWizActionListener) para o evento DDWizActionListener |
java.util.ArrayList |
getComment()
|
javax.swing.JPanel |
getForm()
Devolve o form especifico associado a esta acção |
void |
removeDDWizActionListener(DDWizActionListener l)
Remove um listener do DDWizAction |
void |
saveActionData()
Salva no modelo os dados ainda não guardados relativamente a esta acção |
void |
setComment(java.util.ArrayList _comments)
|
void |
setComment(java.lang.String _comment)
Afecta a propriedade que define o comentário adicional a apresentar nesta acção |
void |
setForm(javax.swing.JPanel _form)
Afecta a propriedade que define o form usado nesta acção do wizard |
void |
setWizardGui(pt.despodata.java.wizard.DDWizSwingGUI _wizardGui)
Afecta o gui usado no wizard ??? |
void |
showActionData()
Mostra no form os dados relativos a esta acção |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DDWizAction()
| Method Detail |
public void setForm(javax.swing.JPanel _form)
_form - Painel a inserir nesta acção do wizard
public javax.swing.JPanel getForm()
public void setComment(java.lang.String _comment)
_comment - String com comentário que deve ser apresentadopublic void setComment(java.util.ArrayList _comments)
public java.util.ArrayList getComment()
public void setWizardGui(pt.despodata.java.wizard.DDWizSwingGUI _wizardGui)
public void saveActionData()
public void showActionData()
public void addDDWizActionListener(DDWizActionListener l)
l - Listener a adicionarpublic void removeDDWizActionListener(DDWizActionListener l)
l - Listener a remover
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||