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

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

Uses of ICreationToolEntry in org.eclipse.graphiti.palette
 

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

Methods in org.eclipse.graphiti.palette that return types with arguments of type ICreationToolEntry
 java.util.List<ICreationToolEntry> IStackToolEntry.getCreationToolEntries()
          Gets the creation tool entries.
 

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

Classes in org.eclipse.graphiti.palette.impl that implement ICreationToolEntry
 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.
 

Fields in org.eclipse.graphiti.palette.impl with type parameters of type ICreationToolEntry
private  java.util.List<ICreationToolEntry> StackEntry.creationToolEntries
           
 

Methods in org.eclipse.graphiti.palette.impl that return types with arguments of type ICreationToolEntry
 java.util.List<ICreationToolEntry> StackEntry.getCreationToolEntries()
          Returns the creation tools.
 

Methods in org.eclipse.graphiti.palette.impl with parameters of type ICreationToolEntry
 void StackEntry.addCreationToolEntry(ICreationToolEntry creationToolEntry)
          Adds a creation tool to the stack entry.
 



Copyright (c) SAP AG 2005, 2010.