Package org.jdesktop.swingx
Class EnumerationValue
- java.lang.Object
-
- org.jdesktop.swingx.EnumerationValue
-
public final class EnumerationValue extends Object
Used with the setEnumerationValues method to specify enumerated values for properties
-
-
Constructor Summary
Constructors Constructor Description EnumerationValue(String name, Object value, String javaInitString)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getJavaInitializationString()
String
getName()
Object
getValue()
String
toString()
-