org.eclipse.jdt.ui.dialogs |
Package-level Javadoc
Application programming interfaces for dialogs.
Package Specification
The package provides access to the type selection dialog and allows to
extend it in certain ways.
|
Java Source File Name | Type | Comment |
ITypeInfoFilterExtension.java | Interface | A filter to select
ITypeInfoRequestor objects. |
ITypeInfoImageProvider.java | Interface | A special image descriptor provider for
ITypeInfoRequestor . |
ITypeInfoRequestor.java | Interface | An interfaces to give access to the type presented in type
selection dialogs like the open type dialog.
Please note that ITypeInfoRequestor objects don't
have value semantic. |
ITypeSelectionComponent.java | Interface | Interface to access the type selection component hosting a
type selection extension. |
TypeSelectionExtension.java | Class | The class provides API to extend type selection dialogs like the
open type dialog. |