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

Uses of SongBodyEditorPane in com.virtuosotechnologies.asaph.standardgui
 

Fields in com.virtuosotechnologies.asaph.standardgui declared as SongBodyEditorPane
private  SongBodyEditorPane UndoHelper.pane_
           
private  SongBodyEditorPane SongLineEditor.pane_
           
private  SongBodyEditorPane SongEditor.bodyEditor_
           
private  SongBodyEditorPane SongBodyEditor.pane_
           
private  SongBodyEditorPane SongBlockEditor.pane_
           
private  SongBodyEditorPane EditorSelection.pane_
           
 

Methods in com.virtuosotechnologies.asaph.standardgui with parameters of type SongBodyEditorPane
private  void SongEditor.addTabSwitchingEdit(javax.swing.undo.UndoableEdit delegate, javax.swing.JComponent component, SongBodyEditorPane bodyEditorPane)
           
 

Constructors in com.virtuosotechnologies.asaph.standardgui with parameters of type SongBodyEditorPane
UndoHelper(SongBodyEditorPane pane)
           
SongLineEditor(SongBodyEditorPane pane, SongBlockEditor blockEditor, com.virtuosotechnologies.asaph.model.SongBlock block, com.virtuosotechnologies.asaph.model.SongLine line)
          Constructor
SongBodyEditor(SongBodyEditorPane pane, com.virtuosotechnologies.asaph.model.Song song)
          Constructor
SongBlockEditor(SongBodyEditorPane pane, SongBodyEditor bodyEditor, com.virtuosotechnologies.asaph.model.SongBlock block)
          Constructor
EditorSelection(SongBodyEditorPane pane)