| Package | Description | 
|---|---|
| oracle.javatools.controls | 
 Contains user interface utilities that do not depend directly on the JDeveloper framework. 
 | 
| oracle.javatools.controls.completionfield | 
 Classes implementing a code-insight like completion utility for text fields. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
FieldInsightProvider | 
FileField.getInsightProvider()
Returns the insight provider attached to this field. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
FileSystemFieldInsightProvider
Deprecated. 
 
completion code moved to UIC, this code will no longer be enhanced 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
CompletionPopupHandler.isRegisteredInsightProvider(FieldInsightProvider provider)
Deprecated.  
Ask whether a given insight provider is registered. 
 | 
void | 
CompletionPopupHandler.registerInsightProvider(FieldInsightProvider provider)
Deprecated.  
Register an insight provider with this field. 
 | 
void | 
CompletionPopupHandler.unregisterInsightProvider(FieldInsightProvider provider)
Deprecated.  
Unregister an insight provider from the field. 
 |