Interface SptViewerFactory
public interface SptViewerFactory
A factory for SongPartEditors.
-
Method Summary
Modifier and TypeMethodDescriptioncreateSptViewer(Song song, SongPart spt, SptViewerSettings settings, DefaultRpViewerRendererFactory factory) static SptViewerFactoryGet the default implementation found in the global lookup.default DefaultRpViewerRendererFactorydefault SptViewerSettings
-
Method Details
-
getDefault
Get the default implementation found in the global lookup.- Returns:
-
getDefaultRpViewerFactory
-
getDefaultSptViewerSettings
-
createSptViewer
SptViewer createSptViewer(Song song, SongPart spt, SptViewerSettings settings, DefaultRpViewerRendererFactory factory)
-