public static interface FiltersDescription.Provider
RefactoringPlugin
s can implement this interface if they want to
supply new filters, or enable existing filters.Modifier and Type | Method and Description |
---|---|
void |
addFilters(FiltersDescription filtersDescription)
Add filters to the supplied
FiltersDescription . |
void |
enableFilters(FiltersDescription filtersDescription)
Enable filters in the supplied
FiltersDescription . |
void addFilters(FiltersDescription filtersDescription)
FiltersDescription
. This method
will be called after the plugin is received from the
RefactoringPluginFactory
.filtersDescription
- the FiltersDescription
to add filters toFiltersDescription.addFilter(java.lang.String, java.lang.String, boolean, javax.swing.Icon)
void enableFilters(FiltersDescription filtersDescription)
FiltersDescription
. This method
will be called after the plugins RefactoringPlugin#prepare
method is called.filtersDescription
- the FiltersDescription
to enable filters fromFiltersDescription.enable(int)