Class PaletteRoot

    • Field Detail

      • PALETTE_TYPE_ROOT

        public static java.lang.String PALETTE_TYPE_ROOT
        Type Identifier
    • Constructor Detail

      • PaletteRoot

        public PaletteRoot()
        Creates a new PaletteRoot.
    • Method Detail

      • getDefaultEntry

        public ToolEntry getDefaultEntry()
        Returns:
        the default ToolEntry
      • setDefaultEntry

        public void setDefaultEntry​(ToolEntry entry)
        Sets the default entry to the passed value. This ToolEntry represents the tool that will be loaded by default.
        Parameters:
        entry - the default entry
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class PaletteContainer
        See Also:
        Object.toString()