Class PRPresElementHelper
java.lang.Object
de.mid.innovator.srv2api.icw2pres.PRPresElementHelper
This is a utility class for PRPresElement that provides static methods for creation or other purposes.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<PRPresContent> diaDrop(SrvContext srvCtx, List<? extends ADClientAble> seqSel, PRPresElement dropTarget, Point position, Point size, Point offset, Class<? extends ELObject> kVOclPres) Drop elements as presentation content to the specified drop target.static List<ARG_MEProxyProperty> getReferencesModelExtern(SrvContext srvCtx, List<? extends ELElement> seq) Determines the element's jump reference data to external models.
-
Method Details
-
getReferencesModelExtern
public static List<ARG_MEProxyProperty> getReferencesModelExtern(SrvContext srvCtx, List<? extends ELElement> seq) throws InoNetException, SrvErrorException Determines the element's jump reference data to external models.- Parameters:
srvCtx- The context of the related innovator server.seq- List of ELElement- Throws:
InoNetExceptionSrvErrorException
-
diaDrop
public static List<PRPresContent> diaDrop(SrvContext srvCtx, List<? extends ADClientAble> seqSel, PRPresElement dropTarget, Point position, Point size, Point offset, Class<? extends ELObject> kVOclPres) throws InoNetException, SrvErrorException Drop elements as presentation content to the specified drop target.- Parameters:
srvCtx- The context of the related innovator server.seqSel- list of dropped elementsdropTarget- target for dropposition- position of the first created nodesize- size of the first created nodeoffset- position offset, if more than one node is createdkVOclPres- element type of the created presentation element- Throws:
InoNetExceptionSrvErrorException
-