Package ca.phon.app.session.editor
Enum Class EditorEventName
- All Implemented Interfaces:
Serializable
,Comparable<EditorEventName>
,Constable
Common event names for the editor event model
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionEvent fired when a result is hit data: search result -Modification event.Search completed event data:Change to current record's segment data: nullAn error occurred during a task data: task - PhonTaskA background task has finished data: task - PhonTaskTask progressA new background task was queued data: task - PhonTaskA background task has started to run data: task - PhonTask -
Method Summary
Modifier and TypeMethodDescriptiontoString()
static EditorEventName
Returns the enum constant of this class with the specified name.static EditorEventName[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
MODIFICATION_EVENT
Modification event. Any event which starts with '_x_' will set the modified flag. This is a generic event that should only be used when all other events do not apply or when a new event is needed by a module. -
EDITOR_SAVED_SESSION
-
EDITOR_RELOAD_FROM_DISK
-
EDITOR_CLOSING
-
EDITOR_FINISHED_LOADING
-
RECORD_ADDED_EVT
-
RECORD_DELETED_EVT
-
RECORD_MOVED_EVT
-
RECORD_REFRESH_EVT
-
SESSION_CHANGED_EVT
-
RECORD_CHANGED_EVT
-
SESSION_LOCATION_CHANGED_EVT
-
SPEAKER_CHANGE_EVT
-
TIER_CHANGE_EVT
-
TIER_CHANGED_EVT
-
RECORD_EXCLUDE_CHANGE_EVT
-
GROUP_LIST_CHANGE_EVT
-
SEGMENT_CHANGED_EVT
Change to current record's segment data: null -
SEGMENT_PLAYBACK_EVENT
-
MODIFIED_FLAG_CHANGED
-
SEARCH_FINISHED_EVT
Search completed event data: -
FIND_REPLACE_RESULT_HIT
Event fired when a result is hit data: search result - -
PARTICIPANT_CHANGED
-
PARTICIPANT_ADDED
-
PARTICIPANT_REMOVED
-
SESSION_DATE_CHANGED
-
SESSION_MEDIA_CHANGED
-
SESSION_LANG_CHANGED
-
TIER_VIEW_CHANGED_EVT
-
TIER_LOCK_CHANGED_EVT
-
TASK_QUEUED
A new background task was queued data: task - PhonTask -
TASK_RUNNING
A background task has started to run data: task - PhonTask -
TASK_FINISHED
A background task has finished data: task - PhonTask -
TASK_PROGRESS
Task progress -
TASK_ERROR
An error occurred during a task data: task - PhonTask
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getEventName
-
toString
- Overrides:
toString
in classEnum<EditorEventName>
-