Uses of Class
ca.phon.ui.CommonModuleFrame
Packages that use CommonModuleFrame
Package
Description
-
Uses of CommonModuleFrame in ca.phon.app.actions
Methods in ca.phon.app.actions that return types with arguments of type CommonModuleFrameConstructors in ca.phon.app.actions with parameters of type CommonModuleFrame -
Uses of CommonModuleFrame in ca.phon.app.corpus
Subclasses of CommonModuleFrame in ca.phon.app.corpus -
Uses of CommonModuleFrame in ca.phon.app.log
Subclasses of CommonModuleFrame in ca.phon.app.log -
Uses of CommonModuleFrame in ca.phon.app.opgraph.analysis
Subclasses of CommonModuleFrame in ca.phon.app.opgraph.analysis -
Uses of CommonModuleFrame in ca.phon.app.opgraph.editor
Subclasses of CommonModuleFrame in ca.phon.app.opgraph.editorModifier and TypeClassDescriptionclass
Generic opgragh editor.class
UI for creating newOpgraphEditor
documents using existing documents. -
Uses of CommonModuleFrame in ca.phon.app.opgraph.report
Subclasses of CommonModuleFrame in ca.phon.app.opgraph.report -
Uses of CommonModuleFrame in ca.phon.app.opgraph.wizard
Subclasses of CommonModuleFrame in ca.phon.app.opgraph.wizardModifier and TypeClassDescriptionclass
The Node wizard servers as the UI layer for opgraph analysis and reports.class
UI for actions exporting report tables.class
-
Uses of CommonModuleFrame in ca.phon.app.project
Subclasses of CommonModuleFrame in ca.phon.app.projectModifier and TypeClassDescriptionclass
Wizard for stripping participant info.class
Common module frame with project extension.class
Window for viewing and modifyingParticipant
s for aProject
.class
The project window. -
Uses of CommonModuleFrame in ca.phon.app.project.checkwizard
Subclasses of CommonModuleFrame in ca.phon.app.project.checkwizardModifier and TypeClassDescriptionclass
A wizard for checking/repairing IPA transcriptions in a set of selected sessions. -
Uses of CommonModuleFrame in ca.phon.app.project.git
Subclasses of CommonModuleFrame in ca.phon.app.project.git -
Uses of CommonModuleFrame in ca.phon.app.project.git.actions
Methods in ca.phon.app.project.git.actions that return CommonModuleFrame -
Uses of CommonModuleFrame in ca.phon.app.project.mergewizard
Subclasses of CommonModuleFrame in ca.phon.app.project.mergewizardModifier and TypeClassDescriptionclass
Merge one or more session into a new session. -
Uses of CommonModuleFrame in ca.phon.app.query
Subclasses of CommonModuleFrame in ca.phon.app.queryModifier and TypeClassDescriptionclass
Wizard for executing queries and producing HTML reports.class
An viewer/editor window for result sets.Constructors in ca.phon.app.query with parameters of type CommonModuleFrameModifierConstructorDescriptionSaveQueryDialog
(CommonModuleFrame parent, QueryScript script, QueryHistoryManager stockQueries, QueryHistoryManager queryHistoryManager) -
Uses of CommonModuleFrame in ca.phon.app.query.report
Subclasses of CommonModuleFrame in ca.phon.app.query.report -
Uses of CommonModuleFrame in ca.phon.app.session
Subclasses of CommonModuleFrame in ca.phon.app.session -
Uses of CommonModuleFrame in ca.phon.app.session.check
Subclasses of CommonModuleFrame in ca.phon.app.session.check -
Uses of CommonModuleFrame in ca.phon.app.session.editor
Subclasses of CommonModuleFrame in ca.phon.app.session.editorModifier and TypeClassDescriptionclass
class
Main UI for the application.Methods in ca.phon.app.session.editor that return CommonModuleFrame -
Uses of CommonModuleFrame in ca.phon.app.welcome
Subclasses of CommonModuleFrame in ca.phon.app.welcome -
Uses of CommonModuleFrame in ca.phon.ipamap
Subclasses of CommonModuleFrame in ca.phon.ipamap -
Uses of CommonModuleFrame in ca.phon.phontalk.plugin
Subclasses of CommonModuleFrame in ca.phon.phontalk.plugin -
Uses of CommonModuleFrame in ca.phon.ui
Methods in ca.phon.ui that return CommonModuleFrameModifier and TypeMethodDescriptionstatic CommonModuleFrame
CommonModuleFrame.getCurrentFrame()
CommonModuleFrame.getParentFrame()
Methods in ca.phon.ui that return types with arguments of type CommonModuleFrameModifier and TypeMethodDescriptionstatic List<CommonModuleFrame>
CommonModuleFrame.getOpenWindows()
static Map<Project,
List<CommonModuleFrame>> CommonModuleFrame.getProjectWindows()
Return a map of projects and open windows for each project.Methods in ca.phon.ui with parameters of type CommonModuleFrameModifier and TypeMethodDescriptionvoid
CommonModuleFrameCreatedListener.newWindow
(CommonModuleFrame cmf) void
CommonModuleFrame.positionRelativeTo
(int boxSide, int position, CommonModuleFrame component) Position the window relative to another window using the boxSize and position parameters.void
CommonModuleFrame.setParentFrame
(CommonModuleFrame frame) -
Uses of CommonModuleFrame in ca.phon.ui.wizard
Subclasses of CommonModuleFrame in ca.phon.ui.wizardModifier and TypeClassDescriptionclass
Wizard frame with breadcrumb UI for navigationclass
A basic wizard implementation.