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

org.eclipse.gef
Interface Handle

All Known Implementing Classes:
AbstractHandle

public interface Handle

An interface used by the SelectionTool to obtain a DragTracker. A GraphicalViewer will return a Handle at a given location. The SelectionTool looks for Handles first whenever the User presses the mouse button. If a Handle is found, it usually offers a DragTracker, although null can also be returned.

For keyboard accessibility purposes, a Handle can provide a Point at which the SelectionTool should programmatically place the mouse.


Method Summary
  Point getAccessibleLocation ()
          Returns an optional accessibility Point.
  DragTracker getDragTracker ()
          Returns the DragTracker for dragging this Handle.
 

Method Detail

getDragTracker

public 
DragTracker getDragTracker()
Returns the DragTracker for dragging this Handle.

Returns:
null or a DragTracker

getAccessibleLocation

public 
Point getAccessibleLocation()
Returns an optional accessibility Point. This returned point is in absolute coordinates.

Returns:
null or the absolute location

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