Eclipse GEF
2.1

Uses of Class
org.eclipse.gef.palette.ToolEntry

Packages that use ToolEntry
org.eclipse.gef.palette This package defines and implements the model used by the PaletteViewer
org.eclipse.gef.ui.palette   
 

Uses of ToolEntry in org.eclipse.gef.palette
 

Subclasses of ToolEntry in org.eclipse.gef.palette
 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 SelectionToolEntry
          A ToolEntry for a SelectionTool.
 

Methods in org.eclipse.gef.palette that return ToolEntry
 ToolEntry PaletteRoot.getDefaultEntry()
           
 

Methods in org.eclipse.gef.palette with parameters of type ToolEntry
 void PaletteRoot.setDefaultEntry(ToolEntry entry)
          Sets the default entry to the passed value.
 void PaletteListener.activeToolChanged(PaletteViewer palette, ToolEntry tool)
          A new tool was activated in the palette.
 

Uses of ToolEntry in org.eclipse.gef.ui.palette
 

Methods in org.eclipse.gef.ui.palette that return ToolEntry
 ToolEntry PaletteViewer.getActiveTool()
           
 

Methods in org.eclipse.gef.ui.palette with parameters of type ToolEntry
 void PaletteViewer.setActiveTool(ToolEntry newMode)
          Sets the active entry for this palette.
 


Eclipse GEF
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.