Class AbstractPaletteEntry

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getIconId()
      Gets the icon id.
      java.lang.String getLabel()
      Gets the label.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractPaletteEntry

        public AbstractPaletteEntry​(java.lang.String label,
                                    java.lang.String iconId)
        Creates a new AbstractPaletteEntry.
        Parameters:
        label - the label
        iconId - the icon id
    • Method Detail

      • getLabel

        public java.lang.String getLabel()
        Description copied from interface: IPaletteEntry
        Gets the label.
        Specified by:
        getLabel in interface IPaletteEntry
        Returns:
        the label
      • getIconId

        public java.lang.String getIconId()
        Description copied from interface: IPaletteEntry
        Gets the icon id.
        Specified by:
        getIconId in interface IPaletteEntry
        Returns:
        the icon id