/[classpath]/classpath/java/beans/BeanInfo.java
ViewVC logotype

Diff of /classpath/java/beans/BeanInfo.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by mark, Tue Jan 22 22:26:59 2002 UTC revision 1.5 by mkoch, Thu Nov 7 08:50:38 2002 UTC
# Line 74  package java.beans; Line 74  package java.beans;
74    
75  public interface BeanInfo {  public interface BeanInfo {
76          /** Use this as a parameter for the getIcon() command to retrieve a certain type of icon. **/          /** Use this as a parameter for the getIcon() command to retrieve a certain type of icon. **/
77          public static int ICON_COLOR_16x16 = 1;          public static final int ICON_COLOR_16x16 = 1;
78          /** Use this as a parameter for the getIcon() command to retrieve a certain type of icon. **/          /** Use this as a parameter for the getIcon() command to retrieve a certain type of icon. **/
79          public static int ICON_COLOR_32x32 = 2;          public static final int ICON_COLOR_32x32 = 2;
80          /** Use this as a parameter for the getIcon() command to retrieve a certain type of icon. **/          /** Use this as a parameter for the getIcon() command to retrieve a certain type of icon. **/
81          public static int ICON_MONO_16x16 = 3;          public static final int ICON_MONO_16x16 = 3;
82          /** Use this as a parameter for the getIcon() command to retrieve a certain type of icon. **/          /** Use this as a parameter for the getIcon() command to retrieve a certain type of icon. **/
83          public static int ICON_MONO_32x32 = 4;          public static final int ICON_MONO_32x32 = 4;
84    
85          /** Get the general description of this Bean type.          /** Get the general description of this Bean type.
86           ** @return the BeanDescriptor for the Bean, or null if           ** @return the BeanDescriptor for the Bean, or null if

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26