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 voidBeanInfoSupport.setEnumerationValues(EnumerationValue[] values, String... propertyNames) -
Uses of EnumerationValue in org.jdesktop.beans.editors
Fields in org.jdesktop.beans.editors declared as EnumerationValueModifier and TypeFieldDescriptionprivate EnumerationValueEnumerationValuePropertyEditor.defaultValueFields in org.jdesktop.beans.editors with type parameters of type EnumerationValueModifier and TypeFieldDescriptionprivate Map<Object, EnumerationValue> EnumerationValuePropertyEditor.valuesMethods in org.jdesktop.beans.editors that return EnumerationValueModifier and TypeMethodDescriptionprivate EnumerationValueEnumerationValuePropertyEditor.getValueByName(String name) Constructors in org.jdesktop.beans.editors with parameters of type EnumerationValueModifierConstructorDescriptionEnumerationValuePropertyEditor(EnumerationValue defaultEnum, EnumerationValue... enums) Creates a new instance of EnumerationValuePropertyEditor