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 TypeMethodDescriptionvoidFilteredSession.addParticipant(int idx, Participant participant) voidFilteredSession.addParticipant(Participant participant) intFilteredSession.getParticipantIndex(Participant participant) voidFilteredSession.removeParticipant(Participant participant) Method parameters in ca.phon.app.session with type arguments of type ParticipantModifier and TypeMethodDescriptionstatic TristateCheckBoxTreeModelParticipantSelector.createModel(Collection<Participant> participants) static TristateCheckBoxTreeModelParticipantSelector.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.ParticipantAddedA participant was addedstatic final EditorEventType<Participant> EditorEventType.ParticipantChangedParticipant data has changedstatic final EditorEventType<Participant> EditorEventType.ParticipantRemovedA participant was removedMethods in ca.phon.app.session.editor that return ParticipantModifier and TypeMethodDescriptionEditorEventType.SpeakerChangedData.newSpeaker()Returns the value of thenewSpeakerrecord component.EditorEventType.SpeakerChangedData.oldSpeaker()Returns the value of theoldSpeakerrecord component.Constructors in ca.phon.app.session.editor with parameters of type ParticipantModifierConstructorDescriptionSpeakerChangedData(Record record, Participant oldSpeaker, Participant newSpeaker) Creates an instance of aSpeakerChangedDatarecord 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 TypeMethodDescriptionvoidParticipantsView.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 ParticipantRecordGridUI.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 TypeMethodDescriptionvoidRecordGrid.addSpeaker(Participant speaker) DefaultRecordGridUI.getSpeakerTierRect(Participant participant) abstract Rectangle2DRecordGridUI.getSpeakerTierRect(Participant participant) booleanTimelineViewRecordTier.isSpeakerVisible(Participant speaker) Is the speaker visible?protected RectangleDefaultRecordGridUI.paintSpeakerLabel(Graphics g2, Participant speaker) voidRecordGrid.removeSpeaker(Participant speaker) voidSegmentationHandler.setParticipantForMediaStart(Participant participantForMediaStart) voidTimelineViewRecordTier.setSpeakerVisible(Participant speaker, boolean visible) voidRecordGrid.setupParticipantMenu(Participant participant, MenuBuilder builder) Setup speaker menu for given participantvoidTimelineViewRecordTier.setupSpeakerContextMenu(Participant participant, MenuBuilder builder) Method parameters in ca.phon.app.session.editor.view.timeline with type arguments of type ParticipantModifier and TypeMethodDescriptionvoidRecordGrid.addParticipantMenuHandler(BiConsumer<Participant, MenuBuilder> listener) Add a listener to particpant pop-up menus.voidTimelineViewRecordTier.onSelectSpeaker(PhonActionEvent<Participant> pae) voidRecordGrid.removeParticipantMenuHandler(BiConsumer<Participant, MenuBuilder> listener) voidRecordGrid.setSpeakers(Collection<Participant> speakers) voidDefaultRecordGridUI.showSpeakerMenu(PhonActionEvent<Tuple<Participant, Rectangle>> pae) voidTimelineViewRecordTier.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 theparticipantrecord component.Constructors in ca.phon.app.session.editor.view.transcript with parameters of type ParticipantModifierConstructorDescriptionRecordParticipant(Record record, Participant participant) Creates an instance of aRecordParticipantrecord 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 classHelper class providing iterator and visitor methods forSessionParticipants.final classHelper class providing iterator and visitor methods forSessionParticipants.Fields in ca.phon.session declared as ParticipantModifier and TypeFieldDescriptionstatic final ParticipantParticipant.ALLstatic final ParticipantParticipant.UNKNOWNMethods 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, defaultUNKNOWNMethods 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 TypeMethodDescriptionvoidSession.addParticipant(int idx, Participant participant) voidSession.addParticipant(Participant participant) SessionFactory.cloneParticipant(Participant part) Clone participantstatic voidParticipants.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()intSession.getParticipantIndex(Participant participant) Participants.otherParticipants(Participant participant) Returns a list of participants which does not include the given participant.voidSession.removeParticipant(Participant participant) voidRecord.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 TypeMethodDescriptionvoidSessionImpl.addParticipant(int idx, Participant participant) voidSessionImpl.addParticipant(Participant participant) intSessionImpl.getParticipantIndex(Participant participant) voidSessionImpl.removeParticipant(Participant participant) voidRecordImpl.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.io.xml.v2_1
Methods in ca.phon.session.io.xml.v2_1 that return ParticipantMethods in ca.phon.session.io.xml.v2_1 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 TypeMethodDescriptionvoidSessionSPI.addParticipant(int idx, Participant participant) Add participant at given indexvoidSessionSPI.addParticipant(Participant participant) Add a new participantintSessionSPI.getParticipantIndex(Participant participant) Get the index of the given participantvoidSessionSPI.removeParticipant(Participant participant) Remove a participant.voidRecordSPI.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 voidParticipantEditor.editNewParticipant(JFrame parent, Participant part, LocalDate sessionDate, List<Participant> otherParts, ParticipantEditor.ParticipantEditorListener listener) static voidParticipantEditor.editNewParticipant(JFrame parent, Participant part, List<Participant> otherParts, ParticipantEditor.ParticipantEditorListener listener) static voidParticipantEditor.editParticipant(JFrame parent, Participant part, LocalDate sessionDate, List<Participant> otherParts, ParticipantEditor.ParticipantEditorListener listener) static voidParticipantEditor.editParticipant(JFrame parent, Participant part, List<Participant> otherParts, ParticipantEditor.ParticipantEditorListener listener) voidParticipantTableModel.setParticipant(Participant participant) Method parameters in ca.phon.ui.participant with type arguments of type ParticipantModifier and TypeMethodDescriptionstatic voidParticipantEditor.editNewParticipant(JFrame parent, Participant part, LocalDate sessionDate, List<Participant> otherParts, ParticipantEditor.ParticipantEditorListener listener) static voidParticipantEditor.editNewParticipant(JFrame parent, Participant part, List<Participant> otherParts, ParticipantEditor.ParticipantEditorListener listener) static voidParticipantEditor.editParticipant(JFrame parent, Participant part, LocalDate sessionDate, List<Participant> otherParts, ParticipantEditor.ParticipantEditorListener listener) static voidParticipantEditor.editParticipant(JFrame parent, Participant part, List<Participant> otherParts, ParticipantEditor.ParticipantEditorListener listener) voidParticipantPanel.setOtherParticipants(List<Participant> parts) Constructors in ca.phon.ui.participant with parameters of type ParticipantModifierConstructorDescriptionprotectedParticipantEditor(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 ParticipantModifierConstructorDescriptionprotectedParticipantEditor(JFrame parent, Participant participant, LocalDate sessionDate, List<Participant> otherParts, ParticipantEditor.ParticipantEditorListener listener) Consctructor