dguitar.gui
Class SongActionParameters

java.lang.Object
  extended bydguitar.gui.SongActionParameters

public class SongActionParameters
extends java.lang.Object

This object stores the parameters used by the SongAction class

Author:
Mauricio Gracia G

Field Summary
 int action
           
 boolean allWindows
           
static int CLOSE_DISPOSE
          Close and Dispose all the open windows
 OptionsDisplay doReference
           
static int REFRESH_DISPLAY_OPTIONS
          Refresh/Apply the current Display Options to all open windows
static int REFRESH_LANG
          Refresh the language on the open windows
 
Constructor Summary
SongActionParameters(int anAction)
           
SongActionParameters(int anAction, boolean onAllWindows)
           
SongActionParameters(int anAction, boolean onAllWindows, OptionsDisplay reference)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

action

public int action

allWindows

public boolean allWindows

doReference

public OptionsDisplay doReference

REFRESH_LANG

public static final int REFRESH_LANG
Refresh the language on the open windows

See Also:
Constant Field Values

CLOSE_DISPOSE

public static final int CLOSE_DISPOSE
Close and Dispose all the open windows

See Also:
Constant Field Values

REFRESH_DISPLAY_OPTIONS

public static final int REFRESH_DISPLAY_OPTIONS
Refresh/Apply the current Display Options to all open windows

See Also:
Constant Field Values
Constructor Detail

SongActionParameters

public SongActionParameters(int anAction)

SongActionParameters

public SongActionParameters(int anAction,
                            boolean onAllWindows)

SongActionParameters

public SongActionParameters(int anAction,
                            boolean onAllWindows,
                            OptionsDisplay reference)