Uses of Class
ca.phon.query.history.QueryHistoryManager
Packages that use QueryHistoryManager
-
Uses of QueryHistoryManager in ca.phon.app.query
Methods in ca.phon.app.query that return QueryHistoryManagerModifier and TypeMethodDescriptionQueryHistoryAndNameToolbar.getQueryHistoryManager()
QueryHistoryAndNameToolbar.getStockQueries()
Constructors in ca.phon.app.query with parameters of type QueryHistoryManagerModifierConstructorDescriptionQueryHistoryAndNameToolbar
(QueryHistoryManager queryHistoryManager, ScriptPanel scriptPanel) SaveQueryDialog
(CommonModuleFrame parent, QueryScript script, QueryHistoryManager stockQueries, QueryHistoryManager queryHistoryManager) SaveQueryForm
(Project project, QueryScript script, QueryHistoryManager stockQueries, QueryHistoryManager queryHistoryManager) -
Uses of QueryHistoryManager in ca.phon.app.query.actions
Constructors in ca.phon.app.query.actions with parameters of type QueryHistoryManagerModifierConstructorDescriptionSaveQueryAction
(QueryHistoryManager stockQueries, QueryHistoryManager queryHistory, QueryScript script) -
Uses of QueryHistoryManager in ca.phon.query.history
Methods in ca.phon.query.history that return QueryHistoryManagerModifier and TypeMethodDescriptionstatic QueryHistoryManager
QueryHistoryManager.getCachedInstance
(QueryScript script) Return the cached query history for the given script.static QueryHistoryManager
QueryHistoryManager.newInstance
(QueryScript script) static QueryHistoryManager
QueryHistoryManager.newInstance
(String scriptName) Methods in ca.phon.query.history with parameters of type QueryHistoryManagerModifier and TypeMethodDescriptionstatic void
QueryHistoryManager.save
(QueryHistoryManager manager, QueryScript script)