|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IButtonHandler
Handler for custom button in WizardBase
. If users want to add
more buttons in WizardBase
, need to implement this interface
and add it in by invoking WizardBase.addCustomButton()
.
Method Summary | |
---|---|
Button |
getButton()
Returns the button control. |
int |
getId()
Returns ID for the custom button. |
java.lang.String |
getLabel()
Returns Label for the custom button. |
void |
run()
Runs the operation user defined when pressing the button. |
void |
setButton(Button button)
Restores the button control for later use. |
Method Detail |
---|
int getId()
WizardBase
.
IDialogConstants
java.lang.String getLabel()
void setButton(Button button)
WizardBase
button
- button controlButton getButton()
void run()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |