Class JSplitPaneHpr<T extends 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>
Ribs Helper for JSplitPane
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns the Ribs-relevant child component at the given index.intgetChildCount(T aSplitPane) Returns the Ribs-relevant child component count.voidInitializes newly created object.static voidsetDividerLocation(JSplitPane aSplitPane, 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, setSendActionOnFocusLostMethods inherited from class com.inductiveautomation.snap.swing.SwingHelpergetHelper, getSwingHelper, getSwingHelperMethods 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
- 
Constructor Details- 
JSplitPaneHprpublic JSplitPaneHpr()
 
- 
- 
Method Details- 
initUIInitializes newly created object.- Overrides:
- initUIin class- JComponentHpr<T extends JSplitPane>
 
- 
getChildCountReturns the Ribs-relevant child component count.- Overrides:
- getChildCountin class- JComponentHpr<T extends JSplitPane>
 
- 
getChildReturns the Ribs-relevant child component at the given index.- Overrides:
- getChildin class- JComponentHpr<T extends JSplitPane>
 
- 
setDividerLocationSets the splitpane location by name (saved to preferences).
 
-