org.eclipse.etrice.ui.structure.support
Class InterfaceItemSupport.FeatureProvider.UpdateFeature
java.lang.Object
AbstractUpdateFeature
org.eclipse.etrice.ui.structure.support.InterfaceItemSupport.FeatureProvider.UpdateFeature
- Enclosing class:
- InterfaceItemSupport.FeatureProvider
protected abstract class InterfaceItemSupport.FeatureProvider.UpdateFeature
- extends AbstractUpdateFeature
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InterfaceItemSupport.FeatureProvider.UpdateFeature
public InterfaceItemSupport.FeatureProvider.UpdateFeature(IFeatureProvider fp)
canUpdate
public boolean canUpdate(IUpdateContext context)
updateNeeded
public IReason updateNeeded(IUpdateContext context)
update
public boolean update(IUpdateContext context)
getItemKind
protected abstract java.lang.String getItemKind(InterfaceItem item)
updateFigure
protected abstract void updateFigure(InterfaceItem item,
PictogramElement pe,
Color dark,
Color bright)