Uses of Class
ca.phon.ui.action.PhonActionEvent
Packages that use PhonActionEvent
Package
Description
Classes for
-
Uses of PhonActionEvent in ca.phon.app.fonts
Methods in ca.phon.app.fonts with parameters of type PhonActionEventModifier and TypeMethodDescriptionvoid
FontSelectionButton.onSelectSuggestedFont
(PhonActionEvent<Integer> pae) void
FontSelectionButton.onToggleStyle
(PhonActionEvent<Integer> pae) -
Uses of PhonActionEvent in ca.phon.app.opgraph
Methods in ca.phon.app.opgraph with parameters of type PhonActionEventModifier and TypeMethodDescriptionvoid
OverrideParameterPanel.caseSensitiveHandler
(PhonActionEvent<String> pae) void
OverrideParameterPanel.ignoreDiacriticsHandler
(PhonActionEvent<String> pae) void
OverrideParameterPanel.inventoryGroupingHandler
(PhonActionEvent<String> pae) -
Uses of PhonActionEvent in ca.phon.app.opgraph.analysis
Methods in ca.phon.app.opgraph.analysis with parameters of type PhonActionEventModifier and TypeMethodDescriptionstatic void
AnalysisLibrary.onBrowse
(PhonActionEvent<Project> pae) -
Uses of PhonActionEvent in ca.phon.app.opgraph.editor
Methods in ca.phon.app.opgraph.editor with parameters of type PhonActionEventModifier and TypeMethodDescriptionvoid
OpgraphScriptEditor.onOpenScriptNode
(PhonActionEvent<ScriptNode> pae) void
SimpleEditorPanel.saveInFolder
(PhonActionEvent<String> pae) -
Uses of PhonActionEvent in ca.phon.app.opgraph.report
Methods in ca.phon.app.opgraph.report with parameters of type PhonActionEventModifier and TypeMethodDescriptionstatic void
ReportLibrary.onBrowse
(PhonActionEvent<Tuple<String, Project>> pae) -
Uses of PhonActionEvent in ca.phon.app.opgraph.wizard
Methods in ca.phon.app.opgraph.wizard with parameters of type PhonActionEventModifier and TypeMethodDescriptionvoid
GraphOutlineExtension.onToggleNodeAsStep
(PhonActionEvent<ca.phon.opgraph.OpNode> pae) void
GraphOutlineExtension.onToggleNodeOptional
(PhonActionEvent<ca.phon.opgraph.OpNode> pae) void
GraphOutlineExtension.onToggleNodeSettings
(PhonActionEvent<ca.phon.opgraph.OpNode> pae) -
Uses of PhonActionEvent in ca.phon.app.prefs
Methods in ca.phon.app.prefs with parameters of type PhonActionEventModifier and TypeMethodDescriptionvoid
PathListPanel.onAddPath
(PhonActionEvent<Void> pae) void
PathListPanel.onMovePathDown
(PhonActionEvent<Void> pae) void
PathListPanel.onMovePathUp
(PhonActionEvent<Void> pae) void
PrefsDialog.onOk
(PhonActionEvent<Void> pae) void
PathListPanel.onRemovePath
(PhonActionEvent<Void> pae) void
GeneralPrefsPanel.onResetInfoMessages
(PhonActionEvent<Void> pae) Reset hide-able messages. -
Uses of PhonActionEvent in ca.phon.app.project
Methods in ca.phon.app.project with parameters of type PhonActionEventModifier and TypeMethodDescriptionvoid
ProjectWindow.onCreateCorpus
(PhonActionEvent<JTextField> pae) void
ProjectWindow.onCreateSession
(PhonActionEvent<JTextField> pae) void
RecentProjectsList.onOpenProject
(PhonActionEvent<LocalProjectButton> pae) void
ProjectWindow.onOpenSelectedSession
(PhonActionEvent<Void> pae) void
ProjectWindow.onRenameCorpus
(PhonActionEvent pae) void
ProjectWindow.onResetCorpusMediaFolder
(PhonActionEvent<String> pae) void
ProjectWindow.onResetProjectMediaFolder
(PhonActionEvent<Void> pae) void
ProjectSelectionButton.onShowFiles
(PhonActionEvent pae) void
RecentProjectsList.onShowProject
(PhonActionEvent<LocalProjectButton> pae) -
Uses of PhonActionEvent in ca.phon.app.query
Methods in ca.phon.app.query with parameters of type PhonActionEventModifier and TypeMethodDescriptionvoid
QueryAndReportWizard.resetQueryParameters
(PhonActionEvent<Void> pae) -
Uses of PhonActionEvent in ca.phon.app.query.report
Methods in ca.phon.app.query.report with parameters of type PhonActionEventModifier and TypeMethodDescriptionvoid
ResultListingSectionPanel.onAddField
(PhonActionEvent<ResultListingField> pae) void
ResultListingSectionPanel.onDelField
(PhonActionEvent<Void> pae) void
ResultListingSectionPanel.onMoveFieldDown
(PhonActionEvent<Void> pae) void
ResultListingSectionPanel.onMoveFieldUp
(PhonActionEvent<Void> pae) void
ReportEditor.onRemoveSection
(PhonActionEvent<Void> pae) void
ResultListingSectionPanel.onShowPopup
(PhonActionEvent<Void> pae) -
Uses of PhonActionEvent in ca.phon.app.session.editor
Methods in ca.phon.app.session.editor with parameters of type PhonActionEventModifier and TypeMethodDescriptionvoid
RecordSortDialog.onCancel
(PhonActionEvent<Void> pae) void
RecordSortDialog.onComboBoxChange
(PhonActionEvent<Integer> pae) void
RecordSortDialog.onOk
(PhonActionEvent<Void> pae) void
SessionEditorToolbar.playPause
(PhonActionEvent<Void> pae) -
Uses of PhonActionEvent in ca.phon.app.session.editor.search
Methods in ca.phon.app.session.editor.search with parameters of type PhonActionEventModifier and TypeMethodDescriptionvoid
SessionEditorQuickSearchField.onClearText
(PhonActionEvent pae) void
SessionEditorQuickSearch.saveAsCSV
(PhonActionEvent<JTable> pae) -
Uses of PhonActionEvent in ca.phon.app.session.editor.view.ipa_validation
Methods in ca.phon.app.session.editor.view.ipa_validation with parameters of type PhonActionEventModifier and TypeMethodDescriptionvoid
AutoValidateDialog.onCancel
(PhonActionEvent pae) void
AutoValidateDialog.onOk
(PhonActionEvent pae) -
Uses of PhonActionEvent in ca.phon.app.session.editor.view.media_player
Methods in ca.phon.app.session.editor.view.media_player with parameters of type PhonActionEventModifier and TypeMethodDescriptionvoid
MediaPlayerEditorView.onLoadMedia
(PhonActionEvent pae) Called when we need to refresh the media player.void
MediaPlayerEditorView.onMenuGoto
(PhonActionEvent pae) void
MediaPlayerEditorView.onMenuPlayto
(PhonActionEvent pae) void
MediaPlayerEditorView.onMenuSelectGoto
(PhonActionEvent pae) -
Uses of PhonActionEvent in ca.phon.app.session.editor.view.record_data
Methods in ca.phon.app.session.editor.view.record_data with parameters of type PhonActionEventModifier and TypeMethodDescriptionvoid
RecordDataEditorView.onCopyTier
(PhonActionEvent<Tier<?>> pae) void
RecordDataEditorView.onPasteTier
(PhonActionEvent<Tuple<Record, Tier<?>>> pae) void
RecordDataEditorView.onToggleFindAndReplace
(PhonActionEvent<Void> pae) -
Uses of PhonActionEvent in ca.phon.app.session.editor.view.session_information
Methods in ca.phon.app.session.editor.view.session_information with parameters of type PhonActionEventModifier and TypeMethodDescriptionvoid
MediaSelectionField.validateAndSaveSession
(PhonActionEvent<Void> pae) -
Uses of PhonActionEvent in ca.phon.app.session.editor.view.speech_analysis
Methods in ca.phon.app.session.editor.view.speech_analysis with parameters of type PhonActionEventModifier and TypeMethodDescriptionvoid
SpeechAnalysisEditorView.onEnter
(PhonActionEvent<Void> pae) void
SpeechAnalysisEditorView.onEscape
(PhonActionEvent<Void> pae) -
Uses of PhonActionEvent in ca.phon.app.session.editor.view.tier_management
Methods in ca.phon.app.session.editor.view.tier_management with parameters of type PhonActionEventModifier and TypeMethodDescriptionvoid
TierOrderingEditorView.onDecreaseFontSize
(PhonActionEvent<TierViewItem> pae) void
TierOrderingEditorView.onDeleteTier
(PhonActionEvent<Void> pae) void
TierOrderingEditorView.onEditTier
(PhonActionEvent<Void> pae) void
TierOrderingEditorView.onIncreaseFontSize
(PhonActionEvent<TierViewItem> pae) void
TierOrderingEditorView.onSelectFont
(PhonActionEvent<TierViewItem> pae) void
TierOrderingEditorView.onSelectSuggestedFont
(PhonActionEvent<Tuple<TierViewItem, Integer>> pae) void
TierOrderingEditorView.onToggleStyle
(PhonActionEvent<Tuple<TierViewItem, Integer>> pae) -
Uses of PhonActionEvent in ca.phon.app.session.editor.view.timeline
Methods in ca.phon.app.session.editor.view.timeline with parameters of type PhonActionEventModifier and TypeMethodDescriptionvoid
TimelineRecordTier.cut
(PhonActionEvent<Void> pae) void
DefaultRecordGridUI.endSplitMode
(PhonActionEvent<Boolean> pae) void
SegmentationHandler.newSegment
(PhonActionEvent<Integer> pae) void
TimelineWaveformTier.onAssignSegment
(PhonActionEvent<Void> pae) void
TimelineRecordTier.onCancelMoveSegments
(PhonActionEvent<Void> pae) void
TimelineRecordTier.onConfirmMoveSegments
(PhonActionEvent<FormatterTextField<Long>> pae) void
TimelineWaveformTier.onCreateRecord
(PhonActionEvent<Integer> pae) void
TimelineRecordTier.onEndSplitRecord
(PhonActionEvent<Boolean> pae) void
TimelineRecordTier.onEscape
(PhonActionEvent<Boolean> pae) void
TimelineWaveformTier.onEscape
(PhonActionEvent<Void> pae) void
SegmentationHandler.onGoBack
(PhonActionEvent<Long> pae) void
SegmentationHandler.onGoForward
(PhonActionEvent<Long> pae) void
TimelineRecordTier.onGrowSegments
(PhonActionEvent<Integer> pae) void
TimelineRecordTier.onMoveSegments
(PhonActionEvent<Void> pae) Display a UI for moving records a specific amount of timevoid
TimelineRecordTier.onMoveSegmentsLeft
(PhonActionEvent<Integer> pae) void
TimelineRecordTier.onMoveSegmentsRight
(PhonActionEvent<Integer> pae) void
TimelineWaveformTier.onPlay
(PhonActionEvent<Void> pae) void
TimelineRecordTier.onSelectAll
(PhonActionEvent<Void> pae) void
TimelineRecordTier.onSelectResultRecords
(PhonActionEvent<ResultSet> pae) void
TimelineRecordTier.onSelectSpeaker
(PhonActionEvent<Participant> pae) void
TimelineRecordTier.onShrinkSegments
(PhonActionEvent<Integer> pae) void
TimelineRecordTier.onSplitRecordOnGroup
(PhonActionEvent<Integer> pae) void
TimelineRecordTier.paste
(PhonActionEvent<Void> pae) void
DefaultRecordGridUI.selectRecords
(PhonActionEvent<Set<Integer>> pae) void
DefaultRecordGridUI.setCurrentRecordIndex
(PhonActionEvent<Integer> pae) void
DefaultRecordGridUI.showMultipleMarkerMenu
(PhonActionEvent<Tuple<Set<Integer>, Rectangle>> pae) void
DefaultRecordGridUI.showSpeakerMenu
(PhonActionEvent<Tuple<Participant, Rectangle>> pae) void
TimelineRecordTier.toggleSpeaker
(PhonActionEvent<Participant> pae) -
Uses of PhonActionEvent in ca.phon.app.welcome
Methods in ca.phon.app.welcome with parameters of type PhonActionEventModifier and TypeMethodDescriptionvoid
FolderProjectList.onArchiveProject
(PhonActionEvent<LocalProjectButton> pae) void
FolderProjectList.onOpenProject
(PhonActionEvent<LocalProjectButton> pae) void
FolderProjectList.onShowProject
(PhonActionEvent<LocalProjectButton> pae) -
Uses of PhonActionEvent in ca.phon.app.workspace
Methods in ca.phon.app.workspace with parameters of type PhonActionEventModifier and TypeMethodDescriptionvoid
WorkspaceButton.onResetWorkspace
(PhonActionEvent pae) void
WorkspaceButton.onShowHistory
(PhonActionEvent pae) -
Uses of PhonActionEvent in ca.phon.ipamap
Methods in ca.phon.ipamap with parameters of type PhonActionEventModifier and TypeMethodDescriptionvoid
IpaMap.onAddCellToFavorites
(PhonActionEvent<Cell> pae) Add cell to favorites gridvoid
IpaMap.onCellClicked
(PhonActionEvent<Cell> pae) Cell button clickedvoid
IpaMap.onCopyToClipboard
(PhonActionEvent<String> pae) Copy text to system clipboardvoid
IpaMap.onGoto
(PhonActionEvent<JComponent> pae) void
IpaMap.onRemoveCellFromFavorites
(PhonActionEvent<Cell> pae) Remove cell from the favorites listvoid
IpaMapSearchField.onSelectSearchType
(PhonActionEvent<IpaMapSearchField.SearchType> pae) Select search typevoid
IpaMapSearchField.onShowContextMenu
(PhonActionEvent pae) void
IpaMap.onToggleHighlightRecent
(PhonActionEvent<Void> pae) Toggle highlighting recent -
Uses of PhonActionEvent in ca.phon.media.player
Methods in ca.phon.media.player with parameters of type PhonActionEventModifier and TypeMethodDescriptionvoid
PhonMediaPlayer.onPlayPause
(PhonActionEvent<Void> pae) void
PhonMediaPlayer.onReloadMedia
(PhonActionEvent<Void> pae) void
PhonMediaPlayer.onReplay30
(PhonActionEvent<Void> pae) void
PhonMediaPlayer.onTakeSnapshot
(PhonActionEvent<Void> pae) void
PhonMediaPlayer.showMediaMenu
(PhonActionEvent<Void> pae) -
Uses of PhonActionEvent in ca.phon.ui
Methods in ca.phon.ui with parameters of type PhonActionEventModifier and TypeMethodDescriptionvoid
PhonTaskButton.onCancelTask
(PhonActionEvent<Void> pae) void
HidablePanel.onHide
(PhonActionEvent pae) void
FileSelectionButton.onShowFiles
(PhonActionEvent<Void> pae) void
PhonTaskButton.onToggleConsole
(PhonActionEvent<Void> pae) -
Uses of PhonActionEvent in ca.phon.ui.action
Method parameters in ca.phon.ui.action with type arguments of type PhonActionEventModifier and TypeMethodDescriptionstatic PhonUIAction<Void>
PhonUIAction.eventConsumer
(Consumer<PhonActionEvent<Void>> eventConsumer) static <T> PhonUIAction<T>
PhonUIAction.eventConsumer
(Consumer<PhonActionEvent<T>> eventConsumer, T data) -
Uses of PhonActionEvent in ca.phon.ui.ipa
Methods in ca.phon.ui.ipa with parameters of type PhonActionEventModifier and TypeMethodDescriptionvoid
DefaultPhoneMapDisplayUI.focusNextPhone
(PhonActionEvent<Void> pae) UI Actionsvoid
DefaultSyllabificationDisplayUI.focusNextPhone
(PhonActionEvent pae) void
DefaultPhoneMapDisplayUI.focusPrevPhone
(PhonActionEvent<Void> pae) void
DefaultSyllabificationDisplayUI.focusPrevPhone
(PhonActionEvent pae) void
DefaultSyllabificationDisplayUI.menuSetScType
(PhonActionEvent<SyllableConstituentType> pae) void
DefaultPhoneMapDisplayUI.movePhoneLeft
(PhonActionEvent<Void> pae) void
DefaultPhoneMapDisplayUI.movePhoneRight
(PhonActionEvent<Void> pae) void
DefaultSyllabificationDisplayUI.onBackspace
(PhonActionEvent<SyllableConstituentType> pae) UI Actionsvoid
DefaultPhoneMapDisplayUI.setLockTop
(PhonActionEvent<Boolean> pae) void
DefaultSyllabificationDisplayUI.setScType
(PhonActionEvent<SyllableConstituentType> pae) void
DefaultSyllabificationDisplayUI.toggleHiatus
(PhonActionEvent<Integer> pae) void
DefaultPhoneMapDisplayUI.togglePhoneColour
(PhonActionEvent<Void> pae) -
Uses of PhonActionEvent in ca.phon.ui.text
Methods in ca.phon.ui.text with parameters of type PhonActionEventModifier and TypeMethodDescriptionvoid
SearchField.onClearText
(PhonActionEvent<Void> pae) void
TableSearchField.onClearText
(PhonActionEvent pae) void
SearchField.onShowContextMenu
(PhonActionEvent<Void> pae) Displays the context menu for the component.