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 TypeClassDescriptionclass
AbstractComposite<T extends Container>
This abstract implementation contains common code for the differentComposite
implementations.Subinterfaces of Container in com.googlecode.lanterna.gui2Modifier and TypeInterfaceDescriptioninterface
Main 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 class
private static class
class
Abstract implementation ofBorder
interface that has some of the methods filled out.class
AbstractComposite<T extends Container>
This abstract implementation contains common code for the differentComposite
implementations.private static class
private static class
private static class
class
This class is the basic building block for creating user interfaces, being the standard implementation ofContainer
that supports multiple children.class
Fields in com.googlecode.lanterna.gui2 declared as ContainerMethods in com.googlecode.lanterna.gui2 that return ContainerModifier and TypeMethodDescriptionAbstractComponent.getParent()
Component.getParent()
Returns the container which is holding this container, ornull
if 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 TypeMethodDescriptionboolean
boolean
Returnstrue
if the supplied Container is either the direct or indirect Parent of this component.boolean
boolean
Returns true if this component is inside of the specified Container.void
void
void
Called by the GUI system when you add a component to a container; DO NOT CALL THIS YOURSELF!void
void
void
void
Called by the GUI system when you remove a component from a container; DO NOT CALL THIS YOURSELF!