IBM Rational Software Modeler
Release 6.0

Uses of Class
com.ibm.xtools.umlnotation.UMLDiagramKind

Packages that use UMLDiagramKind
com.ibm.xtools.uml.diagram   
com.ibm.xtools.umlnotation UML Notation meta-model primary package.  
com.ibm.xtools.viz.ui UML Diagram Resource primary package.  
 

Uses of UMLDiagramKind in com.ibm.xtools.uml.diagram
 

Methods in com.ibm.xtools.uml.diagram that return UMLDiagramKind
 UMLDiagramKind IUMLDiagramHelper.getUmlDiagramKind(Diagram diagram)
          Retrieves the UMLDiagramKind of the specified diagram
 

Methods in com.ibm.xtools.uml.diagram with parameters of type UMLDiagramKind
 Diagram IUMLDiagramHelper.createDiagram(org.eclipse.uml2.Namespace container, UMLDiagramKind kind)
          Creates a UML diagram with a given kind and inserts it into a given container
 Diagram IUMLDiagramHelper.createDiagram(org.eclipse.uml2.Namespace container, UMLDiagramKind kind, org.eclipse.uml2.Element context)
          Creates a UML diagram with a given context and kind and inserts it into a given container
 List IUMLDiagramHelper.getDiagrams(org.eclipse.uml2.Namespace element, UMLDiagramKind kind)
          Gets a list of diagrams of a given kind for a given element
 

Uses of UMLDiagramKind in com.ibm.xtools.umlnotation
 

Fields in com.ibm.xtools.umlnotation declared as UMLDiagramKind
static UMLDiagramKind UMLDiagramKind.FREEFORM_LITERAL
          The 'Freeform' literal object
static UMLDiagramKind UMLDiagramKind.CLASS_LITERAL
          The 'Class' literal object
static UMLDiagramKind UMLDiagramKind.USECASE_LITERAL
          The 'Usecase' literal object
static UMLDiagramKind UMLDiagramKind.SEQUENCE_LITERAL
          The 'Sequence' literal object
static UMLDiagramKind UMLDiagramKind.STATECHART_LITERAL
          The 'Statechart' literal object
static UMLDiagramKind UMLDiagramKind.ACTIVITY_LITERAL
          The 'Activity' literal object
static UMLDiagramKind UMLDiagramKind.COMPONENT_LITERAL
          The 'Component' literal object
static UMLDiagramKind UMLDiagramKind.DEPLOYMENT_LITERAL
          The 'Deployment' literal object
static UMLDiagramKind UMLDiagramKind.COMMUNICATION_LITERAL
          The 'Communication' literal object
static UMLDiagramKind UMLDiagramKind.STRUCTURE_LITERAL
          The 'Structure' literal object
 

Methods in com.ibm.xtools.umlnotation that return UMLDiagramKind
static UMLDiagramKind UMLDiagramKind.get(String name)
          Returns the 'UML Diagram Kind' literal with the specified name
static UMLDiagramKind UMLDiagramKind.get(int value)
          Returns the 'UML Diagram Kind' literal with the specified value
 

Uses of UMLDiagramKind in com.ibm.xtools.viz.ui
 

Methods in com.ibm.xtools.viz.ui with parameters of type UMLDiagramKind
static Diagram UMLDiagramResourceUtil.createDiagram(String file, UMLDiagramKind umlDiagramKind)
          Creates a visualization diagram given a file path
static Diagram UMLDiagramResourceUtil.createDiagram(org.eclipse.emf.common.util.URI uri, UMLDiagramKind umlDiagramKind)
          Creates a visualization diagram given a URI
 


IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2004. All rights reserved.