| Package | Description |
|---|---|
| edu.umd.cs.findbugs |
Main package for the FindBugs application - contains the
engine class (FindBugs), the object model classes for bug instances
(BugInstance, BugAnnotation), and other miscellany.
|
| edu.umd.cs.findbugs.gui2 |
| Modifier and Type | Method and Description |
|---|---|
IGuiCallback.FormItem |
IGuiCallback.FormItem.password() |
| Modifier and Type | Method and Description |
|---|---|
List<IGuiCallback.FormItem> |
IGuiCallback.FormItem.getItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
IGuiCallback.FormItem.setItems(List<IGuiCallback.FormItem> items) |
List<String> |
IGuiCallback.showForm(String message,
String title,
List<IGuiCallback.FormItem> labels) |
List<String> |
CommandLineUiCallback.showForm(String message,
String title,
List<IGuiCallback.FormItem> labels) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
AbstractSwingGuiCallback.showForm(String message,
String title,
List<IGuiCallback.FormItem> items) |
Copyright © 2003–2015. All rights reserved.