Package ucar.ui.table

Interface ThreadSorter

  • All Superinterfaces:
    RowSorter

    public interface ThreadSorter
    extends RowSorter
    An interface used with JTreeTableSorted to create application-controlled sorting on "threads". Threads are sequences of related messages, visallay indicated by indenting all the messages in the thread except the "top" one.
    See Also:
    TreeTableModelSorted, JTableSorted
    • Method Detail

      • getIndentCol

        int getIndentCol()
      • isTopThread

        boolean isTopThread​(TableRow row)