Class JDPUser
java.lang.Object
|
+----JDPUser
- public class JDPUser
- extends Object
-
boldFont
-
-
boldFontName
-
-
boldFontSize
-
-
cust
-
-
DEBUG
- Handle to global debuf flag.
-
DSNType
- Datasource type of JDesignerPro system database.
-
gParm
- Handle to global parameter.
-
jaggCSTR
- Path for setCSTR of JDPJagg.class.
-
jaggDSN
- Path for setDSN of JDPJagg.class.
-
jaggPath
- Path for creating instances of JDPJagg.class.
-
jaggSQL
- Handle to global JDPJagg.class.
-
jdbcDirect
- Jdbc suffix for JDP system tables.
-
jdbcDriver
- Jdbc driver for JDP system tables.
-
jdbcPrefix
- Jdbc prefix for JDP system tables.
-
jdbcSuffix
- Jdbc suffix for JDP system tables.
-
JDesignerPro
- Handle to the main JDesignerPro instance.
-
jdpMainWindow
- Handle to the main JDesignerPro window.
-
jdpMenuPanel
- Handle to the tab menu panel.
-
JDPSystem
-
-
JDPSystemDesc
-
-
mainmsg
- Handle to main window status message.
-
plainFont
-
-
plainFontName
-
-
plainFontSize
-
-
popup
- Handle to the main JDesignerPro window.
-
serverListener
- Handle to the server listener.
-
u
- Handle to utilities class.
-
wwwroot
- URL to JDesignerPro classes.
-
JDPUser()
-
-
getGlobalParm()
- Get handle to global parameter.
-
getJaggPath()
- Get path for creating instances of JDPJagg.class.
-
getJaggSQL()
- Get handle to global JDPJagg instance.
-
getJDPClasses()
- Get the path to the Java classes on the server.
-
getJDPClassName()
- Get the class name if this is a single class running in a web page.
-
getJDPClassParameter()
- Get the class parameter if this is a single class running in a web page.
-
getJDPCompiler()
- Get the path to the Java compiler on the server.
-
getJDPDir()
- Get the JDesignerPro directory path.
-
getJDPDomain()
- Get the domain name or IP address of the server (as entered in JDesignerPro.ini).
-
getJDPInWebPage()
- Check whether we are running in a web page ("yes" or null).
-
getJDPJaggDir()
- Get the path to JDPJagg.exe (Windows only).
-
getJDPSystem()
- Get handle to System Number.
-
getJDPSystemDesc()
- Get handle to System Description.
-
getJDPUser()
- Get handle to this JDPUser instance.
-
getMenuPanel()
- Retrieve the handle to the menu panel of JDP so the menu
can be manipulated programatically.
-
getWWWroot()
- Get URL to JDesignerPro classes.
JDesignerPro
public JDesignerPro JDesignerPro
- Handle to the main JDesignerPro instance.
jdpMainWindow
public JDPMainWindow jdpMainWindow
- Handle to the main JDesignerPro window.
popup
public JDPPopupComponent popup
- Handle to the main JDesignerPro window.
jdpMenuPanel
public JDPTabSelectPanel jdpMenuPanel
- Handle to the tab menu panel.
serverListener
public JDPServerListener serverListener
- Handle to the server listener.
jaggPath
public String jaggPath
- Path for creating instances of JDPJagg.class.
jaggDSN
public String jaggDSN
- Path for setDSN of JDPJagg.class.
DSNType
public String DSNType
- Datasource type of JDesignerPro system database.
jaggCSTR
public String jaggCSTR
- Path for setCSTR of JDPJagg.class.
jdbcDriver
public String jdbcDriver
- Jdbc driver for JDP system tables.
jdbcPrefix
public String jdbcPrefix
- Jdbc prefix for JDP system tables.
jdbcSuffix
public String jdbcSuffix
- Jdbc suffix for JDP system tables.
jdbcDirect
public String jdbcDirect
- Jdbc suffix for JDP system tables.
jaggSQL
public JDPJagg jaggSQL
- Handle to global JDPJagg.class.
mainmsg
public JDPStatusMessage mainmsg
- Handle to main window status message.
u
public JDPUtils u
- Handle to utilities class.
wwwroot
public String wwwroot
- URL to JDesignerPro classes.
gParm
public Vector gParm
- Handle to global parameter.
DEBUG
public boolean DEBUG
- Handle to global debuf flag.
JDPSystem
public String JDPSystem
JDPSystemDesc
public String JDPSystemDesc
boldFontName
public String boldFontName
boldFontSize
public int boldFontSize
plainFontName
public String plainFontName
plainFontSize
public int plainFontSize
boldFont
public Font boldFont
plainFont
public Font plainFont
cust
public JDPCustomer cust
JDPUser
public JDPUser()
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.
getJaggPath
public String getJaggPath()
- Get path for creating instances of JDPJagg.class.
- Returns:
- path for creating instances of JDPJagg.class.
getJaggSQL
public JDPJagg getJaggSQL()
- Get handle to global JDPJagg instance.
- Returns:
- handle to global JDPJagg instance.
getWWWroot
public String getWWWroot()
- Get URL to JDesignerPro classes.
- Returns:
- URL to JDesignerPro classes.
getGlobalParm
public Vector getGlobalParm()
- Get handle to global parameter.
- Returns:
- handle to global parameter.
getJDPSystem
public String getJDPSystem()
- Get handle to System Number.
- Returns:
- the System Number.
getJDPSystemDesc
public String getJDPSystemDesc()
- Get handle to System Description.
- Returns:
- the System Description.
getJDPUser
public JDPUser getJDPUser()
- Get handle to this JDPUser instance.
- Returns:
- handle to this JDPUser instance.
getJDPDir
public String getJDPDir()
- Get the JDesignerPro directory path.
- Returns:
- the JDesignerPro directory path.
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.
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.
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).
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.
getJDPJaggDir
public String getJDPJaggDir()
- Get the path to JDPJagg.exe (Windows only).
- Returns:
- the path to JDPJagg.exe (Windows only).
getJDPCompiler
public String getJDPCompiler()
- Get the path to the Java compiler on the server.
- Returns:
- the path to the Java compiler on the server.
getJDPClasses
public String getJDPClasses()
- Get the path to the Java classes on the server.
- Returns:
- the path to the Java classes on the server.