| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PropertyFormLayout | 
PropertyLayoutProvider.getPropertyFormLayout()
Get the  
PropertyFormLayout that controls how properties are 
 visually laid out in the inspector form view. | 
PropertyFormLayout | 
LayoutInspectable.getPropertyFormLayout()
Get the  
PropertyFormLayout that controls how properties are 
 visually laid out in the inspector form view. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PropertyFormLayoutAssembly
Assembles multiple  
PropertyFormLayouts into one. | 
| Modifier and Type | Method and Description | 
|---|---|
PropertyFormLayout | 
FormLayoutFactory.createPropertyFormLayout(oracle.bali.inspector.PropertyModel propertyModel)
Create an instance of the  
PropertyFormLayout implementation 
 associated with the specified property model class. | 
static PropertyFormLayout | 
PropertyFormLayoutFactory.getPropertyFormLayout(oracle.bali.inspector.PropertyModel propertyModel)
Find or create an instance of the  
PropertyFormLayout implementation 
 associated with the specified property model. | 
| Modifier and Type | Method and Description | 
|---|---|
static java.util.List<PropertyFormLayout> | 
PropertyFormLayoutFactory.getExternalPropertyFormLayouts(java.lang.String url,
                              java.lang.String extensionID,
                              java.lang.String rsBundleClassName,
                              java.lang.ClassLoader classLoader)
Given an  
InputSource to a "property-inspector-hook" xml fragment
 external to an extension manifest, process the hook information using 
 this hook handler and return the newly declared 
 PropertyFormLayouts. | 
static java.util.List<PropertyFormLayout> | 
PropertyFormLayoutFactory.getExternalPropertyFormLayouts(org.xml.sax.XMLReader reader,
                              java.lang.String url,
                              java.lang.String extensionID,
                              java.lang.String rsBundleClassName,
                              java.lang.ClassLoader classLoader)
Given an  
InputSource to a "property-inspector-hook" xml fragment
 external to an extension manifest, process the hook information using 
 this hook handler and return the newly declared 
 PropertyFormLayouts. |