Class Histogram.PackageTree

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<?> getChildren​(java.lang.Object parent)
      Returns the child elements of the given parent.
      Column[] getColumns()
      The columns of the tree or table.
      java.lang.Object getColumnValue​(java.lang.Object row, int columnIndex)
      Returns the (unformatted) value of a table/tree cell.
      IContextObject getContext​(java.lang.Object row)
      The default context of the row which is used to display information in the object inspector.
      java.util.List<?> getElements()
      Returns the root elements of the tree.
      Histogram getHistogram()  
      java.net.URL getIcon​(java.lang.Object row)  
      ResultMetaData getResultMetaData()
      (Optionally) Return meta data of the result needed to fine-tune the display of the result.
      boolean hasChildren​(java.lang.Object element)
      Returns whether the given element has children.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait