public class SetPropertyValueOperation extends AbstractOperation
IUndoableOperation used to set or reset the value of a property.| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.Object |
DEFAULT_VALUE
Value constant to indicate that the property is to be reset to its
default value during execute/redo and undo.
|
| Constructor and Description |
|---|
SetPropertyValueOperation(java.lang.String propertyLabel,
IPropertySource propertySource,
java.lang.Object propertyId,
java.lang.Object newValue)
Constructs a new
SetPropertyValueOperation. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canExecute() |
IStatus |
execute(IProgressMonitor monitor,
IAdaptable info) |
protected java.lang.Object |
getNewValue()
Returns the new value to be set for the property when executing or
redoing.
|
protected java.lang.Object |
getOldValue()
After the command has been executed or redone, returns the old value of
the property or
DEFAULT_VALUE if the property did not have a
value before. |
protected java.lang.Object |
getPropertyId()
Returns the id by which to identify the property whose value is to be
set.
|
protected IPropertySource |
getPropertySource()
Returns the
IPropertySource which provides the property, whose
value is to be set. |
IStatus |
redo(IProgressMonitor monitor,
IAdaptable info) |
IStatus |
undo(IProgressMonitor monitor,
IAdaptable info) |
addContext, canRedo, canUndo, dispose, getContexts, getLabel, hasContext, removeContext, setLabel, toStringprotected static final java.lang.Object DEFAULT_VALUE
public SetPropertyValueOperation(java.lang.String propertyLabel,
IPropertySource propertySource,
java.lang.Object propertyId,
java.lang.Object newValue)
SetPropertyValueOperation.propertyLabel - A label to identify the property whose value is set by this
command.propertySource - The property source which provides the property, whose value
is to be set.propertyId - The id of the property whose value is to be set.newValue - The new value to set for the property or
DEFAULT_VALUE to indicate that the property should be
reset.public boolean canExecute()
canExecute in interface IUndoableOperationcanExecute in class AbstractOperationprotected java.lang.Object getNewValue()
DEFAULT_VALUE to indicate that the
default value should be set as the new value.protected java.lang.Object getOldValue()
DEFAULT_VALUE if the property did not have a
value before.DEFAULT_VALUE.protected java.lang.Object getPropertyId()
protected IPropertySource getPropertySource()
IPropertySource which provides the property, whose
value is to be set.IPropertySource which provides the property.public IStatus execute(IProgressMonitor monitor, IAdaptable info) throws ExecutionException
execute in interface IUndoableOperationexecute in class AbstractOperationExecutionExceptionpublic IStatus redo(IProgressMonitor monitor, IAdaptable info) throws ExecutionException
redo in interface IUndoableOperationredo in class AbstractOperationExecutionExceptionpublic IStatus undo(IProgressMonitor monitor, IAdaptable info) throws ExecutionException
undo in interface IUndoableOperationundo in class AbstractOperationExecutionExceptionCopyright (c) 2014 itemis AG and others. All rights reserved.