| Package | Description | 
|---|---|
| oracle.jdeveloper.cmt | 
 The Component Model Tool, an API for manipulating Java source code. 
 | 
| oracle.jdeveloper.uieditor | 
 Contains classes that allow addins access to the UIEditor integration objects. 
 | 
| oracle.jdeveloper.uieditor.uicanvas | 
 Contains classes that allow addins access to the UICanvas integration objects. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
LayoutAssistant | 
CmtModelNode.getLayoutAssistant()
Get the LayoutAssistant associated with the LayoutManager which controls
 the Component represented by this object if in fact this object represents
 a Component. 
 | 
LayoutAssistant | 
CmtFolder.getLayoutAssistant()  | 
| Modifier and Type | Method and Description | 
|---|---|
static LayoutAssistant | 
UIManager.getLayoutAssistant(java.lang.String clsName)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractAssistant
AbstractAssistant provides a base implementation for LayoutAssistant. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
LayoutAssistant | 
SelectNib.getLayoutAssistant()
Get the LayoutAssistant associated with this SelectNib. 
 | 
abstract LayoutAssistant | 
UICanvas.getLayoutAssistant(CmtModelNode node)
Get the associated LayoutAssistant for the given CmtModelNode. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SelectNib.setLayoutAssistant(LayoutAssistant l)
Set the LayoutAssistant to be associated with this SelectNib for use during
 resizeAction. 
 |