Uses of Class
org.eclipse.gef.palette.ToolEntry
Packages that use ToolEntry
Package
Description
This package defines and implements the model used by the
PaletteViewer
.This package support for using JFace Actions in your EditorPart.
-
Uses of ToolEntry in org.eclipse.gef.palette
Subclasses of ToolEntry in org.eclipse.gef.paletteModifier and TypeClassDescriptionclass
A combination of aPaletteTemplateEntry
andToolEntry
.class
A palette ToolEntry for aConnectionCreationTool
.class
A palette ToolEntry for aCreationTool
.class
A palette ToolEntry for aMarqueeSelectionTool
.class
A ToolEntry for aPanningSelectionTool
.class
A ToolEntry for aSelectionTool
.Methods in org.eclipse.gef.palette that return ToolEntryMethods in org.eclipse.gef.palette with parameters of type ToolEntryModifier and TypeMethodDescriptionvoid
PaletteListener.activeToolChanged
(PaletteViewer palette, ToolEntry tool) A new tool was activated in the palette.void
PaletteRoot.setDefaultEntry
(ToolEntry entry) Sets the default entry to the passed value. -
Uses of ToolEntry in org.eclipse.gef.ui.actions
Constructors in org.eclipse.gef.ui.actions with parameters of type ToolEntryModifierConstructorDescriptionSetActivePaletteToolAction
(PaletteViewer viewer, String label, ImageDescriptor icon, boolean isChecked, ToolEntry entry) Creates a new SetActivePaletteToolAction with the given entry to set, as well as a label, icon, and isChecked to be used in a menu. -
Uses of ToolEntry in org.eclipse.gef.ui.palette
Methods in org.eclipse.gef.ui.palette that return ToolEntryMethods in org.eclipse.gef.ui.palette with parameters of type ToolEntryModifier and TypeMethodDescriptionvoid
PaletteViewer.setActiveTool
(ToolEntry newMode) Sets the active entry for this palette.