|
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.BasicMapProperty
com.liguorien.flex.generator.writers.as3.properties.BasicMapElement
public class BasicMapElement
| Field Summary |
|---|
| Fields inherited from class com.liguorien.flex.generator.writers.as3.properties.BasicMapProperty |
|---|
_entryClass, _keyClass |
| Fields inherited from interface com.liguorien.flex.generator.writers.PropertyWriter |
|---|
COMPARATOR |
| Constructor Summary | |
|---|---|
BasicMapElement()
Creates a new instance of BasicMapElement |
|
| Method Summary | |
|---|---|
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 com.liguorien.flex.generator.writers.as3.properties.BasicMapProperty |
|---|
acceptProperty, getPriority |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicMapElement()
| 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>writeProperty in class BasicMapPropertyw - 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 | |||||||||