TwoWayEdit.ChangeProperty Class
- public static class TwoWayEdit.ChangeProperty
extends TwoWayEdit
A two-way edit representing the change of a single element property. This type should not be used directly.
ISourceElement.requestSetProperty(String, Object)
should be used to perform these two-way edit operations.
-
Hierarchy
-
Object
TwoWayEdit
TwoWayEdit.ChangeProperty
-
Enclosing class
-
TwoWayEdit
public boolean |
-
doEdit (IStructureFeature feature)
|
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TwoWayEdit.ChangeProperty
public TwoWayEdit.ChangeProperty(ISourceElement
elemParent,
String
prop,
Object
value)
doEdit(IStructureFeature) Method
public boolean doEdit(IStructureFeature
feature)
-
Overrides
-
TwoWayEdit.doEdit(IStructureFeature)
Parameters
-
feature
- The IStructureFeature for the document that owns the source elements to be affected by the
two-way edit.