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 TypeMethodDescriptionvoidEditorSelectionModelListener.requestSwitchToRecord(EditorSelectionModel model, int recordIndex) Called when a request to switch record occurs.voidEditorSelectionModelListener.selectionAdded(EditorSelectionModel model, SessionEditorSelection selection) Called when a new selection has been added to the model.voidEditorSelectionModelListener.selectionRemoved(EditorSelectionModel model, SessionEditorSelection selection) Called when a selection has been removed from the model.voidEditorSelectionModelListener.selectionsCleared(EditorSelectionModel model) Called when all selections have been cleared.voidEditorSelectionModelListener.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