public class JSplitPaneHpr<T extends javax.swing.JSplitPane> extends JComponentHpr<T>
| Constructor and Description |
|---|
JSplitPaneHpr() |
| Modifier and Type | Method and Description |
|---|---|
javax.swing.JComponent |
getChild(T aSplitPane,
int anIndex)
Returns the Ribs-relevant child component at the given index.
|
int |
getChildCount(T aSplitPane)
Returns the Ribs-relevant child component count.
|
void |
initUI(T aSplitPane,
UIOwner anOwner)
Initializes newly created object.
|
static void |
setDividerLocation(javax.swing.JSplitPane aSplitPane,
java.lang.String aName,
float aDefault)
Sets the splitpane location by name (saved to preferences).
|
addBinding, createEventAdapter, getAutosizing, getBinding, getBindingCount, getBindings, getChangeListener, getConstraints, getEventAdapter, getName, getOwner, getParent, getPropertyNamesImpl, getSendActionOnFocusLost, getSendActionOnFocusLostDefault, isEnabled, removeBinding, setConstraints, setEnabled, setOwner, setSendActionOnFocusLostgetHelper, getSwingHelper, getSwingHelperenableEvents, 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, setValuepublic void initUI(T aSplitPane, UIOwner anOwner)
initUI in class JComponentHpr<T extends javax.swing.JSplitPane>public int getChildCount(T aSplitPane)
getChildCount in class JComponentHpr<T extends javax.swing.JSplitPane>public javax.swing.JComponent getChild(T aSplitPane, int anIndex)
getChild in class JComponentHpr<T extends javax.swing.JSplitPane>public static void setDividerLocation(javax.swing.JSplitPane aSplitPane,
java.lang.String aName,
float aDefault)