Uses of Class
edu.umd.cs.findbugs.gui2.SorterTableColumnModel
-
Packages that use SorterTableColumnModel Package Description edu.umd.cs.findbugs.gui2 -
-
Uses of SorterTableColumnModel in edu.umd.cs.findbugs.gui2
Fields in edu.umd.cs.findbugs.gui2 declared as SorterTableColumnModel Modifier and Type Field Description (package private) SorterTableColumnModel
MainFrameTree. sorter
private SorterTableColumnModel
BugTreeModel. st
private SorterTableColumnModel
GUISaveState. starterTable
Methods in edu.umd.cs.findbugs.gui2 that return SorterTableColumnModel Modifier and Type Method Description (package private) SorterTableColumnModel
MainFrame. getSorter()
(package private) SorterTableColumnModel
MainFrameTree. getSorter()
Returns the SorterTableColumnModel of the MainFrame.(package private) SorterTableColumnModel
GUISaveState. getStarterTable()
Methods in edu.umd.cs.findbugs.gui2 with parameters of type SorterTableColumnModel Modifier and Type Method Description void
SorterTableColumnModel. createFrom(SorterTableColumnModel other)
Constructors in edu.umd.cs.findbugs.gui2 with parameters of type SorterTableColumnModel Constructor Description BugTreeModel(MainFrame mainFrame, javax.swing.JTree tree, SorterTableColumnModel st, BugSet data)
-