java.lang.Object
de.grogra.pf.ui.swing.PanelSupport
de.grogra.pf.ui.swing.AutoCompletableTextEditorSupport
- All Implemented Interfaces:
XAListener,RegistryContext,AutoCompletable,Context,Panel,Synchronizer.Callback,TextEditor,Disposable
- Direct Known Subclasses:
TextEditorSupport
public abstract class AutoCompletableTextEditorSupport
extends PanelSupport
implements TextEditor, AutoCompletable, XAListener
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.grogra.persistence.XAListener
XAListener.WeakDelegate -
Field Summary
Fields inherited from class de.grogra.pf.ui.swing.PanelSupport
mapProducer, menu, MIN_UNUSED_ACTION, 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 TypeMethodDescriptionprotected voidprotected voidvoidtransactionApplied(Transaction.Data xa, boolean rollback) Methods inherited from class de.grogra.pf.ui.swing.PanelSupport
checkClose, checkClose, dispose, executeCheckClose, getComponent, getContent, getDecorator, getMenu, getPanel, getPanelId, getRegistry, getUIPropertyMap, getWindow, getWorkbench, hide, initDecorator, initialize, resolve, 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.autocomplete.AutoCompletable
autocomplete, getAlreadyEnteredText, installAutoCompletor, uninstallAutoCompletorMethods 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, showMethods inherited from interface de.grogra.pf.ui.TextEditor
closeDocument, getDocuments, openDocument
-
Constructor Details
-
AutoCompletableTextEditorSupport
public AutoCompletableTextEditorSupport() -
AutoCompletableTextEditorSupport
-
-
Method Details
-
configure
- Overrides:
configurein classPanelSupport
-
disposeImpl
protected void disposeImpl()- Overrides:
disposeImplin classPanelSupport
-
transactionApplied
- Specified by:
transactionAppliedin interfaceXAListener
-