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 ViewPositionstatic ViewPositionReturns 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 TypeMethodDescriptionvoidDefaultEditorViewModel.showDynamicDockable(String title, JComponent comp, ViewPosition position) voidEditorViewModel.showDynamicDockable(String title, JComponent comp, ViewPosition position) Show the given component as a new dockable at the given position.voidWorkingAreaEditorViewModel.showDynamicDockable(String title, JComponent comp, ViewPosition position)