jAudioFeatureExtractor.actions
クラス PlayNowAction

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

public class PlayNowAction
extends javax.swing.AbstractAction

Play a file from a reference. This playback can be stopped.

作成者:
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
 
コンストラクタの概要
PlayNowAction(Controller c)
          Contructor that sets menu text and keeps a reference to the controller
 
メソッドの概要
 void actionPerformed(java.awt.event.ActionEvent e)
          Play back the file.
 void setTable(javax.swing.JTable recordings_table)
          Sets references to the recording 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
 

コンストラクタの詳細

PlayNowAction

public PlayNowAction(Controller c)
Contructor that sets menu text and keeps a reference to the controller

パラメータ:
c - near global controller
メソッドの詳細

setTable

public void setTable(javax.swing.JTable recordings_table)
Sets references to the recording table. Needed to find out which recording to play.

パラメータ:
recordings_table - table containing the list of recordings.

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Play back the file.