public class UndoablePropertySheetPage extends PropertySheetPage
HELP_CONTEXT_PROPERTY_SHEET_PAGE
Constructor and Description |
---|
UndoablePropertySheetPage(CommandStack commandStack,
IAction undoAction,
IAction redoAction)
Constructs a new
UndoablePropertySheetPage . |
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Overwritten to unregister command stack listener.
|
void |
setActionBars(IActionBars actionBars)
Overwritten to register global action handlers for undo and redo.
|
createControl, getAdapter, getControl, getSaveablePart, handleEntrySelection, initDragAndDrop, makeContributions, refresh, selectionChanged, setFocus, setPropertySourceProvider, setRootEntry, setSorter
public UndoablePropertySheetPage(CommandStack commandStack, IAction undoAction, IAction redoAction)
UndoablePropertySheetPage
.commandStack
- The CommandStack
shared with the editor.undoAction
- The global action handler to be registered for undo
operations.redoAction
- The global action handler to be registered for redo
operations.public void dispose()
dispose
in interface IPage
dispose
in class PropertySheetPage
PropertySheetPage.dispose()
public void setActionBars(IActionBars actionBars)
setActionBars
in interface IPage
setActionBars
in class PropertySheetPage
PropertySheetPage.setActionBars(org.eclipse.ui.IActionBars)
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.