Package org.eclipse.debug.ui
Class StringVariableSelectionDialog.VariableFilter
java.lang.Object
org.eclipse.debug.ui.StringVariableSelectionDialog.VariableFilter
- Enclosing class:
- StringVariableSelectionDialog
Base class for custom variable filters. Clients may extend this class
to filter specific dynamic variables from the selection dialog.
- Since:
- 3.6
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns whether the given variable should be filtered.
-
Constructor Details
-
VariableFilter
public VariableFilter()
-
-
Method Details
-
isFiltered
Returns whether the given variable should be filtered.- Parameters:
var
- variable to be consider- Returns:
true
to filter the variable, otherwisefalse
-