jet.api
Class DesignerFactory

java.lang.Object
  extended by jet.api.DesignerFactory

public class DesignerFactory
extends java.lang.Object


Constructor Summary
DesignerFactory(java.lang.String path, java.lang.String name, DesignerUserInfo userInfo)
          Constructure.
 
Method Summary
 Designer getWorkBench(java.lang.String userID)
          Creates a Designer workbench
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DesignerFactory

public DesignerFactory(java.lang.String path,
                       java.lang.String name,
                       DesignerUserInfo userInfo)
                throws DesignerErrorException
Constructure. Creates a manager to control all Designer

Parameters:
path - path of catalog file.
name - name of catalog file.
userInfo - user information.
Throws:
DesignerErrorException
Since:
JReport version 8
Method Detail

getWorkBench

public Designer getWorkBench(java.lang.String userID)
                      throws DesignerErrorException
Creates a Designer workbench

Parameters:
userID - user's ID. Each Designer has different ID
Throws:
DesignerErrorException
Since:
JReport version 8