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 aPropertyContainerwhich 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 PropertyEditorPropertyEditorRegistry. findPropertyEditor(PropertyDescriptor propertyDescriptor)Finds a matchingPropertyEditorfor the givenPropertyDescriptor.PropertyEditorPropertyEditorRegistry. getPropertyEditor(String className)Gets aPropertyEditorby its class name.
-