Uses of Class
ca.phon.app.session.editor.RecordEditorPerspective
Packages that use RecordEditorPerspective
-
Uses of RecordEditorPerspective in ca.phon.app.session.editor
Methods in ca.phon.app.session.editor that return RecordEditorPerspectiveModifier and TypeMethodDescriptionstatic RecordEditorPerspective[]
RecordEditorPerspective.availablePerspectives()
Get the list of available perspectivesstatic RecordEditorPerspective
RecordEditorPerspective.getPerspective
(String name) Get the perspective with the given name.Methods in ca.phon.app.session.editor that return types with arguments of type RecordEditorPerspectiveModifier and TypeMethodDescriptionRecordEditorPerspective.getStockPerspectives()
Get stock perspectives.RecordEditorPerspective.getUserPerspectives()
Get user perspectives.Methods in ca.phon.app.session.editor with parameters of type RecordEditorPerspectiveModifier 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