Class PaletteToolbar

    • Field Detail

      • PALETTE_TYPE_TOOLBAR_GROUP

        public static final java.lang.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:
        Constant Field Values
    • Constructor Detail

      • PaletteToolbar

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

        public PaletteToolbar​(java.lang.String label,
                              java.util.List children)
        Creates a new PaletteGroup with the given label and list of Palette Entries.
        Parameters:
        label - the label
        children - the list of PaletteEntry children