| Package | Description | 
|---|---|
| oracle.ide.inspector.layout | Contains interfaces and abstract classes describing the property form layout
information. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CategoryLayoutCategoryLayouts specify how the property inspector form 
 view displays properties under a specific category. | 
| class  | ChoiceOne of the display choices in a  ChoiceGroup. | 
| class  | ChoiceGroupOne of the  Elements comprising aDisplayGroup. | 
| class  | DisplayGroupDisplay 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. | 
| class  | ExtensibleElementExtensible elements should extend this class. | 
| class  | ExtensibleGroupGroup elements that are also extensible must implement this interface. | 
| static class  | PropertyFormLayoutAssembly.CategoryLayoutAssemblyAssembles multiple  CategoryLayouts into one. | 
| static class  | PropertyFormLayoutAssembly.ChoiceAssemblyAssembles multiple part-of  Choices into one. | 
| static class  | PropertyFormLayoutAssembly.ChoiceGroupAssemblyAssembles multiple  ChoiceGroups that are part of another into 
 to one group. | 
| static class  | PropertyFormLayoutAssembly.DisplayGroupAssemblyAssembles multiple  DisplayGroups that part-of another 
 group into one group . | 
| Modifier and Type | Method and Description | 
|---|---|
| Extensible | PropertyFormLayoutAssembly.CategoryLayoutAssembly. getBase()Assemblies cannot be extended, therefore, this method always returns 
 null. | 
| Extensible | Extensible. getBase()Get the base element. | 
| Extensible | SimpleElement. getExtensible() | 
| Extensible | Row. getExtensible() | 
| Extensible | PropertyFormLayout. getExtensible() | 
| Extensible | ExtensibleGroup. getExtensible() | 
| Extensible | ExtensibleElement. getExtensible() | 
| Extensible | Element. getExtensible()Get the  Extensibleinformation. |