| Package | Description | 
|---|---|
| oracle.ide.inspector.layout | 
 Contains interfaces and abstract classes describing the property form layout
information. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Choice
One of the display choices in a  
ChoiceGroup. | 
class  | 
ChoiceGroup
One of the  
Elements comprising a DisplayGroup. | 
class  | 
DisplayGroup
Display 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. 
 | 
static class  | 
PropertyFormLayoutAssembly.ChoiceAssembly
Assembles multiple part-of  
Choices into one. | 
static class  | 
PropertyFormLayoutAssembly.ChoiceGroupAssembly
Assembles multiple  
ChoiceGroups that are part of another into 
 to one group. | 
static class  | 
PropertyFormLayoutAssembly.DisplayGroupAssembly
Assembles multiple  
DisplayGroups that part-of another 
 group into one group . | 
| Modifier and Type | Method and Description | 
|---|---|
ExtensibleGroup | 
PropertyFormLayoutAssembly.DisplayGroupAssembly.getBase()
Assemblies cannot be extended, therefore, this method always returns 
 null. 
 | 
ExtensibleGroup | 
PropertyFormLayoutAssembly.ChoiceGroupAssembly.getBase()
Assemblies cannot be extended, therefore, this method always returns 
 null. 
 | 
ExtensibleGroup | 
PropertyFormLayoutAssembly.ChoiceAssembly.getBase()
Assemblies cannot be extended, therefore, this method always returns 
 null. 
 | 
abstract ExtensibleGroup | 
ExtensibleGroup.getBase()
Get the base element. 
 |