Interface CL_EditorFactory


public interface CL_EditorFactory
  • Method Details

    • getDefault

      static CL_EditorFactory getDefault()
      Get the default instance.
      Returns:
    • createEditor

      default CL_Editor createEditor(Song song)
      Create an editor with the default settings.
      Parameters:
      song -
      Returns:
    • 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

      JToolBar createEditorToolbar(CL_Editor editor)
      Create the side editor toolbar.
      Parameters:
      editor -
      Returns: