Eclipse GEF
2.1

org.eclipse.gef
Class GEF

java.lang.Object
  |
  +--org.eclipse.gef.GEF

public final class GEF
extends Object

This is an internal class used for debugging


Field Summary
static boolean DebugDND
           
static boolean DebugEditParts
           
static boolean DebugEvents
           
static boolean DebugFeedback
           
static boolean DebugPainting
           
static boolean DebugTools
           
static boolean DebugToolStates
           
static boolean GlobalDebug
           
 
Constructor Summary
GEF()
           
 
Method Summary
static void clearConsole()
           
static void debug(String message)
           
static void debugPop()
           
static void debugPush(String heading)
           
static void hack()
           
static void optimize()
           
static void setConsole(Text textBox)
           
static void ToDo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DebugTools

public static boolean DebugTools

DebugEvents

public static boolean DebugEvents

DebugEditParts

public static boolean DebugEditParts

DebugPainting

public static boolean DebugPainting

DebugFeedback

public static boolean DebugFeedback

GlobalDebug

public static boolean GlobalDebug

DebugToolStates

public static boolean DebugToolStates

DebugDND

public static boolean DebugDND
Constructor Detail

GEF

public GEF()
Method Detail

clearConsole

public static void clearConsole()

setConsole

public static void setConsole(Text textBox)

debugPop

public static void debugPop()

debugPush

public static void debugPush(String heading)

debug

public static void debug(String message)

hack

public static void hack()

optimize

public static void optimize()

ToDo

public static void ToDo()

Eclipse GEF
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.