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 aPropertyContainerwhich 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 PropertyEditorRegistryPropertyEditorRegistry. 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 voidPropertyEditorRegistry. setInstance(PropertyEditorRegistry registry)
-