Uses of Enum
edu.umd.cs.findbugs.gui2.BugTreeModel.TreeModification
Packages that use BugTreeModel.TreeModification
-
Uses of BugTreeModel.TreeModification in edu.umd.cs.findbugs.gui2
Methods in edu.umd.cs.findbugs.gui2 that return BugTreeModel.TreeModificationModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static BugTreeModel.TreeModification[]
BugTreeModel.TreeModification.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.umd.cs.findbugs.gui2 with parameters of type BugTreeModel.TreeModificationModifier and TypeMethodDescriptionprivate TreeModelEvent
BugTreeModel.branchOperations
(ArrayList<String> stringsToBranch, BugTreeModel.TreeModification whatToDo) (package private) void
BugTreeModel.sendEvent
(TreeModelEvent event, BugTreeModel.TreeModification whatToDo)