|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectjavax.swing.AbstractAction
jAudioFeatureExtractor.actions.OutputTypeAction
public class OutputTypeAction
Action responsible for processing when a user changes from either ACE or ARFF output format from the menu bar.
| フィールドの概要 |
|---|
| クラス 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 |
| コンストラクタの概要 | |
|---|---|
OutputTypeAction()
|
|
| メソッドの概要 | |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
When an output type is selected, change the output type to match and check against inconsistant states. |
java.lang.String |
getOutputType()
Provide a human friendly version of the outputType variable |
int |
getSelected()
Return the integer value corresponding to the current output type selected |
void |
setSelected(int i)
Set the current selected state. |
void |
setTarget(javax.swing.JRadioButtonMenuItem ace,
javax.swing.JRadioButtonMenuItem arff,
javax.swing.JCheckBox perWindow,
javax.swing.JCheckBox overall)
Sets all the references needed to check for invalid state combinations |
| クラス 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 OutputTypeAction()
| メソッドの詳細 |
|---|
public void actionPerformed(java.awt.event.ActionEvent e)
public void setTarget(javax.swing.JRadioButtonMenuItem ace,
javax.swing.JRadioButtonMenuItem arff,
javax.swing.JCheckBox perWindow,
javax.swing.JCheckBox overall)
ace - "ACE" radio buttonarff - "ARFF" radio buttonperWindow - should features be saved for each windowoverall - should global features be savedpublic java.lang.String getOutputType()
public int getSelected()
public void setSelected(int i)
i - integer representing the desired output type.
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||