Uses of Class
ca.phon.app.session.editor.SessionEditorSelection
Packages that use SessionEditorSelection
-
Uses of SessionEditorSelection in ca.phon.app.session.editor
Methods in ca.phon.app.session.editor that return SessionEditorSelectionModifier and TypeMethodDescriptionDefaultEditorSelectionModel.getFirstSelection()
EditorSelectionModel.getFirstSelection()
Get the first selection in the listDefaultEditorSelectionModel.getLastSelection()
EditorSelectionModel.getLastSelection()
Get the last selection in the listMethods in ca.phon.app.session.editor that return types with arguments of type SessionEditorSelectionModifier and TypeMethodDescriptionDefaultEditorSelectionModel.getSelections()
EditorSelectionModel.getSelections()
Get a list of all current selections.DefaultEditorSelectionModel.getSelectionsForGroup
(int recordIndex, String tierName, int groupIndex) EditorSelectionModel.getSelectionsForGroup
(int recordIndex, String tierName, int groupIndex) DefaultEditorSelectionModel.getSelectionsForRecord
(int recordIndex) EditorSelectionModel.getSelectionsForRecord
(int recordIndex) Get selections for the specified record.DefaultEditorSelectionModel.getSelectionsForTier
(int recordIndex, String tierName) EditorSelectionModel.getSelectionsForTier
(int recordIndex, String tierName) Methods in ca.phon.app.session.editor with parameters of type SessionEditorSelectionModifier and TypeMethodDescriptionvoid
DefaultEditorSelectionModel.addSelection
(SessionEditorSelection selection) void
EditorSelectionModel.addSelection
(SessionEditorSelection selection) Add the given selection to the list of current selections.void
DefaultEditorSelectionModel.fireSelectionAdded
(SessionEditorSelection selection) void
DefaultEditorSelectionModel.fireSelectionSet
(SessionEditorSelection selection) void
EditorSelectionModelListener.selectionAdded
(EditorSelectionModel model, SessionEditorSelection selection) Called when a new selection has been added to the model.void
EditorSelectionModelListener.selectionSet
(EditorSelectionModel model, SessionEditorSelection selection) Called when a new selection has been set (clearing other selections)void
DefaultEditorSelectionModel.setSelection
(SessionEditorSelection selection) void
EditorSelectionModel.setSelection
(SessionEditorSelection selection) Set the current selection.