Uses of Class
org.jdesktop.beans.EnumerationValue
-
Packages that use EnumerationValue Package Description org.jdesktop.beans Contains classes to extend the functionality defined in thejava.beans
package.org.jdesktop.beans.editors -
-
Uses of EnumerationValue in org.jdesktop.beans
Methods in org.jdesktop.beans with parameters of type EnumerationValue Modifier and Type Method Description protected void
BeanInfoSupport. setEnumerationValues(EnumerationValue[] values, java.lang.String... propertyNames)
-
Uses of EnumerationValue in org.jdesktop.beans.editors
Fields in org.jdesktop.beans.editors declared as EnumerationValue Modifier and Type Field Description private EnumerationValue
EnumerationValuePropertyEditor. defaultValue
Fields in org.jdesktop.beans.editors with type parameters of type EnumerationValue Modifier and Type Field Description private java.util.Map<java.lang.Object,EnumerationValue>
EnumerationValuePropertyEditor. values
Methods in org.jdesktop.beans.editors that return EnumerationValue Modifier and Type Method Description private EnumerationValue
EnumerationValuePropertyEditor. getValueByName(java.lang.String name)
Constructors in org.jdesktop.beans.editors with parameters of type EnumerationValue Constructor Description EnumerationValuePropertyEditor(EnumerationValue defaultEnum, EnumerationValue... enums)
Creates a new instance of EnumerationValuePropertyEditor
-