Class PRDiaFrameNodeHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2pres.PRDiaFrameNodeHelper
-
public abstract class PRDiaFrameNodeHelper extends java.lang.ObjectThis is a utility class for PRDiaFrameNode that provides static methods for creation or other purposes.- See Also:
PRDiaFrameNode
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PRDiaFrameNodecreate(SrvContext srvCtx, ADClientAble ohContainer, java.awt.Point ptPosition, java.awt.Point ptSize)Creates a new frame node within the specified container.
-
-
-
Method Detail
-
create
public static PRDiaFrameNode create(SrvContext srvCtx, ADClientAble ohContainer, java.awt.Point ptPosition, java.awt.Point ptSize) throws InoNetException, SrvErrorException
Creates a new frame node within the specified container.- Parameters:
srvCtx- The context of the related innovator server.ohContainer- Container (Diagram or Node)ptPosition- Position of the new nodeptSize- Size of the new node- Throws:
InoNetExceptionSrvErrorException
-
-