Uses of Interface
org.eclipse.graphiti.palette.IToolEntry

Packages that use IToolEntry
org.eclipse.graphiti.palette   
org.eclipse.graphiti.palette.impl   
 

Uses of IToolEntry in org.eclipse.graphiti.palette
 

Subinterfaces of IToolEntry in org.eclipse.graphiti.palette
 interface IConnectionCreationToolEntry
          The Interface IConnectionCreationToolEntry.
 interface ICreationToolEntry
          The Interface ICreationToolEntry.
 interface IObjectCreationToolEntry
          The Interface IObjectCreationToolEntry.
 interface IPaletteSeparatorEntry
          The Interface IPaletteSeparatorEntry.
 interface IStackToolEntry
          The Interface IStackToolEntry.
 

Methods in org.eclipse.graphiti.palette that return types with arguments of type IToolEntry
 List<IToolEntry> IPaletteCompartmentEntry.getToolEntries()
          Gets the tool entries.
 

Uses of IToolEntry in org.eclipse.graphiti.palette.impl
 

Classes in org.eclipse.graphiti.palette.impl that implement IToolEntry
 class AbstractPaletteToolEntry
          The Class AbstractPaletteToolEntry.
 class ConnectionCreationToolEntry
          The Class ConnectionCreationToolEntry creates a tool entry for the palette which can create connections.
 class ObjectCreationToolEntry
          The Class ObjectCreationToolEntry creates an palette tool which creates an object.
 class PaletteSeparatorEntry
          A separator for the palette.
 class StackEntry
          The Class StackEntry creates a compartment entry which visualises as a drawer in the palette containing multiple tools in a drop down list of which one is active and visible.
 

Fields in org.eclipse.graphiti.palette.impl with type parameters of type IToolEntry
private  List<IToolEntry> PaletteCompartmentEntry.toolEntries
           
 

Methods in org.eclipse.graphiti.palette.impl that return types with arguments of type IToolEntry
 List<IToolEntry> PaletteCompartmentEntry.getToolEntries()
          Gets the tool entries.
 

Methods in org.eclipse.graphiti.palette.impl with parameters of type IToolEntry
 void PaletteCompartmentEntry.addToolEntry(IToolEntry toolEntry)
          adds a tool entry to the compartment.
 



Copyright (c) SAP AG 2005, 2010.