|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectde.mid.innovator.srv2api.icw2pres.PRDiaAttachmentNodeHelper
public abstract class PRDiaAttachmentNodeHelper
This is a utility class for PRDiaAttachmentNode that provides static methods for creation or other purposes.
PRDiaAttachmentNode| Method Summary | |
|---|---|
static List<PRDiaAttachmentNode> |
addAttachmentNode(SrvContext srvCtx,
PRDia ohDia,
List<? extends MEAttachment> seqAttachment,
Point ptPos)
Adds attachments as nodes. |
static ADClientAble |
createAttachmentWithNode(SrvContext srvCtx,
PRPresElement ohSel,
ARG_File valFile,
Point position)
Attaches a file to the element represented by the presentation element. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static List<PRDiaAttachmentNode> addAttachmentNode(SrvContext srvCtx,
PRDia ohDia,
List<? extends MEAttachment> seqAttachment,
Point ptPos)
throws InoNetException,
SrvErrorException
srvCtx - The context of the related innovator server.ohDia - diagram which owns the added nodesseqAttachment - list of attachmentsptPos - position of the new node
InoNetException
SrvErrorException
public static ADClientAble createAttachmentWithNode(SrvContext srvCtx,
PRPresElement ohSel,
ARG_File valFile,
Point position)
throws InoNetException,
SrvErrorException
srvCtx - The context of the related innovator server.ohSel - the presentation element the file is dropped onvalFile - the attached fileposition - Position of the new node
InoNetException
SrvErrorException
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||