Uses of Class
org.eclipse.debug.ui.StringVariableSelectionDialog.VariableFilter
-
Packages that use StringVariableSelectionDialog.VariableFilter Package Description org.eclipse.debug.ui Provides a generic debugger user interface that clients may customize via standard workbench extension points. -
-
Uses of StringVariableSelectionDialog.VariableFilter in org.eclipse.debug.ui
Methods in org.eclipse.debug.ui with parameters of type StringVariableSelectionDialog.VariableFilter Modifier and Type Method Description voidStringVariableSelectionDialog. addVariableFilter(StringVariableSelectionDialog.VariableFilter filter)Add the given variable filter.voidStringVariableSelectionDialog. setFilters(StringVariableSelectionDialog.VariableFilter[] filters)Sets the filters, replacing any previous filters.
-