public class JTabbedPaneHpr<T extends javax.swing.JTabbedPane> extends JComponentHpr<T>
| Constructor and Description |
|---|
JTabbedPaneHpr() |
| Modifier and Type | Method and Description |
|---|---|
javax.swing.JComponent |
getChild(T aTabPane,
int anIndex)
Returns the Ribs-relevant child component at the given index.
|
int |
getChildCount(T aTabPane)
Returns the Ribs-relevant child component count.
|
java.lang.String |
getPropertyNameMapped(T aTabPane,
java.lang.String aName)
Returns a mapped property name.
|
void |
initUI(T aTabPane,
UIOwner anOwner)
Override to add ChangeListener.
|
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, 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 aTabPane, UIOwner anOwner)
initUI in class JComponentHpr<T extends javax.swing.JTabbedPane>public int getChildCount(T aTabPane)
getChildCount in class JComponentHpr<T extends javax.swing.JTabbedPane>public javax.swing.JComponent getChild(T aTabPane, int anIndex)
getChild in class JComponentHpr<T extends javax.swing.JTabbedPane>public java.lang.String getPropertyNameMapped(T aTabPane, java.lang.String aName)
getPropertyNameMapped in class UIHelper<T extends javax.swing.JTabbedPane>