Class Index | File Index

Classes


Class orion.searches.SavedSearches

A service for creating and managing saved searches.
Defined in: </shared/eclipse/e4/orion/I201404012230/bundles/org.eclipse.orion.client.ui/web/orion/searchOutliner.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Instantiates the saved search service.
Method Summary
Method Attributes Method Name and Description
 
addSearch(theName, theQuery)
 
 
removeSearch(query)
 
renameSearch(query, newName)
Class Detail
orion.searches.SavedSearches()
Instantiates the saved search service. This service is used internally by the search outliner and is not intended to be used as API. It is serving as a preference holder and triggers listeners when the preference changes. When preference changes trigger listeners, this class would no longer be needed.
Method Detail
addSearch(theName, theQuery)
Parameters:
theName
theQuery

getSearches()

removeSearch(query)
Parameters:
query

renameSearch(query, newName)
Parameters:
query
newName

Documentation generated by JsDoc Toolkit 2.4.0 on Tue Apr 01 2014 22:58:24 GMT-0400 (EDT)