Class JScrollPaneHpr<T extends javax.swing.JScrollPane>
- 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.JScrollPaneHpr<T>
 
 
 
 
- 
 public class JScrollPaneHpr<T extends javax.swing.JScrollPane> extends JComponentHpr<T> An RJHelper implementation for JScrollPane.
- 
- 
Constructor SummaryConstructors Constructor Description JScrollPaneHpr()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.JComponentgetChild(T aScrollPane, int anIndex)Returns the Ribs-relevant child component at the given index.intgetChildCount(T aScrollPane)Override to return 1 if Viewport is present.- 
Methods inherited from class com.inductiveautomation.snap.swing.helpers.JComponentHpraddBinding, createEventAdapter, getAutosizing, getBinding, getBindingCount, getBindings, getChangeListener, getConstraints, getEventAdapter, getName, getOwner, getParent, getPropertyNamesImpl, getSendActionOnFocusLost, getSendActionOnFocusLostDefault, initUI, 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 aScrollPane) Override to return 1 if Viewport is present.- Overrides:
- getChildCountin class- JComponentHpr<T extends javax.swing.JScrollPane>
 
 - 
getChildpublic javax.swing.JComponent getChild(T aScrollPane, int anIndex) Returns the Ribs-relevant child component at the given index.- Overrides:
- getChildin class- JComponentHpr<T extends javax.swing.JScrollPane>
 
 
- 
 
-