|
|||||||||
| Home >> All >> evt >> [ gui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
evt.gui
Class JspmEvtGui

java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Frame
javax.swing.JFrame
evt.gui.JspmEvtGui
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.event.ActionListener, java.util.EventListener, java.awt.image.ImageObserver, java.awt.MenuContainer, javax.swing.RootPaneContainer, java.io.Serializable, javax.swing.WindowConstants
- public class JspmEvtGui
- extends javax.swing.JFrame
- implements java.awt.event.ActionListener
- extends javax.swing.JFrame
This class provides console interface to the JSPM Event Management.
- Version:
- 0.0.8
| Nested Class Summary |
| Nested classes inherited from class javax.swing.JFrame |
javax.swing.JFrame.AccessibleJFrame |
| Nested classes inherited from class java.awt.Frame |
java.awt.Frame.AccessibleAWTFrame |
| Nested classes inherited from class java.awt.Window |
java.awt.Window.AccessibleAWTWindow |
| Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary | |
private static java.lang.String |
configFile
JspmOrb configuration file |
private static java.lang.String |
dbHost
Database host name |
private static java.lang.String |
dbPasswd
Database password |
private static int |
dbType
Database type Values: 1 MySql |
private static java.lang.String |
dbUser
Database user name |
private static int |
debugLevel
The debug level |
private boolean |
initialized
Initialization flag |
(package private) com.jdk.JspmConfigReader |
jsmConfigReader
JSPM config reader |
private JspmEventPanel |
jsmEventPanel
The event panel |
private JspmEvtDb |
jsmEvtDb
The database conection |
private JspmEvtIconBar |
jsmEvtIconBar
The icon panel |
private static java.lang.String |
JSPM_HOME
JSPM Home directory, taken from the environment variable JSPM_HOME |
private com.jdk.JspmLogWriter |
logWriter
The JSPM log writer |
private static java.lang.String |
version
Version |
| Fields inherited from class javax.swing.JFrame |
accessibleContext, EXIT_ON_CLOSE, rootPane, rootPaneCheckingEnabled |
| Fields inherited from class java.awt.Frame |
CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, ICONIFIED, MAXIMIZED_BOTH, MAXIMIZED_HORIZ, MAXIMIZED_VERT, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NORMAL, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR |
| Fields inherited from class java.awt.Window |
|
| Fields inherited from class java.awt.Container |
|
| Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface javax.swing.WindowConstants |
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, HIDE_ON_CLOSE |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
JspmEvtGui()
Constructor |
|
| Method Summary | |
void |
about()
Show the about dialog box |
void |
actionPerformed(java.awt.event.ActionEvent e)
This method is invoked when an action occurs. |
void |
getServerList()
Get the server list form the database server |
static void |
main(java.lang.String[] args)
Main routine |
void |
refresh()
Refresh the event panel. |
void |
test()
|
void |
untest()
|
| Methods inherited from class java.awt.Frame |
addNotify, getCursorType, getExtendedState, getFrames, getIconImage, getMaximizedBounds, getMenuBar, getState, getTitle, isResizable, isUndecorated, remove, removeNotify, setCursor, setExtendedState, setIconImage, setMaximizedBounds, setMenuBar, setResizable, setState, setTitle, setUndecorated |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.awt.MenuContainer |
getFont, postEvent |
| Field Detail |
version
private static final java.lang.String version
- Version
- See Also:
- Constant Field Values
JSPM_HOME
private static java.lang.String JSPM_HOME
- JSPM Home directory, taken from the environment variable JSPM_HOME
jsmConfigReader
com.jdk.JspmConfigReader jsmConfigReader
- JSPM config reader
configFile
private static java.lang.String configFile
- JspmOrb configuration file
logWriter
private com.jdk.JspmLogWriter logWriter
- The JSPM log writer
debugLevel
private static int debugLevel
- The debug level
jsmEvtIconBar
private JspmEvtIconBar jsmEvtIconBar
- The icon panel
jsmEventPanel
private JspmEventPanel jsmEventPanel
- The event panel
jsmEvtDb
private JspmEvtDb jsmEvtDb
- The database conection
initialized
private boolean initialized
- Initialization flag
dbType
private static int dbType
- Database type
Values: 1 MySql
dbHost
private static java.lang.String dbHost
- Database host name
dbUser
private static java.lang.String dbUser
- Database user name
dbPasswd
private static java.lang.String dbPasswd
- Database password
| Constructor Detail |
JspmEvtGui
public JspmEvtGui()
- Constructor
| Method Detail |
about
public void about()
- Show the about dialog box
getServerList
public void getServerList()
- Get the server list form the database server
refresh
public void refresh()
- Refresh the event panel.
test
public void test()
untest
public void untest()
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Description copied from interface:
java.awt.event.ActionListener - This method is invoked when an action occurs.
- Specified by:
actionPerformedin interfacejava.awt.event.ActionListener
main
public static void main(java.lang.String[] args)
- Main routine
|
|||||||||
| Home >> All >> evt >> [ gui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC