Package org.eclipse.gef
Class GEF
- java.lang.Object
-
- org.eclipse.gef.GEF
-
public final class GEF extends java.lang.ObjectDeprecated.in 3.1 This class will be removed in future releases.This is an internal class used for debugging
-
-
Field Summary
Fields Modifier and Type Field Description static booleanDebugDNDDeprecated.static booleanDebugEditPartsDeprecated.static booleanDebugEventsDeprecated.static booleanDebugFeedbackDeprecated.static booleanDebugPaintingDeprecated.static booleanDebugToolsDeprecated.static booleanDebugToolStatesDeprecated.static booleanGlobalDebugDeprecated.
-
Constructor Summary
Constructors Constructor Description GEF()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static voidclearConsole()Deprecated.Clears the trace console if activestatic voiddebug(java.lang.String message)Deprecated.Prints the given message to a trace window if available.static voiddebugPop()Deprecated.decrements the tracing indentationstatic voiddebugPush(java.lang.String heading)Deprecated.Prints the given string to a trace window and increments indentation.static voidsetConsole(Text textBox)Deprecated.Sets a text control to be used as a console.
-
-
-
Field Detail
-
DebugTools
public static boolean DebugTools
Deprecated.
-
DebugEvents
public static boolean DebugEvents
Deprecated.
-
DebugEditParts
public static boolean DebugEditParts
Deprecated.
-
DebugPainting
public static boolean DebugPainting
Deprecated.
-
DebugFeedback
public static boolean DebugFeedback
Deprecated.
-
GlobalDebug
public static boolean GlobalDebug
Deprecated.
-
DebugToolStates
public static boolean DebugToolStates
Deprecated.
-
DebugDND
public static boolean DebugDND
Deprecated.
-
-
Method Detail
-
clearConsole
public static void clearConsole()
Deprecated.Clears the trace console if active- Since:
- 1.0
-
setConsole
public static void setConsole(Text textBox)
Deprecated.Sets a text control to be used as a console.- Parameters:
textBox- the text control for streaming- Since:
- 1.0
-
debugPop
public static void debugPop()
Deprecated.decrements the tracing indentation- Since:
- 2.0
-
debugPush
public static void debugPush(java.lang.String heading)
Deprecated.Prints the given string to a trace window and increments indentation.- Parameters:
heading- the message describing the indented text to follow- Since:
- 2.0
-
debug
public static void debug(java.lang.String message)
Deprecated.Prints the given message to a trace window if available.- Parameters:
message- a debug message- Since:
- 1.0
-
-