Interface TimelineEditor
- All Known Subinterfaces:
Arranger,DetailEditor
public interface TimelineEditor
Shared functions between `Arranger` and `DetailEditor`
-
Method Summary
Modifier and TypeMethodDescriptionGet the horizontal (time) scrollbar model.voidzoomIn()Zooms in the timeline, if the timeline editor is visible.Smoothly adjusts the zoom levelvoidzoomOut()Zooms out the timeline, if the timeline editor is visible.voidAdjusts the zoom level of the timeline so that all content becomes visible, if the timeline editor is visible.voidToggles the timeline between zoomToSelection and zoomToFit, if it is visible.voidToggles the timeline between zoomToSelection and the last śet zoom level, if it is visible.voidAdjusts the zoom level of the timeline so that it matches the active selection, if the timeline editor is visible.
-
Method Details
-
zoomInAction
HardwareActionBindable zoomInAction()Zooms in the timeline, if the timeline editor is visible.- Since:
- API version 14
-
zoomIn
void zoomIn() -
zoomOutAction
HardwareActionBindable zoomOutAction()Zooms out the timeline, if the timeline editor is visible.- Since:
- API version 14
-
zoomOut
void zoomOut() -
zoomLevel
RelativeHardwarControlBindable zoomLevel()Smoothly adjusts the zoom level -
zoomToFitAction
HardwareActionBindable zoomToFitAction()Adjusts the zoom level of the timeline so that all content becomes visible, if the timeline editor is visible.- Since:
- API version 14
-
zoomToFit
void zoomToFit() -
zoomToSelectionAction
HardwareActionBindable zoomToSelectionAction()Adjusts the zoom level of the timeline so that it matches the active selection, if the timeline editor is visible.- Since:
- API version 14
-
zoomToSelection
void zoomToSelection() -
zoomToFitSelectionOrAllAction
HardwareActionBindable zoomToFitSelectionOrAllAction()Toggles the timeline between zoomToSelection and zoomToFit, if it is visible.- Since:
- API version 18
-
zoomToFitSelectionOrAll
void zoomToFitSelectionOrAll() -
zoomToFitSelectionOrPreviousAction
HardwareActionBindable zoomToFitSelectionOrPreviousAction()Toggles the timeline between zoomToSelection and the last śet zoom level, if it is visible.- Since:
- API version 18
-
zoomToFitSelectionOrPrevious
void zoomToFitSelectionOrPrevious() -
getHorizontalScrollbarModel
ScrollbarModel getHorizontalScrollbarModel()Get the horizontal (time) scrollbar model.- Since:
- API version 21
-