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, 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 TypeMethodDescriptionprotected void
protected void
void
transactionApplied
(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, 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.autocomplete.AutoCompletable
autocomplete, getAlreadyEnteredText, installAutoCompletor, uninstallAutoCompletor
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
Methods inherited from interface de.grogra.pf.ui.TextEditor
closeDocument, getDocuments, openDocument
-
Constructor Details
-
AutoCompletableTextEditorSupport
public AutoCompletableTextEditorSupport() -
AutoCompletableTextEditorSupport
-
-
Method Details
-
configure
- Overrides:
configure
in classPanelSupport
-
disposeImpl
protected void disposeImpl()- Overrides:
disposeImpl
in classPanelSupport
-
transactionApplied
- Specified by:
transactionApplied
in interfaceXAListener
-