Package jmri.jmrit.throttle
Class ThrottleWindowActions
- java.lang.Object
-
- jmri.jmrit.throttle.ThrottleWindowActions
-
- All Implemented Interfaces:
java.beans.PropertyChangeListener
,java.util.EventListener
- Direct Known Subclasses:
ThrottleWindowActionsFactory
,ThrottleWindowInputsListener
public abstract class ThrottleWindowActions extends java.lang.Object implements java.beans.PropertyChangeListener
-
-
Field Summary
Fields Modifier and Type Field Description protected ThrottlesPreferencesWindowKeyboardControls
tpwkc
protected ThrottleWindow
tw
-
Constructor Summary
Constructors Constructor Description ThrottleWindowActions(ThrottleWindow tw)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
incrementSpeed(DccThrottle throttle, float increment)
void
propertyChange(java.beans.PropertyChangeEvent evt)
protected void
toFront(javax.swing.JInternalFrame jif)
-
-
-
Field Detail
-
tw
protected final ThrottleWindow tw
-
tpwkc
protected ThrottlesPreferencesWindowKeyboardControls tpwkc
-
-
Constructor Detail
-
ThrottleWindowActions
ThrottleWindowActions(ThrottleWindow tw)
-
-
Method Detail
-
toFront
protected void toFront(javax.swing.JInternalFrame jif)
-
incrementSpeed
protected void incrementSpeed(DccThrottle throttle, float increment)
-
propertyChange
public void propertyChange(java.beans.PropertyChangeEvent evt)
- Specified by:
propertyChange
in interfacejava.beans.PropertyChangeListener
-
-