Class PaletteGroup


public class PaletteGroup extends PaletteContainer
A PaletteGroup consists of a group of PaletteEntry objects that are uncollapsible . The user modification level is set to PaletteEntry.PERMISSION_NO_MODIFICATION, meaning that the entries cannot be reordered.
  • Field Details

  • Constructor Details

    • PaletteGroup

      public PaletteGroup(String label)
      Creates a new PaletteGroup with the given label
      Parameters:
      label - the label
    • PaletteGroup

      public PaletteGroup(String label, List<? extends PaletteEntry> children)
      Creates a new PaletteGroup with the given label and list of Palette Entries.
      Parameters:
      label - the label
      children - the list of PaletteEntry children