Class GOTree

    • Constructor Detail

      • GOTree

        public GOTree​(int eventId,
                      int hobj,
                      int locVarId,
                      int row,
                      int col)
    • Method Detail

      • addTreeItem

        public void addTreeItem​(java.lang.String itemText,
                                int parentHandle,
                                int itemHandle)
        Description copied from interface: ITreeComponent
        Corresponds to ESL function %HI_AddTreeItem
        Specified by:
        addTreeItem in interface ITreeComponent
      • addTreeItem

        public void addTreeItem​(java.lang.String itemText,
                                int parentHandle,
                                int itemHandle,
                                int insertAfterHandle)
        Description copied from interface: ITreeComponent
        Corresponds to ESL function %HI_AddTreeItem
        Specified by:
        addTreeItem in interface ITreeComponent
      • deleteItem

        public void deleteItem​(int itemHandle)
        Description copied from interface: ITreeComponent
        Corresponds to ESL function %HI_DeleteItem
        Specified by:
        deleteItem in interface ITreeComponent
      • expandItem

        public void expandItem​(int itemHandle,
                               boolean bExpand)
        Description copied from interface: ITreeComponent
        Corresponds to ESL function %HI_ExpandItem
        Specified by:
        expandItem in interface ITreeComponent
      • setItemExpandable

        public void setItemExpandable​(int itemHandle,
                                      boolean bExpandable)
        Description copied from interface: ITreeComponent
        Corresponds to ESL function %HI_SetItemExpandable
        Specified by:
        setItemExpandable in interface ITreeComponent
      • setSelectedItem

        public void setSelectedItem​(int itemHandle)
        Description copied from interface: ITreeComponent
        Corresponds to ESL function %HI_SetSelectedItem
        Specified by:
        setSelectedItem in interface ITreeComponent
      • getItemText

        public java.lang.String getItemText​(int itemHandle)
        Description copied from interface: ITreeComponent
        Corresponds to ESL function %HI_GetItemText
        Specified by:
        getItemText in interface ITreeComponent
      • setItemText

        public void setItemText​(int itemHandle,
                                java.lang.String text)
        Description copied from interface: ITreeComponent
        Corresponds to ESL function %HI_SetItemText
        Specified by:
        setItemText in interface ITreeComponent
      • getItemBackColor

        public int getItemBackColor​(int itemHandle)
        Description copied from interface: ITreeComponent
        Corresponds to ESL function %HI_GetTreeItemBackColor
        Specified by:
        getItemBackColor in interface ITreeComponent
      • getItemTextColor

        public int getItemTextColor​(int itemHandle)
        Description copied from interface: ITreeComponent
        Corresponds to ESL function %HI_GetTreeItemTextColor
        Specified by:
        getItemTextColor in interface ITreeComponent
      • setItemBackColor

        public void setItemBackColor​(int itemHandle,
                                     int color)
        Description copied from interface: ITreeComponent
        Corresponds to ESL function %HI_SetTreeItemBackColor
        Specified by:
        setItemBackColor in interface ITreeComponent
      • setItemTextColor

        public void setItemTextColor​(int itemHandle,
                                     int color)
        Description copied from interface: ITreeComponent
        Corresponds to ESL function %HI_SetTreeItemTextColor
        Specified by:
        setItemTextColor in interface ITreeComponent