Class PRPresElementHelper


  • public abstract class PRPresElementHelper
    extends java.lang.Object
    This is a utility class for PRPresElement that provides static methods for creation or other purposes.
    See Also:
    PRPresElement
    • Method Detail

      • diaDrop

        public static java.util.List<PRPresContent> diaDrop​(SrvContext srvCtx,
                                                            java.util.List<? extends ADClientAble> seqSel,
                                                            PRPresElement dropTarget,
                                                            java.awt.Point position,
                                                            java.awt.Point size,
                                                            java.awt.Point offset,
                                                            java.lang.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 elements
        dropTarget - target for drop
        position - position of the first created node
        size - size of the first created node
        offset - position offset, if more than one node is created
        kVOclPres - element type of the created presentation element
        Throws:
        InoNetException
        SrvErrorException