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