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 types with arguments of type ParticipantMethod 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.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) 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
Constructors in ca.phon.app.session.editor.view.media_player.actions with parameters of type ParticipantModifierConstructorDescriptionGoToEndOfSegmentedAction
(SessionEditor editor, MediaPlayerEditorView view, Participant part) -
Uses of Participant in ca.phon.app.session.editor.view.record_data
Method parameters in ca.phon.app.session.editor.view.record_data with type arguments of type ParticipantModifier and TypeMethodDescriptionvoid
RecordDataEditorView.onParticipantsChanged
(EditorEvent<Participant> event) -
Uses of Participant in ca.phon.app.session.editor.view.session_information
Methods in ca.phon.app.session.editor.view.session_information with parameters of type ParticipantModifier and TypeMethodDescriptionvoid
SessionInfoEditorView.assignSpeakerToUnassignedRecords
(Participant p) -
Uses of Participant in ca.phon.app.session.editor.view.session_information.actions
Constructors in ca.phon.app.session.editor.view.session_information.actions with parameters of type ParticipantModifierConstructorDescriptionAssignUnidentifiedSpeakerAction
(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
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()
TimelineRecordTier.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
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) 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
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
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.phontalk.parser
Fields in ca.phon.phontalk.parser declared as 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.RemoteProject.getParticipants
(Collection<SessionPath> sessions) -
Uses of Participant in ca.phon.session
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) Record.getSpeaker()
Methods in ca.phon.session that return types with arguments of type ParticipantModifier and TypeMethodDescriptionParticipants.iterator()
Participants.otherParticipants
(Participant part) Returns a list of participants which does not include the given participant.Methods 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.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) 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.v12
Methods in ca.phon.session.io.xml.v12 that return ParticipantMethods in ca.phon.session.io.xml.v12 with parameters of type Participant -
Uses of Participant in ca.phon.session.io.xml.v13
Methods in ca.phon.session.io.xml.v13 that return ParticipantMethods in ca.phon.session.io.xml.v13 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()
The participant (speaker).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) Set the 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