jaxx.tags.swing
Class JPasswordFieldHandler

java.lang.Object
  extended by jaxx.tags.DefaultObjectHandler
      extended by jaxx.tags.DefaultComponentHandler
          extended by jaxx.tags.swing.JTextComponentHandler
              extended by jaxx.tags.swing.JPasswordFieldHandler
All Implemented Interfaces:
TagHandler

public class JPasswordFieldHandler
extends JTextComponentHandler


Field Summary
 
Fields inherited from class jaxx.tags.DefaultComponentHandler
log
 
Fields inherited from class jaxx.tags.DefaultObjectHandler
jaxxBeanInfo, objectMap
 
Constructor Summary
JPasswordFieldHandler(ClassDescriptor beanClass)
           
 
Method Summary
protected  void configureProxyEventInfo()
          Configures the event handling for members which do not fire PropertyChangeEvent when modified.
 
Methods inherited from class jaxx.tags.swing.JTextComponentHandler
getAttributeOrdering, getSetPropertyCode, setDefaults
 
Methods inherited from class jaxx.tags.DefaultComponentHandler
closeComponent, compileFirstPass, compileSecondPass, constantValue, getContainerDelegate, getGetPropertyCode, getPropertyType, init, isContainer, isPropertyInherited, openComponent, scanAttributesForDependencies, setAttribute
 
Methods inherited from class jaxx.tags.DefaultObjectHandler
addEventHandler, addProxyEventInfo, addProxyEventInfo, addProxyEventInfo, addProxyEventInfo, applyStylesheets, compileChildrenFirstPass, compileChildrenSecondPass, compileChildTagFirstPass, compileChildTagSecondPass, convertFromString, createCompiledObject, getAddMemberListenerCode, getApplyPropertyOrDataBindingCode, getAttributeComparator, getBeanClass, getJAXXBeanInfo, getJAXXBeanInfo, getMemberDependencies, getRemoveMemberListenerCode, isEventHandlerName, isMemberBound, registerCompiledObject, setAttributes, setProperty, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JPasswordFieldHandler

public JPasswordFieldHandler(ClassDescriptor beanClass)
Method Detail

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


Copyright © 2008-2009 CodeLutin. All Rights Reserved.