jTracer
1.03
Stack trace visualization tool
|
Public Member Functions | |
void | register (Socket sock) throws IOException |
void | disposeCurrent () |
void | disposeAll () |
void | setAlwaysOnTop (int i, boolean how) |
void | setIconified (final boolean how) |
Minimize or restore all client windows. More... | |
void | shiftSelection (int step) |
Select the previous/next not iconified client window. More... | |
Vector< Session > | getSessions () |
int | getCurrent () |
void | setCurrent (int sel) |
int | getSessionCount () |
int | getTraceCount () |
Get the total number of traces. More... | |
void | setClientPosition (int index) |
Position a client frame to its default coordinates. More... | |
void | cascade () |
void | windowClosing (WindowEvent event) |
Handler for events fired for closing windows. More... | |
void | windowClosed (WindowEvent event) |
Handler for events fired for closed (disposed) windows. More... | |
void | windowOpened (WindowEvent event) |
Handler for events fired for opened windows. More... | |
void | windowIconified (WindowEvent event) |
Handler for events fired for iconified windows. More... | |
void | windowDeiconified (WindowEvent event) |
Handler for events fired for restored windows. More... | |
void | windowActivated (WindowEvent event) |
Handler for events fired for activated (focused) windows. More... | |
void | windowDeactivated (WindowEvent event) |
Handler for events fired for deactivated (unfocused) windows. More... | |
Private Attributes | |
JFrame | owner = null |
Vector< Session > | sessions = null |
int | current = -1 |
Currently selected (focused) client. More... | |
Static Private Attributes | |
static final long | serialVersionUID = 0x0200 |
Class version. More... | |
Definition at line 18 of file SessionManager.java.