Searched refs:notifyManager (Results 1 – 3 of 3) sorted by relevance
23 private static final NotifyManager notifyManager = NotifyManager.getInstance(); field in SpreadsheetDataProcessor68 notifyManager.setLoading(true); in execute()73 notifyManager.showError("Resulting spreadsheet contains " + exc.cellCount + in execute()105 notifyManager.setLoading(false); in finalizeCommand()163 notifyManager.showMessage("No results for query"); in handlePage()174 notifyManager.log(message + ": " + timer.elapsedMillis() + " ms"); in logTimer()
44 private static NotifyManager notifyManager = NotifyManager.getInstance(); field in SavedQueriesControl154 notifyManager.showMessage("Query saved"); in onClick()170 notifyManager.showMessage("Query deleted"); in onClick()190 notifyManager.showError("No saved query with ID " + idString); in onHistoryChanged()
35 private static NotifyManager notifyManager = NotifyManager.getInstance(); field in TestLabelManager122 notifyManager.showMessage("No labels on selected tests"); in handleRemoveLabels()200 notifyManager.showMessage("Labels modified successfully"); in addOrRemoveLabel()