Class ReportLibrary
java.lang.Object
ca.phon.app.opgraph.report.ReportLibrary
- All Implemented Interfaces:
OpGraphLibrary
Library of query reports. These reports are available from the 'Report' menu button in the query and query history dialogs.
Reports are stored in ~/Documents/Phon/reports
by default. Reports can also be stored in the project
__res/reports/ folder.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetProjectFolderPath(Project project) getProjectGraphs(Project project) static voidonBrowse(PhonActionEvent<Tuple<String, Project>> pae) voidsetupMenu(Project project, String queryId, MenuElement menu)
-
Field Details
-
REPORT_FOLDER_NAME
- See Also:
-
-
Constructor Details
-
ReportLibrary
public ReportLibrary()
-
-
Method Details
-
getAvailableReports
-
getStockGraphs
- Specified by:
getStockGraphsin interfaceOpGraphLibrary
-
getUserGraphs
- Specified by:
getUserGraphsin interfaceOpGraphLibrary
-
getProjectGraphs
- Specified by:
getProjectGraphsin interfaceOpGraphLibrary
-
setupMenu
-
onBrowse
-
getFolderName
- Specified by:
getFolderNamein interfaceOpGraphLibrary
-
getUserFolderPath
- Specified by:
getUserFolderPathin interfaceOpGraphLibrary
-
getProjectFolderPath
- Specified by:
getProjectFolderPathin interfaceOpGraphLibrary
-