|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jagatoo.input.devices.components.DeviceComponent
org.jagatoo.input.devices.components.MouseWheel.WheelUpDownComponent
public class MouseWheel.WheelUpDownComponent
To allow for using the MouseWheel's up/down state-changes
like Key/Button events we need this simple DeviceComponent.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.jagatoo.input.devices.components.DeviceComponent |
|---|
DeviceComponent.Type |
| Field Summary |
|---|
| Fields inherited from class org.jagatoo.input.devices.components.DeviceComponent |
|---|
nextID |
| Constructor Summary | |
|---|---|
protected |
MouseWheel.WheelUpDownComponent(DeviceComponent.Type type,
java.lang.String name,
MouseWheel wheel,
int intValue)
|
| Method Summary | |
|---|---|
int |
getIntValue()
|
MouseWheel |
getWheel()
|
| Methods inherited from class org.jagatoo.input.devices.components.DeviceComponent |
|---|
bindAction, bindAction, getDeviceComponentID, getLocalizedName, getName, getType, isAnalog, isDigital, notifyBoundActions, unbindAction, unbindAction |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected MouseWheel.WheelUpDownComponent(DeviceComponent.Type type,
java.lang.String name,
MouseWheel wheel,
int intValue)
| Method Detail |
|---|
public final MouseWheel getWheel()
MouseWheel, this component belongs to.public final int getIntValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||