Package | Description |
---|---|
org.netbeans.modules.bugtracking.spi |
Everybody trying to provide own implementation of a NetBeans Bugtracking module
should be interested in APIs in this package.
|
Modifier and Type | Method and Description |
---|---|
static QueryController.QueryMode |
QueryController.QueryMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryController.QueryMode[] |
QueryController.QueryMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
JComponent |
QueryController.getComponent(QueryController.QueryMode mode)
Returns a visual Query component.
|
boolean |
QueryController.providesMode(QueryController.QueryMode mode)
Determines if the Query provides an Editor or a Result view.
|