org.eclipse.mat.ui.internal.query.arguments
Interface ArgumentEditor.IEditorListener
- All Known Implementing Classes:
- ArgumentsTable, ProviderArgumentsTable
- Enclosing class:
- ArgumentEditor
public static interface ArgumentEditor.IEditorListener
onValueChanged
void onValueChanged(Object value,
ArgumentDescriptor descriptor,
TableItem item,
ArgumentEditor editor)
onError
void onError(ArgumentEditor editor,
String message)
onFocus
void onFocus(String message)
onModeChange
void onModeChange(LinkEditor.Mode mode,
ArgumentDescriptor descriptor)