jaxx.tags.swing
Class JInternalFrameHandler
java.lang.Object
jaxx.tags.DefaultObjectHandler
jaxx.tags.DefaultComponentHandler
jaxx.tags.swing.JInternalFrameHandler
- All Implemented Interfaces:
- TagHandler
public class JInternalFrameHandler
- extends DefaultComponentHandler
| Methods inherited from class jaxx.tags.DefaultComponentHandler |
closeComponent, compileFirstPass, compileSecondPass, configureProxyEventInfo, constantValue, getContainerDelegate, getGetPropertyCode, getPropertyType, getSetPropertyCode, init, isContainer, isPropertyInherited, openComponent, scanAttributesForDependencies, setAttribute |
| Methods inherited from class jaxx.tags.DefaultObjectHandler |
addEventHandler, addProxyEventInfo, addProxyEventInfo, addProxyEventInfo, addProxyEventInfo, applyStylesheets, compileChildrenFirstPass, compileChildrenSecondPass, compileChildTagFirstPass, compileChildTagSecondPass, convertFromString, getAddMemberListenerCode, getApplyPropertyOrDataBindingCode, getAttributeComparator, getAttributeOrdering, getBeanClass, getJAXXBeanInfo, getJAXXBeanInfo, getMemberDependencies, getRemoveMemberListenerCode, isEventHandlerName, isMemberBound, registerCompiledObject, setProperty, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JInternalFrameHandler
public JInternalFrameHandler(ClassDescriptor beanClass)
createCompiledObject
public CompiledObject createCompiledObject(java.lang.String id,
JAXXCompiler compiler)
throws CompilerException
- Description copied from class:
DefaultObjectHandler
- Creates the
CompiledObject which will represent the object created by this TagHandler.
- Overrides:
createCompiledObject in class DefaultObjectHandler
- Parameters:
id - the CompiledObject's ID.compiler - compiler to use
- Returns:
- the
CompiledObject to use
- Throws:
CompilerException
setDefaults
protected void setDefaults(CompiledObject object,
org.w3c.dom.Element tag,
JAXXCompiler compiler)
throws CompilerException
- Description copied from class:
DefaultObjectHandler
- Initializes the default settings of the object, prior to setting its attribute values. The default
implementation does nothing.
- Overrides:
setDefaults in class DefaultComponentHandler
- Parameters:
object - the object to initializetag - the tag being compiledcompiler - the current JAXXCompiler
- Throws:
CompilerException
setAttributes
public void setAttributes(CompiledObject object,
org.w3c.dom.Element tag,
JAXXCompiler compiler)
throws CompilerException
- Description copied from class:
DefaultObjectHandler
- Processes the attributes of an XML tag. Four kinds of attributes are supported: simple property values (of any
datatype supported by
DefaultObjectHandler.convertFromString(java.lang.String, java.lang.String, java.lang.Class)), data binding expressions (attributes containing curly-brace
pairs), event listeners (attributes starting with 'on', such as 'onActionPerformed'), and JAXX-defined properties
such as 'id'.
- Overrides:
setAttributes in class DefaultObjectHandler
- Parameters:
object - the object to be modifiedtag - the tag from which to pull attributescompiler - the current JAXXCompiler
- Throws:
CompilerException
Copyright © 2008-2009 CodeLutin. All Rights Reserved.