Class BorderPanel
java.lang.Object
org.jline.curses.impl.AbstractComponent
org.jline.curses.impl.AbstractPanel
org.jline.curses.impl.BorderPanel
-
Nested Class Summary
Nested classes/interfaces inherited from interface Component
Component.Behavior -
Field Summary
Fields inherited from class AbstractPanel
components -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddComponent(Component component, Constraint constraint) protected Sizeprotected voidlayout()Methods inherited from class AbstractPanel
doDraw, getComponents, handleInput, handleMouse, setSizeMethods inherited from class AbstractComponent
computePreferredSize, computeRenderer, draw, enable, focus, getBehaviors, getDefaultRenderer, getParent, getPosition, getPreferredSize, getRenderer, getScreenPosition, getSize, getTheme, getWindow, isEnabled, isFocused, isIn, onFocus, onUnfocus, setBehaviors, setParent, setPosition, setPreferredSize, setRenderer, setThemeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Component
draw, enable, focus, getBehaviors, getParent, getPosition, getPreferredSize, getScreenPosition, getSize, isEnabled, isFocused, isIn, setPosition
-
Constructor Details
-
BorderPanel
public BorderPanel()
-
-
Method Details
-
addComponent
- Overrides:
addComponentin classAbstractPanel
-
doGetPreferredSize
- Specified by:
doGetPreferredSizein classAbstractComponent
-
layout
protected void layout()- Specified by:
layoutin classAbstractPanel
-