|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.yworks.yfiles.server.graphml.flexio.MarkupExtension
Base class for all markup extensions. Markup extensions return objects based on string attribute values or markup elements and/or can be used for classes that cannot be automatically (de)serialized (e.g., because there is no default constructor).
| Constructor Summary | |
MarkupExtension()
|
|
| Method Summary | |
abstract java.lang.Object |
provideValue(Lookup lookup)
Implementations of subclasses return an object that had been specified as target attribute of the markup extension. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MarkupExtension()
| Method Detail |
public abstract java.lang.Object provideValue(Lookup lookup)
lookup - An object that can provide additional functionality for the markup extension.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||