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

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

protected abstract static class InterfaceItemSupport.FeatureProvider.PropertyFeature
extends AbstractCustomFeature


Constructor Summary
InterfaceItemSupport.FeatureProvider.PropertyFeature(IFeatureProvider fp, java.lang.String name, java.lang.String description)
           
 
Method Summary
 boolean canExecute(ICustomContext context)
           
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterfaceItemSupport.FeatureProvider.PropertyFeature

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

getName

public java.lang.String getName()

getDescription

public java.lang.String getDescription()

canExecute

public boolean canExecute(ICustomContext context)