Uses of Interface
ca.phon.project.Project
Packages that use Project
Package
Description
-
Uses of Project in ca.phon.app.autosave
Methods in ca.phon.app.autosave that return ProjectConstructors in ca.phon.app.autosave with parameters of type Project -
Uses of Project in ca.phon.app.corpus
Constructors in ca.phon.app.corpus with parameters of type Project -
Uses of Project in ca.phon.app.html
Methods in ca.phon.app.html that return ProjectModifier and TypeMethodDescriptionstatic Project
JavaScriptBridge.getCurrentProject()
Get current project (from focused window) ornull
if not found.JavaScriptBridge.getProject()
Constructors in ca.phon.app.html with parameters of type Project -
Uses of Project in ca.phon.app.modules
Methods in ca.phon.app.modules that return ProjectModifier and TypeMethodDescriptionEntryPointArgs.getProject()
Get the project based on either (in order): project objectproject locationproject name -
Uses of Project in ca.phon.app.opgraph.analysis
Methods in ca.phon.app.opgraph.analysis that return ProjectMethods in ca.phon.app.opgraph.analysis with parameters of type ProjectModifier 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) Method parameters in ca.phon.app.opgraph.analysis with type arguments of type ProjectModifier and TypeMethodDescriptionstatic void
AnalysisLibrary.onBrowse
(PhonActionEvent<Project> pae) Constructors in ca.phon.app.opgraph.analysis with parameters of type ProjectModifierConstructorDescriptionAnalysisAction
(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
Methods in ca.phon.app.opgraph.editor that return ProjectMethods in ca.phon.app.opgraph.editor with parameters of type ProjectModifier and TypeMethodDescriptionOpGraphLibrary.getProjectFolderPath
(Project project) OpGraphLibrary.getProjectGraphs
(Project project) Constructors in ca.phon.app.opgraph.editor with parameters of type ProjectModifierConstructorDescriptionSimpleEditor
(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
Methods in ca.phon.app.opgraph.macro that return ProjectMethods in ca.phon.app.opgraph.macro with parameters of type ProjectModifier and TypeMethodDescriptionMacroLibrary.getProjectAnalysisFolder
(Project project) MacroLibrary.getProjectGraphs
(Project project) void
void
MacroRunner.setProject
(Project project) void
MacroLibrary.setupMenu
(Project project, MenuElement menu) Constructors in ca.phon.app.opgraph.macro with parameters of type ProjectModifierConstructorDescriptionMacroAction
(Project project, URL analysisURL) MacroRunner
(ca.phon.opgraph.OpGraph graph, Project project, boolean showWizard) -
Uses of Project in ca.phon.app.opgraph.nodes
Methods in ca.phon.app.opgraph.nodes with parameters of type ProjectModifier and TypeMethodDescriptionstatic List<RecordContainer>
RecordContainer.toRecordContainers
(Project project, Collection<Participant> selectedParticipants, Object obj) -
Uses of Project in ca.phon.app.opgraph.report
Methods in ca.phon.app.opgraph.report that return ProjectMethods in ca.phon.app.opgraph.report with parameters of type ProjectModifier 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) Method parameters in ca.phon.app.opgraph.report with type arguments of type ProjectModifier and TypeMethodDescriptionstatic void
ReportLibrary.onBrowse
(PhonActionEvent<Tuple<String, Project>> pae) Constructors in ca.phon.app.opgraph.report with parameters of type ProjectModifierConstructorDescriptionOpenSimpleReportComposerAction
(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
Methods in ca.phon.app.opgraph.wizard that return ProjectMethods in ca.phon.app.opgraph.wizard with parameters of type ProjectModifier 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) Constructors in ca.phon.app.opgraph.wizard with parameters of type ProjectModifierConstructorDescriptionReportTreeDockingPanel
(Project project, ReportTree reportTree, ReportTreeDockingPanel.ReportContentFactory reportContentFactory) -
Uses of Project in ca.phon.app.project
Classes in ca.phon.app.project that implement ProjectModifier 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.Methods in ca.phon.app.project that return ProjectModifier 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) Methods in ca.phon.app.project with parameters of type ProjectModifier and TypeMethodDescriptionstatic ShadowProject
Create a new shadow project.void
ParticipantsPanel.setProject
(Project project) void
ProjectFrame.setProject
(Project project) Set the project associated with the frameConstructors in ca.phon.app.project with parameters of type ProjectModifierConstructorDescriptionAnonymizeParticipantInfoWizard
(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
Constructors in ca.phon.app.project.checkwizard with parameters of type ProjectModifierConstructorDescriptionCheckWizard
(Project project) ConstructorCheckWizardStep1
(Project project) -
Uses of Project in ca.phon.app.project.git
Methods in ca.phon.app.project.git that return ProjectConstructors in ca.phon.app.project.git with parameters of type ProjectModifierConstructorDescriptionGitCommitWizard
(Project project) ProjectGitController
(Project project) -
Uses of Project in ca.phon.app.project.mergewizard
Constructors in ca.phon.app.project.mergewizard with parameters of type ProjectModifierConstructorDescriptionDeriveSessionWizard
(Project project) MergeSessionStep1
(Project project) MergeSessionStep2
(Project project, List<SessionPath> sessions) Constructor -
Uses of Project in ca.phon.app.query
Methods in ca.phon.app.query that return ProjectModifier and TypeMethodDescriptionOpenQuerySelector.QueryInfo.getProject()
QueryRunnerPanel.getProject()
SaveQueryDialog.getProject()
OpenQuerySelector.QueryInfo.getTempProject()
QueryRunnerPanel.getTempProject()
Temporary project folder used to store query results.ResultSetEditor.getTempProject()
Methods in ca.phon.app.query with parameters of type ProjectModifier and TypeMethodDescriptionvoid
void
QueryRunnerPanel.setProject
(Project project) void
ResultSetEditor.setTempProject
(Project project) Constructors in ca.phon.app.query with parameters of type ProjectModifierConstructorDescriptionEditQueryDialog
(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
Constructors in ca.phon.app.query.report with parameters of type ProjectModifierConstructorDescriptionReportWizard
(Project project, Project tempProject, Query q) ConstructorReportWizard
(Project project, Query q) TierSelector
(Project project) -
Uses of Project in ca.phon.app.session
Methods in ca.phon.app.session that return ProjectModifier and TypeMethodDescriptionprotected Project
SessionFileOpenHandler.createTempProjectForFile
(File file) protected Project
SessionFileOpenHandler.findProjectForFile
(File file) SessionSelector.getProject()
Methods in ca.phon.app.session with parameters of type ProjectModifier and TypeMethodDescriptionstatic TristateCheckBoxTreeModel
SessionSelector.createModel
(Project project, boolean hideEmptyCorpora) void
ParticipantSelector.loadParticipants
(Project project, List<SessionPath> sessionPaths) void
SessionSelector.setProject
(Project project) Constructors in ca.phon.app.session with parameters of type ProjectModifierConstructorDescriptionProjectTreeNode
(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
Methods in ca.phon.app.session.check that return ProjectMethods in ca.phon.app.session.check with parameters of type Project -
Uses of Project in ca.phon.app.session.editor
Methods in ca.phon.app.session.editor that return ProjectMethods in ca.phon.app.session.editor with parameters of type ProjectModifier and TypeMethodDescriptionSessionEditorEP.showEditor
(Project project, Session session, boolean blindMode, boolean grabFocus) Constructors in ca.phon.app.session.editor with parameters of type ProjectModifierConstructorDescriptionSessionEditor
(Project project, Session session, Transcriber transcriber) Constructor -
Uses of Project in ca.phon.app.session.editor.view.ipa_lookup
Constructors in ca.phon.app.session.editor.view.ipa_lookup with parameters of type ProjectModifierConstructorDescriptionAutoTranscriptionDialog
(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
Constructors in ca.phon.app.session.editor.view.ipa_validation with parameters of type Project -
Uses of Project in ca.phon.app.session.editor.view.session_information
Methods in ca.phon.app.session.editor.view.session_information that return ProjectMethods in ca.phon.app.session.editor.view.session_information with parameters of type ProjectConstructors in ca.phon.app.session.editor.view.session_information with parameters of type Project -
Uses of Project in ca.phon.app.welcome
Constructors in ca.phon.app.welcome with parameters of type ProjectModifierConstructorDescriptionProjectArchiveTask
(Project project, File destFile) ProjectArchiveTask
(Project project, File destFile, boolean includeResources, boolean includeMedia) -
Uses of Project in ca.phon.app.workspace
Methods in ca.phon.app.workspace that return types with arguments of type ProjectModifier and TypeMethodDescriptionWorkspace.getProjects()
Get projects located in the workspace folder. -
Uses of Project in ca.phon.media
Methods in ca.phon.media with parameters of type ProjectModifier 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
Methods in ca.phon.phontalk.plugin that return ProjectModifier and TypeMethodDescriptionprotected Project
CHATOpenFileHandler.createTempProjectForFile
(File file) protected Project
CHATOpenFileHandler.findProjectForFile
(File file) ExportWizard.getProject()
ImportWizard.getProject()
Constructors in ca.phon.phontalk.plugin with parameters of type Project -
Uses of Project in ca.phon.project
Classes in ca.phon.project that implement ProjectModifier 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/MyProjectMethods in ca.phon.project that return ProjectModifier 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.Methods in ca.phon.project with parameters of type ProjectModifier and TypeMethodDescriptionvoid
ParticipantCache.setProject
(Project project) void
ProjectPath.setProject
(Project project) Constructors in ca.phon.project with parameters of type ProjectModifierConstructorDescriptionParticipantCache
(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
Methods in ca.phon.query.db with parameters of type ProjectModifier 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
Methods in ca.phon.query.db.xml with parameters of type ProjectModifier 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
Methods in ca.phon.query.pql with parameters of type ProjectConstructors in ca.phon.query.pql with parameters of type Project -
Uses of Project in ca.phon.query.report
Methods in ca.phon.query.report with parameters of type ProjectModifier 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
Methods in ca.phon.query.report.csv with parameters of type ProjectModifier 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
Constructors in ca.phon.query.report.datasource with parameters of type ProjectModifierConstructorDescriptionResultListingDataSource
(Project project, ResultSet s, ResultListing section) Deprecated. -
Uses of Project in ca.phon.query.script
Methods in ca.phon.query.script that return ProjectMethods in ca.phon.query.script with parameters of type ProjectModifier 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) Constructors in ca.phon.query.script with parameters of type ProjectModifierConstructorDescriptionQueryTask
(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
Methods in ca.phon.ui that return types with arguments of type ProjectModifier 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
Methods in ca.phon.ui.text that return ProjectMethods in ca.phon.ui.text with parameters of type ProjectModifier and TypeMethodDescriptionvoid
CorpusNameField.setProject
(Project project) void
TierNameField.setProject
(Project project) Constructors in ca.phon.ui.text with parameters of type ProjectModifierConstructorDescriptionCorpusNameField
(Project project) SessionNameField
(Project project) TierNameField
(Project project)