Uses of Interface
ca.phon.app.session.editor.EditorSelectionModel
Packages that use EditorSelectionModel
-
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.selectionAdded
(EditorSelectionModel model, SessionEditorSelection selection) Called when a new selection has been added to 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)