java.lang.Object
de.grogra.cli.ui.CLIComponent
de.grogra.cli.ui.CLIContainer
de.grogra.cli.ui.CLIRootPane
de.grogra.cli.ui.CLIPanel
- All Implemented Interfaces:
ExecutableComponent
,ICLIPanel
,ComponentWrapper
,Disposable
-
Field Summary
Fields inherited from class de.grogra.cli.ui.CLIRootPane
support
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
dispose()
void
initialize
(CLIPanelSupport support, Map params) void
setMenu
(CLIComponent menu) Methods inherited from class de.grogra.cli.ui.CLIRootPane
getContentPane, setContentPane
Methods inherited from class de.grogra.cli.ui.CLIContainer
add, add, add, add, addImpl, countComponents, getComponent, getComponent, remove, remove, run, show
Methods inherited from class de.grogra.cli.ui.CLIComponent
getContent, getName, getParent, getRootParent, getTreeLock, getVisible, isShowable, setContent, setName, setShowable, setVisible
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.grogra.cli.ui.ICLIPanel
getContentPane, setContentPane
-
Field Details
-
tag
-
-
Constructor Details
-
CLIPanel
-
-
Method Details
-
getSupport
- Specified by:
getSupport
in interfaceICLIPanel
- Overrides:
getSupport
in classCLIRootPane
-
dispose
public void dispose()- Specified by:
dispose
in interfaceDisposable
- Overrides:
dispose
in classCLIRootPane
-
initialize
- Specified by:
initialize
in interfaceICLIPanel
- Overrides:
initialize
in classCLIRootPane
-
setMenu
- Specified by:
setMenu
in interfaceICLIPanel
- Overrides:
setMenu
in classCLIRootPane
-