Uses of Interface
org.eclipse.graphiti.mm.StyleContainer

Packages that use StyleContainer
org.eclipse.graphiti.mm.algorithms.styles   
org.eclipse.graphiti.mm.algorithms.styles.impl   
org.eclipse.graphiti.mm.algorithms.styles.util   
org.eclipse.graphiti.mm.impl   
org.eclipse.graphiti.mm.pictograms   
org.eclipse.graphiti.mm.pictograms.impl   
org.eclipse.graphiti.mm.pictograms.util   
org.eclipse.graphiti.mm.util   
org.eclipse.graphiti.services   
org.eclipse.graphiti.services.impl   
 

Uses of StyleContainer in org.eclipse.graphiti.mm.algorithms.styles
 

Subinterfaces of StyleContainer in org.eclipse.graphiti.mm.algorithms.styles
 interface Style
          A representation of the model object ' Style'.
 

Methods in org.eclipse.graphiti.mm.algorithms.styles that return StyleContainer
 StyleContainer Style.getStyleContainer()
          Returns the value of the 'Style Container' container reference.
 

Methods in org.eclipse.graphiti.mm.algorithms.styles with parameters of type StyleContainer
 void Style.setStyleContainer(StyleContainer value)
          Sets the value of the 'Style Container' container reference.
 

Uses of StyleContainer in org.eclipse.graphiti.mm.algorithms.styles.impl
 

Classes in org.eclipse.graphiti.mm.algorithms.styles.impl that implement StyleContainer
 class StyleImpl
          An implementation of the model object 'Style'.
 

Methods in org.eclipse.graphiti.mm.algorithms.styles.impl that return StyleContainer
 StyleContainer StyleImpl.basicGetStyleContainer()
           
 StyleContainer StyleImpl.getStyleContainer()
           
 

Methods in org.eclipse.graphiti.mm.algorithms.styles.impl with parameters of type StyleContainer
 NotificationChain StyleImpl.basicSetStyleContainer(StyleContainer newStyleContainer, NotificationChain msgs)
           
 void StyleImpl.setStyleContainer(StyleContainer newStyleContainer)
           
 

Uses of StyleContainer in org.eclipse.graphiti.mm.algorithms.styles.util
 

Methods in org.eclipse.graphiti.mm.algorithms.styles.util with parameters of type StyleContainer
 T StylesSwitch.caseStyleContainer(StyleContainer object)
          Returns the result of interpreting the object as an instance of 'Style Container'.
 

Uses of StyleContainer in org.eclipse.graphiti.mm.impl
 

Classes in org.eclipse.graphiti.mm.impl that implement StyleContainer
 class StyleContainerImpl
          An implementation of the model object 'Style Container'.
 

Uses of StyleContainer in org.eclipse.graphiti.mm.pictograms
 

Subinterfaces of StyleContainer in org.eclipse.graphiti.mm.pictograms
 interface Diagram
          A representation of the model object 'Diagram'.
 

Uses of StyleContainer in org.eclipse.graphiti.mm.pictograms.impl
 

Classes in org.eclipse.graphiti.mm.pictograms.impl that implement StyleContainer
 class DiagramImpl
          An implementation of the model object 'Diagram'.
 

Uses of StyleContainer in org.eclipse.graphiti.mm.pictograms.util
 

Methods in org.eclipse.graphiti.mm.pictograms.util with parameters of type StyleContainer
 T PictogramsSwitch.caseStyleContainer(StyleContainer object)
          Returns the result of interpreting the object as an instance of 'Style Container'.
 

Uses of StyleContainer in org.eclipse.graphiti.mm.util
 

Methods in org.eclipse.graphiti.mm.util with parameters of type StyleContainer
 T MmSwitch.caseStyleContainer(StyleContainer object)
          Returns the result of interpreting the object as an instance of 'Style Container'.
 

Uses of StyleContainer in org.eclipse.graphiti.services
 

Methods in org.eclipse.graphiti.services with parameters of type StyleContainer
 Style IGaCreateService.createPlainStyle(StyleContainer styleContainer, String id)
          Creates a Style with the given id.
 Style IGaCreateService.createStyle(StyleContainer styleContainer, String id)
          Creates a Style with the given id.
 Style IGaService.findStyle(StyleContainer styleContainer, String id)
          Searches for a style with the given id.
 

Uses of StyleContainer in org.eclipse.graphiti.services.impl
 

Methods in org.eclipse.graphiti.services.impl with parameters of type StyleContainer
 Style GaServiceImpl.createPlainStyle(StyleContainer styleContainer, String id)
           
 Style GaServiceImpl.createStyle(StyleContainer styleContainer, String id)
           
 Style GaServiceImpl.findStyle(StyleContainer styleContainer, String id)
           
 



Copyright (c) SAP AG 2005, 2012.