Uses of Interface
org.eclipse.gef.Tool
Packages that use Tool
Package
Description
All interfaces, base types, and the plugin class are here.
This package defines and implements the model used by the
PaletteViewer
.This package provides several tool implementations.
-
Uses of Tool in org.eclipse.gef
Subinterfaces of Tool in org.eclipse.gefModifier and TypeInterfaceDescriptioninterface
A specialization of Tool that is used by theSelectionTool
during a Mouse Drag.Methods in org.eclipse.gef that return ToolModifier and TypeMethodDescriptionEditDomain.getActiveTool()
Returns the active ToolEditDomain.getDefaultTool()
Returns the default tool for this edit domain.Methods in org.eclipse.gef with parameters of type ToolModifier and TypeMethodDescriptionvoid
EditDomain.setActiveTool
(Tool tool) Sets the active Tool for this EditDomain.void
EditDomain.setDefaultTool
(Tool tool) Sets the default Tool, which is used if the Palette does not provide a default -
Uses of Tool in org.eclipse.gef.palette
Methods in org.eclipse.gef.palette that return ToolModifier and TypeMethodDescriptionToolEntry.createTool()
Creates the tool of the type specified byToolEntry.setToolClass(Class)
for this ToolEntry. -
Uses of Tool in org.eclipse.gef.tools
Classes in org.eclipse.gef.tools that implement ToolModifier and TypeClassDescriptionclass
The base implementation for tools which create a connection.class
The base implementation forTool
s.class
A tracker for creating new bendpoints or dragging existing ones.class
The default creation tool for connections.class
A connection creation tool that implements DragTracker.class
A DragTracker that moves the endpoint of a connection to another location.class
The CreationTool creates newEditParts
via aCreationFactory
.class
A DragTracker whose job it is to deselect allEditParts
.class
A DragTracker that movesEditParts
.class
Specializes selection to do nothing, the native Tree provides selection for free.class
A marqueeSelectionTool that implements the DragTracker interface.class
A Tool which selects multipleEditPart
s inside a rectangular area of a Graphical Viewer.class
A subclass of the SelectionTool that allows panning by holding down the space bar.class
A Tracker for dragging a resize handle.class
DragTracker used to select, edit, and openEditParts
.class
Tool to select and manipulate figures.class
A simple drag tracker implementation that does not perform targeting.class
The base implementation for tools which perform targeting of editparts.