Uses of Interface
org.jline.curses.Component
Packages that use Component
-
Uses of Component in org.jline.curses
Classes in org.jline.curses with type parameters of type ComponentModifier and TypeInterfaceDescriptionstatic interface
Curses.ComponentBuilder<C extends Component>
Subinterfaces of Component in org.jline.cursesFields in org.jline.curses declared as ComponentFields in org.jline.curses with type parameters of type ComponentMethods in org.jline.curses with type parameters of type ComponentModifier and TypeMethodDescriptionGUI.getRenderer
(Class<C> componentClass) <C extends Component>
voidGUI.setRenderer
(Class<C> componentClass, Renderer renderer) Methods in org.jline.curses that return ComponentMethods in org.jline.curses that return types with arguments of type ComponentModifier and TypeMethodDescriptionContainer.getComponents()
Returns a read-only collection of all contained components.default Collection
<Component> Window.getComponents()
Methods in org.jline.curses with parameters of type ComponentModifier and TypeMethodDescriptionstatic Box
Curses.box
(String title, Curses.Border border, Component component) void
void
Renderer.getPreferredSize
(Component component) void
Window.setComponent
(Component component) -
Uses of Component in org.jline.curses.impl
Classes in org.jline.curses.impl that implement ComponentModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
(package private) class
class
Fields in org.jline.curses.impl declared as ComponentModifier and TypeFieldDescriptionprivate Component
AbstractWindow.component
private final Component
Box.component
Fields in org.jline.curses.impl with type parameters of type ComponentModifier and TypeFieldDescriptionprotected final Map
<Component, Constraint> AbstractPanel.components
Methods in org.jline.curses.impl with type parameters of type ComponentModifier and TypeMethodDescriptionGUIImpl.getRenderer
(Class<C> clazz) <C extends Component>
voidGUIImpl.setRenderer
(Class<C> clazz, Renderer renderer) Methods in org.jline.curses.impl that return ComponentMethods in org.jline.curses.impl that return types with arguments of type ComponentMethods in org.jline.curses.impl with parameters of type ComponentModifier and TypeMethodDescriptionvoid
AbstractPanel.addComponent
(Component component, Constraint constraint) void
BorderPanel.addComponent
(Component component, Constraint constraint) void
void
AbstractWindow.setComponent
(Component component) Constructors in org.jline.curses.impl with parameters of type ComponentModifierConstructorDescriptionAbstractWindow
(String title, Component component) Box
(String title, Curses.Border border, Component component)