org.eclipse.etrice.ui.structure.support
Class InterfaceItemSupport.FeatureProvider.CreateFeature

java.lang.Object
  extended by AbstractCreateFeature
      extended by org.eclipse.etrice.ui.structure.support.InterfaceItemSupport.FeatureProvider.CreateFeature
Enclosing class:
InterfaceItemSupport.FeatureProvider

protected abstract static class InterfaceItemSupport.FeatureProvider.CreateFeature
extends AbstractCreateFeature


Field Summary
protected  boolean doneChanges
           
protected  boolean internal
           
 
Constructor Summary
InterfaceItemSupport.FeatureProvider.CreateFeature(IFeatureProvider fp, boolean internal, java.lang.String name, java.lang.String description)
           
 
Method Summary
 boolean canCreate(ICreateContext context)
           
 boolean hasDoneChanges()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

internal

protected boolean internal

doneChanges

protected boolean doneChanges
Constructor Detail

InterfaceItemSupport.FeatureProvider.CreateFeature

public InterfaceItemSupport.FeatureProvider.CreateFeature(IFeatureProvider fp,
                                                          boolean internal,
                                                          java.lang.String name,
                                                          java.lang.String description)
Method Detail

canCreate

public boolean canCreate(ICreateContext context)

hasDoneChanges

public boolean hasDoneChanges()