Uses of Interface
ca.phon.project.Project
Package
Description
-
Uses of Project in ca.phon.app.autosave
-
Uses of Project in ca.phon.app.corpus
-
Uses of Project in ca.phon.app.html
Modifier and TypeMethodDescriptionstatic Project
JavaScriptBridge.getCurrentProject()
Get current project (from focused window) ornull
if not found.JavaScriptBridge.getProject()
-
Uses of Project in ca.phon.app.modules
Modifier and TypeMethodDescriptionEntryPointArgs.getProject()
Get the project based on either (in order): project objectproject locationproject name -
Uses of Project in ca.phon.app.opgraph.analysis
Modifier and TypeMethodDescriptionAnalysisLibrary.getProjectAnalysisFolder
(Project project) AnalysisLibrary.getProjectFolderPath
(Project project) AnalysisLibrary.getProjectGraphs
(Project project) void
AnalysisRunner.run
(Project project, List<SessionPath> selectedSessions, boolean showWizard) void
AnalysisRunner.setProject
(Project project) void
AnalysisWizard.setProject
(Project project) void
AnalysisLibrary.setupMenu
(Project project, List<SessionPath> selectedSessions, MenuElement menu) Modifier and TypeMethodDescriptionstatic void
AnalysisLibrary.onBrowse
(PhonActionEvent<Project> pae) ModifierConstructorDescriptionAnalysisAction
(Project project, URL analysisURL) AnalysisAction
(Project project, List<SessionPath> selectedSessions, URL analysisURL) AnalysisRunner
(ca.phon.opgraph.OpGraph graph, Project project) AnalysisRunner
(ca.phon.opgraph.OpGraph graph, Project project, List<SessionPath> selectedSessions, boolean showWizard) AnalysisRunner
(URL graphURL, Project project, List<SessionPath> selectedSessions, boolean showWizard) AnalysisWizard
(String title, Project project) OpenSimpleAnalysisComposerAction
(Project project) OpenSimpleAnalysisComposerAction
(Project project, ca.phon.opgraph.OpGraph analysisGraph) -
Uses of Project in ca.phon.app.opgraph.editor
Modifier and TypeMethodDescriptionOpGraphLibrary.getProjectFolderPath
(Project project) OpGraphLibrary.getProjectGraphs
(Project project) ModifierConstructorDescriptionSimpleEditor
(Project project, OpGraphLibrary library, EditorModelInstantiator modelInstantiator, ca.phon.opgraph.library.instantiators.Instantiator<ca.phon.opgraph.nodes.general.MacroNode> nodeInstantiator, BiFunction<QueryScript, ca.phon.opgraph.OpGraph, ca.phon.opgraph.nodes.general.MacroNode> queryNodeInstantiator, BiFunction<ca.phon.opgraph.OpGraph, Project, Runnable> runFactory) SimpleEditor
(Project project, OpGraphLibrary library, ca.phon.opgraph.OpGraph graph, EditorModelInstantiator modelInstantiator, ca.phon.opgraph.library.instantiators.Instantiator<ca.phon.opgraph.nodes.general.MacroNode> nodeInstantiator, BiFunction<QueryScript, ca.phon.opgraph.OpGraph, ca.phon.opgraph.nodes.general.MacroNode> queryNodeInstantiator, BiFunction<ca.phon.opgraph.OpGraph, Project, Runnable> runFactory) ConstructorSimpleEditorPanel
(Project project, OpGraphLibrary library, EditorModelInstantiator modelInstantiator, ca.phon.opgraph.library.instantiators.Instantiator<ca.phon.opgraph.nodes.general.MacroNode> nodeInstantiator, BiFunction<QueryScript, ca.phon.opgraph.OpGraph, ca.phon.opgraph.nodes.general.MacroNode> queryNodeInstantiator, BiFunction<ca.phon.opgraph.OpGraph, Project, Runnable> runFactory) ConstructorSimpleEditorPanel
(Project project, OpGraphLibrary library, ca.phon.opgraph.OpGraph graph, EditorModelInstantiator modelInstantiator, ca.phon.opgraph.library.instantiators.Instantiator<ca.phon.opgraph.nodes.general.MacroNode> nodeInstantiator, BiFunction<QueryScript, ca.phon.opgraph.OpGraph, ca.phon.opgraph.nodes.general.MacroNode> queryNodeInstantiator, BiFunction<ca.phon.opgraph.OpGraph, Project, Runnable> runFactory) Constructor -
Uses of Project in ca.phon.app.opgraph.macro
Modifier and TypeMethodDescriptionMacroLibrary.getProjectAnalysisFolder
(Project project) MacroLibrary.getProjectGraphs
(Project project) void
void
MacroRunner.setProject
(Project project) void
MacroLibrary.setupMenu
(Project project, MenuElement menu) ModifierConstructorDescriptionMacroAction
(Project project, URL analysisURL) MacroRunner
(ca.phon.opgraph.OpGraph graph, Project project, boolean showWizard) -
Uses of Project in ca.phon.app.opgraph.nodes
Modifier and TypeMethodDescriptionstatic List<RecordContainer>
RecordContainer.toRecordContainers
(Project project, Collection<Participant> selectedParticipants, Object obj) -
Uses of Project in ca.phon.app.opgraph.report
Modifier and TypeMethodDescriptionReportLibrary.getProjectFolderPath
(Project project) ReportLibrary.getProjectGraphs
(Project project) ReportLibrary.getProjectReportFolder
(Project project) void
void
ReportMerger.setProject
(Project project) void
ReportRunner.setProject
(Project project) void
ReportLibrary.setupMenu
(Project project, String queryId, MenuElement menu) Modifier and TypeMethodDescriptionstatic void
ReportLibrary.onBrowse
(PhonActionEvent<Tuple<String, Project>> pae) ModifierConstructorDescriptionOpenSimpleReportComposerAction
(Project project, String queryId) OpenSimpleReportComposerAction
(Project project, String queryId, ca.phon.opgraph.OpGraph reportGraph) ReportAction
(Project project, String queryId, URL reportURL) ReportMerger
(Project project) ReportRunner
(ca.phon.opgraph.OpGraph graph, Project project) ReportRunner
(ca.phon.opgraph.OpGraph graph, Project project, String queryId) -
Uses of Project in ca.phon.app.opgraph.wizard
Modifier and TypeMethodDescriptionstatic void
ResultTableUtil.openEditorAtResult
(Project project, TableDataSource table, int row) This method will attempt to display a session editor with highlighted results given a table which contains the appropriate column names and data.void
ReportTreeDockingPanel.setProject
(Project project) ModifierConstructorDescriptionReportTreeDockingPanel
(Project project, ReportTree reportTree, ReportTreeDockingPanel.ReportContentFactory reportContentFactory) -
Uses of Project in ca.phon.app.project
Modifier and TypeClassDescriptionclass
Local project which will send files to trash instead of deleting them during corpus/session removal.final class
Shadow projects are used as temporary projects with the same data and properties as a delegate project.Modifier and TypeMethodDescriptionDesktopProjectFactory.createProject
(File projectFolder) ParticipantsPanel.getProject()
ProjectFrame.getProject()
Get the project associated with the frameProjectParticpantsWindow.getProject()
ProjectWindow.getProject()
Get the projectProjectWindowProjectListener.getProject()
SessionListModel.getProject()
DesktopProjectFactory.openProject
(File projectFolder) Modifier and TypeMethodDescriptionstatic ShadowProject
Create a new shadow project.void
ParticipantsPanel.setProject
(Project project) void
ProjectFrame.setProject
(Project project) Set the project associated with the frameModifierConstructorDescriptionAnonymizeParticipantInfoWizard
(Project project) ContextPanel
(Project project) CorpusDetails
(Project project, String corpus) CorpusListModel
(Project project) ConstructorNewSessionDialog
(Project project) Default constructorNewSessionDialog
(Project project, String corpusName) Constructor.NewSessionPanel
(Project project) Default constructorNewSessionPanel
(Project project, String corpusName) Constructor.ParticipantsPanel
(Project project) ProjectFrame
(Project project) ProjectParticpantsWindow
(Project project) ProjectWindow
(Project project, String projectPath) ConstructorRenameCorpusDialog
(Project project) Default constructorRenameCorpusDialog
(Project project, String corpus) Constructor.RenameProjectDialog
(Project project) RenameSessionDialog
(Project project) Default constructorRenameSessionDialog
(Project project, String corpus, String session) Constructor.SessionDetails
(Project project) SessionDetailsPane
(Project project) ConstructorSessionListModel
(Project project) ConstructorSessionMerger
(Project project) protected
ShadowProject
(File shadowFolder, Project project) -
Uses of Project in ca.phon.app.project.checkwizard
ModifierConstructorDescriptionCheckWizard
(Project project) ConstructorCheckWizardStep1
(Project project) -
Uses of Project in ca.phon.app.project.git
ModifierConstructorDescriptionGitCommitWizard
(Project project) ProjectGitController
(Project project) -
Uses of Project in ca.phon.app.project.mergewizard
ModifierConstructorDescriptionDeriveSessionWizard
(Project project) MergeSessionStep1
(Project project) MergeSessionStep2
(Project project, List<SessionPath> sessions) Constructor -
Uses of Project in ca.phon.app.query
Modifier and TypeMethodDescriptionOpenQuerySelector.QueryInfo.getProject()
QueryRunnerPanel.getProject()
SaveQueryDialog.getProject()
OpenQuerySelector.QueryInfo.getTempProject()
QueryRunnerPanel.getTempProject()
Temporary project folder used to store query results.ResultSetEditor.getTempProject()
Modifier and TypeMethodDescriptionvoid
void
QueryRunnerPanel.setProject
(Project project) void
ResultSetEditor.setTempProject
(Project project) ModifierConstructorDescriptionEditQueryDialog
(Project project, Query query) OpenQuerySelector
(Project project) QueryAndReportWizard
(Project project, QueryScript queryScript, QueryAndReportWizardSettings settings) QueryHistoryTableModel
(Project project) QueryRunnerPanel
(Project project, QueryScript script, List<SessionPath> selectedSessions, boolean includeExcluded) ResultSetEditor
(Project project, Query query, ResultSet rs) ConstructorResultSetSelector
(Project project, Query q) ConstructorResultSetTableModel
(Project project, Query q) SaveQueryForm
(Project project, QueryScript script, QueryHistoryManager stockQueries, QueryHistoryManager queryHistoryManager) -
Uses of Project in ca.phon.app.query.report
ModifierConstructorDescriptionReportWizard
(Project project, Project tempProject, Query q) ConstructorReportWizard
(Project project, Query q) TierSelector
(Project project) -
Uses of Project in ca.phon.app.session
Modifier and TypeMethodDescriptionprotected Project
SessionFileOpenHandler.createTempProjectForFile
(File file) protected Project
SessionFileOpenHandler.findProjectForFile
(File file) SessionSelector.getProject()
Modifier and TypeMethodDescriptionstatic TristateCheckBoxTreeModel
SessionSelector.createModel
(Project project, boolean hideEmptyCorpora) void
ParticipantSelector.loadParticipants
(Project project, List<SessionPath> sessionPaths) void
SessionSelector.setProject
(Project project) ModifierConstructorDescriptionProjectTreeNode
(Project project) RecordFilterPanel
(Project project) RecordFilterPanel
(Project project, Session t) ConstructorSessionExportSettingsPanel
(Project project, Session session, SessionExportSettings settings) SessionSelector
(Project project) SessionSelector
(Project project, boolean hideEmptyCorpora) ConstructorSessionToHTMLWizard
(String title, Project project, Session session) -
Uses of Project in ca.phon.app.session.check
-
Uses of Project in ca.phon.app.session.editor
Modifier and TypeMethodDescriptionSessionEditorEP.showEditor
(Project project, Session session, boolean blindMode, boolean grabFocus) ModifierConstructorDescriptionSessionEditor
(Project project, Session session, Transcriber transcriber) Constructor -
Uses of Project in ca.phon.app.session.editor.view.ipa_lookup
ModifierConstructorDescriptionAutoTranscriptionDialog
(Project project, Session session, Language dictionaryLanguage) AutoTranscriptionForm
(Project project) AutoTranscriptionForm
(Project project, Session session) -
Uses of Project in ca.phon.app.session.editor.view.ipa_validation
-
Uses of Project in ca.phon.app.session.editor.view.session_information
-
Uses of Project in ca.phon.app.welcome
ModifierConstructorDescriptionProjectArchiveTask
(Project project, File destFile) ProjectArchiveTask
(Project project, File destFile, boolean includeResources, boolean includeMedia) -
Uses of Project in ca.phon.app.workspace
Modifier and TypeMethodDescriptionWorkspace.getProjects()
Get projects located in the workspace folder. -
Uses of Project in ca.phon.media
Modifier and TypeMethodDescriptionstatic File
MediaLocator.findMediaFile
(Project project, Session session) Find media given a project and session.static File
MediaLocator.findMediaFile
(String filename, Project project, String corpus) Search for a file in the media include path.MediaLocator.findMediaFileRelative
(String filename, Project project, String corpus) MediaLocator.getMediaIncludePaths
(Project project) MediaLocator.getMediaIncludePaths
(Project project, String corpus) -
Uses of Project in ca.phon.phontalk.plugin
Modifier and TypeMethodDescriptionprotected Project
CHATOpenFileHandler.createTempProjectForFile
(File file) protected Project
CHATOpenFileHandler.findProjectForFile
(File file) ExportWizard.getProject()
ImportWizard.getProject()
-
Uses of Project in ca.phon.project
Modifier and TypeClassDescriptionclass
class
A local on-disk projectclass
Access remote project using https URI provided to constructor may have https or phon scheme e.g., https://www.phon.ca/project/MyProject or phon://www.phon.ca/project/MyProjectModifier and TypeMethodDescriptionDefaultProjectFactory.createProject
(File projectFolder) Create project at the specified folder.ProjectFactory.createProject
(File projectFolder) Create project at the specified folder.ProjectPath.getProject()
DefaultProjectFactory.openProject
(File projectFolder) Open a project from the specified folder.ProjectFactory.openProject
(File projectFolder) Open a project from the specified folder.Modifier and TypeMethodDescriptionvoid
ParticipantCache.setProject
(Project project) void
ProjectPath.setProject
(Project project) ModifierConstructorDescriptionParticipantCache
(Project project) ProjectPath
(Project project) ProjectPath
(Project project, Session session) ProjectPath
(Project project, String corpus, String sessionName) -
Uses of Project in ca.phon.query.db
Modifier and TypeMethodDescriptionQueryFactory.createQuery
(Project project) Create a Query instance for the specified project.void
ResultSetManager.deleteQuery
(Project project, Query query) Delete the given query from the specified project.void
ResultSetManager.deleteResultSet
(Project project, Query query, ResultSet resultset) Delete the specified result set from the given project and query.ResultSetManager.getQueries
(Project project) Gets a list of queries for a specified project.ResultSetManager.getResultSetsForQuery
(Project project, Query query) Gets a list of result sets for a specified query and project.Loads a given query from the specified project.ResultSetManager.loadResultSet
(Project project, Query query, String sessionName) Loads a given result set for a query from the specified project.void
ResultSetManager.renameQuery
(Project project, Query query, String newName) Re-name the specified query.void
Saves a query in the specified project.void
ResultSetManager.saveResultSet
(Project project, Query query, ResultSet resultSet) Saves a query's result set in the specified project. -
Uses of Project in ca.phon.query.db.xml
Modifier and TypeMethodDescriptionXMLQueryFactory.createQuery
(Project project) void
XMLResultSetManager.deleteQuery
(Project project, Query query) void
XMLResultSetManager.deleteResultSet
(Project project, Query query, ResultSet resultset) XMLResultSetManager.getQueries
(Project project) XMLResultSetManager.getResultSetsForQuery
(Project project, Query query) XMLResultSetManager.loadResultSet
(Project project, Query query, String sessionName) void
XMLResultSetManager.renameQuery
(Project project, Query query, String newName) void
void
XMLResultSetManager.saveResultSet
(Project project, Query query, ResultSet resultSet) -
Uses of Project in ca.phon.query.pql
-
Uses of Project in ca.phon.query.report
Modifier and TypeMethodDescriptionvoid
ReportBuilder.buildReport
(ReportDesign design, Project project, Query q, ResultSet[] resultSets, File file) Deprecated.Build the report.abstract void
ReportBuilder.buildReport
(ReportDesign design, Project project, Query q, ResultSet[] resultSets, OutputStream file) Deprecated.Build the report.ResultSetListingManager.getPathForResultListing
(Project project, Query query, ResultSet resultSet) Deprecated.Get path for the result listing xml file.ResultSetListingManager.getResultListing
(Project project, Query query, ResultSet resultSet) Deprecated.Get the result listing (if any) for the given result set.void
ResultSetListingManager.saveResultListing
(Project project, Query query, ResultSet resultSet, ResultListing listing) Deprecated.Save result listing for a given result set -
Uses of Project in ca.phon.query.report.csv
Modifier and TypeMethodDescriptionvoid
CSVReportBuilder.buildReport
(ReportDesign design, Project project, Query query, ResultSet[] resultSets, OutputStream stream) TODO Datasources should be given as indirect dependencies since we can re-use them for other report builders. -
Uses of Project in ca.phon.query.report.datasource
ModifierConstructorDescriptionResultListingDataSource
(Project project, ResultSet s, ResultListing section) Deprecated. -
Uses of Project in ca.phon.query.script
Modifier and TypeMethodDescriptionQueryScriptLibrary.findScriptsWithName
(String name, Project project) Find scripts with given name in all script locations.QueryScriptLibrary.pluginScriptFiles
(Project project) QueryScriptLibrary.projectScriptFiles
(Project project) static String
QueryScriptLibrary.projectScriptFolder
(Project project) ModifierConstructorDescriptionQueryTask
(Project project, Session session, QueryScript queryScript, int serial) QueryTask
(Project project, Session session, Iterator<Integer> recordIterable, QueryScript queryScript, int serial) -
Uses of Project in ca.phon.ui
Modifier and TypeMethodDescriptionstatic Map<Project,
List<CommonModuleFrame>> CommonModuleFrame.getProjectWindows()
Return a map of projects and open windows for each project. -
Uses of Project in ca.phon.ui.text
Modifier and TypeMethodDescriptionvoid
CorpusNameField.setProject
(Project project) void
TierNameField.setProject
(Project project) ModifierConstructorDescriptionCorpusNameField
(Project project) SessionNameField
(Project project) TierNameField
(Project project)