|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.gef.GEF
This is an internal class used for debugging
Field Summary | |
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 Summary | |
GEF()
|
Method Summary | |
static void |
clearConsole()
Clears the trace console if active |
static void |
debug(java.lang.String message)
Prints the given message to a trace window if available. |
static void |
debugPop()
decrements the tracing indentation |
static void |
debugPush(java.lang.String heading)
Prints the given string to a trace window and increments indentation. |
static void |
setConsole(org.eclipse.swt.widgets.Text textBox)
Sets a text control to be used as a console. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
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
Constructor Detail |
public GEF()
Method Detail |
public static void clearConsole()
public static void setConsole(org.eclipse.swt.widgets.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 message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |