|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This is the bottom part of the dialog for showing the available actions like OK / CANCEL ...
| Method Summary | |
void |
dialogHidden()
Called once when the dialog is hidden |
void |
dialogShown()
Called once when the dialog is shown |
void |
dispose()
Freeing any inner resource |
javax.swing.JComponent |
getView()
|
void |
invokeAction(int actionId)
Invoke the following action. |
boolean |
isDialogActionSelected(int actionId)
|
void |
setDialogTarget(DialogComponent dialog)
Reset the dialog that will have this dialog footer |
void |
setEnabled(int actionId,
boolean enabled)
Enabled/Disabled an action |
void |
setModel(DialogActionModel model)
Reset the model for the buttons |
| Method Detail |
public void setModel(DialogActionModel model)
public javax.swing.JComponent getView()
public void setDialogTarget(DialogComponent dialog)
public void dialogShown()
public void dialogHidden()
public boolean isDialogActionSelected(int actionId)
true if the following action is selected
public void setEnabled(int actionId,
boolean enabled)
actionId - a dialog action idenabled - enabled or disable this actionpublic void invokeAction(int actionId)
public void dispose()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||