Uses of Interface
dguitar.gui.OptionsDisplay

Packages that use OptionsDisplay
dguitar.gui Provides Graphical User Interface classes for other packages. 
dguitar.gui.unused   
 

Uses of OptionsDisplay in dguitar.gui
 

Classes in dguitar.gui that implement OptionsDisplay
 class Bar
          This class represents a musicl bar (it contains a musical measure)
 class BarMTP
          This class extends Bar, and it holds a MeasureTrackPair.
 class BarPanel
          A BarPanel might contains many Bar object inside Those Bar Objects can be BarTablature, BarStandar or any other compent that extend Bar
 class BarTablature
          This class extends BarMTP and display the notes using Guitar Tablature representation
 class DGuitar
          This is the DGuitar main class which represents the main window
 class SlideLabel
          Creates/Paints different types of SLIDEs between two notes.
 class SongInternalFrame
          this class represents a JInternalFrame for any new of Open file
 class SongPanel
           
 

Fields in dguitar.gui declared as OptionsDisplay
private  OptionsDisplay SongOptionsListener.reference
           
 OptionsDisplay SongActionParameters.doReference
           
 

Constructors in dguitar.gui with parameters of type OptionsDisplay
SongOptionsListener(javax.swing.JFrame aFrame, OptionsDisplay aReference)
           
SongActionParameters(int anAction, boolean onAllWindows, OptionsDisplay reference)
           
 

Uses of OptionsDisplay in dguitar.gui.unused
 

Classes in dguitar.gui.unused that implement OptionsDisplay
 class BarStandard
          This class extends BarMTP, it represents a Bar with a StandardNotation display This class still exists in order to be re-used again in not so distant future.