com.mxgraph.io
Class mxGenericChangeCodec
java.lang.Object
   com.mxgraph.io.mxObjectCodec
com.mxgraph.io.mxObjectCodec
       com.mxgraph.io.mxGenericChangeCodec
com.mxgraph.io.mxGenericChangeCodec
- public class mxGenericChangeCodec 
- extends mxObjectCodec
Codec for mxChildChanges. This class is created and registered
 dynamically at load time and used implicitely via mxCodec
 and the mxCodecRegistry.
 
 
 
 
| Methods inherited from class com.mxgraph.io.mxObjectCodec | 
| addObjectValue, afterEncode, beforeDecode, beforeEncode, cloneTemplate, convertValueFromXml, convertValueToXml, decode, decode, decodeAttribute, decodeAttributes, decodeChild, decodeChildren, decodeNode, encode, encodeElements, encodeFields, encodeObject, encodeValue, getAccessor, getAttributeName, getField, getFieldName, getFieldTemplate, getFieldValue, getFieldValueWithAccessor, getMethod, getName, getTemplate, isExcluded, isPrimitiveValue, isReference, processInclude, setFieldValue, setFieldValueWithAccessor, writeAttribute, writeComplexAttribute, writePrimitiveAttribute | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
fieldname
protected String fieldname
mxGenericChangeCodec
public mxGenericChangeCodec(Object template,
                            String fieldname)
- Constructs a new model codec.
 
mxGenericChangeCodec
public mxGenericChangeCodec(Object template,
                            String[] exclude,
                            String[] idrefs,
                            Map<String,String> mapping,
                            String fieldname)
- Constructs a new model codec for the given arguments.
 
afterDecode
public Object afterDecode(mxCodec dec,
                          Node node,
                          Object obj)
- Description copied from class: mxObjectCodec
- Hook for subclassers to post-process the object after decoding. This
 implementation returns the given object without any changes. The return
 value of this method is returned to the decoder from
 mxObjectCodec.decode(mxCodec, Node).
 
- 
- Overrides:
- afterDecodein class- mxObjectCodec
 
- 
- Parameters:
- dec- Codec that controls the decoding process.
- node- XML node to be decoded.
- obj- Object that represents the default decoding.
- Returns:
- Returns the result of the decoding process.
 
Copyright (c) 2010 Gaudenz Alder. All rights reserved.