PropertySheetPage
implementation that
integrates with the
IOperationHistory
to make
property changes undoable (
UndoablePropertySheetPage
), as
well as an IAdapterFactory
(
ContentPropertySourceAdapterFactory
) that adapts content elements of
IContentPart
s to
IPropertySource
.See: Description
Interface | Description |
---|---|
IPropertySheetPageFactory |
A factory to create a new
IPropertySheetPage . |
Class | Description |
---|---|
ContentPropertySourceAdapterFactory | |
SetPropertyValueOperation |
An
ITransactionalOperation used to set or reset the value of a
property. |
UndoablePropertySheetEntry |
UndoablePropertySheetEntry provides undo support for changes made to
IPropertySources by the PropertySheetViewer.
|
UndoablePropertySheetPage |
PropertySheetPage extension that allows to perform undo/redo of property
value changes also in case the related
IWorkbenchPart is not active. |
PropertySheetPage
implementation that
integrates with the
IOperationHistory
to make
property changes undoable (
UndoablePropertySheetPage
), as
well as an IAdapterFactory
(
ContentPropertySourceAdapterFactory
) that adapts content elements of
IContentPart
s to
IPropertySource
.Copyright (c) 2014 itemis AG and others. All rights reserved.