Interface CL_EditorFactory
public interface CL_EditorFactory
-
Method Summary
Modifier and TypeMethodDescriptiondefault CL_EditorcreateEditor(Song song) Create an editor with the default settings.createEditor(Song song, CL_EditorSettings settings, BarBoxFactory bbf, BarRendererFactory brf) Create an editor with the specified settings.createEditorToolbar(CL_Editor editor) Create the side editor toolbar.static CL_EditorFactoryGet the default instance.
-
Method Details
-
getDefault
-
createEditor
-
createEditor
CL_Editor createEditor(Song song, CL_EditorSettings settings, BarBoxFactory bbf, BarRendererFactory brf) Create an editor with the specified settings.- Parameters:
song-settings-bbf-brf-- Returns:
-
createEditorToolbar
-