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 Summary
Constructors Constructor Description SpringsPaneHpr()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.JComponent
getChild(T aPanel, int anIndex)
Override to include WindowMenuBar (if present but not child).int
getChildCount(T aPanel)
Override to include WindowMenuBar (if present but not child).-
Methods inherited from class com.inductiveautomation.snap.swing.helpers.JComponentHpr
addBinding, 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.SwingHelper
getHelper, getSwingHelper, getSwingHelper
-
Methods inherited from class com.inductiveautomation.snap.ui.UIHelper
enableEvents, 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
-
getChildCount
public int getChildCount(T aPanel)
Override to include WindowMenuBar (if present but not child).- Overrides:
getChildCount
in classJComponentHpr<T extends SpringsPane>
-
getChild
public javax.swing.JComponent getChild(T aPanel, int anIndex)
Override to include WindowMenuBar (if present but not child).- Overrides:
getChild
in classJComponentHpr<T extends SpringsPane>
-
-