Package com.iizigo.prop
Interface IPropUndoContext
- All Known Subinterfaces:
- IEUIPanel,- ITermEditor
- All Known Implementing Classes:
- CaptureEditor,- CaptureScreenProp,- ContextMenuEditor,- DatabaseEditor,- EditorDatabaseProps,- EditorFontFaces,- EditorFontIconsDefinition,- EditorImageDefinition,- EditorImagesDefinition,- EditorScreenProp,- EditorSelector,- EditorServerProps,- EditorSessionsProp,- EditorStyledImageDefinition,- EditorStyles,- EditorSVGDefinition,- EditorTextTable,- EditorVirtualSpace,- EditorWebServiceProp,- EMUISimpleDialog,- EUIContextMenu,- EUIDialog,- EUIPanel,- EUIPanelPart,- FontFacesEditor,- ImageDefinitionEditor,- PanelEditor,- PropEditorPart,- RecordingEditor,- RecordingProp,- ScreenEditor,- SelectorEditor,- SessionsView,- StyleEditor,- TextTableEditor,- VirtualSpaceEditor,- WebServiceEditor
public interface IPropUndoContext
Interface used to implement undo context support for workbench parts as well as property containers.
- Author:
- Christopher Mindus
- Method SummaryModifier and TypeMethodDescription- org.eclipse.core.commands.operations.IUndoContextGets the undo context.
- Method Details- getUndoContextorg.eclipse.core.commands.operations.IUndoContext getUndoContext()Gets the undo context.- Returns:
- The undo context.