Package org.eclipse.gef
Class GEF
java.lang.Object
org.eclipse.gef.GEF
Deprecated.
in 3.1 This class will be removed in future releases.
This is an internal class used for debugging
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic boolean
Deprecated.static boolean
Deprecated.static boolean
Deprecated.static boolean
Deprecated.static boolean
Deprecated.static boolean
Deprecated.static boolean
Deprecated.static boolean
Deprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
Deprecated.Clears the trace console if activestatic void
Deprecated.Prints the given message to a trace window if available.static void
debugPop()
Deprecated.decrements the tracing indentationstatic void
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.
-
Field Details
-
DebugTools
public static boolean DebugToolsDeprecated. -
DebugEvents
public static boolean DebugEventsDeprecated. -
DebugEditParts
public static boolean DebugEditPartsDeprecated. -
DebugPainting
public static boolean DebugPaintingDeprecated. -
DebugFeedback
public static boolean DebugFeedbackDeprecated. -
GlobalDebug
public static boolean GlobalDebugDeprecated. -
DebugToolStates
public static boolean DebugToolStatesDeprecated. -
DebugDND
public static boolean DebugDNDDeprecated.
-
-
Constructor Details
-
GEF
public GEF()Deprecated.
-
-
Method Details
-
clearConsole
public static void clearConsole()Deprecated.Clears the trace console if active- Since:
- 1.0
-
setConsole
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
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
Deprecated.Prints the given message to a trace window if available.- Parameters:
message
- a debug message- Since:
- 1.0
-