Package ca.phon.app.opgraph.report
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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetProjectFolderPath
(Project project) getProjectGraphs
(Project project) getProjectReportFolder
(Project project) static void
onBrowse
(PhonActionEvent<Tuple<String, Project>> pae) void
setupMenu
(Project project, String queryId, MenuElement menu)
-
Field Details
-
REPORT_FOLDER_NAME
- See Also:
-
-
Constructor Details
-
ReportLibrary
public ReportLibrary()
-
-
Method Details
-
getAvailableReports
-
getStockGraphs
- Specified by:
getStockGraphs
in interfaceOpGraphLibrary
-
getUserGraphs
- Specified by:
getUserGraphs
in interfaceOpGraphLibrary
-
getProjectGraphs
- Specified by:
getProjectGraphs
in interfaceOpGraphLibrary
-
getProjectReportFolder
-
setupMenu
-
onBrowse
-
getFolderName
- Specified by:
getFolderName
in interfaceOpGraphLibrary
-
getUserFolderPath
- Specified by:
getUserFolderPath
in interfaceOpGraphLibrary
-
getProjectFolderPath
- Specified by:
getProjectFolderPath
in interfaceOpGraphLibrary
-