Runtime

Uses of Class
org.eclipse.gmf.runtime.diagram.ui.requests.ZOrderRequest

Packages that use ZOrderRequest
org.eclipse.gmf.runtime.diagram.ui.editpolicies Aurora internal packages Package Specification This package contains the edit policy classes.  
 

Uses of ZOrderRequest in org.eclipse.gmf.runtime.diagram.ui.editpolicies
 

Methods in org.eclipse.gmf.runtime.diagram.ui.editpolicies with parameters of type ZOrderRequest
protected  Command ContainerEditPolicy.getBringToFrontCommand(ZOrderRequest request)
          Returns a command that moves the selected views to the front
protected  Command ContainerEditPolicy.getBringForwardCommand(ZOrderRequest request)
          Returns a command the moves the selected views one step toward the front
protected  Command ContainerEditPolicy.getSendToBackCommand(ZOrderRequest request)
          Returns a command the moves the selected views to the back
protected  Command ContainerEditPolicy.getSendBackwardCommand(ZOrderRequest request)
          Returns a command the moves the selected views one step toward the back
 


Runtime

Guidelines for using Eclipse APIs.

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