org.eclipse.etrice.ui.behavior
Class DiagramTypeProvider

java.lang.Object
  extended by AbstractDiagramTypeProvider
      extended by org.eclipse.etrice.ui.behavior.DiagramTypeProvider

public class DiagramTypeProvider
extends AbstractDiagramTypeProvider


Field Summary
static java.lang.String PROVIDER_ID
           
 
Constructor Summary
DiagramTypeProvider()
           
 
Method Summary
 IToolBehaviorProvider[] getAvailableToolBehaviorProviders()
           
 boolean isAutoUpdateAtReset()
           
 boolean isAutoUpdateAtRuntime()
           
 boolean isAutoUpdateAtStartup()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROVIDER_ID

public static final java.lang.String PROVIDER_ID
See Also:
Constant Field Values
Constructor Detail

DiagramTypeProvider

public DiagramTypeProvider()
Method Detail

getAvailableToolBehaviorProviders

public IToolBehaviorProvider[] getAvailableToolBehaviorProviders()

isAutoUpdateAtStartup

public boolean isAutoUpdateAtStartup()

isAutoUpdateAtReset

public boolean isAutoUpdateAtReset()

isAutoUpdateAtRuntime

public boolean isAutoUpdateAtRuntime()