Uses of Interface
com.googlecode.lanterna.gui2.BasePane
-
Packages that use BasePane Package Description com.googlecode.lanterna.gui2 com.googlecode.lanterna.gui2.dialogs -
-
Uses of BasePane in com.googlecode.lanterna.gui2
Classes in com.googlecode.lanterna.gui2 with type parameters of type BasePane Modifier and Type Class Description classAbstractBasePane<T extends BasePane>This abstract implementation ofBasePanehas the common code shared by all different concrete implementations.interfaceBasePaneListener<T extends BasePane>Subinterfaces of BasePane in com.googlecode.lanterna.gui2 Modifier and Type Interface Description interfaceWindowWindow 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 BasePane Modifier and Type Class Description classAbstractBasePane<T extends BasePane>This abstract implementation ofBasePanehas the common code shared by all different concrete implementations.classAbstractWindowAbstract Window has most of the code requiring for a window to function, all concrete window implementations extends from this in one way or another.classBasicWindowSimple AbstractWindow implementation that you can use as a building block when creating new windows without having to create new classes.private classComboBox.PopupWindowclassMenuPopupWindowThis class is aWindowimplementation that automatically sets some common settings that you'd want on specifically popup windows with menu items.Fields in com.googlecode.lanterna.gui2 declared as BasePane Modifier and Type Field Description private BasePaneMultiWindowTextGUI. backgroundPaneMethods in com.googlecode.lanterna.gui2 that return BasePane Modifier and Type Method Description BasePaneMultiWindowTextGUI. getBackgroundPane()BasePaneWindowBasedTextGUI. getBackgroundPane()Returns the container for the background, which works as a single large component that takes up the whole terminal area and is always behind all windows.BasePaneAbstractBasePane.ContentHolder. getBasePane()BasePaneAbstractComponent. getBasePane()BasePaneComponent. getBasePane()Returns the BasePane that this container belongs to. -
Uses of BasePane in com.googlecode.lanterna.gui2.dialogs
Classes in com.googlecode.lanterna.gui2.dialogs that implement BasePane Modifier and Type Class Description classActionListDialogDialog containing a multiple item action list boxclassDialogWindowThin layer on top of theAbstractWindowclass that automatically sets properties and hints to the window to make it act more like a modal dialog windowclassDirectoryDialogDialog that allows the user to iterate the file system and pick directory.classFileDialogDialog that allows the user to iterate the file system and pick file to open/saveclassListSelectDialog<T>Dialog that allows the user to select an item from a listclassMessageDialogSimple message dialog that displays a message and has optional selection/confirmation buttonsclassTextInputDialogTextInputDialogis a modal text input dialog that prompts the user to enter a text string.classWaitingDialogDialog that displays a text message, an optional spinning indicator and an optional progress bar.
-