|
Smack | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jivesoftware.smackx.debugger.EnhancedDebuggerWindow
public class EnhancedDebuggerWindow
The EnhancedDebuggerWindow is the main debug window that will show all the EnhancedDebuggers. For each connection to debug there will be an EnhancedDebugger that will be shown in the EnhancedDebuggerWindow.
This class also provides information about Smack like for example the Smack version and the installed providers.
Field Summary | |
---|---|
static int |
MAX_TABLE_ROWS
Keeps the max number of rows to keep in the tables. |
static boolean |
PERSISTED_DEBUGGER
|
Method Summary | |
---|---|
static EnhancedDebuggerWindow |
getInstance()
Returns the unique EnhancedDebuggerWindow instance available in the system. |
boolean |
isVisible()
|
void |
rootWindowClosing(WindowEvent evt)
Notification that the root window is closing. |
void |
setVisible(boolean visible)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static boolean PERSISTED_DEBUGGER
public static int MAX_TABLE_ROWS
Method Detail |
---|
public static EnhancedDebuggerWindow getInstance()
public void rootWindowClosing(WindowEvent evt)
evt
- the event that indicates that the root window is closingpublic void setVisible(boolean visible)
public boolean isVisible()
|
Smack | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |