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.onError(ArgumentEditor editor,
String message) |
void |
ProviderArgumentsTable.onValueChanged(Object value,
ArgumentDescriptor descriptor,
org.eclipse.swt.widgets.TableItem item,
ArgumentEditor argEditor) |
Modifier and Type | Class and Description |
---|---|
class |
BooleanComboEditor |
class |
CheckBoxEditor |
class |
EnumComboEditor |
class |
FileOpenDialogEditor |
class |
ImageTextEditor |
class |
LinkEditor |
class |
SnapshotSelectionEditor |
class |
TextEditor |
Modifier and Type | Method and Description |
---|---|
static ArgumentEditor |
TableEditorFactory.createTableEditor(org.eclipse.swt.widgets.Composite parent,
IQueryContext context,
ArgumentDescriptor descriptor,
org.eclipse.swt.widgets.TableItem item) |
Modifier and Type | Method and Description |
---|---|
void |
ArgumentsTable.onError(ArgumentEditor editor,
String message) |
void |
ArgumentEditor.IEditorListener.onError(ArgumentEditor editor,
String message) |
void |
ArgumentsTable.onValueChanged(Object value,
ArgumentDescriptor descriptor,
org.eclipse.swt.widgets.TableItem item,
ArgumentEditor argEditor) |
void |
ArgumentEditor.IEditorListener.onValueChanged(Object value,
ArgumentDescriptor descriptor,
org.eclipse.swt.widgets.TableItem item,
ArgumentEditor editor) |