| Package | Description | 
|---|---|
| oracle.ide.ceditor | 
 The  
Code Editor package contains the code editing implementation of the JDeveloper IDE. | 
| oracle.ide.docking | 
 Contains interfaces and classes responsible for the dockable behavior provided by JDeveloper. 
 | 
| oracle.ide.editor | 
 Contains classes and interfaces that allow addins to add their own specialized editors to JDeveloper. 
 | 
| oracle.ide.util | 
 Contains utility classes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CodeEditor.loadSettings(StructuredPropertyAccess node)  | 
void | 
CodeEditor.saveSettings(StructuredPropertyAccess node)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract void | 
DrawerPanel.loadLayout(StructuredPropertyAccess layout)  | 
protected void | 
DrawerDockableWindow.loadLayoutImpl(StructuredPropertyAccess propertyAccess)  | 
protected abstract void | 
DrawerPanel.saveLayout(StructuredPropertyAccess layout)  | 
protected void | 
DrawerDockableWindow.saveLayoutImpl(StructuredPropertyAccess propertyAccess)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Editor.loadSettings(StructuredPropertyAccess element)
Reloads the editor settings. 
 | 
void | 
Editor.saveSettings(StructuredPropertyAccess element)
Saves the editor settings. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultStructuredPropertyAccess  | 
| Modifier and Type | Method and Description | 
|---|---|
StructuredPropertyAccess | 
StructuredPropertyAccess.getChildNode(java.lang.String name)
Returns the child node with the specified name. 
 | 
StructuredPropertyAccess | 
DefaultStructuredPropertyAccess.getChildNode(java.lang.String name)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
StructuredPropertyAccess.addAll(StructuredPropertyAccess other)
Add all the properties and child nodes of  
other into this node. | 
void | 
DefaultStructuredPropertyAccess.addAll(StructuredPropertyAccess other)
Adds all the attributes and children from  
other to this. | 
void | 
StructuredPropertyAccess.appendChild(StructuredPropertyAccess childNode)
Adds a child node 
 | 
void | 
DefaultStructuredPropertyAccess.appendChild(StructuredPropertyAccess childNode)  | 
void | 
StructuredPropertyAccess.insertChild(int position, StructuredPropertyAccess childNode)
Inserts a node at the specified position 
 | 
void | 
DefaultStructuredPropertyAccess.insertChild(int position, StructuredPropertyAccess childNode)  | 
void | 
StructuredPropertyAccess.removeChild(StructuredPropertyAccess childNode)
Removes the specified node 
 | 
void | 
DefaultStructuredPropertyAccess.removeChild(StructuredPropertyAccess childNode)  | 
static void | 
DefaultStructuredPropertyAccess.saveToXML(StructuredPropertyAccess structuredPropertyAccess, java.io.File file)  |