|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjaxx.tags.DefaultObjectHandler
jaxx.tags.DefaultComponentHandler
jaxx.tags.swing.JWindowHandler
jaxx.tags.swing.ApplicationHandler
public class ApplicationHandler
| Field Summary |
|---|
| Fields inherited from class jaxx.tags.DefaultComponentHandler |
|---|
log |
| Fields inherited from class jaxx.tags.DefaultObjectHandler |
|---|
jaxxBeanInfo, objectMap |
| Constructor Summary | |
|---|---|
ApplicationHandler(ClassDescriptor beanClass)
|
|
| Method Summary | |
|---|---|
void |
setAttribute(CompiledObject object,
java.lang.String propertyName,
java.lang.String stringValue,
boolean inline,
JAXXCompiler compiler)
Set a single property on an object. |
protected void |
setDefaults(CompiledObject object,
org.w3c.dom.Element tag,
JAXXCompiler compiler)
Initializes the default settings of the object, prior to setting its attribute values. |
| Methods inherited from class jaxx.tags.swing.JWindowHandler |
|---|
compileSecondPass, createCompiledObject, openComponent |
| Methods inherited from class jaxx.tags.DefaultComponentHandler |
|---|
closeComponent, compileFirstPass, configureProxyEventInfo, constantValue, getContainerDelegate, getGetPropertyCode, getPropertyType, getSetPropertyCode, init, isContainer, isPropertyInherited, scanAttributesForDependencies |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ApplicationHandler(ClassDescriptor beanClass)
| Method Detail |
|---|
public void setAttribute(CompiledObject object,
java.lang.String propertyName,
java.lang.String stringValue,
boolean inline,
JAXXCompiler compiler)
throws CompilerException
DefaultObjectHandlerDefaultObjectHandler.convertFromString(java.lang.String, java.lang.String, java.lang.Class).
setAttribute in class DefaultComponentHandlerobject - the object on which to set the propertypropertyName - the name of the property to setstringValue - the raw string value of the property from the XMLinline - true if the value was directly specified as an inline class tag attribute, false otherwise (a default value, specified in CSS, etc.)compiler - the current JAXXCompiler
CompilerException
protected void setDefaults(CompiledObject object,
org.w3c.dom.Element tag,
JAXXCompiler compiler)
throws CompilerException
DefaultObjectHandler
setDefaults in class DefaultComponentHandlerobject - the object to initializetag - the tag being compiledcompiler - the current JAXXCompiler
CompilerException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||