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.paletteSubclasses of ToolEntry in org.eclipse.gef.paletteModifier and TypeClassDescriptionclassA combination of aPaletteTemplateEntryandToolEntry.classA palette ToolEntry for aConnectionCreationTool.classA palette ToolEntry for aCreationTool.classA palette ToolEntry for aMarqueeSelectionTool.classA ToolEntry for aPanningSelectionTool.classA ToolEntry for aSelectionTool.Methods in org.eclipse.gef.palette that return ToolEntryMethods in org.eclipse.gef.palette with parameters of type ToolEntryModifier and TypeMethodDescriptionvoidPaletteListener.activeToolChanged(PaletteViewer palette, ToolEntry tool) A new tool was activated in the palette.voidPaletteRoot.setDefaultEntry(ToolEntry entry) Sets the default entry to the passed value.
- 
Uses of ToolEntry in org.eclipse.gef.ui.actionsConstructors 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.paletteMethods in org.eclipse.gef.ui.palette that return ToolEntryMethods in org.eclipse.gef.ui.palette with parameters of type ToolEntryModifier and TypeMethodDescriptionvoidPaletteViewer.setActiveTool(ToolEntry newMode) Sets the active entry for this palette.