Class IconUtil


  • public class IconUtil
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static javax.swing.Icon SMALL_ICON  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static javax.swing.Icon copy​(javax.swing.Icon icon)  
      static javax.swing.Icon getIcon​(java.lang.Object object)  
      static int getIconHeight​(java.lang.Object object)  
      static int getIconWidth​(java.lang.Object object)  
      static int getMaxIconWidth​(java.lang.Object[] objects)  
      • Methods inherited from class java.lang.Object

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

      • SMALL_ICON

        public static final javax.swing.Icon SMALL_ICON
    • Method Detail

      • copy

        public static javax.swing.Icon copy​(javax.swing.Icon icon)
      • getIcon

        public static javax.swing.Icon getIcon​(java.lang.Object object)
      • getIconWidth

        public static int getIconWidth​(java.lang.Object object)
      • getIconHeight

        public static int getIconHeight​(java.lang.Object object)
      • getMaxIconWidth

        public static int getMaxIconWidth​(java.lang.Object[] objects)