Method Summary |
|
abstract public void | evaluateBackButtonClick() Hook, allowing the component's UI to execute some custom logic when the user
activates the standard Back button. |
abstract public void | evaluateCancelButtonClick() Hook, allowing the component's UI to execute some custom logic when the user
activates the standard Cancel button. |
abstract public void | evaluateHelpButtonClick() Hook, allowing the component's UI to execute some custom logic when the user
activates the standard Help button. |
abstract public void | evaluateNextButtonClick() Hook, allowing the component's UI to execute some custom logic when the user
activates the standard Next button. |
abstract public NbiButton | getDefaultEnterButton() Returns the button which should be activated when the user presses the
Enter key. |
abstract public NbiButton | getDefaultEscapeButton() Returns the button which should be activated when the user presses the
Escape key. |
abstract public JComponent | getDefaultFocusOwner() Returns the Swing component which should have focus when this UI is shown. |
abstract public String | getDescription() Returns the description of the component. |
abstract public String | getTitle() Returns the title of the component. |