public final class GEF
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static boolean |
DebugDND
Deprecated.
|
static boolean |
DebugEditParts
Deprecated.
|
static boolean |
DebugEvents
Deprecated.
|
static boolean |
DebugFeedback
Deprecated.
|
static boolean |
DebugPainting
Deprecated.
|
static boolean |
DebugTools
Deprecated.
|
static boolean |
DebugToolStates
Deprecated.
|
static boolean |
GlobalDebug
Deprecated.
|
Constructor and Description |
---|
GEF()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
clearConsole()
Deprecated.
Clears the trace console if active
|
static void |
debug(java.lang.String message)
Deprecated.
Prints the given message to a trace window if available.
|
static void |
debugPop()
Deprecated.
decrements the tracing indentation
|
static void |
debugPush(java.lang.String heading)
Deprecated.
Prints the given string to a trace window and increments indentation.
|
static void |
setConsole(Text textBox)
Deprecated.
Sets a text control to be used as a console.
|
public static boolean DebugTools
public static boolean DebugEvents
public static boolean DebugEditParts
public static boolean DebugPainting
public static boolean DebugFeedback
public static boolean GlobalDebug
public static boolean DebugToolStates
public static boolean DebugDND
public static void clearConsole()
public static void setConsole(Text textBox)
textBox
- the text control for streamingpublic static void debugPop()
public static void debugPush(java.lang.String heading)
heading
- the message describing the indented text to followpublic static void debug(java.lang.String message)
message
- a debug messageCopyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.