IconsFactory@OpenApi
 @Deprecated
public class ImageIconProxy
extends javax.swing.ImageIcon
| Constructor and Description | 
|---|
ImageIconProxy(java.lang.Class clazz,
              java.lang.String name)
Deprecated.  
Constructs a new ImageIcon instance. 
 | 
ImageIconProxy(java.lang.Class clazz,
              java.lang.String name,
              java.lang.String pathToIcons)
Deprecated.  
Constructs a new ImageIcon instance. 
 | 
ImageIconProxy(IconControlerInterface iconControler)
Deprecated.  
The proxy constructor with given controller 
 | 
@OpenApi
public ImageIconProxy(java.lang.Class clazz,
                               java.lang.String name)
clazz - the class to identify resources.name - the name of the icon in the map.@OpenApi
public ImageIconProxy(java.lang.Class clazz,
                               java.lang.String name,
                               java.lang.String pathToIcons)
clazz - the class to indentify resources.name - the name of the icon in the map.pathToIcons - path to icons directory, this directory must contain subdirs icons32 and icons24. Can be empty string
 In this case it means same dir as clazz.@OpenApi public ImageIconProxy(IconControlerInterface iconControler)
iconControler -