Uses of Class
org.eclipse.gef.palette.ToolEntry
-
Packages that use ToolEntry Package Description org.eclipse.gef.palette This package defines and implements the model used by thePaletteViewer.org.eclipse.gef.ui.actions This package support for using JFace Actions in your EditorPart.org.eclipse.gef.ui.palette -
-
Uses of ToolEntry in org.eclipse.gef.palette
Subclasses of ToolEntry in org.eclipse.gef.palette Modifier and Type Class Description classCombinedTemplateCreationEntryA combination of aPaletteTemplateEntryandToolEntry.classConnectionCreationToolEntryA palette ToolEntry for aConnectionCreationTool.classCreationToolEntryA palette ToolEntry for aCreationTool.classMarqueeToolEntryA palette ToolEntry for aMarqueeSelectionTool.classPanningSelectionToolEntryA ToolEntry for aPanningSelectionTool.classSelectionToolEntryA ToolEntry for aSelectionTool.Methods in org.eclipse.gef.palette that return ToolEntry Modifier and Type Method Description ToolEntryPaletteRoot. getDefaultEntry()Methods in org.eclipse.gef.palette with parameters of type ToolEntry Modifier and Type Method Description voidPaletteListener. 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.actions
Constructors in org.eclipse.gef.ui.actions with parameters of type ToolEntry Constructor Description SetActivePaletteToolAction(PaletteViewer viewer, java.lang.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 ToolEntry Modifier and Type Method Description ToolEntryPaletteViewer. getActiveTool()Methods in org.eclipse.gef.ui.palette with parameters of type ToolEntry Modifier and Type Method Description voidPaletteViewer. setActiveTool(ToolEntry newMode)Sets the active entry for this palette.
-