Uses of Class
ca.phon.app.session.editor.RecordEditorPerspective
-
Uses of RecordEditorPerspective in ca.phon.app.session.editor
Modifier and TypeMethodDescriptionstatic RecordEditorPerspective[]
RecordEditorPerspective.availablePerspectives()
Get the list of available perspectivesstatic RecordEditorPerspective
RecordEditorPerspective.getPerspective
(String name) Get the perspective with the given name.Modifier and TypeMethodDescriptionRecordEditorPerspective.getStockPerspectives()
Get stock perspectives.RecordEditorPerspective.getUserPerspectives()
Get user perspectives.Modifier and TypeMethodDescriptionvoid
DefaultEditorViewModel.applyPerspective
(RecordEditorPerspective editorPerspective) void
EditorViewModel.applyPerspective
(RecordEditorPerspective editorPerspective) Setup views based on the given perspectivestatic void
RecordEditorPerspective.deletePerspective
(RecordEditorPerspective perspective) Attempt to delete the given perspectivevoid
DefaultEditorViewModel.loadPerspective
(RecordEditorPerspective editorPerspective) void
DefaultEditorViewModel.onDeletePerspective
(RecordEditorPerspective perspective) Delete given perspective.void
DefaultEditorViewModel.removePrespective
(RecordEditorPerspective editorPerspective) void
EditorViewModel.removePrespective
(RecordEditorPerspective editorPerspective) Remove prespective from dock controlvoid
DefaultEditorViewModel.savePerspective
(RecordEditorPerspective editorPerspective) void
EditorViewModel.savePerspective
(RecordEditorPerspective editorPerspective) Save the current view perspective as the specified editor perspectivevoid
DefaultEditorViewModel.setupWindows
(RecordEditorPerspective editorPerspective) void
EditorViewModel.setupWindows
(RecordEditorPerspective editorPerspective) Setup windows using the given perspective