Package | Description |
---|---|
oracle.ide.inspector |
Contains interfaces and classes that integrators may use to make their objects editable from the property inspector.
|
Class and Description |
---|
ContextActionPanel |
IdePropertyModel
The IdePropertyModel class extends MultiObjectModel to add additional methods required to make the model more IDE friendly with respect to responding to and sending observer updates.
|
Inspectable
An Inspectable provides information describing the property settings of a given selection.
|
InspectableFactory
An InspectableFactory may be registered with the InspectorFactory such that a Context selection made up entirely of instances of a single data type may be collectively described to the InspectorWindow via an instance of a single Inspectable whose PropertyModel amalgamates the property settings of the entire selection.
|
InspectableViewRegistry
Registers
s that can be inspected by the Property Inspector. |
InspectorBundle |
InspectorFactory
The InspectorFactory class is a singleton class that provides a registry for registering Inspectable implementations on a class by class basis.
|
InspectorManager
The InspectorManager manages property inspector views.
|
InspectorWindow
The InspectorWindow is a View consisting of a Toolbar area, a main body area and a status area.
|
MultiInspectable
A MultiInspectable amalgamates one or more Inspectable instances into a single model for use by the InspectorWindow.
|
NotObservableSubjectRegistry
Registry of
s that should not be observed by the Property Inspector. |
PropertyDisplay
Displays the description of a property.
|
PropertyDisplayPanelLayout
Specifies which properties should be displayed in a
, and how such properties should be rendered. |
PropertyEditorUpdater
Understands updating a property editor for a given inline editor.
|
PropertyInfo |
PropertyLayoutProvider |
PropertyModelFactory
Creates property models from a given IDE context.
|
UserSelectedCategories |