|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dguitar.gui.SongActionParameters
This object stores the parameters used by the SongAction class
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 |
public int action
public boolean allWindows
public OptionsDisplay doReference
public static final int REFRESH_LANG
public static final int CLOSE_DISPOSE
public static final int REFRESH_DISPLAY_OPTIONS
Constructor Detail |
public SongActionParameters(int anAction)
public SongActionParameters(int anAction, boolean onAllWindows)
public SongActionParameters(int anAction, boolean onAllWindows, OptionsDisplay reference)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |