Uses of Class
org.eclipse.mat.ui.internal.query.arguments.ArgumentEditor

Packages that use ArgumentEditor
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). 
 

Uses of ArgumentEditor in org.eclipse.mat.ui.internal.acquire
 

Methods in org.eclipse.mat.ui.internal.acquire with parameters of type ArgumentEditor
 void ProviderArgumentsTable.onError(ArgumentEditor editor, java.lang.String message)
           
 void ProviderArgumentsTable.onValueChanged(java.lang.Object value, ArgumentDescriptor descriptor, TableItem item, ArgumentEditor argEditor)
           
 

Uses of ArgumentEditor in org.eclipse.mat.ui.internal.query.arguments
 

Subclasses of ArgumentEditor in org.eclipse.mat.ui.internal.query.arguments
 class BooleanComboEditor
           
 class CheckBoxEditor
           
 class EnumComboEditor
           
 class FileOpenDialogEditor
           
 class ImageTextEditor
           
 class LinkEditor
           
 class SnapshotSelectionEditor
           
 class TextEditor
           
 

Methods in org.eclipse.mat.ui.internal.query.arguments that return ArgumentEditor
static ArgumentEditor TableEditorFactory.createTableEditor(Composite parent, IQueryContext context, ArgumentDescriptor descriptor, TableItem item)
           
 

Methods in org.eclipse.mat.ui.internal.query.arguments with parameters of type ArgumentEditor
 void ArgumentsTable.onError(ArgumentEditor editor, java.lang.String message)
           
 void ArgumentEditor.IEditorListener.onError(ArgumentEditor editor, java.lang.String message)
           
 void ArgumentsTable.onValueChanged(java.lang.Object value, ArgumentDescriptor descriptor, TableItem item, ArgumentEditor argEditor)
           
 void ArgumentEditor.IEditorListener.onValueChanged(java.lang.Object value, ArgumentDescriptor descriptor, TableItem item, ArgumentEditor editor)