Package | Description |
---|---|
org.eclipse.mat.ui.internal.acquire |
Acquire heap dumps from other running processes - user interface (not API).
|
org.eclipse.mat.ui.internal.query.arguments |
Allows a user to specify arguments for a query - user interface (not API).
|
Modifier and Type | Method and Description |
---|---|
void |
ProviderArgumentsTable.onModeChange(LinkEditor.Mode mode,
ArgumentDescriptor descriptor) |
Modifier and Type | Method and Description |
---|---|
static LinkEditor.Mode |
LinkEditor.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LinkEditor.Mode[] |
LinkEditor.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ArgumentsWizardPage.onModeChange(LinkEditor.Mode mode) |
void |
ArgumentsTable.ITableListener.onModeChange(LinkEditor.Mode mode) |
void |
ArgumentsTable.onModeChange(LinkEditor.Mode mode,
ArgumentDescriptor descriptor) |
void |
ArgumentEditor.IEditorListener.onModeChange(LinkEditor.Mode mode,
ArgumentDescriptor descriptor) |
Constructor and Description |
---|
ArgumentsTable(org.eclipse.swt.widgets.Composite parent,
int style,
IQueryContext context,
ArgumentSet argumentSet,
LinkEditor.Mode mode) |
LinkEditor(org.eclipse.swt.widgets.Composite parent,
IQueryContext context,
ArgumentDescriptor descriptor,
org.eclipse.swt.widgets.TableItem item,
LinkEditor.Mode mode) |