- add(SearchPattern) - Method in class org.netbeans.api.search.SearchHistory
-
Adds SearchPattern to SearchHistory
- ADD_TO_HISTORY - Static variable in class org.netbeans.api.search.SearchHistory
-
Property name for adding pattern that was not in history
Firing:
oldValue - null
newValue - added pattern
- ADD_TO_REPLACE - Static variable in class org.netbeans.api.search.SearchHistory
-
Property name for adding replace pattern that was not in history
Firing:
oldValue - null
newValue - added pattern
- addButton(AbstractButton) - Method in class org.netbeans.spi.search.provider.DefaultSearchResultsDisplayer
-
Add a button to the results displayer toolbar.
- addChangeListener(ChangeListener) - Method in class org.netbeans.spi.search.provider.SearchProvider.Presenter
-
Adds a ChangeListener
to the listener list.
- addChangeListener(ChangeListener) - Method in class org.netbeans.spi.search.SearchScopeDefinition
-
Registers a listener listening for changes of applicability.
- addFilter(SearchFilterDefinition) - Method in class org.netbeans.api.search.SearchScopeOptions
-
Add a file object filter.
- addMatchingObject(U) - Method in class org.netbeans.spi.search.provider.DefaultSearchResultsDisplayer
-
This method is called when a new matching object is
found.
- addMatchingObject(T) - Method in class org.netbeans.spi.search.provider.SearchResultsDisplayer
-
This method is called when a new matching object is
found.
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.netbeans.api.search.SearchHistory
-
Adds a property change listener.
- addReplace(ReplacePattern) - Method in class org.netbeans.api.search.SearchHistory
-
Adds ReplacePattern to ReplaceHistory
- adjustComboForFileName(JComboBox) - Static method in class org.netbeans.api.search.ui.ComponentUtils
-
Adjust a
JComboBox
to act as component for selecting file name
pattern, and return a controller object for interacting with it.
- adjustComboForScope(JComboBox, String, SearchScopeDefinition...) - Static method in class org.netbeans.api.search.ui.ComponentUtils
-
Adjust a
JComboBox
to act as component for selecting search
scope, and return a controller object for interacting with it.
- adjustComboForSearchPattern(JComboBox) - Static method in class org.netbeans.api.search.ui.ComponentUtils
-
Adjust a
JComboBox
to act as component for selecting search text
pattern, and return a controller object for interacting with it.
- adjustPanelForOptions(JPanel, boolean, FileNameController) - Static method in class org.netbeans.api.search.ui.ComponentUtils
-
Adjust an empty panel for specifying search scope options.
- adjustPanelsForOptions(JPanel, JPanel, boolean, FileNameController) - Static method in class org.netbeans.api.search.ui.ComponentUtils
-
Adjust two empty panels for specifying search scope options.