public class BugTreeModel extends Object implements TreeModel, TableColumnModelListener, TreeExpansionListener
| Modifier and Type | Field and Description |
|---|---|
static boolean |
TRACE |
| Constructor and Description |
|---|
BugTreeModel(BugTreeModel other) |
BugTreeModel(MainFrame mainFrame,
JTree tree,
SorterTableColumnModel st,
BugSet data) |
public BugTreeModel(MainFrame mainFrame, JTree tree, SorterTableColumnModel st, BugSet data)
public BugTreeModel(BugTreeModel other)
public void getOffListenerList()
public void clearViewCache()
public int getChildCount(Object o)
getChildCount in interface TreeModelpublic void valueForPathChanged(TreePath arg0, Object arg1)
valueForPathChanged in interface TreeModelpublic int getIndexOfChild(Object parent, Object child)
getIndexOfChild in interface TreeModelpublic void addTreeModelListener(TreeModelListener listener)
addTreeModelListener in interface TreeModelpublic void removeTreeModelListener(TreeModelListener listener)
removeTreeModelListener in interface TreeModelpublic void columnAdded(TableColumnModelEvent e)
columnAdded in interface TableColumnModelListenerpublic void columnRemoved(TableColumnModelEvent e)
columnRemoved in interface TableColumnModelListenerpublic void columnMoved(TableColumnModelEvent evt)
columnMoved in interface TableColumnModelListenerpublic void needToRebuild()
public void rebuild()
public void crawl(ArrayList<BugAspects> path, int depth)
public void crawlToOpen(TreePath path, ArrayList<BugLeafNode> bugLeafNodes, ArrayList<TreePath> treePaths)
public void resetData()
public TreePath getPathToBug(BugInstance b)
public TreePath getPathToNewlyUnsuppressedBug(BugInstance b)
protected void finalize()
throws Throwable
public void columnMarginChanged(ChangeEvent arg0)
columnMarginChanged in interface TableColumnModelListenerpublic void columnSelectionChanged(ListSelectionEvent arg0)
columnSelectionChanged in interface TableColumnModelListenerpublic void treeExpanded(TreeExpansionEvent event)
treeExpanded in interface TreeExpansionListenerpublic void treeCollapsed(TreeExpansionEvent event)
treeCollapsed in interface TreeExpansionListenerpublic TreeModelEvent restructureBranch(ArrayList<String> stringsToBranch, boolean removing) throws edu.umd.cs.findbugs.gui2.BugTreeModel.BranchOperationException
edu.umd.cs.findbugs.gui2.BugTreeModel.BranchOperationExceptionpublic TreeModelEvent insertBranch(ArrayList<String> stringsToBranch) throws edu.umd.cs.findbugs.gui2.BugTreeModel.BranchOperationException
edu.umd.cs.findbugs.gui2.BugTreeModel.BranchOperationExceptionpublic TreeModelEvent removeBranch(ArrayList<String> stringsToBranch) throws edu.umd.cs.findbugs.gui2.BugTreeModel.BranchOperationException
edu.umd.cs.findbugs.gui2.BugTreeModel.BranchOperationExceptionpublic void sortBranch(TreePath pathToBranch)
Copyright © 2003–2015. All rights reserved.