Class JTabbedPaneHpr<T extends JTabbedPane>
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.JTabbedPaneHpr<T>
A Helper for JTabbedPane.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns the Ribs-relevant child component at the given index.intgetChildCount(T aTabPane) Returns the Ribs-relevant child component count.getPropertyNameMapped(T aTabPane, String aName) Returns a mapped property name.voidOverride to add ChangeListener.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, 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- 
JTabbedPaneHprpublic JTabbedPaneHpr()
 
- 
- 
Method Details- 
initUIOverride to add ChangeListener.- Overrides:
- initUIin class- JComponentHpr<T extends JTabbedPane>
 
- 
getChildCountReturns the Ribs-relevant child component count.- Overrides:
- getChildCountin class- JComponentHpr<T extends JTabbedPane>
 
- 
getChildReturns the Ribs-relevant child component at the given index.- Overrides:
- getChildin class- JComponentHpr<T extends JTabbedPane>
 
- 
getPropertyNameMappedReturns a mapped property name.- Overrides:
- getPropertyNameMappedin class- UIHelper<T extends JTabbedPane>
 
 
-