Uses of Interface
com.googlecode.lanterna.gui2.Container
Packages that use Container
-
Uses of Container in com.googlecode.lanterna.gui2
Classes in com.googlecode.lanterna.gui2 with type parameters of type ContainerModifier and TypeClassDescriptionclassAbstractComposite<T extends Container>This abstract implementation contains common code for the differentCompositeimplementations.Subinterfaces of Container in com.googlecode.lanterna.gui2Modifier and TypeInterfaceDescriptioninterfaceMain 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 ContainerModifier and TypeClassDescriptionprotected classclassAbstract implementation ofBorderinterface that has some of the methods filled out.classAbstractComposite<T extends Container>This abstract implementation contains common code for the differentCompositeimplementations.classThis class is the basic building block for creating user interfaces, being the standard implementation ofContainerthat supports multiple children.classMethods in com.googlecode.lanterna.gui2 that return ContainerModifier and TypeMethodDescriptionAbstractComponent.getParent()Component.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 ContainerModifier and TypeMethodDescriptionprotected ComponentRenderer<Container> AbstractBasePane.ContentHolder.createDefaultRenderer()Methods in com.googlecode.lanterna.gui2 with parameters of type ContainerModifier and TypeMethodDescriptionbooleanbooleanReturnstrueif the supplied Container is either the direct or indirect Parent of this component.booleanbooleanReturns true if this component is inside of the specified Container.voidvoidCalled by the GUI system when you add a component to a container; DO NOT CALL THIS YOURSELF!voidvoidvoidCalled by the GUI system when you remove a component from a container; DO NOT CALL THIS YOURSELF!