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.CreateRequest

Packages that use CreateRequest
org.eclipse.gef.dnd   
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 CreateRequest in org.eclipse.gef.dnd
 

Methods in org.eclipse.gef.dnd that return CreateRequest
protected   CreateRequest TemplateTransferDropTargetListener. getCreateRequest ()
          A helper method that casts the target Request to a CreateRequest.
 

Uses of CreateRequest in org.eclipse.gef.editpolicies
 

Methods in org.eclipse.gef.editpolicies with parameters of type CreateRequest
protected  void XYLayoutEditPolicy. showSizeOnDropFeedback ( CreateRequest request)
          Places the feedback rectangle where the User indicated.
protected abstract   Command TreeContainerEditPolicy. getCreateCommand ( CreateRequest request)
          Returns a Command for creating the object inside the container.
protected   IFigure LayoutEditPolicy. createSizeOnDropFeedback ( CreateRequest createRequest)
          Override to provide custom feedback figure for the given create request.
protected abstract   Command LayoutEditPolicy. getCreateCommand ( CreateRequest request)
          Returns the Command to perform a create.
protected   Insets LayoutEditPolicy. getCreationFeedbackOffset ( CreateRequest request)
          Returns any insets that need to be applied to the creation feedback's bounds.
protected   IFigure LayoutEditPolicy. getSizeOnDropFeedback ( CreateRequest createRequest)
          Lazily creates and returns the Figure to use for size-on-drop feedback.
protected  void LayoutEditPolicy. showSizeOnDropFeedback ( CreateRequest request)
          Shows size-on-drop feedback during creation.
protected abstract   Command ContainerEditPolicy. getCreateCommand ( CreateRequest request)
          Clients must implement to contribute to create requests.
protected  java.lang.Object ConstrainedLayoutEditPolicy. getConstraintFor ( CreateRequest request)
          Generates a draw2d constraint for the given CreateRequest.
 

Uses of CreateRequest in org.eclipse.gef.requests
 

Subclasses of CreateRequest in org.eclipse.gef.requests
 class CreateConnectionRequest
          A Request to create a new Connection.
 

Uses of CreateRequest in org.eclipse.gef.tools
 

Methods in org.eclipse.gef.tools that return CreateRequest
protected   CreateRequest CreationTool. getCreateRequest ()
          Cast the target request to a CreateRequest and returns it.
 


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