androidStubs.com.ibm.as400.jtopenstubs.javabeans.BeanInfo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jt400-jdk8 Show documentation
Show all versions of jt400-jdk8 Show documentation
The Open Source version of the IBM Toolbox for Java
The newest version!
package com.ibm.as400.jtopenstubs.javabeans;
public interface BeanInfo {
public static final int ICON_COLOR_16x16 = 0;
public static final int ICON_COLOR_32x32 = 1;
public static final int ICON_MONO_16x16 = 2;
public static final int ICON_MONO_32x32 = 3;
}