| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StructuredPropertyAccess | |
|---|---|
| oracle.ide.ceditor | The Code Editorpackage 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. | 
| Uses of StructuredPropertyAccess in oracle.ide.ceditor | 
|---|
| Methods in oracle.ide.ceditor with parameters of type StructuredPropertyAccess | |
|---|---|
|  void | CodeEditor.loadSettings(StructuredPropertyAccess node) | 
|  void | CodeEditor.saveSettings(StructuredPropertyAccess node) | 
| Uses of StructuredPropertyAccess in oracle.ide.docking | 
|---|
| Methods in oracle.ide.docking with parameters of type StructuredPropertyAccess | |
|---|---|
| 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) | 
| Uses of StructuredPropertyAccess in oracle.ide.editor | 
|---|
| Methods in oracle.ide.editor with parameters of type StructuredPropertyAccess | |
|---|---|
|  void | Editor.loadSettings(StructuredPropertyAccess element)Reloads the editor settings. | 
|  void | Editor.saveSettings(StructuredPropertyAccess element)Saves the editor settings. | 
| Uses of StructuredPropertyAccess in oracle.ide.util | 
|---|
| Classes in oracle.ide.util that implement StructuredPropertyAccess | |
|---|---|
|  class | DefaultStructuredPropertyAccess | 
| Methods in oracle.ide.util that return StructuredPropertyAccess | |
|---|---|
|  StructuredPropertyAccess | StructuredPropertyAccess.getChildNode(java.lang.String name)Returns the child node with the specified name. | 
|  StructuredPropertyAccess | DefaultStructuredPropertyAccess.getChildNode(java.lang.String name) | 
| Methods in oracle.ide.util with parameters of type StructuredPropertyAccess | |
|---|---|
|  void | StructuredPropertyAccess.addAll(StructuredPropertyAccess other)Add all the properties and child nodes of otherinto this node. | 
|  void | DefaultStructuredPropertyAccess.addAll(StructuredPropertyAccess other)Adds all the attributes and children from otherto 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) | 
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||