Interface IPropUndoContext

All Known Subinterfaces:
IEUIPanel
All Known Implementing Classes:
ContextMenuEditor, EditorFontFaces, EditorFontIconsDefinition, EditorImageDefinition, EditorImagesDefinition, EditorSelector, EditorServerProps, EditorStyledImageDefinition, EditorStyles, EditorSVGDefinition, EditorTextTable, EditorVirtualSpace, EMUISimpleDialog, EUIContextMenu, EUIDialog, EUIPanel, EUIPanelPart, FontFacesEditor, ImageDefinitionEditor, PanelEditor, PropEditorPart, SelectorEditor, StyleEditor, TextTableEditor, VirtualSpaceEditor

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.