Interface ConfigurableIcon

  • All Superinterfaces:
    javax.swing.Icon
    All Known Implementing Classes:
    PlayIcon

    public interface ConfigurableIcon
    extends javax.swing.Icon
    Author:
    klausj
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void setHighLighted​(boolean highLighted)  
      • Methods inherited from interface javax.swing.Icon

        getIconHeight, getIconWidth, paintIcon
    • Method Detail

      • setHighLighted

        void setHighLighted​(boolean highLighted)