org.eclipse.etrice.ui.behavior.support
Class DiagramUpdateFeature

java.lang.Object
  extended by AbstractUpdateFeature
      extended by org.eclipse.etrice.ui.behavior.support.DiagramUpdateFeature

public class DiagramUpdateFeature
extends AbstractUpdateFeature

Author:
Henrik Rentz-Reichert (initial contribution)

Constructor Summary
DiagramUpdateFeature(IFeatureProvider fp)
           
 
Method Summary
 boolean canUpdate(IUpdateContext context)
           
 boolean update(IUpdateContext context)
           
 IReason updateNeeded(IUpdateContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiagramUpdateFeature

public DiagramUpdateFeature(IFeatureProvider fp)
Parameters:
fp -
Method Detail

canUpdate

public boolean canUpdate(IUpdateContext context)

updateNeeded

public IReason updateNeeded(IUpdateContext context)

update

public boolean update(IUpdateContext context)