Package org.jjazz.cl_editor.api
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, BarRendererFactory brf) Create an editor with the specified settings.static CL_EditorFactory 
- 
Method Details
- 
getDefault
 - 
createEditor
Create an editor with the default settings.- Parameters:
 song-- Returns:
 
 - 
createEditor
Create an editor with the specified settings.- Parameters:
 song-settings-brf-- Returns:
 
 
 -