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
PALETTE_TYPE_CATEGORY
public static final String PALETTE_TYPE_CATEGORY
PALETTE_TYPE_GROUP
public static final String PALETTE_TYPE_GROUP
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