Package com.illumon.iris.gui.workspace
Class FixedTitleProviderCodec
java.lang.Object
com.illumon.iris.gui.workspace.FixedTitleProviderCodec
- All Implemented Interfaces:
com.illumon.infonode.properties.propertymap.codec.IPropertyCodec<FixedTitleProvider>
public class FixedTitleProviderCodec extends Object implements com.illumon.infonode.properties.propertymap.codec.IPropertyCodec<FixedTitleProvider>
-
Constructor Summary
Constructors Constructor Description FixedTitleProviderCodec()
-
Method Summary
Modifier and Type Method Description FixedTitleProvider
decode(org.jdom2.Element encoded)
org.jdom2.Element
encode(FixedTitleProvider val)
-
Constructor Details
-
FixedTitleProviderCodec
public FixedTitleProviderCodec()
-
-
Method Details
-
encode
public org.jdom2.Element encode(FixedTitleProvider val) throws com.illumon.infonode.properties.propertymap.codec.PropertyEncodingException- Specified by:
encode
in interfacecom.illumon.infonode.properties.propertymap.codec.IPropertyCodec<FixedTitleProvider>
- Throws:
com.illumon.infonode.properties.propertymap.codec.PropertyEncodingException
-
decode
public FixedTitleProvider decode(org.jdom2.Element encoded) throws com.illumon.infonode.properties.propertymap.codec.PropertyEncodingException- Specified by:
decode
in interfacecom.illumon.infonode.properties.propertymap.codec.IPropertyCodec<FixedTitleProvider>
- Throws:
com.illumon.infonode.properties.propertymap.codec.PropertyEncodingException
-