Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse GEF
3.3

Uses of Class
org.eclipse.gef.requests.ChangeBoundsRequest

Packages that use ChangeBoundsRequest
org.eclipse.gef.editpolicies This package contains EditPolicy implementations for many common editing Roles. 
org.eclipse.gef.requests This package contains the common Request types used by the provided tools and edit policies. 
org.eclipse.gef.tools This package provides several tool implementations. 
 

Uses of ChangeBoundsRequest in org.eclipse.gef.editpolicies
 

Methods in org.eclipse.gef.editpolicies with parameters of type ChangeBoundsRequest
protected  java.lang.Object XYLayoutEditPolicy. getConstraintFor ( ChangeBoundsRequest request, GraphicalEditPart child)
          Overridden to prevent sizes from becoming too small, and to prevent preferred sizes from getting lost.
protected abstract   Command TreeContainerEditPolicy. getAddCommand ( ChangeBoundsRequest request)
          Returns a Command for adding the children to the container.
protected abstract   Command TreeContainerEditPolicy. getMoveChildrenCommand ( ChangeBoundsRequest request)
          Returns a Command for moving the children within the container.
protected   Command ResizableEditPolicy. getResizeCommand ( ChangeBoundsRequest request)
          Returns the command contribution for the given resize request.
protected  void NonResizableEditPolicy. eraseChangeBoundsFeedback ( ChangeBoundsRequest request)
          Erases drag feedback.
protected   Command NonResizableEditPolicy. getMoveCommand ( ChangeBoundsRequest request)
          Returns the command contribution to a change bounds request.
protected  void NonResizableEditPolicy. showChangeBoundsFeedback ( ChangeBoundsRequest request)
          Shows or updates feedback for a change bounds request.
protected   Command LayoutEditPolicy. getCloneCommand ( ChangeBoundsRequest request)
          Override to contribute to clone requests.
protected   Command ContainerEditPolicy. getCloneCommand ( ChangeBoundsRequest request)
          Override to contribute to clone requests.
protected   Command ConstrainedLayoutEditPolicy. createChangeConstraintCommand ( ChangeBoundsRequest request, EditPart child, java.lang.Object constraint)
          The request is now made available when creating the change constraint command.
protected  java.lang.Object ConstrainedLayoutEditPolicy. getConstraintFor ( ChangeBoundsRequest request, GraphicalEditPart child)
          Generates a draw2d constraint object derived from the specified child EditPart using the provided Request.
protected  java.lang.Object ConstrainedLayoutEditPolicy. getConstraintForClone ( GraphicalEditPart part, ChangeBoundsRequest request)
          Returns the correct rectangle bounds for the new clone's location.
protected   Command ConstrainedLayoutEditPolicy. getResizeChildrenCommand ( ChangeBoundsRequest request)
          Returns the Command to resize a group of children.
 

Uses of ChangeBoundsRequest in org.eclipse.gef.requests
 

Subclasses of ChangeBoundsRequest in org.eclipse.gef.requests
 class AlignmentRequest
          A request to align multiple objects.
 

Uses of ChangeBoundsRequest in org.eclipse.gef.tools
 

Methods in org.eclipse.gef.tools with parameters of type ChangeBoundsRequest
protected  void DragEditPartsTracker. snapPoint ( ChangeBoundsRequest request)
          This method can be overridden by clients to customize the snapping behavior.
 


Eclipse GEF
3.3

Copyright (c) IBM Corp. and others 2000, 2007. All Rights Reserved.

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire