| Package | Description |
|---|---|
| oracle.ide.inspector |
Contains interfaces and classes that integrators may use to make their
objects editable from the property inspector.
|
| oracle.ide.inspector.layout |
Contains interfaces and abstract classes describing the property form layout
information.
|
| Class and Description |
|---|
| PropertyFormLayout
A
PropertyFormLayout encapsulates the constraints controlling the positioning of
PropertyEditors in the property inspector form view. |
| Class and Description |
|---|
| AutoExpandPreferredSize |
CategoryLayout
CategoryLayouts specify how the property inspector form
view displays properties under a specific category. |
| Choice
One of the display choices in a
ChoiceGroup. |
| ChoiceGroup
One of the
Elements comprising a DisplayGroup. |
| ChoiceSelector
Clients defining a
ChoiceGroupmust provide an implementation of this
class to be notified when a Choice is
activate and deactivated. |
| CustomComponent
One of the
Elements comprising a DisplayGroup. |
| CustomGUIComponent
When a
CustomComponent is shown in a DisplayGroup the UI for
that component must be encapsulated in a CustomGUIComponent
subclass. |
| DisplayGroup
Display groups collect a number of displayable elements into meaningful
groups that are hidden from view when the display group is not in its
expanded state.
|
| Element
Base class for all layout classes.
|
| Extensible
Layout elements implementing this interface are extensible, that is they
can be extended by, extend, or be part-of another extensible element of the
same type.
|
| ExtensibleElement
Extensible elements should extend this class.
|
| ExtensibleGroup
Group elements that are also extensible must implement this interface.
|
| FormLayoutFactory
A
FormLayoutFactory implementation need only be provided when
the PropertyFormLayout is not declared in an extension manifest. |
| PropertyFormLayout
A
PropertyFormLayout encapsulates the constraints controlling the positioning of
PropertyEditors in the property inspector form view. |
| SimpleElement
Simple elements should extend this class.
|