GEF v2.0

org.eclipse.gef.palette
Interface PaletteContainer

All Superinterfaces:
PaletteEntry
All Known Subinterfaces:
PaletteRoot
All Known Implementing Classes:
DefaultPaletteContainer

public interface PaletteContainer
extends PaletteEntry

Interface for a Palette Category


Field Summary
static String PALETTE_TYPE_CATEGORY
           
static String PALETTE_TYPE_GROUP
           
 
Fields inherited from interface org.eclipse.gef.palette.PaletteEntry
PALETTE_TYPE_UNKNOWN
 
Method Summary
 List getChildren()
          Return the groups for this palette category
 String getLabel()
          Returns the label for the category.
 
Methods inherited from interface org.eclipse.gef.palette.PaletteEntry
getDescription, getLargeIcon, getSmallIcon, getType, isDefault
 

Field Detail

PALETTE_TYPE_CATEGORY

public static final String PALETTE_TYPE_CATEGORY

PALETTE_TYPE_GROUP

public static final String PALETTE_TYPE_GROUP
Method Detail

getChildren

public List getChildren()
Return the groups for this palette category

getLabel

public String getLabel()
Returns the label for the category.
Specified by:
getLabel in interface PaletteEntry
Returns:
java.lang.String

GEF v2.0