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