Class JSliderHpr<T extends javax.swing.JSlider>
- java.lang.Object
- 
- com.inductiveautomation.snap.ui.UIHelper<T>
- 
- com.inductiveautomation.snap.swing.SwingHelper<T>
- 
- com.inductiveautomation.snap.swing.helpers.JComponentHpr<T>
- 
- com.inductiveautomation.snap.swing.helpers.JSliderHpr<T>
 
 
 
 
- 
 public class JSliderHpr<T extends javax.swing.JSlider> extends JComponentHpr<T> This class is a RibsHelper implementation for JSlider.
- 
- 
Constructor SummaryConstructors Constructor Description JSliderHpr()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetChildCount(T anObj)Override to suppress children.protected java.util.List<java.lang.String>getPropertyNamesImpl(T anObj)Returns the property names for given object.voidinitUI(T aSlider, UIOwner anOwner)Override to add ChangeListener to slider.- 
Methods inherited from class com.inductiveautomation.snap.swing.helpers.JComponentHpraddBinding, createEventAdapter, getAutosizing, getBinding, getBindingCount, getBindings, getChangeListener, getChild, 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- 
getChildCountpublic int getChildCount(T anObj) Override to suppress children.- Overrides:
- getChildCountin class- JComponentHpr<T extends javax.swing.JSlider>
 
 - 
initUIpublic void initUI(T aSlider, UIOwner anOwner) Override to add ChangeListener to slider.- Overrides:
- initUIin class- JComponentHpr<T extends javax.swing.JSlider>
 
 - 
getPropertyNamesImplprotected java.util.List<java.lang.String> getPropertyNamesImpl(T anObj) Returns the property names for given object.- Overrides:
- getPropertyNamesImplin class- JComponentHpr<T extends javax.swing.JSlider>
 
 
- 
 
-