Uses of Interface
org.eclipse.mat.ui.internal.query.arguments.ArgumentEditor.IEditorListener
-
Packages that use ArgumentEditor.IEditorListener 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). -
-
Uses of ArgumentEditor.IEditorListener in org.eclipse.mat.ui.internal.acquire
Classes in org.eclipse.mat.ui.internal.acquire that implement ArgumentEditor.IEditorListener Modifier and Type Class Description class
ProviderArgumentsTable
Handles a table of arguments - either for a particular dump or for a particular dump provider type. -
Uses of ArgumentEditor.IEditorListener in org.eclipse.mat.ui.internal.query.arguments
Classes in org.eclipse.mat.ui.internal.query.arguments that implement ArgumentEditor.IEditorListener Modifier and Type Class Description class
ArgumentsTable
Methods in org.eclipse.mat.ui.internal.query.arguments with parameters of type ArgumentEditor.IEditorListener Modifier and Type Method Description void
ArgumentEditor. addListener(ArgumentEditor.IEditorListener listener)
void
ArgumentEditor. removeListener(ArgumentEditor.IEditorListener listener)
-