public class UndoablePropertySheetPage extends PropertySheetPage
HELP_CONTEXT_PROPERTY_SHEET_PAGE| Constructor and Description |
|---|
UndoablePropertySheetPage(IOperationHistory operationHistory,
IUndoContext undoContext,
UndoRedoActionGroup actionGroup)
Constructs a new
UndoablePropertySheetPage using the provided
IOperationHistory. |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Overwritten to unregister command stack listener.
|
void |
setActionBars(IActionBars actionBars) |
createControl, getAdapter, getControl, getSaveablePart, handleEntrySelection, initDragAndDrop, makeContributions, refresh, selectionChanged, setFocus, setPropertySourceProvider, setRootEntry, setSorterpublic UndoablePropertySheetPage(IOperationHistory operationHistory, IUndoContext undoContext, UndoRedoActionGroup actionGroup)
UndoablePropertySheetPage using the provided
IOperationHistory.operationHistory - The IOperationHistory shared with the editor/view.undoContext - The IUndoContext shared with the editor/view.actionGroup - The UndoRedoActionGroup shared with the editor/view,
used to contribute UNDO/REDO actions. May be null
.public void setActionBars(IActionBars actionBars)
setActionBars in interface IPagesetActionBars in class PropertySheetPagepublic void dispose()
dispose in interface IPagedispose in class PropertySheetPagePropertySheetPage.dispose()Copyright (c) 2014 itemis AG and others. All rights reserved.