Uses of Class
ca.phon.ui.action.PhonActionEvent
Package
Description
Classes for
-
Uses of PhonActionEvent in ca.phon.app.fonts
Modifier and TypeMethodDescriptionvoid
FontSelectionButton.onSelectSuggestedFont
(PhonActionEvent<Integer> pae) void
FontSelectionButton.onToggleStyle
(PhonActionEvent<Integer> pae) -
Uses of PhonActionEvent in ca.phon.app.opgraph
Modifier 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
Modifier and TypeMethodDescriptionstatic void
AnalysisLibrary.onBrowse
(PhonActionEvent<Project> pae) -
Uses of PhonActionEvent in ca.phon.app.opgraph.editor
Modifier and TypeMethodDescriptionvoid
OpgraphScriptEditor.onOpenScriptNode
(PhonActionEvent<ScriptNode> pae) void
SimpleEditorPanel.saveInFolder
(PhonActionEvent<String> pae) -
Uses of PhonActionEvent in ca.phon.app.opgraph.report
Modifier and TypeMethodDescriptionstatic void
ReportLibrary.onBrowse
(PhonActionEvent<Tuple<String, Project>> pae) -
Uses of PhonActionEvent in ca.phon.app.opgraph.wizard
Modifier 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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionvoid
QueryAndReportWizard.resetQueryParameters
(PhonActionEvent<Void> pae) -
Uses of PhonActionEvent in ca.phon.app.query.report
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionvoid
SessionEditorQuickSearchField.onClearText
(PhonActionEvent pae) void
SessionEditorQuickSearch.saveAsCSV
(PhonActionEvent<JTable> pae) -
Uses of PhonActionEvent in ca.phon.app.session.editor.view.ipa_validation
Modifier and TypeMethodDescriptionvoid
AutoValidateDialog.onCancel
(PhonActionEvent pae) void
AutoValidateDialog.onOk
(PhonActionEvent pae) -
Uses of PhonActionEvent in ca.phon.app.session.editor.view.media_player
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionvoid
MediaSelectionField.validateAndSaveSession
(PhonActionEvent<Void> pae) -
Uses of PhonActionEvent in ca.phon.app.session.editor.view.speech_analysis
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionvoid
WorkspaceButton.onResetWorkspace
(PhonActionEvent pae) void
WorkspaceButton.onShowHistory
(PhonActionEvent pae) -
Uses of PhonActionEvent in ca.phon.ipamap
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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.