|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Inspectable | |
---|---|
oracle.ide.inspector | Contains interfaces and classes that integrators may use to make their objects editable from the property inspector. |
Uses of Inspectable in oracle.ide.inspector |
---|
Subinterfaces of Inspectable in oracle.ide.inspector | |
---|---|
interface |
Inspectable2 Inspectable2 is a replacement API for Inspectable and offers a custom dialog hook in lieu of a Customizer. |
Classes in oracle.ide.inspector that implement Inspectable | |
---|---|
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. |
Methods in oracle.ide.inspector that return Inspectable | |
---|---|
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. |
Methods in oracle.ide.inspector that return types with arguments of type Inspectable | |
---|---|
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 parameters in oracle.ide.inspector with type arguments of type Inspectable | |
---|---|
CompositeInspectable(java.util.List<Inspectable> inspectables) |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |