Documentation of 'org.jplot2d.swing.proptable.editor.PropertyEditorRegistry' Java class
PropertyEditorRegistry
org.jplot2d.swing.proptable.editor

Class PropertyEditorRegistry

  • All Implemented Interfaces:
    PropertyEditorFactory


    public class PropertyEditorRegistry
    extends java.lang.Object
    implements PropertyEditorFactory
    A registry to keep the map between property type and PropertyEditor. Warning: the internal map is not synchronized.
    • Constructor Detail

      • PropertyEditorRegistry

        public PropertyEditorRegistry()
    • Method Detail

      • registerEditor

        public void registerEditor(java.lang.Class<?> type,
                                   java.beans.PropertyEditor renderer)
      • unregisterEditor

        public void unregisterEditor(java.lang.Class<?> type)
      • registerDefaults

        public void registerDefaults()
        Adds default renderers. This method is called by the constructor but may be called later to reset any customizations made through the registerRenderer methods.

        Note: if overridden, super.registerDefaults() must be called before plugging custom defaults.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.