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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the SwingHelper object for a given object.static SwingHelper
getSwingHelper
(Object anObj) Returns the SwingHelper object for a given object.static JComponentHpr
getSwingHelper
(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
-
Constructor Details
-
SwingHelper
public SwingHelper()
-
-
Method Details