Runtime

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

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

Methods in org.eclipse.gmf.runtime.diagram.ui.properties.sections.appearance that return LineType
 LineType LineTypePopup.getSelectedLineType()
          Gets the line type the user selected.
 

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

Fields in org.eclipse.gmf.runtime.notation declared as LineType
static LineType LineType.DASH_DOT_DOT_LITERAL
          The 'Dash Dot Dot' literal object
static LineType LineType.DASH_DOT_LITERAL
          The 'Dash Dot' literal object
static LineType LineType.DASH_LITERAL
          The 'Dash' literal object
static LineType LineType.DOT_LITERAL
          The 'Dot' literal object
static LineType LineType.DOUBLE_LITERAL
          The 'Double' literal object
static LineType LineType.SOLID_LITERAL
          The 'Solid' literal object
 

Methods in org.eclipse.gmf.runtime.notation that return LineType
static LineType LineType.get(int value)
          Returns the 'Line Type' literal with the specified integer value
static LineType LineType.get(java.lang.String literal)
          Returns the 'Line Type' literal with the specified literal value
static LineType LineType.getByName(java.lang.String name)
          Returns the 'Line Type' literal with the specified name
 LineType LineTypeStyle.getLineType()
          Returns the value of the 'Line Type' attribute.
 

Methods in org.eclipse.gmf.runtime.notation with parameters of type LineType
 void LineTypeStyle.setLineType(LineType value)
          Sets the value of the 'Line Type' attribute
 

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

Fields in org.eclipse.gmf.runtime.notation.impl declared as LineType
protected static LineType LineTypeStyleImpl.LINE_TYPE_EDEFAULT
          The default value of the 'Line Type' attribute
 

Methods in org.eclipse.gmf.runtime.notation.impl that return LineType
 LineType NotationFactoryImpl.createLineTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 LineType LineTypeStyleImpl.getLineType()
           
 

Methods in org.eclipse.gmf.runtime.notation.impl with parameters of type LineType
 void LineTypeStyleImpl.setLineType(LineType newLineType)
           
 


Runtime

Guidelines for using Eclipse APIs.

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