Class JSplitPaneHpr<T extends javax.swing.JSplitPane>
- 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.JSplitPaneHpr<T>
 
 
 
 
- 
 public class JSplitPaneHpr<T extends javax.swing.JSplitPane> extends JComponentHpr<T> Ribs Helper for JSplitPane
- 
- 
Constructor SummaryConstructors Constructor Description JSplitPaneHpr()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.JComponentgetChild(T aSplitPane, int anIndex)Returns the Ribs-relevant child component at the given index.intgetChildCount(T aSplitPane)Returns the Ribs-relevant child component count.voidinitUI(T aSplitPane, UIOwner anOwner)Initializes newly created object.static voidsetDividerLocation(javax.swing.JSplitPane aSplitPane, java.lang.String aName, float aDefault)Sets the splitpane location by name (saved to preferences).- 
Methods inherited from class com.inductiveautomation.snap.swing.helpers.JComponentHpraddBinding, createEventAdapter, getAutosizing, getBinding, getBindingCount, getBindings, getChangeListener, getConstraints, getEventAdapter, getName, getOwner, getParent, getPropertyNamesImpl, 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 aSplitPane, UIOwner anOwner) Initializes newly created object.- Overrides:
- initUIin class- JComponentHpr<T extends javax.swing.JSplitPane>
 
 - 
getChildCountpublic int getChildCount(T aSplitPane) Returns the Ribs-relevant child component count.- Overrides:
- getChildCountin class- JComponentHpr<T extends javax.swing.JSplitPane>
 
 - 
getChildpublic javax.swing.JComponent getChild(T aSplitPane, int anIndex) Returns the Ribs-relevant child component at the given index.- Overrides:
- getChildin class- JComponentHpr<T extends javax.swing.JSplitPane>
 
 - 
setDividerLocationpublic static void setDividerLocation(javax.swing.JSplitPane aSplitPane, java.lang.String aName, float aDefault)Sets the splitpane location by name (saved to preferences).
 
- 
 
-