Uses of Interface
com.googlecode.lanterna.gui2.Composite
Packages that use Composite
-
Uses of Composite in com.googlecode.lanterna.gui2
Subinterfaces of Composite in com.googlecode.lanterna.gui2Modifier and TypeInterfaceDescriptioninterfaceBasePane is the base container in a Text GUI.interfaceMain interface for different border classes, with additional methods to help lanterna figure out the size and offset of components wrapped by borders.interfaceWindow is a base unit in the TextGUI system, it represents a collection of components grouped together, usually surrounded by a border and a title.Classes in com.googlecode.lanterna.gui2 that implement CompositeModifier and TypeClassDescriptionclassAbstractBasePane<T extends BasePane>This abstract implementation ofBasePanehas the common code shared by all different concrete implementations.protected classclassAbstract implementation ofBorderinterface that has some of the methods filled out.classAbstractComposite<T extends Container>This abstract implementation contains common code for the differentCompositeimplementations.classAbstract Window has most of the code requiring for a window to function, all concrete window implementations extends from this in one way or another.classSimple AbstractWindow implementation that you can use as a building block when creating new windows without having to create new classes.private static classprivate static classprivate static classprivate classclassThis class is aWindowimplementation that automatically sets some common settings that you'd want on specifically popup windows with menu items. -
Uses of Composite in com.googlecode.lanterna.gui2.dialogs
Classes in com.googlecode.lanterna.gui2.dialogs that implement CompositeModifier and TypeClassDescriptionclassDialog containing a multiple item action list boxclassThin layer on top of theAbstractWindowclass that automatically sets properties and hints to the window to make it act more like a modal dialog windowclassDialog that allows the user to iterate the file system and pick directory.classDialog that allows the user to iterate the file system and pick file to open/saveclassDialog that allows the user to select an item from a listclassSimple message dialog that displays a message and has optional selection/confirmation buttonsclassTextInputDialogis a modal text input dialog that prompts the user to enter a text string.classDialog that displays a text message, an optional spinning indicator and an optional progress bar.