| Package | Description |
|---|---|
| oracle.ide.db.insight.completion |
Classes in this package provide a simple common interface for Swing based components
in the Database UI to support code insight/completion.
|
| oracle.ide.db.insight.model |
Classes to support the production of
InsightItems
for the Database UI. |
| Class and Description |
|---|
| DBInsightContext
Context class holding all inputs required to build a
DBInsightResult. |
| Class and Description |
|---|
| DataTypeProvider
An InsightDataProvider implementation to list supported DataTypes
|
| DBInsightContext
Context class holding all inputs required to build a
DBInsightResult. |
| DBInsightContext.CasePolicy
The case in which names are returned as far as is possible within
the restrictions of the provider's name case policy.
|
| DBInsightContext.FilterMode
How names are filtered
|
| DBInsightData
InsightItem implementation for Database objects
|
| DBInsightProvider
Class to provide Insight data for all Database related Insight features.
|
| InsightDataProvider
Base abstract class for implementations that provide insight data for different parent
DBObject types in various contexts.
|
| ParentLocator
A class to find the object represented by a dot seperated list of names which is the
parent of the insight data being built.
|