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.SongEditor

Uses of SongEditor in com.virtuosotechnologies.asaph.standardgui
 

Fields in com.virtuosotechnologies.asaph.standardgui declared as SongEditor
private  SongEditor VariationListEditor.editor_
           
private  SongEditor StringUpdater.editor_
           
private  SongEditor StringListEditor.editor_
           
private  SongEditor SongWindow.editor_
           
private  SongEditor KeySignatureListEditor.editor_
           
private  SongEditor ChordSetListEditor.editor_
           
 

Methods in com.virtuosotechnologies.asaph.standardgui with parameters of type SongEditor
(package private) static void StringUpdater.install(javax.swing.text.JTextComponent field, com.virtuosotechnologies.asaph.model.SimpleString model, SongEditor editor, javax.swing.event.UndoableEditListener listener)
           
(package private) static void StringUpdater.install(javax.swing.text.JTextComponent field, com.virtuosotechnologies.asaph.model.StringList model, com.virtuosotechnologies.asaph.modelutils.SongUtils songUtils, SongEditor editor, javax.swing.event.UndoableEditListener listener)
           
private  void MainFieldsEditor.addField(java.lang.String labelStr, java.lang.String fieldName, java.awt.GridBagConstraints gbc, com.virtuosotechnologies.asaph.model.Song song, SongEditor editor, javax.swing.event.UndoableEditListener undoListener)
           
 

Constructors in com.virtuosotechnologies.asaph.standardgui with parameters of type SongEditor
VariationListEditor(com.virtuosotechnologies.asaph.model.Song song, SongEditor editor, javax.swing.event.UndoableEditListener undoListener)
          Constructor
StringUpdater(javax.swing.text.JTextComponent field, com.virtuosotechnologies.asaph.model.SimpleString model, SongEditor editor, javax.swing.event.UndoableEditListener listener)
           
StringUpdater(javax.swing.text.JTextComponent field, com.virtuosotechnologies.asaph.model.StringList model, com.virtuosotechnologies.asaph.modelutils.SongUtils songUtils, SongEditor editor, javax.swing.event.UndoableEditListener listener)
           
StringListEditor(java.lang.String header, com.virtuosotechnologies.asaph.model.StringList stringList, SongEditor editor, javax.swing.event.UndoableEditListener undoListener)
          Constructor
MainFieldsEditor(com.virtuosotechnologies.asaph.model.Song song, SongEditor editor, javax.swing.event.UndoableEditListener undoListener)
          Constructor
KeySignatureListEditor(com.virtuosotechnologies.asaph.model.ChordSet chordSet, SongEditor editor, javax.swing.event.UndoableEditListener undoListener, com.virtuosotechnologies.asaph.model.notation.NotationFactory notationFactory)
          Constructor
ChordSetListEditor(com.virtuosotechnologies.asaph.modelutils.SongUtils songUtils, com.virtuosotechnologies.asaph.notationmanager.NotationManager notationManager, com.virtuosotechnologies.asaph.model.Song song, SongEditor editor, javax.swing.event.UndoableEditListener undoListener)
          Constructor