dguitar.gui
Class SongAction

java.lang.Object
  extended bydguitar.gui.SongAction

public class SongAction
extends java.lang.Object

Author:
Mauricio Gracia Gutiérrez

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

SongAction

public SongAction()
Method Detail

perform

public static void perform(javax.swing.JInternalFrame JIF,
                           SongActionParameters SAP)
This method performs the given action over a JInternalFrame.

Parameters:
JIF - a JInternFrame (or a subclass)
SAP - The song action you want to perform , refresh the language,close,update display options

perform

public static void perform(javax.swing.JDesktopPane desktopPane,
                           SongActionParameters SAP)
This method ITERATES over the internal Frames of a desktopPane and performs the given action.

Parameters:
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