Uses of Interface
org.eclipse.ohf.stem.definitions.labels.AreaLabel

Packages that use AreaLabel
org.eclipse.ohf.stem.definitions.labels   
org.eclipse.ohf.stem.definitions.labels.impl   
org.eclipse.ohf.stem.definitions.labels.util   
 

Uses of AreaLabel in org.eclipse.ohf.stem.definitions.labels
 

Methods in org.eclipse.ohf.stem.definitions.labels that return AreaLabel
 AreaLabel LabelsFactory.createAreaLabel()
          Returns a new object of class 'Area Label'.
 

Uses of AreaLabel in org.eclipse.ohf.stem.definitions.labels.impl
 

Classes in org.eclipse.ohf.stem.definitions.labels.impl that implement AreaLabel
 class AreaLabelImpl
          An implementation of the model object 'Area Label'.
 

Methods in org.eclipse.ohf.stem.definitions.labels.impl that return AreaLabel
 AreaLabel LabelsFactoryImpl.createAreaLabel()
           
 

Uses of AreaLabel in org.eclipse.ohf.stem.definitions.labels.util
 

Methods in org.eclipse.ohf.stem.definitions.labels.util with parameters of type AreaLabel
 T LabelsSwitch.caseAreaLabel(AreaLabel object)
          Returns the result of interpretting the object as an instance of 'Area Label'.