Class ObjectHpr<T>


  • public class ObjectHpr<T>
    extends SwingHelper<T>
    A Helper class for Object.
    • Constructor Detail

      • ObjectHpr

        public ObjectHpr()
    • Method Detail

      • getName

        public java.lang.String getName​(T anObj)
        UIHelper method.
        Specified by:
        getName in class UIHelper<T>
      • setOwner

        public void setOwner​(T anObj,
                             UIOwner anOwner)
        UIHelper method.
        Specified by:
        setOwner in class UIHelper<T>
      • getParent

        public java.lang.Object getParent​(T anObj)
        UIHelper method.
        Specified by:
        getParent in class UIHelper<T>
      • getChildCount

        public int getChildCount​(T anObj)
        UIHelper method.
        Specified by:
        getChildCount in class UIHelper<T>
      • getChild

        public java.lang.Object getChild​(T anObj,
                                         int anIndex)
        UIHelper method.
        Specified by:
        getChild in class UIHelper<T>