java.lang.Object
de.grogra.cli.ui.CLIPanelSupport
de.grogra.cli.ui.CLITextEditor
- All Implemented Interfaces:
ExecutableComponent
,RegistryContext
,Context
,Panel
,Synchronizer.Callback
,TextEditor
,Disposable
-
Field Summary
Fields inherited from class de.grogra.cli.ui.CLIPanelSupport
mapProducer, menu, MIN_UNUSED_ACTION, panelId, sync, ws
Fields inherited from interface de.grogra.pf.ui.Panel
DEC_WAIT_CURSOR, DEFAULT_CURSOR, INC_WAIT_CURSOR, INHERIT_CURSOR, PANEL_ID, WAIT_CURSOR
Fields inherited from interface de.grogra.pf.ui.TextEditor
TEXT_EDITOR_ID
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
closeDocument
(String systemId) String[]
void
openDocument
(String systemId, String reference) Methods inherited from class de.grogra.cli.ui.CLIPanelSupport
checkClose, checkClose, configure, dispose, disposeImpl, executeCheckClose, getComponent, getContent, getDecorator, getMenu, getPanel, getPanelId, getRegistry, getUIPropertyMap, getWindow, getWorkbench, hide, initDecorator, initialize, resolve, run, run, setContent, setCursor, setMenu, show, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface de.grogra.pf.ui.Context
getComponent, getPanel, getWindow, getWorkbench
Methods inherited from interface de.grogra.util.Disposable
dispose
Methods inherited from interface de.grogra.pf.ui.Panel
checkClose, getContent, getDecorator, getMenu, getPanelId, getUIPropertyMap, initDecorator, initialize, resolve, setContent, setCursor, setMenu, show
-
Constructor Details
-
CLITextEditor
public CLITextEditor()
-
-
Method Details
-
openDocument
- Specified by:
openDocument
in interfaceTextEditor
-
openAttributeEditor
public List<String> openAttributeEditor(Map<String, CLIAttributeEditorPanel.EditableAttribute> widgetList) -
getDocuments
- Specified by:
getDocuments
in interfaceTextEditor
-
closeDocument
- Specified by:
closeDocument
in interfaceTextEditor
-