Uses of Class
adams.gui.core.ConsolePanel
-
Packages that use ConsolePanel Package Description adams.core.logging adams.gui.core -
-
Uses of ConsolePanel in adams.core.logging
Fields in adams.core.logging declared as ConsolePanel Modifier and Type Field Description protected ConsolePanel
ConsolePanelHandler. m_ConsolePanel
the console panel. -
Uses of ConsolePanel in adams.gui.core
Fields in adams.gui.core declared as ConsolePanel Modifier and Type Field Description protected static ConsolePanel
ConsolePanel. m_Singleton
the singleton.Methods in adams.gui.core that return ConsolePanel Modifier and Type Method Description static ConsolePanel
ConsolePanel. getSingleton()
Returns the singleton instance.
-