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.beanspackage.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 voidBeanInfoSupport. 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 EnumerationValueEnumerationValuePropertyEditor. defaultValueFields 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. valuesMethods in org.jdesktop.beans.editors that return EnumerationValue Modifier and Type Method Description private EnumerationValueEnumerationValuePropertyEditor. 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
-