| java.lang.Object soif.Header
Header | public class Header (Code) | | Lo, a header file.
|
Method Summary | |
final public static String | paramMacro(Applet applet, String param) Macro for obtaining parameters and returning not found errors. | final public static CSID | parameterCSIDMacro(Applet applet) Build a CSID based on the codebase and expected application
parameters host, port and name. | final public static void | printVersion(Applet a) Prints the version string and, if the dbgLvl parameter
includes the value longVer, also prints the long
version of the version string. | final public static void | printVersion(boolean b) Prints the version string and, if the dbgLvl parameter
includes the value longVer, also prints the long
version of the version string. |
LONG_VERSION | final public static String LONG_VERSION(Code) | | Long version string.
|
VERSION | final public static String VERSION(Code) | | Version string.
|
starPower | final public static String starPower(Code) | | Array of star gif names.
|
paramMacro | final public static String paramMacro(Applet applet, String param)(Code) | | Macro for obtaining parameters and returning not found errors.
Parameters: param - parameter |
parameterCSIDMacro | final public static CSID parameterCSIDMacro(Applet applet)(Code) | | Build a CSID based on the codebase and expected application
parameters host, port and name.
Parameters: app - application |
printVersion | final public static void printVersion(Applet a)(Code) | | Prints the version string and, if the dbgLvl parameter
includes the value longVer, also prints the long
version of the version string.
Parameters: a - the calling applet whose parameters are to be checked |
printVersion | final public static void printVersion(boolean b)(Code) | | Prints the version string and, if the dbgLvl parameter
includes the value longVer, also prints the long
version of the version string.
Parameters: b - print long version, true or false |
|
|