Class PaletteToolbar


public class PaletteToolbar 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.
Since:
3.4
  • Field Details

    • PALETTE_TYPE_TOOLBAR_GROUP

      public static final String PALETTE_TYPE_TOOLBAR_GROUP
      Type Identifier for a palette group that looks like a toolbar and only supports icons mode.
      Since:
      3.4
      See Also:
  • Constructor Details

    • PaletteToolbar

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

      public PaletteToolbar(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