jAudioFeatureExtractor.actions
クラス GlobalWindowChangeAction

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

public class GlobalWindowChangeAction
extends javax.swing.AbstractAction

Action for changing all feature window sizes simultaneously.

作成者:
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
 
コンストラクタの概要
GlobalWindowChangeAction(DataModel fm)
          Constructor that sets menu text and adds reference to the data model where features are stored.
 
メソッドの概要
 void actionPerformed(java.awt.event.ActionEvent e)
          Shows the GlobalWindowChange window.
 
クラス 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
 

コンストラクタの詳細

GlobalWindowChangeAction

public GlobalWindowChangeAction(DataModel fm)
Constructor that sets menu text and adds reference to the data model where features are stored.

パラメータ:
fm -
メソッドの詳細

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Shows the GlobalWindowChange window.