Package org.jline.curses
Interface Window
- All Known Implementing Classes:
AbstractWindow,BasicWindow
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jline.curses.Component
Component.Behavior -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voiddefault Collection<Component> Returns a read-only collection of all contained components.getGUI()getTitle()voidsetComponent(Component component) voidMethods 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:ContainerReturns a read-only collection of all contained components.- Specified by:
getComponentsin interfaceContainer
-
focus
-
getGUI
GUI getGUI() -
close
void close()
-