All Packages Class Hierarchy This Package Previous Next Index
Class ejmf.toolkit.gui.controls.EjmfGainButtonPanel
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----com.sun.java.swing.JComponent
|
+----com.sun.java.swing.JPanel
|
+----ejmf.toolkit.gui.controls.AbstractGainButtonPanel
|
+----ejmf.toolkit.gui.controls.EjmfGainButtonPanel
- public class EjmfGainButtonPanel
- extends AbstractGainButtonPanel
The EjmfGainButtonPanel creates two buttons, once
each for gain increase and decrease.
The images it uses are named in $EJMF_HOME/classes/lib/ejmf.properties file.
It uses a different image for each of normal, disabled,
pressed and rollover states.
-
EjmfGainButtonPanel()
-
-
createGainDecreaseButton()
- Create the gain decrease button.
-
createGainIncreaseButton()
- Create the gain increase button.
EjmfGainButtonPanel
public EjmfGainButtonPanel()
createGainIncreaseButton
protected AbstractButton createGainIncreaseButton()
- Create the gain increase button.
- Returns:
- an AbstractButton that functions as gain increase
control
- Overrides:
- createGainIncreaseButton in class AbstractGainButtonPanel
createGainDecreaseButton
protected AbstractButton createGainDecreaseButton()
- Create the gain decrease button.
- Returns:
- an AbstractButton that functions as gain decrease
control
- Overrides:
- createGainDecreaseButton in class AbstractGainButtonPanel
All Packages Class Hierarchy This Package Previous Next Index