Class SpringsPaneHpr<T extends SpringsPane>
- 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.SpringsPaneHpr<T>
 
 
 
 
- 
 public class SpringsPaneHpr<T extends SpringsPane> extends JComponentHpr<T> A helper class for SpringsPane.
- 
- 
Constructor SummaryConstructors Constructor Description SpringsPaneHpr()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.JComponentgetChild(T aPanel, int anIndex)Override to include WindowMenuBar (if present but not child).intgetChildCount(T aPanel)Override to include WindowMenuBar (if present but not child).- 
Methods inherited from class com.inductiveautomation.snap.swing.helpers.JComponentHpraddBinding, createEventAdapter, getAutosizing, getBinding, getBindingCount, getBindings, getChangeListener, getConstraints, getEventAdapter, getName, getOwner, getParent, getPropertyNamesImpl, getSendActionOnFocusLost, getSendActionOnFocusLostDefault, initUI, 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, getPropertyNameMapped, 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- 
getChildCountpublic int getChildCount(T aPanel) Override to include WindowMenuBar (if present but not child).- Overrides:
- getChildCountin class- JComponentHpr<T extends SpringsPane>
 
 - 
getChildpublic javax.swing.JComponent getChild(T aPanel, int anIndex) Override to include WindowMenuBar (if present but not child).- Overrides:
- getChildin class- JComponentHpr<T extends SpringsPane>
 
 
- 
 
-