| java.lang.Object org.netbeans.modules.search.Utils
Utils | final class Utils (Code) | | author: Marian Petras |
cloneSearchTypes | static List<SearchType> cloneSearchTypes(Collection<? extends SearchType> searchTypes)(Code) | | Clones a list of SearchType s.
Parameters: searchTypes - list of search types to be cloned deep copy of the given list of SearchTypes s |
getExplorerViewBorder | final static Border getExplorerViewBorder()(Code) | | Returns a border for explorer views.
border to be used around explorer views(BeanTreeView , TreeTableView ,ListView ). |
getSearchTypes | static Collection<? extends SearchType> getSearchTypes()(Code) | | Returns a list of all registered search types.
all instances of SearchType available viaLookup |
searchTypeForName | static Class searchTypeForName(String className)(Code) | | Returns a subclass of SearchType , having the specified name.
A search is performed through all registered instances of
SearchType (in a
Lookup Lookup ).
Parameters: className - class name of the requested search type subclass of SearchType , having the specified name;or null is none was found See Also: SearchType |
|
|