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, wsFields inherited from interface de.grogra.pf.ui.Panel
DEC_WAIT_CURSOR, DEFAULT_CURSOR, INC_WAIT_CURSOR, INHERIT_CURSOR, PANEL_ID, WAIT_CURSORFields inherited from interface de.grogra.pf.ui.TextEditor
TEXT_EDITOR_ID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcloseDocument(String systemId) String[]voidopenDocument(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, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface de.grogra.pf.ui.Context
getComponent, getPanel, getWindow, getWorkbenchMethods inherited from interface de.grogra.util.Disposable
disposeMethods 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:
openDocumentin interfaceTextEditor
-
openAttributeEditor
public List<String> openAttributeEditor(Map<String, CLIAttributeEditorPanel.EditableAttribute> widgetList) -
getDocuments
- Specified by:
getDocumentsin interfaceTextEditor
-
closeDocument
- Specified by:
closeDocumentin interfaceTextEditor
-