Package | Description |
---|---|
oracle.ide.inspector |
Contains interfaces and classes that integrators may use to make their objects editable from the property inspector.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Inspectable2
Inspectable2 is a replacement API for Inspectable and offers a custom dialog hook in lieu of a Customizer.
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeInspectable |
class |
DefaultInspectable
Deprecated.
Clients need to provide their own Inspectables and PropertyModels.
|
class |
LayoutInspectable
The
LayoutInspectable class must be extended by Inspectable implementations that define property form layout information in an extension manifest. |
Modifier and Type | Method and Description |
---|---|
Inspectable |
InspectableFactory.getInspectable(Context context)
Get an Inspectable capable of handling the entire selection of the given Context.
|
Inspectable |
InspectorFactory.getInspectable(Context context, Element e)
Get an Inspectable implementation for the data referred to by the given Element within the given Context, else null if no Inspectable can be found for the given Element's data.
|
Inspectable |
MultiInspectable.getInspectable(int index)
Get the specified Inspectable.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Inspectable> |
InspectorFactory.getInspectables(Context context)
Get an Inspectable implementation for the entire set of data referred to within the given Context, else null if no single Inspectable can be found to handle the entire contents.
|
java.util.List<Inspectable> |
CompositeInspectable.inspectables() |
Constructor and Description |
---|
CompositeInspectable(java.util.List<Inspectable> inspectables) |