Uses of Class
org.eclipse.gef.mvc.fx.ui.properties.UndoablePropertySheetEntry
Packages that use UndoablePropertySheetEntry
Package
Description
This package contains helper classes for the integration and manipulation of
properties within the Eclipse "Properties View".
-
Uses of UndoablePropertySheetEntry in org.eclipse.gef.mvc.fx.ui.properties
Methods in org.eclipse.gef.mvc.fx.ui.properties that return UndoablePropertySheetEntryModifier and TypeMethodDescriptionprotected UndoablePropertySheetEntry
UndoablePropertySheetPage.createRootEntry()
Creates theIPropertySheetEntry
that is used as the root entry of thisUndoablePropertySheetPage
.Methods in org.eclipse.gef.mvc.fx.ui.properties with parameters of type UndoablePropertySheetEntryModifier and TypeMethodDescriptionprotected void
UndoablePropertySheetEntry.valueChanged
(UndoablePropertySheetEntry child, ITransactionalOperation operation) Update parent entry about change, being encapsulated into the given operation.