|
Extension SDK 10.1.2 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StructuredPropertyAccess | |
oracle.ide.editor | Contains classes and interfaces that allow addins to add their own specialized editors to JDeveloper. |
oracle.ide.util | Contains utility classes. |
oracle.jdeveloper.ceditor | The Code Editor package contains the code editing
implementation of the JDeveloper IDE. |
Uses of StructuredPropertyAccess in oracle.ide.editor |
Methods in oracle.ide.editor with parameters of type StructuredPropertyAccess | |
void |
FlatEditor.saveSettings(StructuredPropertyAccess element)
Saves the editor settings. |
void |
FlatEditor.loadSettings(StructuredPropertyAccess element)
Reloads the editor settings. |
void |
AbstractFlatEditor.saveSettings(StructuredPropertyAccess element)
|
void |
AbstractFlatEditor.loadSettings(StructuredPropertyAccess element)
|
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.insertChild(int position,
StructuredPropertyAccess childNode)
Inserts a node at the specified position |
void |
StructuredPropertyAccess.appendChild(StructuredPropertyAccess childNode)
Adds a child node |
void |
StructuredPropertyAccess.removeChild(StructuredPropertyAccess childNode)
Removes the specified node |
void |
StructuredPropertyAccess.addAll(StructuredPropertyAccess other)
Add all the properties and child nodes of other into this node. |
void |
DefaultStructuredPropertyAccess.insertChild(int position,
StructuredPropertyAccess childNode)
|
void |
DefaultStructuredPropertyAccess.appendChild(StructuredPropertyAccess childNode)
|
void |
DefaultStructuredPropertyAccess.addAll(StructuredPropertyAccess other)
Adds all the attributes and children from other to this. |
void |
DefaultStructuredPropertyAccess.removeChild(StructuredPropertyAccess childNode)
|
static void |
DefaultStructuredPropertyAccess.saveToXML(StructuredPropertyAccess structuredPropertyAccess,
java.io.File file)
|
Uses of StructuredPropertyAccess in oracle.jdeveloper.ceditor |
Methods in oracle.jdeveloper.ceditor with parameters of type StructuredPropertyAccess | |
void |
CodeEditor.saveSettings(StructuredPropertyAccess node)
|
void |
CodeEditor.loadSettings(StructuredPropertyAccess node)
|
|
Extension SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.