public final 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 |
setVisible(boolean visible) |
void |
waitUntilClosed() |
public static boolean PERSISTED_DEBUGGER
public static int MAX_TABLE_ROWS
public static EnhancedDebuggerWindow getInstance()
public void setVisible(boolean visible)
public boolean isVisible()
public void waitUntilClosed() throws InterruptedException
InterruptedException