Package | Description |
---|---|
com.googlecode.lanterna.gui2 |
Modifier and Type | Class and Description |
---|---|
class |
AbstractComposite<T extends Container>
This abstract implementation contains common code for the different
Composite implementations. |
Modifier and Type | Interface and Description |
---|---|
interface |
Border
Main interface for different border classes, with additional methods to help lanterna figure out the size and offset
of components wrapped by borders.
|
Modifier and Type | Class and Description |
---|---|
protected class |
AbstractBasePane.ContentHolder |
class |
AbstractBorder
Abstract implementation of
Border interface that has some of the methods filled out. |
class |
AbstractComposite<T extends Container>
This abstract implementation contains common code for the different
Composite implementations. |
class |
Panel
This class is the basic building block for creating user interfaces, being the standard implementation of
Container that supports multiple children. |
Modifier and Type | Method and Description |
---|---|
Container |
Component.getParent()
Returns the container which is holding this container, or
null if it's not assigned to anything. |
Container |
AbstractComponent.getParent() |
Modifier and Type | Method and Description |
---|---|
protected ComponentRenderer<Container> |
AbstractBasePane.ContentHolder.createDefaultRenderer() |
Modifier and Type | Method and Description |
---|---|
boolean |
Component.hasParent(Container parent)
Returns
true if the supplied Container is either the direct or indirect Parent of this component. |
boolean |
AbstractComponent.hasParent(Container parent) |
boolean |
Component.isInside(Container container)
Returns true if this component is inside of the specified Container.
|
boolean |
AbstractComponent.isInside(Container container) |
void |
Component.onAdded(Container container)
Called by the GUI system when you add a component to a container; DO NOT CALL THIS YOURSELF!
|
void |
AbstractComponent.onAdded(Container container) |
void |
Component.onRemoved(Container container)
Called by the GUI system when you remove a component from a container; DO NOT CALL THIS YOURSELF!
|
void |
AnimatedLabel.onRemoved(Container container) |
void |
AbstractComponent.onRemoved(Container container) |
Copyright © 2016. All rights reserved.