Class JPasswordFieldHandler

All Implemented Interfaces:
TagHandler

public class JPasswordFieldHandler
extends JTextComponentHandler
  • Constructor Details

    • JPasswordFieldHandler

      public JPasswordFieldHandler​(ClassDescriptor beanClass)
  • Method Details

    • configureProxyEventInfo

      protected void configureProxyEventInfo()
      Description copied from class: DefaultObjectHandler
      Configures the event handling for members which do not fire PropertyChangeEvent when modified. The default implementation does nothing. Subclasses should override this method to call addProxyEventInfo for each member which requires special handling.
      Overrides:
      configureProxyEventInfo in class JTextComponentHandler