Uses of Interface
org.eclipse.gmf.codegen.gmfgen.LabelModelFacet

Packages that use LabelModelFacet
org.eclipse.gmf.codegen.gmfgen   
org.eclipse.gmf.codegen.gmfgen.impl   
org.eclipse.gmf.codegen.gmfgen.util   
 

Uses of LabelModelFacet in org.eclipse.gmf.codegen.gmfgen
 

Subinterfaces of LabelModelFacet in org.eclipse.gmf.codegen.gmfgen
 interface DesignLabelModelFacet
          A representation of the model object 'Design Label Model Facet'.
 interface ExpressionLabelModelFacet
          A representation of the model object 'Expression Label Model Facet'.
 interface FeatureLabelModelFacet
          A representation of the model object 'Feature Label Model Facet'.
 

Methods in org.eclipse.gmf.codegen.gmfgen that return LabelModelFacet
 LabelModelFacet GMFGenFactory.createLabelModelFacet()
          Returns a new object of class 'Label Model Facet'.
 LabelModelFacet GenChildLabelNode.getLabelModelFacet()
          Returns the value of the 'Label Model Facet' containment reference.
 LabelModelFacet GenLabel.getModelFacet()
          Returns the value of the 'Model Facet' containment reference.
 

Methods in org.eclipse.gmf.codegen.gmfgen that return types with arguments of type LabelModelFacet
 org.eclipse.emf.common.util.EList<LabelModelFacet> GenParserImplementation.getUses()
          Returns the value of the 'Uses' reference list.
 

Methods in org.eclipse.gmf.codegen.gmfgen with parameters of type LabelModelFacet
 void GenChildLabelNode.setLabelModelFacet(LabelModelFacet value)
          Sets the value of the 'Label Model Facet' containment reference.
 void GenLabel.setModelFacet(LabelModelFacet value)
          Sets the value of the 'Model Facet' containment reference.
 

Uses of LabelModelFacet in org.eclipse.gmf.codegen.gmfgen.impl
 

Classes in org.eclipse.gmf.codegen.gmfgen.impl that implement LabelModelFacet
 class DesignLabelModelFacetImpl
          An implementation of the model object 'Design Label Model Facet'.
 class ExpressionLabelModelFacetImpl
          An implementation of the model object 'Expression Label Model Facet'.
 class FeatureLabelModelFacetImpl
          An implementation of the model object 'Feature Label Model Facet'.
 class LabelModelFacetImpl
          An implementation of the model object 'Label Model Facet'.
 

Fields in org.eclipse.gmf.codegen.gmfgen.impl declared as LabelModelFacet
protected  LabelModelFacet GenChildLabelNodeImpl.labelModelFacet
          The cached value of the 'Label Model Facet' containment reference.
protected  LabelModelFacet GenLabelImpl.modelFacet
          The cached value of the 'Model Facet' containment reference.
 

Fields in org.eclipse.gmf.codegen.gmfgen.impl with type parameters of type LabelModelFacet
protected  org.eclipse.emf.common.util.EList<LabelModelFacet> GenParserImplementationImpl.uses
          The cached value of the 'Uses' reference list.
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return LabelModelFacet
 LabelModelFacet GMFGenFactoryImpl.createLabelModelFacet()
           
 LabelModelFacet GenChildLabelNodeImpl.getLabelModelFacet()
           
 LabelModelFacet GenLabelImpl.getModelFacet()
           
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return types with arguments of type LabelModelFacet
 org.eclipse.emf.common.util.EList<LabelModelFacet> GenParserImplementationImpl.getUses()
           
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl with parameters of type LabelModelFacet
 org.eclipse.emf.common.notify.NotificationChain GenChildLabelNodeImpl.basicSetLabelModelFacet(LabelModelFacet newLabelModelFacet, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain GenLabelImpl.basicSetModelFacet(LabelModelFacet newModelFacet, org.eclipse.emf.common.notify.NotificationChain msgs)
           
static org.eclipse.emf.common.util.EList<org.eclipse.emf.codegen.ecore.genmodel.GenFeature> GenLabelImpl.getMetaFeatures(LabelModelFacet modelFacet)
           
 void GenChildLabelNodeImpl.setLabelModelFacet(LabelModelFacet newLabelModelFacet)
           
 void GenLabelImpl.setModelFacet(LabelModelFacet newModelFacet)
           
 

Uses of LabelModelFacet in org.eclipse.gmf.codegen.gmfgen.util
 

Methods in org.eclipse.gmf.codegen.gmfgen.util with parameters of type LabelModelFacet
 T GMFGenSwitch.caseLabelModelFacet(LabelModelFacet object)
          Returns the result of interpreting the object as an instance of 'Label Model Facet'.
 



Copyright © 2012. All Rights Reserved.