Package | Description |
---|---|
org.eclipse.mat.ui.util |
Utility classes for toolbars, popup menu, searching on typing - user interface (not API).
|
Modifier and Type | Method and Description |
---|---|
PaneState.PaneType |
PaneState.getType() |
static PaneState.PaneType |
PaneState.PaneType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaneState.PaneType[] |
PaneState.PaneType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
PaneState(PaneState.PaneType type,
PaneState originator,
String identifier,
boolean reproducable) |