Uses of Interface
org.eclipse.gef.Tool
-
Packages that use Tool Package Description 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 thePaletteViewer.org.eclipse.gef.tools This package provides several tool implementations. -
-
Uses of Tool in org.eclipse.gef
Subinterfaces of Tool in org.eclipse.gef Modifier and Type Interface Description interfaceDragTrackerA specialization of Tool that is used by theSelectionToolduring a Mouse Drag.Methods in org.eclipse.gef that return Tool Modifier and Type Method Description ToolEditDomain. getActiveTool()Returns the active ToolToolEditDomain. getDefaultTool()Returns the default tool for this edit domain.Methods in org.eclipse.gef with parameters of type Tool Modifier and Type Method Description voidEditDomain. 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.palette
Methods in org.eclipse.gef.palette that return Tool Modifier and Type Method Description ToolToolEntry. 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 Tool Modifier and Type Class Description classAbstractConnectionCreationToolThe base implementation for tools which create a connection.classAbstractToolThe base implementation forTools.classConnectionBendpointTrackerA tracker for creating new bendpoints or dragging existing ones.classConnectionCreationToolThe default creation tool for connections.classConnectionDragCreationToolA connection creation tool that implements DragTracker.classConnectionEndpointTrackerA DragTracker that moves the endpoint of a connection to another location.classCreationToolThe CreationTool creates newEditPartsvia aCreationFactory.classDeselectAllTrackerA DragTracker whose job it is to deselect allEditParts.classDragEditPartsTrackerA DragTracker that movesEditParts.classDragTreeItemsTrackerSpecializes selection to do nothing, the native Tree provides selection for free.classMarqueeDragTrackerA marqueeSelectionTool that implements the DragTracker interface.classMarqueeSelectionToolA Tool which selects multipleEditParts inside a rectangular area of a Graphical Viewer.classPanningSelectionToolA subclass of the SelectionTool that allows panning by holding down the space bar.classResizeTrackerA Tracker for dragging a resize handle.classSelectEditPartTrackerDragTracker used to select, edit, and openEditParts.classSelectionToolTool to select and manipulate figures.classSimpleDragTrackerA simple drag tracker implementation that does not perform targeting.classTargetingToolThe base implementation for tools which perform targeting of editparts.
-