Package com.inductiveautomation.rm.swing
Class RJThumbWheelHpr<T extends RJThumbWheel>
- java.lang.Object
- 
- com.inductiveautomation.snap.ui.UIHelper<T>
- 
- com.inductiveautomation.snap.swing.SwingHelper<T>
- 
- com.inductiveautomation.snap.swing.helpers.JComponentHpr<T>
- 
- com.inductiveautomation.rm.swing.RJThumbWheelHpr<T>
 
 
 
 
- 
 public class RJThumbWheelHpr<T extends RJThumbWheel> extends JComponentHpr<T> Ribs Helper for RJThumbWheel.
- 
- 
Constructor SummaryConstructors Constructor Description RJThumbWheelHpr()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.List<java.lang.String>getPropertyNamesImpl(T anObj)Returns the property names for given object.voidinitUI(T aThumbWheel, UIOwner anOwner)Override to add ChangeListener.- 
Methods inherited from class com.inductiveautomation.snap.swing.helpers.JComponentHpraddBinding, createEventAdapter, getAutosizing, getBinding, getBindingCount, getBindings, getChangeListener, getChild, getChildCount, getConstraints, getEventAdapter, getName, getOwner, getParent, getSendActionOnFocusLost, getSendActionOnFocusLostDefault, isEnabled, removeBinding, setConstraints, setEnabled, setOwner, setSendActionOnFocusLost
 - 
Methods inherited from class com.inductiveautomation.snap.swing.SwingHelpergetHelper, getSwingHelper, getSwingHelper
 - 
Methods inherited from class com.inductiveautomation.snap.ui.UIHelperenableEvents, getAction, getBinding, getChild, getItemDisplayKey, getItems, getKeyValue, getPropertyNameMapped, getPropertyNames, getSelectedIndex, getSelectedIndexes, getSelectedIndexs, getSelectedItem, getText, getValue, initUIDeep, isEnabled, isPropertyName, isValueAdjusting, removeBinding, setAction, setEnabled, setItemDisplayKey, setItems, setItems, setKeyValue, setSelectedIndex, setSelectedIndexes, setSelectedItem, setText, setValue
 
- 
 
- 
- 
- 
Method Detail- 
initUIpublic void initUI(T aThumbWheel, UIOwner anOwner) Override to add ChangeListener.- Overrides:
- initUIin class- JComponentHpr<T extends RJThumbWheel>
 
 - 
getPropertyNamesImplprotected java.util.List<java.lang.String> getPropertyNamesImpl(T anObj) Returns the property names for given object.- Overrides:
- getPropertyNamesImplin class- JComponentHpr<T extends RJThumbWheel>
 
 
- 
 
-