public class UpdateNoBoFeature extends AbstractUpdateFeature
Constructor and Description |
---|
UpdateNoBoFeature(IFeatureProvider fp)
Creates a new
UpdateNoBoFeature . |
Modifier and Type | Method and Description |
---|---|
boolean |
canUpdate(IUpdateContext context)
Checks whether the values of the current pictogram element of the given
context can be updated.
|
boolean |
update(IUpdateContext context)
Updates the pictogram element.
|
IReason |
updateNeeded(IUpdateContext context)
Check whether the values in the pictogram element are up to date, that
means whether the graphics algorithm of this pictogram element contain
the latest values from the business objects.
|
canExecute, execute, getDescription, getName
canUndo, getFeatureProvider, hasDoneChanges, isAvailable, manageFont, manageFont, setProgressCallback, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
canUndo, hasDoneChanges, isAvailable
getFeatureProvider
public UpdateNoBoFeature(IFeatureProvider fp)
UpdateNoBoFeature
.fp
- the feature providerpublic boolean canUpdate(IUpdateContext context)
IUpdate
context
- the contextpublic IReason updateNeeded(IUpdateContext context)
IUpdate
context
- the contextpublic boolean update(IUpdateContext context)
IUpdate
context
- the context