Class PaletteCompartmentEntry

java.lang.Object
org.eclipse.graphiti.palette.impl.AbstractPaletteEntry
org.eclipse.graphiti.palette.impl.PaletteCompartmentEntry
All Implemented Interfaces:
IPaletteCompartmentEntry, IPaletteEntry

public class PaletteCompartmentEntry extends AbstractPaletteEntry implements IPaletteCompartmentEntry
The Class PaletteCompartmentEntry creates a compartment entry which visualises as a drawer in the palette containing multiple tools.
  • Constructor Details

    • PaletteCompartmentEntry

      public PaletteCompartmentEntry(String label, String iconId)
      Parameters:
      label - the text label
      iconId - the icon which is displayed
  • Method Details