Uses of Class
org.eclipse.mat.query.registry.ArgumentDescriptor
Package
Description
Support for collecting arguments for acquiring heap dumps from running programs.
Collects arguments for queries.
Package of interfaces for examining annotations of queries and arguments.
Package for getting a list of queries and examining their capabilities and setting them up.
Acquire heap dumps from other running processes - user interface (not API).
Allows a user to specify arguments for a query - user interface (not API).
-
Uses of ArgumentDescriptor in org.eclipse.mat.internal.acquire
Modifier and TypeMethodDescriptionProviderArgumentsSet.getArgumentValue
(ArgumentDescriptor desc) void
ProviderArgumentsSet.removeArgumentValue
(ArgumentDescriptor arg) void
ProviderArgumentsSet.setArgumentValue
(ArgumentDescriptor arg, Object value) -
Uses of ArgumentDescriptor in org.eclipse.mat.internal.snapshot
Modifier and TypeMethodDescriptionHeapObjectArgumentFactory.build
(ArgumentDescriptor argument) SnapshotArgument.build
(ArgumentDescriptor descriptor) -
Uses of ArgumentDescriptor in org.eclipse.mat.query.annotations.descriptors
Modifier and TypeMethodDescriptionIAnnotatedObjectDescriptor.getArguments()
Get descriptors for the fields annotated by the annotationArgument
. -
Uses of ArgumentDescriptor in org.eclipse.mat.query.registry
Modifier and TypeMethodDescriptionAnnotatedObjectDescriptor.getArguments()
ArgumentSet.getUnsetArguments()
AnnotatedObjectArgumentsSet.getValues()
Modifier and TypeMethodDescriptionvoid
AnnotatedObjectDescriptor.addParameter
(ArgumentDescriptor descriptor) ArgumentFactory.build
(ArgumentDescriptor descriptor) AnnotatedObjectArgumentsSet.getArgumentValue
(ArgumentDescriptor desc) ArgumentSet.getArgumentValue
(ArgumentDescriptor desc) void
AnnotatedObjectArgumentsSet.removeArgumentValue
(ArgumentDescriptor arg) void
ArgumentSet.removeArgumentValue
(ArgumentDescriptor arg) void
AnnotatedObjectArgumentsSet.setArgumentValue
(ArgumentDescriptor arg, Object value) void
ArgumentSet.setArgumentValue
(ArgumentDescriptor arg, Object value) -
Uses of ArgumentDescriptor in org.eclipse.mat.ui.internal.acquire
Modifier and TypeMethodDescriptionvoid
ProviderArgumentsTable.onModeChange
(LinkEditor.Mode mode, ArgumentDescriptor descriptor) void
ProviderArgumentsTable.onValueChanged
(Object value, ArgumentDescriptor descriptor, TableItem item, ArgumentEditor argEditor) -
Uses of ArgumentDescriptor in org.eclipse.mat.ui.internal.query.arguments
Modifier and TypeMethodDescriptionstatic ArgumentEditor
TableEditorFactory.createTableEditor
(Composite parent, IQueryContext context, ArgumentDescriptor descriptor, TableItem item) void
ArgumentEditor.IEditorListener.onModeChange
(LinkEditor.Mode mode, ArgumentDescriptor descriptor) void
ArgumentsTable.onModeChange
(LinkEditor.Mode mode, ArgumentDescriptor descriptor) void
ArgumentEditor.IEditorListener.onValueChanged
(Object value, ArgumentDescriptor descriptor, TableItem item, ArgumentEditor editor) void
ArgumentsTable.onValueChanged
(Object value, ArgumentDescriptor descriptor, TableItem item, ArgumentEditor argEditor) ModifierConstructorDescriptionArgumentEditor
(Composite parent, IQueryContext context, ArgumentDescriptor descriptor, TableItem item) BooleanComboEditor
(Composite parent, IQueryContext context, ArgumentDescriptor descriptor, TableItem item) CheckBoxEditor
(Composite parent, IQueryContext context, ArgumentDescriptor descriptor, TableItem item, CheckBoxEditor.Type type) EnumComboEditor
(Composite parent, IQueryContext context, ArgumentDescriptor descriptor, TableItem item) FileOpenDialogEditor
(Composite parent, IQueryContext context, ArgumentDescriptor descriptor, TableItem item) ImageTextEditor
(Composite parent, IQueryContext context, ArgumentDescriptor descriptor, TableItem item, TextEditor.DecoratorType decorator) LinkEditor
(Composite parent, IQueryContext context, ArgumentDescriptor descriptor, TableItem item, LinkEditor.Mode mode) SnapshotSelectionEditor
(Composite parent, IQueryContext context, ArgumentDescriptor descriptor, TableItem item) TextEditor
(Composite parent, IQueryContext context, ArgumentDescriptor descriptor, TableItem item) TextEditor
(Composite parent, IQueryContext context, ArgumentDescriptor descriptor, TableItem item, TextEditor.DecoratorType decorator)