Uses of Class
org.eclipse.mat.query.registry.ArgumentDescriptor
Packages that use 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
Methods in org.eclipse.mat.internal.acquire that return types with arguments of type ArgumentDescriptorMethods in org.eclipse.mat.internal.acquire with parameters of type ArgumentDescriptorModifier 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
Methods in org.eclipse.mat.internal.snapshot with parameters of type ArgumentDescriptorModifier and TypeMethodDescriptionHeapObjectArgumentFactory.build
(ArgumentDescriptor argument) SnapshotArgument.build
(ArgumentDescriptor descriptor) -
Uses of ArgumentDescriptor in org.eclipse.mat.query.annotations.descriptors
Methods in org.eclipse.mat.query.annotations.descriptors that return types with arguments of type ArgumentDescriptorModifier and TypeMethodDescriptionIAnnotatedObjectDescriptor.getArguments()
Get descriptors for the fields annotated by the annotationArgument
. -
Uses of ArgumentDescriptor in org.eclipse.mat.query.registry
Methods in org.eclipse.mat.query.registry that return ArgumentDescriptorMethods in org.eclipse.mat.query.registry that return types with arguments of type ArgumentDescriptorModifier and TypeMethodDescriptionAnnotatedObjectDescriptor.getArguments()
ArgumentSet.getUnsetArguments()
AnnotatedObjectArgumentsSet.getValues()
Methods in org.eclipse.mat.query.registry with parameters of type ArgumentDescriptorModifier 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
Methods in org.eclipse.mat.ui.internal.acquire with parameters of type ArgumentDescriptorModifier 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
Methods in org.eclipse.mat.ui.internal.query.arguments that return ArgumentDescriptorMethods in org.eclipse.mat.ui.internal.query.arguments with parameters of type ArgumentDescriptorModifier 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) Constructors in org.eclipse.mat.ui.internal.query.arguments with parameters of type ArgumentDescriptorModifierConstructorDescriptionArgumentEditor
(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)