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.csv
Subclasses of CommonModuleFrame in ca.phon.app.csv -
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 TypeClassDescriptionclassGeneric opgragh editor.classUI for creating newOpgraphEditordocuments 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 TypeClassDescriptionclassThe Node wizard servers as the UI layer for opgraph analysis and reports.classUI for actions exporting report tables.class -
Uses of CommonModuleFrame in ca.phon.app.project
Subclasses of CommonModuleFrame in ca.phon.app.projectModifier and TypeClassDescriptionclassWizard for stripping participant info.classCommon module frame with project extension.classWindow for viewing and modifyingParticipants for aProject.classThe project window.final classPart of Phon 4.0+'s unified single window per project UI. -
Uses of CommonModuleFrame in ca.phon.app.project.checkwizard
Subclasses of CommonModuleFrame in ca.phon.app.project.checkwizardModifier and TypeClassDescriptionclassA 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 TypeClassDescriptionclassMerge one or more session into a new session. -
Uses of CommonModuleFrame in ca.phon.app.project.tree
Subclasses of CommonModuleFrame in ca.phon.app.project.treeModifier and TypeClassDescriptionclassProject window with contents displayed in two columns. -
Uses of CommonModuleFrame in ca.phon.app.query
Subclasses of CommonModuleFrame in ca.phon.app.queryModifier and TypeClassDescriptionclassWizard for executing queries and producing HTML reports.classAn 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.editorMethods in ca.phon.app.session.editor that return CommonModuleFrameModifier and TypeMethodDescriptionDefaultEditorViewModel.createAccessoryWindow(UUID uuid) WorkingAreaEditorViewModel.createAccessoryWindow(UUID uuid) -
Uses of CommonModuleFrame in ca.phon.app.theme
Subclasses of CommonModuleFrame in ca.phon.app.theme -
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 CommonModuleFrameCommonModuleFrame.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 TypeMethodDescriptionvoidCommonModuleFrameCreatedListener.newWindow(CommonModuleFrame cmf) voidCommonModuleFrame.positionRelativeTo(int boxSide, int position, CommonModuleFrame component) Position the window relative to another window using the boxSize and position parameters.voidCommonModuleFrame.setParentFrame(CommonModuleFrame frame) -
Uses of CommonModuleFrame in ca.phon.ui.wizard
Subclasses of CommonModuleFrame in ca.phon.ui.wizardModifier and TypeClassDescriptionclassWizard frame with breadcrumb UI for navigationclassA basic wizard implementation.