Uses of Class
adams.gui.core.ConsolePanel.PanelType
-
Packages that use ConsolePanel.PanelType Package Description adams.gui.core -
-
Uses of ConsolePanel.PanelType in adams.gui.core
Methods in adams.gui.core that return ConsolePanel.PanelType Modifier and Type Method Description static ConsolePanel.PanelTypeConsolePanel.PanelType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConsolePanel.PanelType[]ConsolePanel.PanelType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.gui.core with parameters of type ConsolePanel.PanelType Modifier and Type Method Description ConsolePanel.OutputPanelConsolePanel. getPanel(ConsolePanel.PanelType type)Returns the specified output panel.
-