public class EnhancedDebuggerWindow extends Object
This class also provides information about Smack like for example the Smack version and the installed providers.
Modifier and Type | Field and Description |
---|---|
static int |
MAX_TABLE_ROWS
Keeps the max number of rows to keep in the tables.
|
static boolean |
PERSISTED_DEBUGGER |
Modifier and Type | Method and Description |
---|---|
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) |
public static boolean PERSISTED_DEBUGGER
public static int MAX_TABLE_ROWS
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()