Uses of Interface
org.eclipse.gmf.tooldef.StyleSelector

Packages that use StyleSelector
org.eclipse.gmf.mappings   
org.eclipse.gmf.mappings.impl   
org.eclipse.gmf.tooldef   
org.eclipse.gmf.tooldef.impl   
org.eclipse.gmf.tooldef.util   
 

Uses of StyleSelector in org.eclipse.gmf.mappings
 

Methods in org.eclipse.gmf.mappings that return StyleSelector
 StyleSelector AppearanceSteward.getAppearanceStyle()
          Returns the value of the 'Appearance Style' reference.
 

Methods in org.eclipse.gmf.mappings that return types with arguments of type StyleSelector
 org.eclipse.emf.common.util.EList<StyleSelector> Mapping.getAppearanceStyles()
          Returns the value of the 'Appearance Styles' containment reference list.
 

Methods in org.eclipse.gmf.mappings with parameters of type StyleSelector
 void AppearanceSteward.setAppearanceStyle(StyleSelector value)
          Sets the value of the 'Appearance Style' reference.
 

Uses of StyleSelector in org.eclipse.gmf.mappings.impl
 

Fields in org.eclipse.gmf.mappings.impl declared as StyleSelector
protected  StyleSelector NodeMappingImpl.appearanceStyle
          The cached value of the 'Appearance Style' reference.
protected  StyleSelector LinkMappingImpl.appearanceStyle
          The cached value of the 'Appearance Style' reference.
 

Fields in org.eclipse.gmf.mappings.impl with type parameters of type StyleSelector
protected  org.eclipse.emf.common.util.EList<StyleSelector> MappingImpl.appearanceStyles
          The cached value of the 'Appearance Styles' containment reference list.
 

Methods in org.eclipse.gmf.mappings.impl that return StyleSelector
 StyleSelector NodeMappingImpl.basicGetAppearanceStyle()
           
 StyleSelector LinkMappingImpl.basicGetAppearanceStyle()
           
 StyleSelector NodeMappingImpl.getAppearanceStyle()
           
 StyleSelector LinkMappingImpl.getAppearanceStyle()
           
 

Methods in org.eclipse.gmf.mappings.impl that return types with arguments of type StyleSelector
 org.eclipse.emf.common.util.EList<StyleSelector> MappingImpl.getAppearanceStyles()
           
 

Methods in org.eclipse.gmf.mappings.impl with parameters of type StyleSelector
 void NodeMappingImpl.setAppearanceStyle(StyleSelector newAppearanceStyle)
           
 void LinkMappingImpl.setAppearanceStyle(StyleSelector newAppearanceStyle)
           
 

Uses of StyleSelector in org.eclipse.gmf.tooldef
 

Subinterfaces of StyleSelector in org.eclipse.gmf.tooldef
 interface GenericStyleSelector
          A representation of the model object 'Generic Style Selector'.
 

Uses of StyleSelector in org.eclipse.gmf.tooldef.impl
 

Classes in org.eclipse.gmf.tooldef.impl that implement StyleSelector
 class GenericStyleSelectorImpl
          An implementation of the model object 'Generic Style Selector'.
 

Uses of StyleSelector in org.eclipse.gmf.tooldef.util
 

Methods in org.eclipse.gmf.tooldef.util with parameters of type StyleSelector
 T GMFToolSwitch.caseStyleSelector(StyleSelector object)
          Returns the result of interpreting the object as an instance of 'Style Selector'.
 



Copyright © 2012. All Rights Reserved.