Package | Description |
---|---|
org.eclipse.gef.palette |
This package defines and implements the model used by the
PaletteViewer . |
org.eclipse.gef.ui.actions |
This package support for using JFace Actions in your EditorPart.
|
org.eclipse.gef.ui.palette |
Modifier and Type | Class and Description |
---|---|
class |
CombinedTemplateCreationEntry
A combination of a
PaletteTemplateEntry and ToolEntry . |
class |
ConnectionCreationToolEntry
A palette ToolEntry for a
ConnectionCreationTool . |
class |
CreationToolEntry
A palette ToolEntry for a
CreationTool . |
class |
MarqueeToolEntry
A palette ToolEntry for a
MarqueeSelectionTool . |
class |
PanningSelectionToolEntry
A ToolEntry for a
PanningSelectionTool . |
class |
SelectionToolEntry
A ToolEntry for a
SelectionTool . |
Modifier and Type | Method and Description |
---|---|
ToolEntry |
PaletteRoot.getDefaultEntry() |
Modifier and Type | Method and Description |
---|---|
void |
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.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
ToolEntry |
PaletteViewer.getActiveTool() |
Modifier and Type | Method and Description |
---|---|
void |
PaletteViewer.setActiveTool(ToolEntry newMode)
Sets the active entry for this palette.
|
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.