Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse GEF
3.3

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.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
 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.
 

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.actions
 

Constructors in org.eclipse.gef.ui.actions with parameters of type ToolEntry
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
  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
3.3

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

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire