Runtime

Package org.eclipse.gmf.runtime.diagram.ui.view.factories

Aurora internal packages Package Specification This package contains the Notation meta model View Factories.

See:
          Description

Class Summary
AbstractLabelViewFactory the base factory class for all label views
AbstractShapeViewFactory The base abstract node view factory
AbstractViewFactory The abstract implementation of the ViewFactory interface.
BasicNodeViewFactory This is the base factory class for all Node views, it will create the view and decorate it using the default decorations you can subclass it to add more decorations, or customize the way it looks, like adding new style
ConnectionViewFactory This is the bas factory class for all connection views, it will create the view and decorate it using the default decorations you can subclass it to add more decorations, or customize the way it looks, like adding new style
DiagramViewFactory This is the bas factory class for all Diagram views, it will create the Diagram and decorate it using the default decorations you can subclass it to add more decorations, or customize the way it looks, like adding new style
ListCompartmentViewFactory This is the bas factory class for all List compartment views, it will create the view and decorate it using the default decorations you can subclass it to add more decorations, or customize the way it looks, like adding new style
NoteViewFactory The Factory class responsible for creating Note Views
ResizableCompartmentViewFactory The factory class responsible for creating the Resizable Compartment View
TextShapeViewFactory The Factory class responsible for creating the Text shape view
 

Package org.eclipse.gmf.runtime.diagram.ui.view.factories Description

Aurora internal packages

Package Specification

This package contains the Notation meta model View Factories. View factory expose a factory method called createView, which is called by the view service to create the notation views


Runtime

Guidelines for using Eclipse APIs.

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