public interface ControlButton
Modifier and Type | Method and Description |
---|---|
void |
focusControlButton()
Called when the control button is focused.
|
ControlButtonType |
getControlButtonType()
Called by the framework to check the type of the control button.
|
void |
setControlButtonText(java.lang.String text)
Called when the control button text is changed.
|
void setControlButtonText(java.lang.String text)
WizardContext.setControlButtonText(ControlButtonType, String)
.text
- the text for the buttonControlButtonType getControlButtonType()
ControlButtonType
s, implement
ControlButtonContainer
instead.void focusControlButton()
WizardContext.focusControlButton(ControlButtonType)
.