Class TagDiagnosticsPanel.DiagTreeRow

  • All Implemented Interfaces:
    com.jidesoft.grid.Expandable, com.jidesoft.grid.ExpandableRow, com.jidesoft.grid.Node, com.jidesoft.grid.Row
    Enclosing class:
    TagDiagnosticsPanel

    protected class TagDiagnosticsPanel.DiagTreeRow
    extends com.jidesoft.grid.AbstractExpandableRow
    • Field Summary

      • Fields inherited from class com.jidesoft.grid.AbstractExpandable

        _expandable, _expanded
      • Fields inherited from class com.jidesoft.grid.AbstractNode

        _parent, PROPERTY_PARENT
      • Fields inherited from interface com.jidesoft.grid.Expandable

        PROPERTY_EXPANDABLE, PROPERTY_EXPANDED
      • Fields inherited from interface com.jidesoft.grid.Node

        PROPERTY_ADJUSTING
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<?> getChildren()  
      java.lang.Object getValueAt​(int col)  
      void setChildren​(java.util.List<?> arg0)  
      • Methods inherited from class com.jidesoft.grid.AbstractExpandableRow

        cellUpdated, getCellClassAt, getConverterContextAt, getEditorContextAt, isCellEditable, notifyCellUpdated, rowUpdated, setValueAt
      • Methods inherited from class com.jidesoft.grid.AbstractExpandable

        addChild, addChild, addChildren, getAllChildrenCount, getAllVisibleChildrenCount, getChildAt, getChildIndex, getChildrenCount, getExpandableTreeTableModel, getNumberOfVisibleChildren, getNumberOfVisibleExpandable, getTreeTableModel, hasChildren, hasVisibleChildren, isAdjusting, isExpandable, isExpanded, moveDownChild, moveUpChild, notifyChildDeleted, notifyChildInserted, notifyChildrenDeleted, notifyChildrenInserted, notifyChildrenUpdated, notifyChildUpdated, removeAllChildren, removeChild, removeChildren, setAdjusting, setExpandable, setExpanded
      • Methods inherited from class com.jidesoft.grid.AbstractNode

        addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, firePropertyChange, getLevel, getNextSibling, getParent, getPreviousSibling, getPropertyChangeListeners, getPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListener, setParent
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.jidesoft.grid.Expandable

        addChild, addChild, addChildren, getAllVisibleChildrenCount, getChildAt, getChildIndex, getChildrenCount, getNumberOfVisibleExpandable, hasChildren, isExpandable, isExpanded, moveDownChild, moveUpChild, notifyChildDeleted, notifyChildInserted, notifyChildrenDeleted, notifyChildrenInserted, notifyChildrenUpdated, notifyChildUpdated, removeAllChildren, removeChild, removeChildren, setExpandable, setExpanded
      • Methods inherited from interface com.jidesoft.grid.Node

        getLevel, getNextSibling, getParent, getPreviousSibling, setParent
    • Method Detail

      • getChildren

        public java.util.List<?> getChildren()
      • setChildren

        public void setChildren​(java.util.List<?> arg0)
      • getValueAt

        public java.lang.Object getValueAt​(int col)