|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjavax.swing.AbstractAction
jAudioFeatureExtractor.actions.EditRecordingsAction
public class EditRecordingsAction
Shows the ProceessSamplesFrame - allowing editing of several aspects of audio files. Also requires that at least 1 recording be selected in the recordings table.
フィールドの概要 |
---|
クラス 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 |
コンストラクタの概要 | |
---|---|
EditRecordingsAction(Controller c)
Gives EditRecordingsAction access to the global controller. |
メソッドの概要 | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Bring up a ProcessSamplesFrame to allow the user to edit the samples of the selected recording. |
void |
setTable(javax.swing.JTable jt,
OuterFrame of)
This action requires access to the Recordings table - provided by this method. |
クラス 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 |
コンストラクタの詳細 |
---|
public EditRecordingsAction(Controller c)
c
- メソッドの詳細 |
---|
public void setTable(javax.swing.JTable jt, OuterFrame of)
jt
- Recording table where recordings are accessed.of
- reference to the outer frame of the application.public void actionPerformed(java.awt.event.ActionEvent e)
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |