Package org.jline.curses
Interface Window
- All Known Implementing Classes:
AbstractWindow
,BasicWindow
,Menu.MenuWindow
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jline.curses.Component
Component.Behavior
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
void
default Collection
<Component> Returns a read-only collection of all contained components.getGUI()
getTitle()
void
setComponent
(Component component) void
Methods inherited from interface org.jline.curses.Component
draw, enable, focus, getBehaviors, getParent, getPosition, getPreferredSize, getScreenPosition, getSize, handleInput, handleMouse, isEnabled, isFocused, isIn, setPosition, setSize
-
Method Details
-
getTitle
String getTitle() -
setTitle
-
getComponent
Component getComponent() -
setComponent
-
getComponents
Description copied from interface:Container
Returns a read-only collection of all contained components.- Specified by:
getComponents
in interfaceContainer
-
focus
-
getGUI
GUI getGUI() -
close
void close()
-