Uses of Class
ca.phon.session.Participant
Package
Description
Classes for
-
Uses of Participant in ca.phon.app.opgraph.nodes
Modifier and TypeMethodDescriptionstatic List<RecordContainer>
RecordContainer.toRecordContainers
(Project project, Collection<Participant> selectedParticipants, Object obj) ModifierConstructorDescriptionSessionRecordContainer
(Session session, Collection<Participant> selectedParticipants) -
Uses of Participant in ca.phon.app.project
Modifier and TypeMethodDescriptionParticipantsPanel.getCheckedParticipants()
SessionMerger.getParticipants()
-
Uses of Participant in ca.phon.app.project.mergewizard
-
Uses of Participant in ca.phon.app.session
Modifier and TypeMethodDescriptionstatic TristateCheckBoxTreeModel
ParticipantSelector.createModel
(Collection<Participant> participants) static TristateCheckBoxTreeModel
ParticipantSelector.createModel
(Collection<Participant> participants, boolean enableCheckboxes) -
Uses of Participant in ca.phon.app.session.editor
Modifier and TypeFieldDescriptionstatic final EditorEventType<Participant>
EditorEventType.ParticipantAdded
A participant was addedstatic final EditorEventType<Participant>
EditorEventType.ParticipantChanged
Participant data has changedstatic final EditorEventType<Participant>
EditorEventType.ParticipantRemoved
A participant was removedModifier and TypeMethodDescriptionEditorEventType.SpeakerChangedData.newSpeaker()
Returns the value of thenewSpeaker
record component.EditorEventType.SpeakerChangedData.oldSpeaker()
Returns the value of theoldSpeaker
record component.ModifierConstructorDescriptionSpeakerChangedData
(Record record, Participant oldSpeaker, Participant newSpeaker) Creates an instance of aSpeakerChangedData
record class. -
Uses of Participant in ca.phon.app.session.editor.undo
Modifier and TypeMethodDescriptionAddParticipantEdit.getParticipant()
ParticipantUndoableEdit.getParticipant()
RemoveParticipantEdit.getParticipant()
ModifierConstructorDescriptionAddParticipantEdit
(SessionEditor editor, Participant participant) ConstructorChangeSpeakerEdit
(SessionEditor editor, Record record, Participant speaker) ParticipantUndoableEdit
(SessionEditor editor, Participant participant, Participant template) RemoveParticipantEdit
(SessionEditor editor, Participant participant) -
Uses of Participant in ca.phon.app.session.editor.view.media_player.actions
ModifierConstructorDescriptionGoToEndOfSegmentedAction
(SessionEditor editor, MediaPlayerEditorView view, Participant part) -
Uses of Participant in ca.phon.app.session.editor.view.record_data
Modifier and TypeMethodDescriptionvoid
RecordDataEditorView.onParticipantsChanged
(EditorEvent<Participant> event) -
Uses of Participant in ca.phon.app.session.editor.view.session_information
Modifier and TypeMethodDescriptionvoid
SessionInfoEditorView.assignSpeakerToUnassignedRecords
(Participant p) -
Uses of Participant in ca.phon.app.session.editor.view.session_information.actions
ModifierConstructorDescriptionAssignUnidentifiedSpeakerAction
(SessionEditor editor, SessionInfoEditorView view, Participant participant) DeleteParticipantAction
(SessionEditor editor, SessionInfoEditorView view, Participant participant) EditParticipantAction
(SessionEditor editor, SessionInfoEditorView view, Participant participant) -
Uses of Participant in ca.phon.app.session.editor.view.timeline
Modifier and TypeMethodDescriptionSegmentationHandler.getParticipantForMediaStart()
SegmentationDialog.getSelectedParticipant()
DefaultRecordGridUI.getSpeakerAtPoint
(Point pt) abstract Participant
RecordGridUI.getSpeakerAtPoint
(Point pt) Modifier and TypeMethodDescriptionRecordGrid.getParticipantMenuHandlers()
TimelineRecordTier.getSpeakerList()
RecordGrid.getSpeakers()
Modifier and TypeMethodDescriptionvoid
RecordGrid.addSpeaker
(Participant speaker) DefaultRecordGridUI.getSpeakerTierRect
(Participant participant) abstract Rectangle2D
RecordGridUI.getSpeakerTierRect
(Participant participant) boolean
TimelineRecordTier.isSpeakerVisible
(Participant speaker) Is the speaker visible?protected Rectangle
DefaultRecordGridUI.paintSpeakerLabel
(Graphics g2, Participant speaker) void
RecordGrid.removeSpeaker
(Participant speaker) void
SegmentationHandler.setParticipantForMediaStart
(Participant participantForMediaStart) void
TimelineRecordTier.setSpeakerVisible
(Participant speaker, boolean visible) void
RecordGrid.setupParticipantMenu
(Participant participant, MenuBuilder builder) Setup speaker menu for given participantvoid
TimelineRecordTier.setupSpeakerContextMenu
(Participant participant, MenuBuilder builder) Modifier and TypeMethodDescriptionvoid
RecordGrid.addParticipantMenuHandler
(BiConsumer<Participant, MenuBuilder> listener) Add a listener to particpant pop-up menus.void
TimelineRecordTier.onSelectSpeaker
(PhonActionEvent<Participant> pae) void
RecordGrid.removeParticipantMenuHandler
(BiConsumer<Participant, MenuBuilder> listener) void
RecordGrid.setSpeakers
(Collection<Participant> speakers) void
DefaultRecordGridUI.showSpeakerMenu
(PhonActionEvent<Tuple<Participant, Rectangle>> pae) void
TimelineRecordTier.toggleSpeaker
(PhonActionEvent<Participant> pae) -
Uses of Participant in ca.phon.app.session.editor.view.timeline.actions
ModifierConstructorDescriptionReassignRecordsAction
(TimelineView view, Participant fromSpeaker, Participant toSpeaker) -
Uses of Participant in ca.phon.phontalk.parser
-
Uses of Participant in ca.phon.project
Modifier and TypeMethodDescriptionLocalProject.getParticipants
(Collection<SessionPath> sessions) ParticipantCache.getParticipants
(Collection<SessionPath> sessionPaths) Project.getParticipants
(Collection<SessionPath> sessions) Return a set of participants which are found in the given collection of Sessions.RemoteProject.getParticipants
(Collection<SessionPath> sessions) -
Uses of Participant in ca.phon.session
Modifier and TypeFieldDescriptionstatic final Participant
Participant.ALL
static final Participant
Participant.UNKNOWN
Modifier and TypeMethodDescriptionSessionFactory.cloneParticipant
(Participant part) Clone participantSessionFactory.createAllParticipant()
SessionFactory.createParticipant()
Create a new participant object.SessionFactory.createParticipant
(ParticipantSPI participantImpl) SessionFactory.createUnknownParticipant()
Create the unknown participant object.Session.getParticipant
(int idx) Record.getSpeaker()
Modifier and TypeMethodDescriptionParticipants.iterator()
Participants.otherParticipants
(Participant part) Returns a list of participants which does not include the given participant.Modifier and TypeMethodDescriptionvoid
Session.addParticipant
(int idx, Participant participant) void
Session.addParticipant
(Participant participant) SessionFactory.cloneParticipant
(Participant part) Clone participantstatic void
Participants.copyParticipantInfo
(Participant src, Participant dest) SessionFactory.createRecord
(Participant speaker) Create a new record with the specified speaker.int
Session.getParticipantIndex
(Participant participant) Participants.otherParticipants
(Participant part) Returns a list of participants which does not include the given participant.void
Session.removeParticipant
(Participant participant) void
Record.setSpeaker
(Participant participant) -
Uses of Participant in ca.phon.session.filter
-
Uses of Participant in ca.phon.session.impl
Modifier and TypeMethodDescriptionvoid
SessionImpl.addParticipant
(int idx, Participant participant) void
SessionImpl.addParticipant
(Participant participant) int
SessionImpl.getParticipantIndex
(Participant participant) void
SessionImpl.removeParticipant
(Participant participant) void
RecordImpl.setSpeaker
(Participant participant) -
Uses of Participant in ca.phon.session.io.xml.v12
-
Uses of Participant in ca.phon.session.io.xml.v13
-
Uses of Participant in ca.phon.session.spi
Modifier and TypeMethodDescriptionSessionSPI.getParticipant
(int idx) Get the participant at the given indexRecordSPI.getSpeaker()
The participant (speaker).Modifier and TypeMethodDescriptionvoid
SessionSPI.addParticipant
(int idx, Participant participant) Add participant at given indexvoid
SessionSPI.addParticipant
(Participant participant) Add a new participantint
SessionSPI.getParticipantIndex
(Participant participant) Get the index of the given participantvoid
SessionSPI.removeParticipant
(Participant participant) Remove a participant.void
RecordSPI.setSpeaker
(Participant participant) Set the participant -
Uses of Participant in ca.phon.ui.participant
Modifier and TypeMethodDescriptionParticipantPanel.getParticipant()
ParticipantTableModel.getParticipant()
Modifier and TypeMethodDescriptionstatic void
ParticipantEditor.editNewParticipant
(JFrame parent, Participant part, LocalDate sessionDate, List<Participant> otherParts, ParticipantEditor.ParticipantEditorListener listener) static void
ParticipantEditor.editNewParticipant
(JFrame parent, Participant part, List<Participant> otherParts, ParticipantEditor.ParticipantEditorListener listener) static void
ParticipantEditor.editParticipant
(JFrame parent, Participant part, LocalDate sessionDate, List<Participant> otherParts, ParticipantEditor.ParticipantEditorListener listener) static void
ParticipantEditor.editParticipant
(JFrame parent, Participant part, List<Participant> otherParts, ParticipantEditor.ParticipantEditorListener listener) void
ParticipantTableModel.setParticipant
(Participant participant) Modifier and TypeMethodDescriptionstatic void
ParticipantEditor.editNewParticipant
(JFrame parent, Participant part, LocalDate sessionDate, List<Participant> otherParts, ParticipantEditor.ParticipantEditorListener listener) static void
ParticipantEditor.editNewParticipant
(JFrame parent, Participant part, List<Participant> otherParts, ParticipantEditor.ParticipantEditorListener listener) static void
ParticipantEditor.editParticipant
(JFrame parent, Participant part, LocalDate sessionDate, List<Participant> otherParts, ParticipantEditor.ParticipantEditorListener listener) static void
ParticipantEditor.editParticipant
(JFrame parent, Participant part, List<Participant> otherParts, ParticipantEditor.ParticipantEditorListener listener) void
ParticipantPanel.setOtherParticipants
(List<Participant> parts) ModifierConstructorDescriptionprotected
ParticipantEditor
(JFrame parent, Participant participant, LocalDate sessionDate, List<Participant> otherParts, ParticipantEditor.ParticipantEditorListener listener) ConsctructorParticipantPanel
(Participant participant) ParticipantTableModel
(Participant participant, LocalDate sessionDate) ModifierConstructorDescriptionprotected
ParticipantEditor
(JFrame parent, Participant participant, LocalDate sessionDate, List<Participant> otherParts, ParticipantEditor.ParticipantEditorListener listener) Consctructor