Uses of Class
com.bc.ceres.swing.binding.PropertyEditor
Packages that use PropertyEditor
Package
Description
Provides a context for binding Swing components to a
PropertyContainer
which again may wrap plain Java objects.-
Uses of PropertyEditor in com.bc.ceres.swing.binding
Methods in com.bc.ceres.swing.binding that return PropertyEditorModifier and TypeMethodDescriptionPropertyEditorRegistry.findPropertyEditor
(PropertyDescriptor propertyDescriptor) Finds a matchingPropertyEditor
for the givenPropertyDescriptor
.PropertyEditorRegistry.getPropertyEditor
(String className) Gets aPropertyEditor
by its class name.