Uses of Enum Class
ca.phon.app.session.ViewPosition
Packages that use ViewPosition
-
Uses of ViewPosition in ca.phon.app.session
Subclasses with type arguments of type ViewPosition in ca.phon.app.sessionMethods in ca.phon.app.session that return ViewPositionModifier and TypeMethodDescriptionstatic ViewPosition
static ViewPosition
Returns the enum constant of this class with the specified name.static ViewPosition[]
ViewPosition.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ViewPosition in ca.phon.app.session.editor
Methods in ca.phon.app.session.editor with parameters of type ViewPositionModifier and TypeMethodDescriptionvoid
DefaultEditorViewModel.showDynamicDockable
(String title, JComponent comp, ViewPosition position) void
EditorViewModel.showDynamicDockable
(String title, JComponent comp, ViewPosition position) Show the given component as a new dockable at the given position.void
WorkingAreaEditorViewModel.showDynamicDockable
(String title, JComponent comp, ViewPosition position)