|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dguitar.gui.SongAction
Constructor Summary | |
SongAction()
|
Method Summary | |
static void |
perform(javax.swing.JDesktopPane desktopPane,
SongActionParameters SAP)
This method ITERATES over the internal Frames of a desktopPane and performs the given action. |
static void |
perform(javax.swing.JInternalFrame JIF,
SongActionParameters SAP)
This method performs the given action over a JInternalFrame. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SongAction()
Method Detail |
public static void perform(javax.swing.JInternalFrame JIF, SongActionParameters SAP)
JIF
- a JInternFrame (or a subclass)SAP
- The song action you want to perform , refresh the language,close,update display optionspublic static void perform(javax.swing.JDesktopPane desktopPane, SongActionParameters SAP)
desktopPane
- A desktop pane that contains InternFrame (and/or subclasses)SAP
- The Song action you want to perform , refresh the language,close,update display options
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |