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 Interface
org.eclipse.gef.Tool

Packages that use Tool
org.eclipse.gef All interfaces, base types, and the plugin class are here. 
org.eclipse.gef.palette This package defines and implements the model used by the PaletteViewer
org.eclipse.gef.tools This package provides several tool implementations. 
 

Uses of Tool in org.eclipse.gef
 

Subinterfaces of Tool in org.eclipse.gef
 interface DragTracker
          A specialization of Tool that is used by the SelectionTool during a Mouse Drag.
 

Methods in org.eclipse.gef that return Tool
  Tool EditDomain. getActiveTool ()
          Returns the active Tool
  Tool EditDomain. getDefaultTool ()
          Returns the default tool for this edit domain.
 

Methods in org.eclipse.gef with parameters of type Tool
 void EditDomain. setDefaultTool ( Tool tool)
          Sets the default Tool, which is used if the Palette does not provide a default
 void EditDomain. setActiveTool ( Tool tool)
          Sets the active Tool for this EditDomain.
 

Uses of Tool in org.eclipse.gef.palette
 

Methods in org.eclipse.gef.palette that return Tool
  Tool ToolEntry. createTool ()
          Creates the tool of the type specified by ToolEntry.setToolClass(Class) for this ToolEntry.
 

Uses of Tool in org.eclipse.gef.tools
 

Classes in org.eclipse.gef.tools that implement Tool
 class AbstractConnectionCreationTool
          The base implementation for tools which create a connection.
 class AbstractTool
          The base implementation for Tools.
 class ConnectionBendpointTracker
          A tracker for creating new bendpoints or dragging existing ones.
 class ConnectionCreationTool
          The default creation tool for connections.
 class ConnectionDragCreationTool
          A connection creation tool that implements DragTracker.
 class ConnectionEndpointTracker
          A DragTracker that moves the endpoint of a connection to another location.
 class CreationTool
          The CreationTool creates new EditParts via a CreationFactory.
 class DeselectAllTracker
          A DragTracker whose job it is to deselect all EditParts.
 class DragEditPartsTracker
          A DragTracker that moves EditParts.
 class DragTreeItemsTracker
          Specializes selection to do nothing, the native Tree provides selection for free.
 class MarqueeDragTracker
          A marqueeSelectionTool that implements the DragTracker interface.
 class MarqueeSelectionTool
          A Tool which selects multiple objects inside a rectangular area of a Graphical Viewer.
 class PanningSelectionTool
          A subclass of the SelectionTool that allows panning by holding down the space bar.
 class ResizeTracker
          A Tracker for dragging a resize handle.
 class SelectEditPartTracker
          DragTracker used to select, edit, and open EditParts.
 class SelectionTool
          Tool to select and manipulate figures.
 class SimpleDragTracker
          A simple drag tracker implementation that does not perform targeting.
 class TargetingTool
          The base implementation for tools which perform targeting of editparts.
 


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