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

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

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

Subinterfaces of Behaviour in org.eclipse.gmf.codegen.gmfgen
 interface CustomBehaviour
          A representation of the model object 'Custom Behaviour'.
 interface GenVisualEffect
          A representation of the model object 'Gen Visual Effect'.
 interface OpenDiagramBehaviour
          A representation of the model object 'Open Diagram Behaviour'.
 interface SharedBehaviour
          A representation of the model object 'Shared Behaviour'.
 

Methods in org.eclipse.gmf.codegen.gmfgen with type parameters of type Behaviour
<T extends Behaviour>
List<T>
GenCommonBase.getBehaviour(Class<T> behaviourClass)
          Filter list of behavior to instances of particular kind.
 

Methods in org.eclipse.gmf.codegen.gmfgen that return Behaviour
 Behaviour SharedBehaviour.getDelegate()
          Returns the value of the 'Delegate' reference.
 

Methods in org.eclipse.gmf.codegen.gmfgen that return types with arguments of type Behaviour
 org.eclipse.emf.common.util.EList<Behaviour> GenCommonBase.getBehaviour()
          Returns the value of the 'Behaviour' containment reference list.
 

Methods in org.eclipse.gmf.codegen.gmfgen with parameters of type Behaviour
 void SharedBehaviour.setDelegate(Behaviour value)
          Sets the value of the 'Delegate' reference.
 

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

Classes in org.eclipse.gmf.codegen.gmfgen.impl that implement Behaviour
 class CustomBehaviourImpl
          An implementation of the model object 'Custom Behaviour'.
 class GenVisualEffectImpl
          An implementation of the model object 'Gen Visual Effect'.
 class OpenDiagramBehaviourImpl
          An implementation of the model object 'Open Diagram Behaviour'.
 class SharedBehaviourImpl
          An implementation of the model object 'Shared Behaviour'.
 

Fields in org.eclipse.gmf.codegen.gmfgen.impl declared as Behaviour
protected  Behaviour SharedBehaviourImpl.delegate
          The cached value of the 'Delegate' reference.
 

Fields in org.eclipse.gmf.codegen.gmfgen.impl with type parameters of type Behaviour
protected  org.eclipse.emf.common.util.EList<Behaviour> GenCommonBaseImpl.behaviour
          The cached value of the 'Behaviour' containment reference list.
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl with type parameters of type Behaviour
<T extends Behaviour>
List<T>
GenCommonBaseImpl.getBehaviour(Class<T> behaviourClass)
           
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return Behaviour
 Behaviour SharedBehaviourImpl.basicGetDelegate()
           
 Behaviour SharedBehaviourImpl.getDelegate()
           
 

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

Methods in org.eclipse.gmf.codegen.gmfgen.impl with parameters of type Behaviour
 void SharedBehaviourImpl.setDelegate(Behaviour newDelegate)
           
 

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

Methods in org.eclipse.gmf.codegen.gmfgen.util with parameters of type Behaviour
 T GMFGenSwitch.caseBehaviour(Behaviour object)
          Returns the result of interpreting the object as an instance of 'Behaviour'.
 



Copyright © 2012. All Rights Reserved.