Uses of Interface
ca.phon.app.session.editor.EditorViewModel
Packages that use EditorViewModel
Package
Description
-
Uses of EditorViewModel in ca.phon.app.session.editor
Classes in ca.phon.app.session.editor that implement EditorViewModelModifier and TypeClassDescriptionclassclassView model for the session editor window.Methods in ca.phon.app.session.editor that return EditorViewModelConstructors in ca.phon.app.session.editor with parameters of type EditorViewModelModifierConstructorDescriptionViewIconStrip(int side, Session session, EditorEventManager editorEventManager, UndoableEditSupport undoableEditSupport, EditorViewModel viewModel) ViewIconStrip(Session session, EditorEventManager editorEventManager, UndoableEditSupport undoableEditSupport, EditorViewModel viewModel) -
Uses of EditorViewModel in ca.phon.app.session.editor.search
Constructors in ca.phon.app.session.editor.search with parameters of type EditorViewModelModifierConstructorDescriptionFindAndReplacePanel(EditorDataModel editorDataModel, EditorSelectionModel selectionModel, EditorEventManager eventManager, EditorViewModel editorViewModel, SessionEditUndoSupport undoSupport) Create a new FindAndReplacePanel using the provided Session and EditorSelectionModel -
Uses of EditorViewModel in ca.phon.app.session.editor.undo
Constructors in ca.phon.app.session.editor.undo with parameters of type EditorViewModelModifierConstructorDescriptionShowHideViewEdit(Session session, EditorEventManager editorEventManager, EditorViewModel viewModel, String viewName, boolean show) Constructor