Class SwingHelper<T>
java.lang.Object
com.inductiveautomation.snap.ui.UIHelper<T>
com.inductiveautomation.snap.swing.SwingHelper<T>
- Direct Known Subclasses:
- JComponentHpr,- ObjectHpr
This class provides Ribs functionality for abstract widgets (display objects).
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns the SwingHelper object for a given object.static SwingHelpergetSwingHelper(Object anObj) Returns the SwingHelper object for a given object.static JComponentHprgetSwingHelper(JComponent aComponent) Returns the SwingHelper object for a given object.Methods inherited from class com.inductiveautomation.snap.ui.UIHelperaddBinding, enableEvents, getAction, getBinding, getBinding, getBindingCount, getChild, getChild, getChildCount, getItemDisplayKey, getItems, getKeyValue, getName, getOwner, getParent, getPropertyNameMapped, getPropertyNames, getPropertyNamesImpl, getSelectedIndex, getSelectedIndexes, getSelectedIndexs, getSelectedItem, getText, getValue, initUI, initUIDeep, isEnabled, isEnabled, isPropertyName, isValueAdjusting, removeBinding, removeBinding, setAction, setEnabled, setEnabled, setItemDisplayKey, setItems, setItems, setKeyValue, setOwner, setSelectedIndex, setSelectedIndexes, setSelectedItem, setText, setValue
- 
Constructor Details- 
SwingHelperpublic SwingHelper()
 
- 
- 
Method Details