Interface ComponentExt<T extends com.googlecode.lanterna.gui2.Component>
- All Superinterfaces:
com.googlecode.lanterna.gui2.Component, com.googlecode.lanterna.gui2.TextGUIElement
- All Known Subinterfaces:
ContainerExt
- All Known Implementing Classes:
BarChart, HBarChart, PanelExt, TabbedPane
public interface ComponentExt<T extends com.googlecode.lanterna.gui2.Component>
extends com.googlecode.lanterna.gui2.Component
-
Method Summary
Modifier and TypeMethodDescriptioncom.googlecode.lanterna.TerminalSizebooleansetVisible(boolean visible) Methods 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.TextGUIElement
draw, isInvalid
-
Method Details
-
getMinimumSize
com.googlecode.lanterna.TerminalSize getMinimumSize() -
isVisible
boolean isVisible()- Specified by:
isVisiblein interfacecom.googlecode.lanterna.gui2.Component
-
setVisible
- Specified by:
setVisiblein interfacecom.googlecode.lanterna.gui2.Component
-