|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.util.DebugType
public class DebugType
This class defines the types of elements that can be the target of debug
configuration.
Supported API: true
Extendable: false
| Field Summary | |
|---|---|
static DebugType |
CLASS
Represents a Class. |
static DebugType |
CLASS_HIERARCHY
Represents a Class hierarchy. |
static DebugType |
GROUP
Represents a user defined group, composed of one or more of the other DebugTargetTypes. |
static DebugType |
PACKAGE
Represents a package. |
static DebugType |
PACKAGE_HIERARCHY
Represents a package hierarchy. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final DebugType CLASS
public static final DebugType CLASS_HIERARCHY
public static final DebugType PACKAGE
public static final DebugType PACKAGE_HIERARCHY
public static final DebugType GROUP
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||