| Package | Description | 
|---|---|
| oracle.ide.config | 
 Contains classes encapsulating JDevelopers's environment settings. 
 | 
| oracle.ide.marshal.xml | 
 Provides the ability to marshal and unmarshal objects to XML using an
archiving algorithm that accesses public get/set methods, which is in
contrast to serialization which directly accesses fields, even if they
are private. 
 | 
| oracle.ide.model | 
 Contains interfaces and classes implementing JDeveloper's data model. 
 | 
| oracle.jdeveloper.library | 
 The  
Libraries package provides the library API used
by JDeveloper. | 
| oracle.jdeveloper.offlinedb.browser | 
 Offline Database Node implementations for the JDeveloper's Application
Navigator. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected ObjectStore | 
ClientSetting.getObjectStore()
Get the object store used to save and open the client data file. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
HashStructureIO
Implementation of  
oracle.ide.marshal.ObjectStore for
  marshalling a HashStructure instance to XML. | 
class  | 
ListStructureIO
Implementation of  
oracle.ide.marshal.ObjectStore for
  marshalling a ListStructure instance to XML. | 
class  | 
Object2Dom
This class mediates the conversion of an object to and from an XML
  representation. 
 | 
class  | 
XMLObjectStore  | 
| Modifier and Type | Method and Description | 
|---|---|
protected ObjectStore | 
HashStructureNode.newObjectStore()  | 
protected ObjectStore | 
DataNode.newObjectStore()  | 
protected ObjectStore | 
DataContainer.newObjectStore()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected ObjectStore | 
LibraryDataNode.newObjectStore()  | 
protected ObjectStore | 
LegacyLibraryList.newObjectStore()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected ObjectStore | 
ProviderNode.newObjectStore()  |