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 Summary

    Modifier and Type
    Method
    Description
    Gets the undo context.
  • Method Details

    • getUndoContext

      IUndoContext getUndoContext()
      Gets the undo context.
      Returns:
      The undo context.