Runtime

Uses of Interface
org.eclipse.gmf.runtime.notation.Style

Packages that use Style
org.eclipse.gmf.runtime.diagram.core.util Aurora internal packages Package Specification This package contains utility classes used by this plugin.  
org.eclipse.gmf.runtime.notation Notation meta-model primary package.  
org.eclipse.gmf.runtime.notation.impl Aurora internal packages Package Specification ToDo: Fill in specific content 
 

Uses of Style in org.eclipse.gmf.runtime.diagram.core.util
 

Methods in org.eclipse.gmf.runtime.diagram.core.util with parameters of type Style
protected  void ViewRefactorHelper.copyViewStyle(View oldView, View newView, Style oldStyle, java.util.List excludeStyles)
          Copies the given style features of the old view to the new view
 

Uses of Style in org.eclipse.gmf.runtime.notation
 

Subinterfaces of Style in org.eclipse.gmf.runtime.notation
 interface CanonicalStyle
           A representation of the model object 'Canonical Style'.
 interface ConnectorStyle
           A representation of the model object 'Connector Style'.
 interface DescriptionStyle
           A representation of the model object 'Description Style'.
 interface DiagramStyle
           A representation of the model object 'Diagram Style'
 interface DrawerStyle
           A representation of the model object 'Drawer Style'.
 interface FillStyle
           A representation of the model object 'Fill Style'.
 interface FilteringStyle
           A representation of the model object 'Filtering Style'.
 interface FontStyle
           A representation of the model object 'Font Style'.
 interface GuideStyle
           A representation of the model object 'Guide Style'.
 interface ImageBufferStyle
           A representation of the model object 'Image Buffer Style'
 interface ImageStyle
           A representation of the model object 'Image Style'
 interface LineStyle
           A representation of the model object 'Line Style'.
 interface PageStyle
           A representation of the model object 'Page Style'.
 interface RoutingStyle
           A representation of the model object 'Routing Style'.
 interface ShapeStyle
           A representation of the model object 'Shape Style'.
 interface SortingStyle
           A representation of the model object 'Sorting Style'.
 interface TitleStyle
           A representation of the model object 'Title Style'.
 

Methods in org.eclipse.gmf.runtime.notation that return Style
 Style View.getStyle(EClass eClass)
           Looks up a style in the view's collection of styles that extends/implements the given EClass.
 Style View.createStyle(EClass eClass)
           A utililty method to create a new Style from the given eClass paramter and then inserts the object in the view's Styles collection
 

Uses of Style in org.eclipse.gmf.runtime.notation.impl
 

Classes in org.eclipse.gmf.runtime.notation.impl that implement Style
 class CanonicalStyleImpl
           An implementation of the model object 'Canonical Style'
 class ConnectorStyleImpl
           An implementation of the model object 'Connector Style'
 class DescriptionStyleImpl
           An implementation of the model object 'Description Style'
 class DiagramStyleImpl
           An implementation of the model object 'Diagram Style'
 class DrawerStyleImpl
           An implementation of the model object 'Drawer Style'
 class FillStyleImpl
           An implementation of the model object 'Fill Style'
 class FilteringStyleImpl
           An implementation of the model object 'Filtering Style'
 class FontStyleImpl
           An implementation of the model object 'Font Style'
 class GuideStyleImpl
           An implementation of the model object 'Guide Style'
 class ImageBufferStyleImpl
           An implementation of the model object 'Image Buffer Style'
 class ImageStyleImpl
           An implementation of the model object 'Image Style'
 class LineStyleImpl
           An implementation of the model object 'Line Style'
 class PageStyleImpl
           An implementation of the model object 'Page Style'
 class RoutingStyleImpl
           An implementation of the model object 'Routing Style'
 class ShapeStyleImpl
           An implementation of the model object 'Shape Style'
 class SortingStyleImpl
           An implementation of the model object 'Sorting Style'
 class TitleStyleImpl
           An implementation of the model object 'Title Style'
 

Methods in org.eclipse.gmf.runtime.notation.impl that return Style
 Style ViewImpl.getStyle(EClass eClass)
           
 Style ViewImpl.createStyle(EClass eClass)
           
 


Runtime

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.