Uses of Interface
com.googlecode.lanterna.gui2.Container
-
Packages that use Container Package Description com.googlecode.lanterna.gui2 com.googlecode.lanterna.gui2.menu -
-
Uses of Container in com.googlecode.lanterna.gui2
Classes in com.googlecode.lanterna.gui2 with type parameters of type Container Modifier and Type Class Description classAbstractComposite<T extends Container>This abstract implementation contains common code for the differentCompositeimplementations.Subinterfaces of Container in com.googlecode.lanterna.gui2 Modifier and Type Interface Description interfaceBorderMain interface for different border classes, with additional methods to help lanterna figure out the size and offset of components wrapped by borders.Classes in com.googlecode.lanterna.gui2 that implement Container Modifier and Type Class Description protected classAbstractBasePane.ContentHolderprivate static classAbstractBasePane.EmptyMenuBarclassAbstractBorderAbstract implementation ofBorderinterface that has some of the methods filled out.classAbstractComposite<T extends Container>This abstract implementation contains common code for the differentCompositeimplementations.private static classBorders.DoubleLineprivate static classBorders.SingleLineprivate static classBorders.StandardBorderclassPanelThis class is the basic building block for creating user interfaces, being the standard implementation ofContainerthat supports multiple children.classSplitPanelFields in com.googlecode.lanterna.gui2 declared as Container Modifier and Type Field Description private ContainerAbstractComponent. parentMethods in com.googlecode.lanterna.gui2 that return Container Modifier and Type Method Description ContainerAbstractComponent. getParent()ContainerComponent. getParent()Returns the container which is holding this container, ornullif it's not assigned to anything.Methods in com.googlecode.lanterna.gui2 that return types with arguments of type Container Modifier and Type Method Description protected ComponentRenderer<Container>AbstractBasePane.ContentHolder. createDefaultRenderer()Methods in com.googlecode.lanterna.gui2 with parameters of type Container Modifier and Type Method Description booleanAbstractComponent. hasParent(Container parent)booleanComponent. hasParent(Container parent)Returnstrueif the supplied Container is either the direct or indirect Parent of this component.booleanAbstractComponent. isInside(Container container)booleanComponent. isInside(Container container)Returns true if this component is inside of the specified Container.voidAbstractBasePane.EmptyMenuBar. onAdded(Container container)voidAbstractComponent. onAdded(Container container)voidComponent. onAdded(Container container)Called by the GUI system when you add a component to a container; DO NOT CALL THIS YOURSELF!voidAbstractBasePane.EmptyMenuBar. onRemoved(Container container)voidAbstractComponent. onRemoved(Container container)voidAnimatedLabel. onRemoved(Container container)voidComponent. onRemoved(Container container)Called by the GUI system when you remove a component from a container; DO NOT CALL THIS YOURSELF! -
Uses of Container in com.googlecode.lanterna.gui2.menu
Classes in com.googlecode.lanterna.gui2.menu that implement Container Modifier and Type Class Description classMenuBarA menu bar offering drop-down menus.
-