Uses of Class
com.bc.ceres.swing.binding.PropertyEditor
-
Packages that use PropertyEditor Package Description com.bc.ceres.swing.binding Provides a context for binding Swing components to aPropertyContainer
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 PropertyEditor Modifier and Type Method Description PropertyEditor
PropertyEditorRegistry. findPropertyEditor(PropertyDescriptor propertyDescriptor)
Finds a matchingPropertyEditor
for the givenPropertyDescriptor
.PropertyEditor
PropertyEditorRegistry. getPropertyEditor(String className)
Gets aPropertyEditor
by its class name.
-