| Package | Description | 
|---|---|
| oracle.ide.inspector.layout | 
 Contains interfaces and abstract classes describing the property form layout information. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CategoryLayout
CategoryLayouts specify how the property inspector form view displays properties under a specific category. | 
class  | 
Choice
One of the display choices in a  
ChoiceGroup. | 
class  | 
ChoiceGroup
One of the  
Elements comprising a DisplayGroup. | 
class  | 
CustomComponent
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. 
 | 
class  | 
ExtensibleElement
Extensible elements should extend this class. 
 | 
class  | 
ExtensibleGroup
Group elements that are also extensible must implement this interface. 
 | 
class  | 
Property
One of the  
Elements comprising a DisplayGroup. | 
class  | 
PropertyFormLayout
A  
PropertyFormLayout encapsulates the constraints controlling the positioning of PropertyEditors in the property inspector form view. | 
class  | 
PropertyFormLayoutAssembly
Assembles multiple  
PropertyFormLayouts into one. | 
static class  | 
PropertyFormLayoutAssembly.CategoryLayoutAssembly
Assembles multiple  
CategoryLayouts into one. | 
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 . | 
class  | 
Row
One of the  
Elements comprising a DisplayGroup. | 
class  | 
SimpleElement
Simple elements should extend this class. 
 | 
class  | 
Spring
A  
Spring controls distance between properties in a Row element. | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<Element> | 
SimpleElement.getChildren()  | 
java.util.List<Element> | 
PropertyFormLayoutAssembly.getChildren()  | 
java.util.List<Element> | 
PropertyFormLayoutAssembly.CategoryLayoutAssembly.getChildren()  | 
java.util.List<Element> | 
PropertyFormLayoutAssembly.DisplayGroupAssembly.getChildren()
Assembles multiple  
DisplayGroups that part-of another group into one group . | 
java.util.List<Element> | 
PropertyFormLayoutAssembly.ChoiceGroupAssembly.getChildren()
Assembles multiple  
ChoiceGroups that are part of another into to one group. | 
java.util.List<Element> | 
PropertyFormLayoutAssembly.ChoiceAssembly.getChildren()
Assembles multiple part-of  
Choices into one. | 
java.util.List<Element> | 
Element.getChildren()
If this element contains other elements as children, this method returns the list of children, otherwise, it returns an empty list. 
 | 
| Constructor and Description | 
|---|
PropertyFormLayoutAssembly(java.util.List<Element> propertyFormLayouts)  |