Inheritance diagram for com.arcle.rmt.superwaba.ui.CommandWindow:
Public Member Functions | |
CommandWindow (String title, byte borderStyle) | |
abstract Button[] | getCommandButtons () |
Strategy Method that returns the command buttons to be placed at the bottom of the window. | |
Protected Member Functions | |
void | layoutChildren () |
Places the command buttons at the bottom of the window. | |
int | getBottomMargin () |
Returns the amount of vertical space, in pixels, reserved for the row of command buttons. | |
Private Attributes | |
int | bottomMargin = 0 |
Vertical space reserved for the command buttons. |
Definition at line 75 of file CommandWindow.java.
|
Definition at line 76 of file CommandWindow.java. |
|
Returns the amount of vertical space, in pixels, reserved for the row of command buttons. Controls laid out by derived classes should not overlap this reserved region. Definition at line 120 of file CommandWindow.java. References com.arcle.rmt.superwaba.ui.CommandWindow.bottomMargin. Referenced by com.arcle.rmt.superwaba.ui.CategoryWindow.switchPanel(). |
|
Strategy Method that returns the command buttons to be placed at the bottom of the window.
Implemented in com.arcle.rmt.superwaba.ui.CategoryWindow. Referenced by com.arcle.rmt.superwaba.ui.CommandWindow.layoutChildren(). |
|
Places the command buttons at the bottom of the window.
Implements com.arcle.rmt.superwaba.ui.WindowBase. Reimplemented in com.arcle.rmt.superwaba.ui.CategoryWindow. Definition at line 95 of file CommandWindow.java. References com.arcle.rmt.superwaba.ui.CommandWindow.bottomMargin, and com.arcle.rmt.superwaba.ui.CommandWindow.getCommandButtons(). |
|
Vertical space reserved for the command buttons.
Definition at line 127 of file CommandWindow.java. Referenced by com.arcle.rmt.superwaba.ui.CommandWindow.getBottomMargin(), and com.arcle.rmt.superwaba.ui.CommandWindow.layoutChildren(). |