| Package | Description |
|---|---|
| oracle.ide.palette2 |
Contains interfaces and classes that allow for palette integration.
|
| oracle.javatools.patterns | |
| oracle.javatools.util |
Provides general utilities.
|
| Class and Description |
|---|
| Builder
The
Builder interface defines the contract for an object
implementing the builder pattern. |
| Class and Description |
|---|
| Closeable
The
Closeable interface defines the contract for an object that
can be closed explictly. |
| CloseableWithNotification
The
CloseableWithNotification interface extends the
Closeable interface to define the contract for an object that
can notify registered listeners about its closing state. |
| CloseListener
The
CloseListener interface defines the contract for an object
that should be notified when a Closeable object either is about
to be, or just has been, closed. |
| Class and Description |
|---|
| Operator
The
Operator interface defines the contract for an object that
can operate on a given object of a specific type. |
| Visitor
The
Visitor interface defines the contract for an object that is
used to visit another object. |