Package de.mid.innovator.srv2api.icw2im
Class ARG_IMViewCombinedViewSubView
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2im.ARG_IMViewCombinedViewSubView
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_IMViewCombinedViewSubView extends java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.Stringbitmapdisplay iconjava.lang.Stringnameview nameIMViewohViewthe view itselfjava.util.List<ARG_IMViewCombinedViewFeature>seqFeaturesorted list of features in this viewjava.lang.Stringtooltiptooltip for this view
-
Constructor Summary
Constructors Constructor Description ARG_IMViewCombinedViewSubView()ARG_IMViewCombinedViewSubView(IMView ohView, java.lang.String name, java.lang.String bitmap, java.lang.String tooltip, java.util.List<ARG_IMViewCombinedViewFeature> seqFeature)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)voidresolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)voidunmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
-
-
Field Detail
-
ohView
public IMView ohView
the view itself
-
name
public java.lang.String name
view name
-
bitmap
public java.lang.String bitmap
display icon
-
tooltip
public java.lang.String tooltip
tooltip for this view
-
seqFeature
public java.util.List<ARG_IMViewCombinedViewFeature> seqFeature
sorted list of features in this view
-
-
Constructor Detail
-
ARG_IMViewCombinedViewSubView
public ARG_IMViewCombinedViewSubView()
-
ARG_IMViewCombinedViewSubView
public ARG_IMViewCombinedViewSubView(IMView ohView, java.lang.String name, java.lang.String bitmap, java.lang.String tooltip, java.util.List<ARG_IMViewCombinedViewFeature> seqFeature)
-
-
Method Detail
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)- Specified by:
unmarshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
resolveReferencesin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
-