Class JTabbedPaneHpr<T extends javax.swing.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>
 
 
 
 
- 
 public class JTabbedPaneHpr<T extends javax.swing.JTabbedPane> extends JComponentHpr<T> A Helper for JTabbedPane.
- 
- 
Constructor SummaryConstructors Constructor Description JTabbedPaneHpr()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.JComponentgetChild(T aTabPane, int anIndex)Returns the Ribs-relevant child component at the given index.intgetChildCount(T aTabPane)Returns the Ribs-relevant child component count.java.lang.StringgetPropertyNameMapped(T aTabPane, java.lang.String aName)Returns a mapped property name.voidinitUI(T aTabPane, UIOwner anOwner)Override 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, setSendActionOnFocusLost
 - 
Methods inherited from class com.inductiveautomation.snap.swing.SwingHelpergetHelper, getSwingHelper, getSwingHelper
 - 
Methods 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
 
- 
 
- 
- 
- 
Method Detail- 
initUIpublic void initUI(T aTabPane, UIOwner anOwner) Override to add ChangeListener.- Overrides:
- initUIin class- JComponentHpr<T extends javax.swing.JTabbedPane>
 
 - 
getChildCountpublic int getChildCount(T aTabPane) Returns the Ribs-relevant child component count.- Overrides:
- getChildCountin class- JComponentHpr<T extends javax.swing.JTabbedPane>
 
 - 
getChildpublic javax.swing.JComponent getChild(T aTabPane, int anIndex) Returns the Ribs-relevant child component at the given index.- Overrides:
- getChildin class- JComponentHpr<T extends javax.swing.JTabbedPane>
 
 - 
getPropertyNameMappedpublic java.lang.String getPropertyNameMapped(T aTabPane, java.lang.String aName) Returns a mapped property name.- Overrides:
- getPropertyNameMappedin class- UIHelper<T extends javax.swing.JTabbedPane>
 
 
- 
 
-