Runtime

Uses of Class
org.eclipse.gmf.runtime.notation.ArrowType

Packages that use ArrowType
org.eclipse.gmf.runtime.diagram.ui.properties.sections.appearance   
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 ArrowType in org.eclipse.gmf.runtime.diagram.ui.properties.sections.appearance
 

Methods in org.eclipse.gmf.runtime.diagram.ui.properties.sections.appearance that return ArrowType
 ArrowType ArrowTypePopup.getSelectedArrowTypeSource()
          Gets the arrow decoration type for the source the user selected.
 ArrowType ArrowTypePopup.getSelectedArrowTypeTarget()
          Gets the arrow decoration type for the target the user selected.
 

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

Fields in org.eclipse.gmf.runtime.notation declared as ArrowType
static ArrowType ArrowType.NONE_LITERAL
          The 'None' literal object
static ArrowType ArrowType.OPEN_ARROW_LITERAL
          The 'Open Arrow' literal object
static ArrowType ArrowType.SOLID_ARROW_LITERAL
          The 'Solid Arrow' literal object
 

Methods in org.eclipse.gmf.runtime.notation that return ArrowType
static ArrowType ArrowType.get(int value)
          Returns the 'Arrow Type' literal with the specified integer value
static ArrowType ArrowType.get(java.lang.String literal)
          Returns the 'Arrow Type' literal with the specified literal value
 ArrowType ArrowStyle.getArrowSource()
          Returns the value of the 'Arrow Source' attribute.
 ArrowType ArrowStyle.getArrowTarget()
          Returns the value of the 'Arrow Target' attribute.
static ArrowType ArrowType.getByName(java.lang.String name)
          Returns the 'Arrow Type' literal with the specified name
 

Methods in org.eclipse.gmf.runtime.notation with parameters of type ArrowType
 void ArrowStyle.setArrowSource(ArrowType value)
          Sets the value of the 'Arrow Source' attribute
 void ArrowStyle.setArrowTarget(ArrowType value)
          Sets the value of the 'Arrow Target' attribute
 

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

Fields in org.eclipse.gmf.runtime.notation.impl declared as ArrowType
protected static ArrowType ArrowStyleImpl.ARROW_SOURCE_EDEFAULT
          The default value of the 'Arrow Source' attribute
protected static ArrowType ArrowStyleImpl.ARROW_TARGET_EDEFAULT
          The default value of the 'Arrow Target' attribute
 

Methods in org.eclipse.gmf.runtime.notation.impl that return ArrowType
 ArrowType NotationFactoryImpl.createArrowTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ArrowType ArrowStyleImpl.getArrowSource()
           
 ArrowType ArrowStyleImpl.getArrowTarget()
           
 

Methods in org.eclipse.gmf.runtime.notation.impl with parameters of type ArrowType
 void ArrowStyleImpl.setArrowSource(ArrowType newArrowSource)
           
 void ArrowStyleImpl.setArrowTarget(ArrowType newArrowTarget)
           
 


Runtime

Guidelines for using Eclipse APIs.

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