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 SummaryFields Modifier and Type Field Description protected ThrottlesPreferencesWindowKeyboardControlstpwkcprotected ThrottleWindowtw
 - 
Constructor SummaryConstructors Constructor Description ThrottleWindowActions(ThrottleWindow tw)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidincrementSpeed(DccThrottle throttle, float increment)voidpropertyChange(java.beans.PropertyChangeEvent evt)protected voidtoFront(javax.swing.JInternalFrame jif)
 
- 
- 
- 
Field Detail- 
twprotected final ThrottleWindow tw 
 - 
tpwkcprotected ThrottlesPreferencesWindowKeyboardControls tpwkc 
 
- 
 - 
Constructor Detail- 
ThrottleWindowActionsThrottleWindowActions(ThrottleWindow tw) 
 
- 
 - 
Method Detail- 
toFrontprotected void toFront(javax.swing.JInternalFrame jif) 
 - 
incrementSpeedprotected void incrementSpeed(DccThrottle throttle, float increment) 
 - 
propertyChangepublic void propertyChange(java.beans.PropertyChangeEvent evt) - Specified by:
- propertyChangein interface- java.beans.PropertyChangeListener
 
 
- 
 
-