Uses of Class
de.mid.innovator.srv2api.icw2im.ARG_IMViewCombinedViewFeature
-
Packages that use ARG_IMViewCombinedViewFeature Package Description de.mid.innovator.srv2api.icw2im The IM package specify the Information Management Metamodel core concepts required for data modeling. -
-
Uses of ARG_IMViewCombinedViewFeature in de.mid.innovator.srv2api.icw2im
Fields in de.mid.innovator.srv2api.icw2im with type parameters of type ARG_IMViewCombinedViewFeature Modifier and Type Field Description java.util.List<ARG_IMViewCombinedViewFeature>
ARG_IMViewCombinedView. seqFeature
Sorted list of features in this viewjava.util.List<ARG_IMViewCombinedViewFeature>
ARG_IMViewCombinedViewSubView. seqFeature
sorted list of features in this viewMethod parameters in de.mid.innovator.srv2api.icw2im with type arguments of type ARG_IMViewCombinedViewFeature Modifier and Type Method Description ARG_IMViewCombinedView
IMView. combinedViewModify(java.util.List<ARG_IMViewCombinedViewFeature> seqFeature, java.util.List<ARG_IMViewCombinedViewSubView> seqSubView)
The combined view may be completed by creating a new feature for each empty element of the feature lists.Constructor parameters in de.mid.innovator.srv2api.icw2im with type arguments of type ARG_IMViewCombinedViewFeature Constructor Description ARG_IMViewCombinedView(java.util.List<ARG_IMViewCombinedViewFeature> seqFeature, java.util.List<ARG_IMViewCombinedViewSubView> seqSubView)
ARG_IMViewCombinedViewSubView(IMView ohView, java.lang.String name, java.lang.String bitmap, java.lang.String tooltip, java.util.List<ARG_IMViewCombinedViewFeature> seqFeature)
-