| Package | Description |
|---|---|
| oracle.ide.model |
Contains interfaces and classes implementing JDeveloper's data model.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
DiscoveredDependable.DefaultDiscoveredDependable |
| Modifier and Type | Method and Description |
|---|---|
static DiscoveredDependable |
DiscoveredDependable.createDefault(Element element,
Dependable dependable) |
static DiscoveredDependable |
DiscoveredDependable.createDefault(Element element,
Dependable dependable,
javax.swing.Icon icon,
java.lang.String shortLabel,
java.lang.String longLabel,
java.lang.String tooltip)
Creates a default DiscoveredDependable node.
|
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.Iterable<DiscoveredDependable> |
DependableRecognizer.discover(Context context)
Return the possible end-points of a dependency established from a target.
|
java.lang.Iterable<DiscoveredDependable> |
DependableFactory.discover(Context context)
Gets all possible
DiscoveredDependable node under a parent for
forming dependencies originating from another element. |