Skip navigation links
com.essbase.eas.console
Class EasConsole
java.lang.Object
com.essbase.eas.console.EasConsole
-
public class EasConsole
- extends java.lang.Object
This class is the startup class for the Tomcat Application. It's purpose is to display a splash screen, a login dialog box, and then launch the main application window.
- Since:
- 6.2.0
- Version:
- 7.1.0
- Author:
- Hank Cox
| Method Summary |
void |
dumpLAFProperties()
|
static void |
main(java.lang.String[] args)
this method is called by the Java Runtime system to initiate the application. |
void |
update(java.util.Enumeration keys, java.util.Enumeration values)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EasConsole
public EasConsole()
main
public static void main(java.lang.String[] args)
- this method is called by the Java Runtime system to initiate the application. We set the look and feel, create an instance of the OlapConsole application, and start the instance running.
update
public void update(java.util.Enumeration keys,
java.util.Enumeration values)
dumpLAFProperties
public void dumpLAFProperties()
Skip navigation links
Copyright © 2001, 2012, Oracle. All rights reserved.