|
Download Sources | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liguorien.flex.generator.writers.as3.E4XElement
public class E4XElement
| Field Summary |
|---|
| Fields inherited from interface com.liguorien.flex.generator.writers.PropertyWriter |
|---|
COMPARATOR |
| Constructor Summary | |
|---|---|
E4XElement(PropertyWriter<FlexModelBuilderHandler> pw)
Creates a new instance of E4XElement |
|
| Method Summary | |
|---|---|
boolean |
acceptProperty(java.beans.PropertyDescriptor prop,
FlexModelBuilderHandler handler)
Determines if this writer accepts to write the property |
int |
getPriority()
Returns the priority for this writer. |
void |
writeProperty(java.io.Writer w,
FlexGenerator g,
FlexModelBuilderHandler handler,
java.lang.String varName,
java.beans.PropertyDescriptor prop)
Writes code to access a property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public E4XElement(PropertyWriter<FlexModelBuilderHandler> pw)
| Method Detail |
|---|
public void writeProperty(java.io.Writer w,
FlexGenerator g,
FlexModelBuilderHandler handler,
java.lang.String varName,
java.beans.PropertyDescriptor prop)
throws java.io.IOException
PropertyWriter
writeProperty in interface PropertyWriter<FlexModelBuilderHandler>w - The Writerg - The current generatorhandler - The current handlervarName - The name of variable where the property is accessedprop - The ProspectorDescriptor of the current property
java.io.IOExceptionpublic int getPriority()
PropertyWriter
getPriority in interface PropertyWriter<FlexModelBuilderHandler>
public boolean acceptProperty(java.beans.PropertyDescriptor prop,
FlexModelBuilderHandler handler)
PropertyWriter
acceptProperty in interface PropertyWriter<FlexModelBuilderHandler>prop - The property to checkhandler - The current generator handler
|
FlexGenerator | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||