Class BitmapIconControler

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String iconPath
      Deprecated.
       
      private java.lang.Class loader
      Deprecated.
       
      private static java.lang.String MD_ICONS_DIRECTORY
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      BitmapIconControler​(java.lang.Class clazz, java.lang.String imageName)
      Deprecated.
       
      BitmapIconControler​(java.lang.Class clazz, java.lang.String iconName, java.lang.String iconDirectory)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      javax.swing.Icon createIcon()
      Deprecated.
      Creates icon by given class file and path
      java.lang.String getIconPath()
      Deprecated.
      Returns full icon name.
      • Methods inherited from class java.lang.Object

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

      • MD_ICONS_DIRECTORY

        private static final java.lang.String MD_ICONS_DIRECTORY
        Deprecated.
      • iconPath

        private final java.lang.String iconPath
        Deprecated.
      • loader

        private final java.lang.Class loader
        Deprecated.
    • Constructor Detail

      • BitmapIconControler

        @OpenApi
        public BitmapIconControler​(java.lang.Class clazz,
                                   java.lang.String imageName)
        Deprecated.
      • BitmapIconControler

        @OpenApi
        public BitmapIconControler​(java.lang.Class clazz,
                                   java.lang.String iconName,
                                   java.lang.String iconDirectory)
        Deprecated.
    • Method Detail

      • getIconPath

        public java.lang.String getIconPath()
        Deprecated.
        Returns full icon name. Method should newer return null.
        Specified by:
        getIconPath in interface IconControlerInterface
        Returns:
        icon image directory.