Package de.mid.innovator.srv2api.icw2im
Class IMViewHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2im.IMViewHelper
-
public abstract class IMViewHelper extends java.lang.Object
This is a utility class for IMView that provides static methods for creation or other purposes.- See Also:
IMView
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
addParentheses(SrvContext srvCtx, java.util.List<? extends ELElement> seq)
Put the views in parentheses.static void
removeParentheses(SrvContext srvCtx, java.util.List<? extends ELElement> seq)
Remove the corresponding parentheses.
-
-
-
Method Detail
-
addParentheses
public static void addParentheses(SrvContext srvCtx, java.util.List<? extends ELElement> seq) throws InoNetException, SrvErrorException
Put the views in parentheses.- Parameters:
srvCtx
- The context of the related innovator server.seq
- List of ELElement- Throws:
InoNetException
SrvErrorException
-
removeParentheses
public static void removeParentheses(SrvContext srvCtx, java.util.List<? extends ELElement> seq) throws InoNetException, SrvErrorException
Remove the corresponding parentheses. If only one view is given remove the innermost pair.- Parameters:
srvCtx
- The context of the related innovator server.seq
- List of ELElement- Throws:
InoNetException
SrvErrorException
-
-