dguitar.gui
Class SongOptionsListener

java.lang.Object
  extended bydguitar.gui.SongOptionsListener
All Implemented Interfaces:
MenuIndexedListener

public class SongOptionsListener
extends java.lang.Object
implements MenuIndexedListener

This class applies the selected options for a Single Piece or all the Pieces

Author:
Mauricio Gracia Gutierrez

Field Summary
private  DisplayOptions displayOptions
           
private  javax.swing.JFrame jFrame
           
private  OptionsDisplay reference
           
 
Constructor Summary
SongOptionsListener(javax.swing.JFrame aFrame, OptionsDisplay aReference)
           
 
Method Summary
 void menuClicked(javax.swing.JMenu aMenu, int idMenu)
           
private  boolean viewDisplayColorDialog()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

displayOptions

private DisplayOptions displayOptions

jFrame

private javax.swing.JFrame jFrame

reference

private OptionsDisplay reference
Constructor Detail

SongOptionsListener

public SongOptionsListener(javax.swing.JFrame aFrame,
                           OptionsDisplay aReference)
Method Detail

menuClicked

public void menuClicked(javax.swing.JMenu aMenu,
                        int idMenu)
Specified by:
menuClicked in interface MenuIndexedListener

viewDisplayColorDialog

private boolean viewDisplayColorDialog()