|
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.BuilderPropertyWriter
com.liguorien.flex.generator.writers.as3.properties.BasicElement
public class BasicElement
| Field Summary |
|---|
| Fields inherited from interface com.liguorien.flex.generator.writers.PropertyWriter |
|---|
COMPARATOR |
| Constructor Summary | |
|---|---|
BasicElement()
Creates a new instance of BasicElement |
|
| 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 BasicElement()
| Method Detail |
|---|
public int getPriority()
PropertyWriter
getPriority in interface PropertyWriter<FlexModelBuilderHandler>getPriority in class BuilderPropertyWriter
public boolean acceptProperty(java.beans.PropertyDescriptor prop,
FlexModelBuilderHandler handler)
PropertyWriter
prop - The property to checkhandler - The current generator handler
public void writeProperty(java.io.Writer w,
FlexGenerator g,
FlexModelBuilderHandler handler,
java.lang.String varName,
java.beans.PropertyDescriptor prop)
throws java.io.IOException
PropertyWriter
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.IOException
|
FlexGenerator | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||