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 Summary
Constructors Constructor Description SwingHelper()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SwingHelper
getHelper(java.lang.Object anObj)
Returns the SwingHelper object for a given object.static SwingHelper
getSwingHelper(java.lang.Object anObj)
Returns the SwingHelper object for a given object.static JComponentHpr
getSwingHelper(javax.swing.JComponent aComponent)
Returns the SwingHelper object for a given object.-
Methods inherited from class com.inductiveautomation.snap.ui.UIHelper
addBinding, 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
-
getHelper
public SwingHelper getHelper(java.lang.Object anObj)
Returns the SwingHelper object for a given object.
-
getSwingHelper
public static SwingHelper getSwingHelper(java.lang.Object anObj)
Returns the SwingHelper object for a given object.
-
getSwingHelper
public static JComponentHpr getSwingHelper(javax.swing.JComponent aComponent)
Returns the SwingHelper object for a given object.
-
-