public class JSeparator extends Component
_alignmentX, _alignmentY, _background, _cursesColor, _enabled, _focusListeners, _foreground, _keyListeners, _origin, _parent, _visible, BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
Constructor and Description |
---|
JSeparator()
Create a separator
|
Modifier and Type | Method and Description |
---|---|
void |
debug(int level_)
Outputs a textual description of this component to stderr.
|
void |
draw()
To be implemented by concrete subclasses.
|
int |
getHeight() |
Dimension |
getSize() |
int |
getWidth() |
boolean |
isFocusTraversable()
Determines whether this component will accept the keyboard focus
during keyboard traversal.
|
Dimension |
minimumSize() |
void |
requestFocus()
This is never invoked.
|
addFocusListener, addKeyListener, contains, contains, getAlignmentX, getAlignmentY, getAncestorWindow, getBackground, getBounds, getCursesColor, getForeground, getLocation, getLocationOnScreen, getName, getParent, hasFocus, hide, invalidate, isDisplayed, isEnabled, isRecursivelyVisible, isTotallyObscured, isValid, isVisible, processEvent, processFocusEvent, processKeyEvent, processMouseEvent, repaint, requestSync, setBackground, setBounds, setBounds, setBounds, setEnabled, setForeground, setLocation, setLocation, setName, setParent, setVisible, show, validate, validateCursesColor
public void draw()
Component
public boolean isFocusTraversable()
isFocusTraversable
in class Component
public Dimension minimumSize()
minimumSize
in class Component
public void requestFocus()
requestFocus
in class Component