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 booleanDeprecated.static booleanDeprecated.static booleanDeprecated.static booleanDeprecated.static booleanDeprecated.static booleanDeprecated.static booleanDeprecated.static booleanDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidDeprecated.Clears the trace console if activestatic voidDeprecated.Prints the given message to a trace window if available.static voiddebugPop()Deprecated.decrements the tracing indentationstatic voidDeprecated.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 Details
-
DebugTools
Deprecated. -
DebugEvents
Deprecated. -
DebugEditParts
Deprecated. -
DebugPainting
Deprecated. -
DebugFeedback
Deprecated. -
GlobalDebug
Deprecated. -
DebugToolStates
Deprecated. -
DebugDND
Deprecated.
-
-
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
-