Class PanelExt
java.lang.Object
com.googlecode.lanterna.gui2.AbstractComponent<com.googlecode.lanterna.gui2.Panel>
com.googlecode.lanterna.gui2.Panel
net.thevpc.common.lanterna.PanelExt
- All Implemented Interfaces:
com.googlecode.lanterna.gui2.Component, com.googlecode.lanterna.gui2.Container, com.googlecode.lanterna.gui2.TextGUIElement, ComponentExt, ContainerExt
- Direct Known Subclasses:
HBarChart, TabbedPane
-
Nested Class Summary
Nested classes/interfaces inherited from class com.googlecode.lanterna.gui2.Panel
com.googlecode.lanterna.gui2.Panel.DefaultPanelRenderer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.googlecode.lanterna.TerminalSizebooleanvoidsetComponentOrientation(ComponentOrientation componentOrientation) com.googlecode.lanterna.gui2.PanelsetVisible(boolean visible) Methods inherited from class com.googlecode.lanterna.gui2.Panel
addComponent, addComponent, addComponent, calculatePreferredSize, containsComponent, createDefaultRenderer, getChildCount, getChildren, getChildrenList, getFillColorOverride, getLayoutManager, handleInput, invalidate, isInvalid, nextFocus, previousFocus, removeAllComponents, removeComponent, setFillColorOverride, setLayoutManager, updateLookupMapMethods inherited from class com.googlecode.lanterna.gui2.AbstractComponent
addTo, draw, getBasePane, getGlobalPosition, getLayoutData, getParent, getPosition, getPreferredSize, getRenderer, getSize, getTextGUI, getTheme, getThemeDefinition, hasParent, isInside, onAdded, onAfterDrawing, onBeforeDrawing, onRemoved, runOnGUIThreadIfExistsOtherwiseRunDirect, self, setLayoutData, setPosition, setPreferredSize, setRenderer, setSize, setTheme, toBasePane, toGlobal, withBorderMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.googlecode.lanterna.gui2.Component
addTo, getBasePane, getGlobalPosition, getLayoutData, getParent, getPosition, getPreferredSize, getRenderer, getSize, getTextGUI, getTheme, getThemeDefinition, hasParent, invalidate, isInside, onAdded, onRemoved, setLayoutData, setPosition, setPreferredSize, setSize, setTheme, toBasePane, toGlobal, withBorderMethods inherited from interface com.googlecode.lanterna.gui2.Container
containsComponent, getChildCount, getChildren, getChildrenList, handleInput, nextFocus, previousFocus, removeComponent, updateLookupMapMethods inherited from interface com.googlecode.lanterna.gui2.TextGUIElement
draw, isInvalid
-
Constructor Details
-
PanelExt
public PanelExt() -
PanelExt
public PanelExt(com.googlecode.lanterna.gui2.LayoutManager layoutManager)
-
-
Method Details
-
isVisible
public boolean isVisible()- Specified by:
isVisiblein interfacecom.googlecode.lanterna.gui2.Component- Specified by:
isVisiblein interfaceComponentExt- Overrides:
isVisiblein classcom.googlecode.lanterna.gui2.AbstractComponent<com.googlecode.lanterna.gui2.Panel>
-
setVisible
public com.googlecode.lanterna.gui2.Panel setVisible(boolean visible) - Specified by:
setVisiblein interfacecom.googlecode.lanterna.gui2.Component- Specified by:
setVisiblein interfaceComponentExt- Overrides:
setVisiblein classcom.googlecode.lanterna.gui2.AbstractComponent<com.googlecode.lanterna.gui2.Panel>
-
getMinimumSize
public com.googlecode.lanterna.TerminalSize getMinimumSize()- Specified by:
getMinimumSizein interfaceComponentExt
-
getComponentOrientation
- Specified by:
getComponentOrientationin interfaceContainerExt
-
setComponentOrientation
- Specified by:
setComponentOrientationin interfaceContainerExt
-