Class ObjectHpr<T>
- java.lang.Object
- 
- com.inductiveautomation.snap.ui.UIHelper<T>
- 
- com.inductiveautomation.snap.swing.SwingHelper<T>
- 
- com.inductiveautomation.snap.swing.helpers.ObjectHpr<T>
 
 
 
- 
 public class ObjectHpr<T> extends SwingHelper<T> A Helper class for Object.
- 
- 
Constructor SummaryConstructors Constructor Description ObjectHpr()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetChild(T anObj, int anIndex)UIHelper method.intgetChildCount(T anObj)UIHelper method.java.lang.StringgetName(T anObj)UIHelper method.UIOwnergetOwner(T anObj)UIHelper method.java.lang.ObjectgetParent(T anObj)UIHelper method.booleanisEnabled(T anObj, UIEvent.Type aType)UIHelper method.voidsetEnabled(T anObj, UIEvent.Type aType, boolean aValue)UIHelper method.voidsetOwner(T anObj, UIOwner anOwner)UIHelper method.- 
Methods inherited from class com.inductiveautomation.snap.swing.SwingHelpergetHelper, getSwingHelper, getSwingHelper
 - 
Methods inherited from class com.inductiveautomation.snap.ui.UIHelperaddBinding, enableEvents, getAction, getBinding, getBinding, getBindingCount, getChild, getItemDisplayKey, getItems, getKeyValue, getPropertyNameMapped, getPropertyNames, getPropertyNamesImpl, getSelectedIndex, getSelectedIndexes, getSelectedIndexs, getSelectedItem, getText, getValue, initUI, initUIDeep, isEnabled, isPropertyName, isValueAdjusting, removeBinding, removeBinding, setAction, setEnabled, setItemDisplayKey, setItems, setItems, setKeyValue, setSelectedIndex, setSelectedIndexes, setSelectedItem, setText, setValue
 
- 
 
- 
- 
- 
Method Detail- 
getNamepublic java.lang.String getName(T anObj) UIHelper method.
 - 
getParentpublic java.lang.Object getParent(T anObj) UIHelper method.
 - 
getChildCountpublic int getChildCount(T anObj) UIHelper method.- Specified by:
- getChildCountin class- UIHelper<T>
 
 - 
getChildpublic java.lang.Object getChild(T anObj, int anIndex) UIHelper method.
 - 
isEnabledpublic boolean isEnabled(T anObj, UIEvent.Type aType) UIHelper method.
 - 
setEnabledpublic void setEnabled(T anObj, UIEvent.Type aType, boolean aValue) UIHelper method.- Specified by:
- setEnabledin class- UIHelper<T>
 
 
- 
 
-