Runtime

Uses of Class
org.eclipse.gmf.runtime.diagram.ui.handles.ConnectionHandle.HandleDirection

Packages that use ConnectionHandle.HandleDirection
org.eclipse.gmf.runtime.diagram.ui.editpolicies Aurora internal packages Package Specification This package contains the edit policy classes.  
org.eclipse.gmf.runtime.diagram.ui.handles Aurora internal packages Package Specification handles and handle locator package 
 

Uses of ConnectionHandle.HandleDirection in org.eclipse.gmf.runtime.diagram.ui.editpolicies
 

Methods in org.eclipse.gmf.runtime.diagram.ui.editpolicies with parameters of type ConnectionHandle.HandleDirection
protected  java.lang.String ConnectionHandleEditPolicy.buildTooltip(ConnectionHandle.HandleDirection direction)
          Builds the applicable tooltip string based on whether the Modeling Assistant Service supports handle gestures on this element.
 

Uses of ConnectionHandle.HandleDirection in org.eclipse.gmf.runtime.diagram.ui.handles
 

Fields in org.eclipse.gmf.runtime.diagram.ui.handles declared as ConnectionHandle.HandleDirection
static ConnectionHandle.HandleDirection ConnectionHandle.HandleDirection.OUTGOING
          source to target
static ConnectionHandle.HandleDirection ConnectionHandle.HandleDirection.INCOMING
          target to source
 

Methods in org.eclipse.gmf.runtime.diagram.ui.handles with parameters of type ConnectionHandle.HandleDirection
protected  void ConnectionHandle.setRelationshipDirection(ConnectionHandle.HandleDirection direction)
          Sets the direction that the relationship is to be created.
 

Constructors in org.eclipse.gmf.runtime.diagram.ui.handles with parameters of type ConnectionHandle.HandleDirection
ConnectionHandle(IGraphicalEditPart ownerEditPart, ConnectionHandle.HandleDirection relationshipDirection, java.lang.String tooltip)
          Creates a new ConnectionHandle.
 


Runtime

Guidelines for using Eclipse APIs.

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