Uses of Class
com.googlecode.lanterna.gui2.Panel
-
Packages that use Panel Package Description com.googlecode.lanterna.gui2 -
-
Uses of Panel in com.googlecode.lanterna.gui2
Subclasses of Panel in com.googlecode.lanterna.gui2 Modifier and Type Class Description classSplitPanelFields in com.googlecode.lanterna.gui2 declared as Panel Modifier and Type Field Description private PanelMenuPopupWindow. menuItemPanelMethods in com.googlecode.lanterna.gui2 that return Panel Modifier and Type Method Description PanelPanel. addComponent(int index, Component component)Adds a new child component to the panel.PanelPanel. addComponent(Component component)Adds a new child component to the panel.PanelPanel. addComponent(Component component, LayoutData layoutData)This method is a shortcut for calling:static PanelPanels. grid(int columns, Component... components)Creates a newPanelwith aGridLayoutlayout manager and adds all the components passed instatic PanelPanels. horizontal(Component... components)Creates a newPanelwith aLinearLayoutlayout manager in horizontal mode and adds all the components passed inPanelPanel. removeAllComponents()Removes all child components from this panelPanelPanel. setLayoutManager(LayoutManager layoutManager)Assigns a new layout manager to this panel, replacing the previous layout manager assigned.static PanelPanels. vertical(Component... components)Creates a newPanelwith aLinearLayoutlayout manager in vertical mode and adds all the components passed inMethods in com.googlecode.lanterna.gui2 that return types with arguments of type Panel Modifier and Type Method Description protected ComponentRenderer<Panel>Panel. createDefaultRenderer()Methods in com.googlecode.lanterna.gui2 with parameters of type Panel Modifier and Type Method Description TAbstractComponent. addTo(Panel panel)ComponentComponent. addTo(Panel panel)Same as callingpanel.addComponent(thisComponent)voidPanel.DefaultPanelRenderer. drawComponent(TextGUIGraphics graphics, Panel panel)TerminalSizePanel.DefaultPanelRenderer. getPreferredSize(Panel component)
-