Uses of Class
ca.phon.ui.CommonModuleFrame
Package
Description
-
Uses of CommonModuleFrame in ca.phon.app.actions
-
Uses of CommonModuleFrame in ca.phon.app.corpus
-
Uses of CommonModuleFrame in ca.phon.app.log
-
Uses of CommonModuleFrame in ca.phon.app.opgraph.analysis
-
Uses of CommonModuleFrame in ca.phon.app.opgraph.editor
Modifier and TypeClassDescriptionclass
Generic opgragh editor.class
UI for creating newOpgraphEditor
documents using existing documents. -
Uses of CommonModuleFrame in ca.phon.app.opgraph.report
-
Uses of CommonModuleFrame in ca.phon.app.opgraph.wizard
Modifier 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
Modifier 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
Modifier and TypeClassDescriptionclass
A wizard for checking/repairing IPA transcriptions in a set of selected sessions. -
Uses of CommonModuleFrame in ca.phon.app.project.git
-
Uses of CommonModuleFrame in ca.phon.app.project.git.actions
-
Uses of CommonModuleFrame in ca.phon.app.project.mergewizard
Modifier and TypeClassDescriptionclass
Merge one or more session into a new session. -
Uses of CommonModuleFrame in ca.phon.app.query
Modifier and TypeClassDescriptionclass
Wizard for executing queries and producing HTML reports.class
An viewer/editor window for result sets.ModifierConstructorDescriptionSaveQueryDialog
(CommonModuleFrame parent, QueryScript script, QueryHistoryManager stockQueries, QueryHistoryManager queryHistoryManager) -
Uses of CommonModuleFrame in ca.phon.app.query.report
-
Uses of CommonModuleFrame in ca.phon.app.session
-
Uses of CommonModuleFrame in ca.phon.app.session.check
-
Uses of CommonModuleFrame in ca.phon.app.session.editor
Modifier and TypeClassDescriptionclass
class
Main UI for the application. -
Uses of CommonModuleFrame in ca.phon.app.welcome
-
Uses of CommonModuleFrame in ca.phon.ipamap
-
Uses of CommonModuleFrame in ca.phon.phontalk.plugin
-
Uses of CommonModuleFrame in ca.phon.ui
Modifier and TypeMethodDescriptionstatic CommonModuleFrame
CommonModuleFrame.getCurrentFrame()
CommonModuleFrame.getParentFrame()
Modifier and TypeMethodDescriptionstatic List<CommonModuleFrame>
CommonModuleFrame.getOpenWindows()
static Map<Project,
List<CommonModuleFrame>> CommonModuleFrame.getProjectWindows()
Return a map of projects and open windows for each project.Modifier 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
Modifier and TypeClassDescriptionclass
Wizard frame with breadcrumb UI for navigationclass
A basic wizard implementation.