org.netbeans.spi.jumpto.type |
|
Java Source File Name | Type | Comment |
SearchType.java | enum | This enum describes the different kinds of searches that the Go To Type
dialog wants to perform on a type provider. |
TypeDescriptor.java | Class | A TypeDescriptor describes a type for display in the Go To Type dialog. |
TypeProvider.java | Interface | A Type Provider participates in the Goto Type dialog by providing TypeDescriptors,
one for each matched type, when asked to do so. |