Uses of Class
ca.phon.session.Participant
Packages that use Participant
Package
Description
Classes for
-
Uses of Participant in ca.phon.app.opgraph.nodes
Method parameters in ca.phon.app.opgraph.nodes with type arguments of type ParticipantModifier and TypeMethodDescriptionstatic List
<RecordContainer> RecordContainer.toRecordContainers
(Project project, Collection<Participant> selectedParticipants, Object obj) Constructor parameters in ca.phon.app.opgraph.nodes with type arguments of type ParticipantModifierConstructorDescriptionSessionRecordContainer
(Session session, Collection<Participant> selectedParticipants) -
Uses of Participant in ca.phon.app.project
Methods in ca.phon.app.project that return types with arguments of type ParticipantModifier and TypeMethodDescriptionParticipantsPanel.getCheckedParticipants()
SessionMerger.getParticipants()
Methods in ca.phon.app.project with parameters of type Participant -
Uses of Participant in ca.phon.app.project.mergewizard
Methods in ca.phon.app.project.mergewizard that return types with arguments of type Participant -
Uses of Participant in ca.phon.app.session
Methods in ca.phon.app.session that return ParticipantMethods in ca.phon.app.session that return types with arguments of type ParticipantMethods in ca.phon.app.session with parameters of type ParticipantModifier and TypeMethodDescriptionvoid
FilteredSession.addParticipant
(int idx, Participant participant) void
FilteredSession.addParticipant
(Participant participant) int
FilteredSession.getParticipantIndex
(Participant participant) void
FilteredSession.removeParticipant
(Participant participant) Method parameters in ca.phon.app.session with type arguments of type ParticipantModifier 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
Fields in ca.phon.app.session.editor with type parameters of type ParticipantModifier 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 removedMethods in ca.phon.app.session.editor that return ParticipantModifier and TypeMethodDescriptionEditorEventType.SpeakerChangedData.newSpeaker()
Returns the value of thenewSpeaker
record component.EditorEventType.SpeakerChangedData.oldSpeaker()
Returns the value of theoldSpeaker
record component.Constructors in ca.phon.app.session.editor with parameters of type ParticipantModifierConstructorDescriptionSpeakerChangedData
(Record record, Participant oldSpeaker, Participant newSpeaker) Creates an instance of aSpeakerChangedData
record class. -
Uses of Participant in ca.phon.app.session.editor.actions
Constructors in ca.phon.app.session.editor.actions with parameters of type ParticipantModifierConstructorDescriptionDeleteParticipantAction
(SessionEditor editor, Participant participant) EditParticipantAction
(SessionEditor editor, Participant participant) -
Uses of Participant in ca.phon.app.session.editor.search
Method parameters in ca.phon.app.session.editor.search with type arguments of type Participant -
Uses of Participant in ca.phon.app.session.editor.undo
Methods in ca.phon.app.session.editor.undo that return ParticipantModifier and TypeMethodDescriptionAddParticipantEdit.getParticipant()
ParticipantUndoableEdit.getParticipant()
RemoveParticipantEdit.getParticipant()
Constructors in ca.phon.app.session.editor.undo with parameters of type ParticipantModifierConstructorDescriptionAddParticipantEdit
(SessionEditor editor, Participant participant) AddParticipantEdit
(Session session, EditorEventManager editorEventManager, Participant participant) ConstructorChangeSpeakerEdit
(SessionEditor editor, Record record, Participant participant) ChangeSpeakerEdit
(Session session, EditorEventManager editorEventManager, Record record, Participant speaker) ParticipantUndoableEdit
(SessionEditor editor, Participant participant, Participant template) ParticipantUndoableEdit
(Session session, EditorEventManager editorEventManager, Participant participant, Participant template) RemoveParticipantEdit
(SessionEditor editor, Participant participant) RemoveParticipantEdit
(Session session, EditorEventManager editorEventManager, Participant participant) -
Uses of Participant in ca.phon.app.session.editor.view.mediaPlayer.actions
Constructors in ca.phon.app.session.editor.view.mediaPlayer.actions with parameters of type ParticipantModifierConstructorDescriptionGoToEndOfSegmentedAction
(SessionEditor editor, MediaPlayerEditorView view, Participant part) -
Uses of Participant in ca.phon.app.session.editor.view.participants
Methods in ca.phon.app.session.editor.view.participants with parameters of type ParticipantModifier and TypeMethodDescriptionvoid
ParticipantsView.assignSpeakerToUnassignedRecords
(Participant p) -
Uses of Participant in ca.phon.app.session.editor.view.participants.actions
Constructors in ca.phon.app.session.editor.view.participants.actions with parameters of type ParticipantModifierConstructorDescriptionAssignUnidentifiedSpeakerAction
(SessionEditor editor, ParticipantsView view, Participant participant) -
Uses of Participant in ca.phon.app.session.editor.view.timeline
Methods in ca.phon.app.session.editor.view.timeline that return ParticipantModifier and TypeMethodDescriptionSegmentationHandler.getParticipantForMediaStart()
SegmentationDialog.getSelectedParticipant()
DefaultRecordGridUI.getSpeakerAtPoint
(Point pt) abstract Participant
RecordGridUI.getSpeakerAtPoint
(Point pt) Methods in ca.phon.app.session.editor.view.timeline that return types with arguments of type ParticipantModifier and TypeMethodDescriptionRecordGrid.getParticipantMenuHandlers()
TimelineViewRecordTier.getSpeakerList()
RecordGrid.getSpeakers()
Methods in ca.phon.app.session.editor.view.timeline with parameters of type ParticipantModifier and TypeMethodDescriptionvoid
RecordGrid.addSpeaker
(Participant speaker) DefaultRecordGridUI.getSpeakerTierRect
(Participant participant) abstract Rectangle2D
RecordGridUI.getSpeakerTierRect
(Participant participant) boolean
TimelineViewRecordTier.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
TimelineViewRecordTier.setSpeakerVisible
(Participant speaker, boolean visible) void
RecordGrid.setupParticipantMenu
(Participant participant, MenuBuilder builder) Setup speaker menu for given participantvoid
TimelineViewRecordTier.setupSpeakerContextMenu
(Participant participant, MenuBuilder builder) Method parameters in ca.phon.app.session.editor.view.timeline with type arguments of type ParticipantModifier and TypeMethodDescriptionvoid
RecordGrid.addParticipantMenuHandler
(BiConsumer<Participant, MenuBuilder> listener) Add a listener to particpant pop-up menus.void
TimelineViewRecordTier.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
TimelineViewRecordTier.toggleSpeaker
(PhonActionEvent<Participant> pae) -
Uses of Participant in ca.phon.app.session.editor.view.timeline.actions
Constructors in ca.phon.app.session.editor.view.timeline.actions with parameters of type ParticipantModifierConstructorDescriptionReassignRecordsAction
(TimelineView view, Participant fromSpeaker, Participant toSpeaker) -
Uses of Participant in ca.phon.app.session.editor.view.transcript
Methods in ca.phon.app.session.editor.view.transcript that return ParticipantModifier and TypeMethodDescriptionTranscriptEditor.RecordParticipant.participant()
Returns the value of theparticipant
record component.Constructors in ca.phon.app.session.editor.view.transcript with parameters of type ParticipantModifierConstructorDescriptionRecordParticipant
(Record record, Participant participant) Creates an instance of aRecordParticipant
record class. -
Uses of Participant in ca.phon.phontalk
Methods in ca.phon.phontalk that return ParticipantModifier and TypeMethodDescriptionTalkbankReader.readParticipant
(XMLStreamReader reader) Read participant -
Uses of Participant in ca.phon.project
Methods in ca.phon.project that return types with arguments of type ParticipantModifier 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. -
Uses of Participant in ca.phon.session
Classes in ca.phon.session that implement interfaces with type arguments of type ParticipantModifier and TypeClassDescriptionfinal class
Helper class providing iterator and visitor methods forSession
Participant
s.final class
Helper class providing iterator and visitor methods forSession
Participant
s.Fields in ca.phon.session declared as ParticipantModifier and TypeFieldDescriptionstatic final Participant
Participant.ALL
static final Participant
Participant.UNKNOWN
Methods in ca.phon.session that return ParticipantModifier 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) Participants.getParticipantById
(String id) Return participant for given idRecord.getSpeaker()
Speaker for record, defaultUNKNOWN
Methods in ca.phon.session that return types with arguments of type ParticipantModifier and TypeMethodDescriptionParticipants.iterator()
Participants.otherParticipants
(Participant participant) Returns a list of participants which does not include the given participant.Participants.stream()
Participants.stream
(boolean parallel) Return participant streamMethods in ca.phon.session with parameters of type ParticipantModifier 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.SessionFactory.createRecord
(Session session, Participant speaker) Create a new record for given session and speakerParticipants.determineParticipantAge
(Participant participant) Determine age for a participant based on the following rules: If session date and participant birthday is available, return calculated period If participant age has been manually set, return specified age return Optional.empty()int
Session.getParticipantIndex
(Participant participant) Participants.otherParticipants
(Participant participant) Returns a list of participants which does not include the given participant.void
Session.removeParticipant
(Participant participant) void
Record.setSpeaker
(Participant participant) Method parameters in ca.phon.session with type arguments of type Participant -
Uses of Participant in ca.phon.session.filter
Methods in ca.phon.session.filter that return types with arguments of type ParticipantMethods in ca.phon.session.filter with parameters of type ParticipantConstructors in ca.phon.session.filter with parameters of type ParticipantConstructor parameters in ca.phon.session.filter with type arguments of type Participant -
Uses of Participant in ca.phon.session.impl
Methods in ca.phon.session.impl that return ParticipantMethods in ca.phon.session.impl with parameters of type ParticipantModifier 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.v1_2
Methods in ca.phon.session.io.xml.v1_2 that return ParticipantMethods in ca.phon.session.io.xml.v1_2 with parameters of type Participant -
Uses of Participant in ca.phon.session.io.xml.v2_0
Methods in ca.phon.session.io.xml.v2_0 that return ParticipantMethods in ca.phon.session.io.xml.v2_0 with parameters of type Participant -
Uses of Participant in ca.phon.session.spi
Methods in ca.phon.session.spi that return ParticipantModifier and TypeMethodDescriptionSessionSPI.getParticipant
(int idx) Get the participant at the given indexRecordSPI.getSpeaker()
Methods in ca.phon.session.spi with parameters of type ParticipantModifier 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) -
Uses of Participant in ca.phon.ui.participant
Methods in ca.phon.ui.participant that return ParticipantModifier and TypeMethodDescriptionParticipantPanel.getParticipant()
ParticipantTableModel.getParticipant()
Methods in ca.phon.ui.participant with parameters of type ParticipantModifier 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) Method parameters in ca.phon.ui.participant with type arguments of type ParticipantModifier 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) Constructors in ca.phon.ui.participant with parameters of type ParticipantModifierConstructorDescriptionprotected
ParticipantEditor
(JFrame parent, Participant participant, LocalDate sessionDate, List<Participant> otherParts, ParticipantEditor.ParticipantEditorListener listener) ConsctructorParticipantPanel
(Participant participant) ParticipantTableModel
(Participant participant, LocalDate sessionDate) Constructor parameters in ca.phon.ui.participant with type arguments of type ParticipantModifierConstructorDescriptionprotected
ParticipantEditor
(JFrame parent, Participant participant, LocalDate sessionDate, List<Participant> otherParts, ParticipantEditor.ParticipantEditorListener listener) Consctructor