Class SwingHelper<T>
- java.lang.Object
- 
- com.inductiveautomation.snap.ui.UIHelper<T>
- 
- com.inductiveautomation.snap.swing.SwingHelper<T>
 
 
- 
- Direct Known Subclasses:
- JComponentHpr,- ObjectHpr
 
 public abstract class SwingHelper<T> extends UIHelper<T> This class provides Ribs functionality for abstract widgets (display objects).
- 
- 
Constructor SummaryConstructors Constructor Description SwingHelper()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SwingHelpergetHelper(java.lang.Object anObj)Returns the SwingHelper object for a given object.static SwingHelpergetSwingHelper(java.lang.Object anObj)Returns the SwingHelper object for a given object.static JComponentHprgetSwingHelper(javax.swing.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
 
- 
 
- 
- 
- 
Method Detail- 
getHelperpublic SwingHelper getHelper(java.lang.Object anObj) Returns the SwingHelper object for a given object.
 - 
getSwingHelperpublic static SwingHelper getSwingHelper(java.lang.Object anObj) Returns the SwingHelper object for a given object.
 - 
getSwingHelperpublic static JComponentHpr getSwingHelper(javax.swing.JComponent aComponent) Returns the SwingHelper object for a given object.
 
- 
 
-