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 SummaryFieldsModifier and TypeFieldDescriptionstatic booleanDeprecated.static booleanDeprecated.static booleanDeprecated.static booleanDeprecated.static booleanDeprecated.static booleanDeprecated.static booleanDeprecated.static booleanDeprecated.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
DebugToolsDeprecated.
- 
DebugEventsDeprecated.
- 
DebugEditPartsDeprecated.
- 
DebugPaintingDeprecated.
- 
DebugFeedbackDeprecated.
- 
GlobalDebugDeprecated.
- 
DebugToolStatesDeprecated.
- 
DebugDNDDeprecated.
 
- 
- 
Constructor Details- 
GEFpublic GEF()Deprecated.
 
- 
- 
Method Details- 
clearConsolepublic static void clearConsole()Deprecated.Clears the trace console if active- Since:
- 1.0
 
- 
setConsoleDeprecated.Sets a text control to be used as a console.- Parameters:
- textBox- the text control for streaming
- Since:
- 1.0
 
- 
debugPoppublic static void debugPop()Deprecated.decrements the tracing indentation- Since:
- 2.0
 
- 
debugPushDeprecated.Prints the given string to a trace window and increments indentation.- Parameters:
- heading- the message describing the indented text to follow
- Since:
- 2.0
 
- 
debugDeprecated.Prints the given message to a trace window if available.- Parameters:
- message- a debug message
- Since:
- 1.0
 
 
-