Package | Description |
---|---|
org.eclipse.gef4.mvc.ui.properties |
This package provides a
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 . |
Modifier and Type | Method and Description |
---|---|
protected UndoablePropertySheetEntry |
UndoablePropertySheetPage.createRootEntry()
Creates the
IPropertySheetEntry that is used as the root entry of
this UndoablePropertySheetPage . |
Modifier and Type | Method and Description |
---|---|
protected void |
UndoablePropertySheetEntry.valueChanged(UndoablePropertySheetEntry child,
ITransactionalOperation operation)
Update parent entry about change, being encapsulated into the given
operation.
|
Copyright (c) 2014 itemis AG and others. All rights reserved.