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 RecordEditorPerspectiveRecordEditorPerspective.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 TypeMethodDescriptionvoidDefaultEditorViewModel.applyPerspective(RecordEditorPerspective editorPerspective) voidEditorViewModel.applyPerspective(RecordEditorPerspective editorPerspective) Setup views based on the given perspectivevoidWorkingAreaEditorViewModel.applyPerspective(RecordEditorPerspective editorPerspective) static voidRecordEditorPerspective.deletePerspective(RecordEditorPerspective perspective) Attempt to delete the given perspectivevoidDefaultEditorViewModel.loadPerspective(RecordEditorPerspective editorPerspective) voidWorkingAreaEditorViewModel.loadPerspective(RecordEditorPerspective editorPerspective) voidDefaultEditorViewModel.onDeletePerspective(RecordEditorPerspective perspective) Delete given perspective.voidWorkingAreaEditorViewModel.onDeletePerspective(RecordEditorPerspective perspective) Delete given perspective.voidDefaultEditorViewModel.removePrespective(RecordEditorPerspective editorPerspective) voidEditorViewModel.removePrespective(RecordEditorPerspective editorPerspective) Remove prespective from dock controlvoidWorkingAreaEditorViewModel.removePrespective(RecordEditorPerspective editorPerspective) voidDefaultEditorViewModel.savePerspective(RecordEditorPerspective editorPerspective) voidEditorViewModel.savePerspective(RecordEditorPerspective editorPerspective) Save the current view perspective as the specified editor perspectivevoidWorkingAreaEditorViewModel.savePerspective(RecordEditorPerspective editorPerspective) voidDefaultEditorViewModel.setupWindows(RecordEditorPerspective editorPerspective) voidEditorViewModel.setupWindows(RecordEditorPerspective editorPerspective) Setup windows using the given perspectivevoidWorkingAreaEditorViewModel.setupWindows(RecordEditorPerspective editorPerspective)