Uses of Class
com.bc.ceres.swing.binding.PropertyEditorRegistry
-
Packages that use PropertyEditorRegistry 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 PropertyEditorRegistry in com.bc.ceres.swing.binding
Methods in com.bc.ceres.swing.binding that return PropertyEditorRegistry Modifier and Type Method Description static PropertyEditorRegistry
PropertyEditorRegistry. getInstance()
Methods in com.bc.ceres.swing.binding with parameters of type PropertyEditorRegistry Modifier and Type Method Description static JComponent[]
PropertyPane. addComponent(int rowIndex, TableLayout layout, JPanel panel, BindingContext bindingContext, PropertyEditorRegistry registry, PropertyDescriptor descriptor)
static void
PropertyEditorRegistry. setInstance(PropertyEditorRegistry registry)
-