jAudioFeatureExtractor.actions
クラス RemoveRecordingAction

java.lang.Object
  上位を拡張 javax.swing.AbstractAction
      上位を拡張 jAudioFeatureExtractor.actions.RemoveRecordingAction
すべての実装されたインタフェース:
java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action

public class RemoveRecordingAction
extends javax.swing.AbstractAction

Removes the selected recordings from the recordings table

作成者:
Daniel McEnnis
関連項目:
直列化された形式

フィールドの概要
 
クラス javax.swing.AbstractAction から継承されたフィールド
changeSupport, enabled
 
インタフェース javax.swing.Action から継承されたフィールド
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
 
コンストラクタの概要
RemoveRecordingAction()
          Constructor that sets the menu text.
 
メソッドの概要
 void actionPerformed(java.awt.event.ActionEvent e)
          Removes selected files from the recording table.
 void setModel(Controller c, javax.swing.JTable recordingTable)
          Sets references to both the controller and the recordings table.
 
クラス javax.swing.AbstractAction から継承されたメソッド
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
クラス java.lang.Object から継承されたメソッド
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

RemoveRecordingAction

public RemoveRecordingAction()
Constructor that sets the menu text.

メソッドの詳細

setModel

public void setModel(Controller c,
                     javax.swing.JTable recordingTable)
Sets references to both the controller and the recordings table.

パラメータ:
c - near global controller.
recordingTable - table holding references to audio files.

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Removes selected files from the recording table.