Class JDPUser

java.lang.Object
   |
   +----JDPUser

public class JDPUser
extends Object

Variable Index

 o boldFont
 o boldFontName
 o boldFontSize
 o cust
 o DEBUG
Handle to global debuf flag.
 o DSNType
Datasource type of JDesignerPro system database.
 o gParm
Handle to global parameter.
 o jaggCSTR
Path for setCSTR of JDPJagg.class.
 o jaggDSN
Path for setDSN of JDPJagg.class.
 o jaggPath
Path for creating instances of JDPJagg.class.
 o jaggSQL
Handle to global JDPJagg.class.
 o jdbcDirect
Jdbc suffix for JDP system tables.
 o jdbcDriver
Jdbc driver for JDP system tables.
 o jdbcPrefix
Jdbc prefix for JDP system tables.
 o jdbcSuffix
Jdbc suffix for JDP system tables.
 o JDesignerPro
Handle to the main JDesignerPro instance.
 o jdpMainWindow
Handle to the main JDesignerPro window.
 o jdpMenuPanel
Handle to the tab menu panel.
 o JDPSystem
 o JDPSystemDesc
 o mainmsg
Handle to main window status message.
 o plainFont
 o plainFontName
 o plainFontSize
 o popup
Handle to the main JDesignerPro window.
 o serverListener
Handle to the server listener.
 o u
Handle to utilities class.
 o wwwroot
URL to JDesignerPro classes.

Constructor Index

 o JDPUser()

Method Index

 o getGlobalParm()
Get handle to global parameter.
 o getJaggPath()
Get path for creating instances of JDPJagg.class.
 o getJaggSQL()
Get handle to global JDPJagg instance.
 o getJDPClasses()
Get the path to the Java classes on the server.
 o getJDPClassName()
Get the class name if this is a single class running in a web page.
 o getJDPClassParameter()
Get the class parameter if this is a single class running in a web page.
 o getJDPCompiler()
Get the path to the Java compiler on the server.
 o getJDPDir()
Get the JDesignerPro directory path.
 o getJDPDomain()
Get the domain name or IP address of the server (as entered in JDesignerPro.ini).
 o getJDPInWebPage()
Check whether we are running in a web page ("yes" or null).
 o getJDPJaggDir()
Get the path to JDPJagg.exe (Windows only).
 o getJDPSystem()
Get handle to System Number.
 o getJDPSystemDesc()
Get handle to System Description.
 o getJDPUser()
Get handle to this JDPUser instance.
 o getMenuPanel()
Retrieve the handle to the menu panel of JDP so the menu can be manipulated programatically.
 o getWWWroot()
Get URL to JDesignerPro classes.

Variables

 o JDesignerPro
 public JDesignerPro JDesignerPro
Handle to the main JDesignerPro instance.

 o jdpMainWindow
 public JDPMainWindow jdpMainWindow
Handle to the main JDesignerPro window.

 o popup
 public JDPPopupComponent popup
Handle to the main JDesignerPro window.

 o jdpMenuPanel
 public JDPTabSelectPanel jdpMenuPanel
Handle to the tab menu panel.

 o serverListener
 public JDPServerListener serverListener
Handle to the server listener.

 o jaggPath
 public String jaggPath
Path for creating instances of JDPJagg.class.

 o jaggDSN
 public String jaggDSN
Path for setDSN of JDPJagg.class.

 o DSNType
 public String DSNType
Datasource type of JDesignerPro system database.

 o jaggCSTR
 public String jaggCSTR
Path for setCSTR of JDPJagg.class.

 o jdbcDriver
 public String jdbcDriver
Jdbc driver for JDP system tables.

 o jdbcPrefix
 public String jdbcPrefix
Jdbc prefix for JDP system tables.

 o jdbcSuffix
 public String jdbcSuffix
Jdbc suffix for JDP system tables.

 o jdbcDirect
 public String jdbcDirect
Jdbc suffix for JDP system tables.

 o jaggSQL
 public JDPJagg jaggSQL
Handle to global JDPJagg.class.

 o mainmsg
 public JDPStatusMessage mainmsg
Handle to main window status message.

 o u
 public JDPUtils u
Handle to utilities class.

 o wwwroot
 public String wwwroot
URL to JDesignerPro classes.

 o gParm
 public Vector gParm
Handle to global parameter.

 o DEBUG
 public boolean DEBUG
Handle to global debuf flag.

 o JDPSystem
 public String JDPSystem
 o JDPSystemDesc
 public String JDPSystemDesc
 o boldFontName
 public String boldFontName
 o boldFontSize
 public int boldFontSize
 o plainFontName
 public String plainFontName
 o plainFontSize
 public int plainFontSize
 o boldFont
 public Font boldFont
 o plainFont
 public Font plainFont
 o cust
 public JDPCustomer cust

Constructors

 o JDPUser
 public JDPUser()

Methods

 o getMenuPanel
 public JDPTabSelectPanel getMenuPanel()
Retrieve the handle to the menu panel of JDP so the menu can be manipulated programatically.

Returns:
the handle to the menu panel.
 o getJaggPath
 public String getJaggPath()
Get path for creating instances of JDPJagg.class.

Returns:
path for creating instances of JDPJagg.class.
 o getJaggSQL
 public JDPJagg getJaggSQL()
Get handle to global JDPJagg instance.

Returns:
handle to global JDPJagg instance.
 o getWWWroot
 public String getWWWroot()
Get URL to JDesignerPro classes.

Returns:
URL to JDesignerPro classes.
 o getGlobalParm
 public Vector getGlobalParm()
Get handle to global parameter.

Returns:
handle to global parameter.
 o getJDPSystem
 public String getJDPSystem()
Get handle to System Number.

Returns:
the System Number.
 o getJDPSystemDesc
 public String getJDPSystemDesc()
Get handle to System Description.

Returns:
the System Description.
 o getJDPUser
 public JDPUser getJDPUser()
Get handle to this JDPUser instance.

Returns:
handle to this JDPUser instance.
 o getJDPDir
 public String getJDPDir()
Get the JDesignerPro directory path.

Returns:
the JDesignerPro directory path.
 o getJDPClassName
 public String getJDPClassName()
Get the class name if this is a single class running in a web page.

Returns:
the class name of the class that was loaded in the web page.
 o getJDPClassParameter
 public String getJDPClassParameter()
Get the class parameter if this is a single class running in a web page.

Returns:
the class parameter of the class that was loaded in the web page.
 o getJDPInWebPage
 public String getJDPInWebPage()
Check whether we are running in a web page ("yes" or null).

Returns:
whether we are running in a web page ("yes" or null).
 o getJDPDomain
 public String getJDPDomain()
Get the domain name or IP address of the server (as entered in JDesignerPro.ini).

Returns:
the domain name or IP address of the server.
 o getJDPJaggDir
 public String getJDPJaggDir()
Get the path to JDPJagg.exe (Windows only).

Returns:
the path to JDPJagg.exe (Windows only).
 o getJDPCompiler
 public String getJDPCompiler()
Get the path to the Java compiler on the server.

Returns:
the path to the Java compiler on the server.
 o getJDPClasses
 public String getJDPClasses()
Get the path to the Java classes on the server.

Returns:
the path to the Java classes on the server.