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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the Ribs-relevant child component at the given index.int
getChildCount
(T aSplitPane) Returns the Ribs-relevant child component count.void
Initializes newly created object.static void
setDividerLocation
(JSplitPane aSplitPane, String aName, float aDefault) Sets the splitpane location by name (saved to preferences).Methods inherited from class com.inductiveautomation.snap.swing.helpers.JComponentHpr
addBinding, 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.SwingHelper
getHelper, getSwingHelper, getSwingHelper
Methods inherited from class com.inductiveautomation.snap.ui.UIHelper
enableEvents, 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
-
JSplitPaneHpr
public JSplitPaneHpr()
-
-
Method Details
-
initUI
Initializes newly created object.- Overrides:
initUI
in classJComponentHpr<T extends JSplitPane>
-
getChildCount
Returns the Ribs-relevant child component count.- Overrides:
getChildCount
in classJComponentHpr<T extends JSplitPane>
-
getChild
Returns the Ribs-relevant child component at the given index.- Overrides:
getChild
in classJComponentHpr<T extends JSplitPane>
-
setDividerLocation
Sets the splitpane location by name (saved to preferences).
-