Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Uses of Interface
oracle.javatools.marshal.ObjectStore

Packages that use ObjectStore
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. 

 

Uses of ObjectStore in oracle.ide.config

 

Methods in oracle.ide.config that return ObjectStore
protected  ObjectStore ClientSetting.getObjectStore()
          Get the object store used to save and open the client data file.

 

Uses of ObjectStore in oracle.ide.marshal.xml

 

Classes in oracle.ide.marshal.xml that implement ObjectStore
 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
           

 

Uses of ObjectStore in oracle.ide.model

 

Methods in oracle.ide.model that return ObjectStore
protected  ObjectStore DataContainer.newObjectStore()
           
protected  ObjectStore HashStructureNode.newObjectStore()
           
protected  ObjectStore DataNode.newObjectStore()
           

 

Uses of ObjectStore in oracle.jdeveloper.library

 

Methods in oracle.jdeveloper.library that return ObjectStore
protected  ObjectStore LegacyLibraryList.newObjectStore()
           
protected  ObjectStore LibraryDataNode.newObjectStore()
           

 

Uses of ObjectStore in oracle.jdeveloper.offlinedb.browser

 

Methods in oracle.jdeveloper.offlinedb.browser that return ObjectStore
protected  ObjectStore ProviderNode.newObjectStore()
           

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.