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.gefSubinterfaces of Tool in org.eclipse.gefModifier and TypeInterfaceDescriptioninterfaceA specialization of Tool that is used by theSelectionToolduring 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 TypeMethodDescriptionvoidEditDomain.setActiveTool(Tool tool) Sets the active Tool for this EditDomain.voidEditDomain.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.paletteMethods 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.toolsClasses in org.eclipse.gef.tools that implement ToolModifier and TypeClassDescriptionclassThe base implementation for tools which create a connection.classThe base implementation forTools.classA tracker for creating new bendpoints or dragging existing ones.classThe default creation tool for connections.classA connection creation tool that implements DragTracker.classA DragTracker that moves the endpoint of a connection to another location.classThe CreationTool creates newEditPartsvia aCreationFactory.classA DragTracker whose job it is to deselect allEditParts.classA DragTracker that movesEditParts.classSpecializes selection to do nothing, the native Tree provides selection for free.classA marqueeSelectionTool that implements the DragTracker interface.classA Tool which selects multipleEditParts inside a rectangular area of a Graphical Viewer.classA subclass of the SelectionTool that allows panning by holding down the space bar.classA Tracker for dragging a resize handle.classDragTracker used to select, edit, and openEditParts.classTool to select and manipulate figures.classA simple drag tracker implementation that does not perform targeting.classThe base implementation for tools which perform targeting of editparts.