public abstract class AbstractGainControl extends ActionListenerControl
skin
Modifier | Constructor and Description |
---|---|
protected |
AbstractGainControl(Skin skin)
Create an AbstractGainControl.
|
protected |
AbstractGainControl(Skin skin,
Controller controller)
Create an AbstractGainControl and associate with
controller.
|
Modifier and Type | Method and Description |
---|---|
protected GainControl |
getGainControl() |
protected void |
setControllerHook(Controller controller)
Invoked when Controller is associated with Control.
|
addControlListener, removeControlListener, setComponent, setComponentAndListener, setControlListener
createControlComponent, createControlListener, getControlComponent, getController, getDefaultControlListener, initListener, isOperational, setComponent, setComponentAndListener, setController, setControlListener, setOperational, toString
protected AbstractGainControl(Skin skin, Controller controller)
controller
- Controller with which this control is associated.protected AbstractGainControl(Skin skin)
protected void setControllerHook(Controller controller)
setControllerHook
in class AbstractListenerControl
controller
- Controller with which this control is associated.protected GainControl getGainControl()