Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.virtuosotechnologies.asaph.standardgui.EditorPrefs

Uses of EditorPrefs in com.virtuosotechnologies.asaph.standardgui
 

Fields in com.virtuosotechnologies.asaph.standardgui declared as EditorPrefs
private  EditorPrefs StandardGuiPlugin.editorPrefs_
           
private  EditorPrefs SongWindow.editorPrefs_
           
private  EditorPrefs SongEditor.editorPrefs_
           
private  EditorPrefs SongBodyEditorPane.editorPrefs_
           
 

Constructors in com.virtuosotechnologies.asaph.standardgui with parameters of type EditorPrefs
SongWindow(StandardGuiPlugin plugin, com.virtuosotechnologies.asaph.model.SongID songID, EditorPrefs editorPrefs, com.virtuosotechnologies.asaph.maingui.DatabaseManager databaseManager, com.virtuosotechnologies.asaph.maingui.GuiEnvironmentManager guiEnvironmentManager, com.virtuosotechnologies.asaph.maingui.ListUpdateManager listUpdateManager, com.virtuosotechnologies.asaph.maingui.PaneManager paneManager, com.virtuosotechnologies.asaph.modelutils.SongUtils songUtils, com.virtuosotechnologies.asaph.modelutils.DataTransferUtils dataTransferUtils, com.virtuosotechnologies.asaph.notationmanager.NotationManager notationManager, com.virtuosotechnologies.lib.asyncjob.AsyncJobRunner jobRunner)
          Constructor
SongEditor(SongWindow window, com.virtuosotechnologies.asaph.modelutils.SongUtils songUtils, EditorPrefs editorPrefs, com.virtuosotechnologies.asaph.maingui.GuiEnvironmentManager guiEnvironmentManager, com.virtuosotechnologies.lib.asyncjob.AsyncJobRunner jobRunner, com.virtuosotechnologies.asaph.model.SongID songID, com.virtuosotechnologies.asaph.model.Song song)
          Constructor
SongBodyEditorPane(com.virtuosotechnologies.lib.asyncjob.AsyncJobRunner jobRunner, com.virtuosotechnologies.asaph.model.SongID songID, com.virtuosotechnologies.asaph.model.Song song, com.virtuosotechnologies.lib.basiccommand.BasicCommandNode editMenuGroup, EditorPrefs editorPrefs, com.virtuosotechnologies.asaph.maingui.GuiEnvironmentManager guiEnvironmentManager, com.virtuosotechnologies.asaph.modelutils.SongUtils songUtils, com.virtuosotechnologies.asaph.modelutils.DataTransferUtils dataTransferUtils, com.virtuosotechnologies.asaph.notationmanager.NotationManager notationManager)
          Constructor