Uses of Interface
ca.phon.app.session.editor.EditorSelectionModel
Packages that use EditorSelectionModel
Package
Description
-
Uses of EditorSelectionModel in ca.phon.app.session.editor
Classes in ca.phon.app.session.editor that implement EditorSelectionModelMethods in ca.phon.app.session.editor that return EditorSelectionModelMethods in ca.phon.app.session.editor with parameters of type EditorSelectionModelModifier and TypeMethodDescriptionvoid
EditorSelectionModelListener.requestSwitchToRecord
(EditorSelectionModel model, int recordIndex) Called when a request to switch record occurs.void
EditorSelectionModelListener.selectionAdded
(EditorSelectionModel model, SessionEditorSelection selection) Called when a new selection has been added to the model.void
EditorSelectionModelListener.selectionRemoved
(EditorSelectionModel model, SessionEditorSelection selection) Called when a selection has been removed from the model.void
EditorSelectionModelListener.selectionsCleared
(EditorSelectionModel model) Called when all selections have been cleared.void
EditorSelectionModelListener.selectionSet
(EditorSelectionModel model, SessionEditorSelection selection) Called when a new selection has been set (clearing other selections) -
Uses of EditorSelectionModel in ca.phon.app.session.editor.search
Methods in ca.phon.app.session.editor.search that return EditorSelectionModelConstructors in ca.phon.app.session.editor.search with parameters of type EditorSelectionModelModifierConstructorDescriptionFindAndReplacePanel
(EditorDataModel editorDataModel, EditorSelectionModel selectionModel, EditorEventManager eventManager, EditorViewModel editorViewModel, SessionEditUndoSupport undoSupport) Create a new FindAndReplacePanel using the provided Session and EditorSelectionModel -
Uses of EditorSelectionModel in ca.phon.app.session.editor.view.transcript
Constructors in ca.phon.app.session.editor.view.transcript with parameters of type EditorSelectionModelModifierConstructorDescriptionTranscriptEditor
(EditorDataModel dataModel, EditorSelectionModel selectionModel, EditorEventManager eventManager, SessionEditUndoSupport undoSupport, UndoManager undoManager) Constructor