public class Box extends Container
_components, _currentFocus, _insets, _isValid, _layoutMgr, _minimumSize, _size_alignmentX, _alignmentY, _background, _cursesColor, _enabled, _focusListeners, _foreground, _keyListeners, _origin, _parent, _visible, BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT| Constructor and Description |
|---|
Box(int axis_) |
| Modifier and Type | Method and Description |
|---|---|
void |
createGlue()
Does nothing; it's here for compatibility with Swing.
|
static Box |
createHorizontalBox()
Convenience method for creating a Box with horizontal axis.
|
static Box |
createVerticalBox()
Convenience method for creating a Box with vertical axis.
|
add, add, debug, doLayout, draw, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentAt, getComponentCount, getComponents, getCurrentFocus, getHeight, getInsets, getSize, getWidth, invalidate, isFocusTraversable, isValid, minimumSize, nextFocus, previousFocus, processKeyEvent, remove, requestFocus, setBackground, setBounds, setBounds, setBounds, setFocus, setForeground, setHeight, setLayout, setSize, setSize, setWidth, validateaddFocusListener, addKeyListener, contains, contains, getAlignmentX, getAlignmentY, getAncestorWindow, getBackground, getBounds, getCursesColor, getForeground, getLocation, getLocationOnScreen, getName, getParent, hasFocus, hide, isDisplayed, isEnabled, isRecursivelyVisible, isTotallyObscured, isVisible, processEvent, processFocusEvent, processMouseEvent, repaint, requestSync, setEnabled, setLocation, setLocation, setName, setParent, setVisible, show, validateCursesColorpublic void createGlue()
public static Box createVerticalBox()
public static Box createHorizontalBox()