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

E17493-01

Uses of Package
oracle.javatools.data

Packages that use oracle.javatools.data
oracle.bali.xml.addin   
oracle.ide Contains classes that allow addins access to the IDE integration objects. 
oracle.ide.appstate   
oracle.ide.config Contains classes encapsulating JDevelopers's environment settings. 
oracle.ide.db.model Classes associated with the IDE's navigator nodes for database connections and database objects. 
oracle.ide.db.panels Reusable UI panels for listing, creating or editing database objects in dialogs in the IDE. 
oracle.ide.db.transfer Contains an API for transfering database object from one DBObjectProvider to another. 
oracle.ide.editor Contains classes and interfaces that allow addins to add their own specialized editors to JDeveloper. 
oracle.ide.extension   
oracle.ide.externaltools Contains interfaces and classes that allow external tools in the IDE to be invoked, manipulated and extended by extensions. 
oracle.ide.help Contains interfaces and classes used by addins to provide context sensitive help on their own windows and dialogs. 
oracle.ide.keyboard Defining your default accelerators 
oracle.ide.layout Contains interfaces and classes addins can implement or extend to provide preferred layouts for their own specialized editors. 
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.ide.model.panels   
oracle.ide.net Provides a virtual file system framework based on java.net.URL. 
oracle.ide.panels Provides a framework for building panel-based UI. 
oracle.ide.persistence Contains API classes for the persistence of search indexes. 
oracle.ide.resourcebundle Provides a designtime abstraction around locating and managing resource bundles used by visual and non-visual editors. 
oracle.ide.runner Contains classes that allow addins some level of control on the IDE runner system. 
oracle.ide.todo Contains API classes for the To Do Item feature. 
oracle.ide.usages   
oracle.ide.util Contains utility classes. 
oracle.ide.webbrowser Contains classes that allow addins some level of control on the IDE web browser settings. 
oracle.ide.webupdate The webupdate package provides an API for accessing functionality in the IDE related to web-based patching and updating. 
oracle.ide.wizard Contains classes that can be used to integrate gallery items and wizards into the product. 
oracle.ideimpl.webupdate   
oracle.ideimpl.webupdate.task   
oracle.javatools.data   
oracle.javatools.db Contains a metadata API for describing database objects, and retrieving them from a provider of database objects - for example a database. 
oracle.javatools.db.ddl API for generating DDL in the database API. 
oracle.javatools.db.plsql Classes for dealing with PL/SQL objects. 
oracle.javatools.editor.print The Print package is a subset of the Editor package, and contains a basic Pageable implementation for printing out the contents of a BasicDocument. 
oracle.javatools.parser.java.v2.write API involved with writing. 
oracle.jdeveloper.audit.model The base classes for defining the Audit object model. 
oracle.jdeveloper.db Classes for accessing database connections in JDeveloper (and other FCP products). 
oracle.jdeveloper.db.panels UI panels that are useful when listing, selecting or displaying database connections in dialogs and wizards. 
oracle.jdeveloper.library The Libraries package provides the library API used by JDeveloper. 
oracle.jdeveloper.merge Contains classes for merge editor abstractions, including an editor addin, commands, a controller, and utilities. 
oracle.jdeveloper.model Contains interfaces and classes implementing the Java specific portions of JDeveloper's data model. 
oracle.jdeveloper.offlinedb.browser Offline Database Node implementations for the JDeveloper's Application Navigator. 
oracle.jdeveloper.offlinedb.model Classes that define an offline database's settings and properties. 
oracle.jdeveloper.offlinedb.userprops Extension to the Offline Database that allows the association of a library of user properties to be associated with an offline database. 
oracle.jdeveloper.runner Contains classes that allow addins some level of control on the JDeveloper runner system. 
oracle.jdeveloper.vcs.generic   
oracle.jdeveloper.vcs.nav   
oracle.jdeveloper.vcs.spi Contains extension-level service provider interfaces for version control system integraton. 
oracle.jdeveloper.vcs.util Contains assorted stateless utilities for version control system integraton. 
oracle.jdeveloper.vcs.versionhistory   
oracle.jdeveloper.webapp   
oracle.jdevimpl.audit.preferences   
oracle.jdevimpl.offlinedb.browser   
oracle.jdevimpl.webapp.html   
 

Classes in oracle.javatools.data used by oracle.bali.xml.addin
Dirtyable
          Objects that implement the Dirtyable interface indicate that they are able to track their own dirty state.
 

Classes in oracle.javatools.data used by oracle.ide
HashStructure
          This class implements a hash data structure intended to be used as the generic storage for project metadata that can be marshalled to and from a persistent form without depending on custom marshalling code.
 

Classes in oracle.javatools.data used by oracle.ide.appstate
HashStructure
          This class implements a hash data structure intended to be used as the generic storage for project metadata that can be marshalled to and from a persistent form without depending on custom marshalling code.
 

Classes in oracle.javatools.data used by oracle.ide.config
Dirtyable
          Objects that implement the Dirtyable interface indicate that they are able to track their own dirty state.
HashStructure
          This class implements a hash data structure intended to be used as the generic storage for project metadata that can be marshalled to and from a persistent form without depending on custom marshalling code.
HashStructureAdapter
          This class serves as a base implementation of an adapter pattern to bridge JavaBeans-style getter and setter methods with HashStructure storage.
PropertyStorage
          The PropertyStorage interface defines a single generic entry point for accessing properties stored in HashStructure format, such as Project Properties and IDE Preferences.
 

Classes in oracle.javatools.data used by oracle.ide.db.model
Dirtyable
          Objects that implement the Dirtyable interface indicate that they are able to track their own dirty state.
 

Classes in oracle.javatools.data used by oracle.ide.db.panels
PropertyStorage
          The PropertyStorage interface defines a single generic entry point for accessing properties stored in HashStructure format, such as Project Properties and IDE Preferences.
 

Classes in oracle.javatools.data used by oracle.ide.db.transfer
HashStructure
          This class implements a hash data structure intended to be used as the generic storage for project metadata that can be marshalled to and from a persistent form without depending on custom marshalling code.
HashStructureAdapter
          This class serves as a base implementation of an adapter pattern to bridge JavaBeans-style getter and setter methods with HashStructure storage.
PropertyStorage
          The PropertyStorage interface defines a single generic entry point for accessing properties stored in HashStructure format, such as Project Properties and IDE Preferences.
 

Classes in oracle.javatools.data used by oracle.ide.editor
HashStructure
          This class implements a hash data structure intended to be used as the generic storage for project metadata that can be marshalled to and from a persistent form without depending on custom marshalling code.
HashStructureAdapter
          This class serves as a base implementation of an adapter pattern to bridge JavaBeans-style getter and setter methods with HashStructure storage.
PropertyStorage
          The PropertyStorage interface defines a single generic entry point for accessing properties stored in HashStructure format, such as Project Properties and IDE Preferences.
 

Classes in oracle.javatools.data used by oracle.ide.extension
HashStructure
          This class implements a hash data structure intended to be used as the generic storage for project metadata that can be marshalled to and from a persistent form without depending on custom marshalling code.
HashStructureAdapter
          This class serves as a base implementation of an adapter pattern to bridge JavaBeans-style getter and setter methods with HashStructure storage.
 

Classes in oracle.javatools.data used by oracle.ide.externaltools
HashStructure
          This class implements a hash data structure intended to be used as the generic storage for project metadata that can be marshalled to and from a persistent form without depending on custom marshalling code.
HashStructureAdapter
          This class serves as a base implementation of an adapter pattern to bridge JavaBeans-style getter and setter methods with HashStructure storage.
 

Classes in oracle.javatools.data used by oracle.ide.help
HashStructure
          This class implements a hash data structure intended to be used as the generic storage for project metadata that can be marshalled to and from a persistent form without depending on custom marshalling code.
HashStructureAdapter
          This class serves as a base implementation of an adapter pattern to bridge JavaBeans-style getter and setter methods with HashStructure storage.
 

Classes in oracle.javatools.data used by oracle.ide.keyboard
HashStructure
          This class implements a hash data structure intended to be used as the generic storage for project metadata that can be marshalled to and from a persistent form without depending on custom marshalling code.
HashStructureAdapter
          This class serves as a base implementation of an adapter pattern to bridge JavaBeans-style getter and setter methods with HashStructure storage.
 

Classes in oracle.javatools.data used by oracle.ide.layout
Dirtyable
          Objects that implement the Dirtyable interface indicate that they are able to track their own dirty state.
 

Classes in oracle.javatools.data used by oracle.ide.marshal.xml
HashStructure
          This class implements a hash data structure intended to be used as the generic storage for project metadata that can be marshalled to and from a persistent form without depending on custom marshalling code.
 

Classes in oracle.javatools.data used by oracle.ide.model
Dirtyable
          Objects that implement the Dirtyable interface indicate that they are able to track their own dirty state.
HashStructure
          This class implements a hash data structure intended to be used as the generic storage for project metadata that can be marshalled to and from a persistent form without depending on custom marshalling code.
HashStructureAdapter
          This class serves as a base implementation of an adapter pattern to bridge JavaBeans-style getter and setter methods with HashStructure storage.
ListStructure
          This class implements a list data structure that complements HashStructure.
PropertyStorage
          The PropertyStorage interface defines a single generic entry point for accessing properties stored in HashStructure format, such as Project Properties and IDE Preferences.
StructureChangeEvent
          The event object describing a change in a HashStructure or ListStructure.
StructureChangeListener
          Callback interface for receiving notification that property values have changed in a HashStructure or ListStructure.
 

Classes in oracle.javatools.data used by oracle.ide.model.panels
PropertyStorage
          The PropertyStorage interface defines a single generic entry point for accessing properties stored in HashStructure format, such as Project Properties and IDE Preferences.
 

Classes in oracle.javatools.data used by oracle.ide.net
Dirtyable
          Objects that implement the Dirtyable interface indicate that they are able to track their own dirty state.
HashStructure
          This class implements a hash data structure intended to be used as the generic storage for project metadata that can be marshalled to and from a persistent form without depending on custom marshalling code.
ListStructure
          This class implements a list data structure that complements HashStructure.
 

Classes in oracle.javatools.data used by oracle.ide.panels
PropertyStorage
          The PropertyStorage interface defines a single generic entry point for accessing properties stored in HashStructure format, such as Project Properties and IDE Preferences.
 

Classes in oracle.javatools.data used by oracle.ide.persistence
HashStructure
          This class implements a hash data structure intended to be used as the generic storage for project metadata that can be marshalled to and from a persistent form without depending on custom marshalling code.
HashStructureAdapter
          This class serves as a base implementation of an adapter pattern to bridge JavaBeans-style getter and setter methods with HashStructure storage.
PropertyStorage
          The PropertyStorage interface defines a single generic entry point for accessing properties stored in HashStructure format, such as Project Properties and IDE Preferences.
 

Classes in oracle.javatools.data used by oracle.ide.resourcebundle
HashStructure
          This class implements a hash data structure intended to be used as the generic storage for project metadata that can be marshalled to and from a persistent form without depending on custom marshalling code.
HashStructureAdapter
          This class serves as a base implementation of an adapter pattern to bridge JavaBeans-style getter and setter methods with HashStructure storage.
ListStructure
          This class implements a list data structure that complements HashStructure.
PropertyStorage
          The PropertyStorage interface defines a single generic entry point for accessing properties stored in HashStructure format, such as Project Properties and IDE Preferences.
 

Classes in oracle.javatools.data used by oracle.ide.runner
HashStructureAdapter
          This class serves as a base implementation of an adapter pattern to bridge JavaBeans-style getter and setter methods with HashStructure storage.
PropertyStorage
          The PropertyStorage interface defines a single generic entry point for accessing properties stored in HashStructure format, such as Project Properties and IDE Preferences.
 

Classes in oracle.javatools.data used by oracle.ide.todo
HashStructure
          This class implements a hash data structure intended to be used as the generic storage for project metadata that can be marshalled to and from a persistent form without depending on custom marshalling code.
HashStructureAdapter
          This class serves as a base implementation of an adapter pattern to bridge JavaBeans-style getter and setter methods with HashStructure storage.
 

Classes in oracle.javatools.data used by oracle.ide.usages
HashStructure
          This class implements a hash data structure intended to be used as the generic storage for project metadata that can be marshalled to and from a persistent form without depending on custom marshalling code.
HashStructureAdapter
          This class serves as a base implementation of an adapter pattern to bridge JavaBeans-style getter and setter methods with HashStructure storage.
 

Classes in oracle.javatools.data used by oracle.ide.util
HashStructure
          This class implements a hash data structure intended to be used as the generic storage for project metadata that can be marshalled to and from a persistent form without depending on custom marshalling code.
HashStructureAdapter
          This class serves as a base implementation of an adapter pattern to bridge JavaBeans-style getter and setter methods with HashStructure storage.
 

Classes in oracle.javatools.data used by oracle.ide.webbrowser
HashStructure
          This class implements a hash data structure intended to be used as the generic storage for project metadata that can be marshalled to and from a persistent form without depending on custom marshalling code.
HashStructureAdapter
          This class serves as a base implementation of an adapter pattern to bridge JavaBeans-style getter and setter methods with HashStructure storage.
PropertyStorage
          The PropertyStorage interface defines a single generic entry point for accessing properties stored in HashStructure format, such as Project Properties and IDE Preferences.
 

Classes in oracle.javatools.data used by oracle.ide.webupdate
PropertyStorage
          The PropertyStorage interface defines a single generic entry point for accessing properties stored in HashStructure format, such as Project Properties and IDE Preferences.
 

Classes in oracle.javatools.data used by oracle.ide.wizard
HashStructureAdapter
          This class serves as a base implementation of an adapter pattern to bridge JavaBeans-style getter and setter methods with HashStructure storage.
PropertyStorage
          The PropertyStorage interface defines a single generic entry point for accessing properties stored in HashStructure format, such as Project Properties and IDE Preferences.
 

Classes in oracle.javatools.data used by oracle.ideimpl.webupdate
HashStructure
          This class implements a hash data structure intended to be used as the generic storage for project metadata that can be marshalled to and from a persistent form without depending on custom marshalling code.
HashStructureAdapter
          This class serves as a base implementation of an adapter pattern to bridge JavaBeans-style getter and setter methods with HashStructure storage.
ListStructure
          This class implements a list data structure that complements HashStructure.
PropertyStorage
          The PropertyStorage interface defines a single generic entry point for accessing properties stored in HashStructure format, such as Project Properties and IDE Preferences.
 

Classes in oracle.javatools.data used by oracle.ideimpl.webupdate.task
HashStructure
          This class implements a hash data structure intended to be used as the generic storage for project metadata that can be marshalled to and from a persistent form without depending on custom marshalling code.
 

Classes in oracle.javatools.data used by oracle.javatools.data
ChangeInfo
          An instance of this class identifies a single change that has been applied to a HashStructure or ListStructure.
Dirtyable
          Objects that implement the Dirtyable interface indicate that they are able to track their own dirty state.
HashStructure
          This class implements a hash data structure intended to be used as the generic storage for project metadata that can be marshalled to and from a persistent form without depending on custom marshalling code.
HashStructureAdapter
          This class serves as a base implementation of an adapter pattern to bridge JavaBeans-style getter and setter methods with HashStructure storage.
ListStructure
          This class implements a list data structure that complements HashStructure.
PropertyStorage
          The PropertyStorage interface defines a single generic entry point for accessing properties stored in HashStructure format, such as Project Properties and IDE Preferences.
Structure
          Base class for HashStructure and ListStructure.
StructureChangeEvent
          The event object describing a change in a HashStructure or ListStructure.
StructureChangeListener
          Callback interface for receiving notification that property values have changed in a HashStructure or ListStructure.
 

Classes in oracle.javatools.data used by oracle.javatools.db
HashStructureAdapter
          This class serves as a base implementation of an adapter pattern to bridge JavaBeans-style getter and setter methods with HashStructure storage.
PropertyStorage
          The PropertyStorage interface defines a single generic entry point for accessing properties stored in HashStructure format, such as Project Properties and IDE Preferences.
 

Classes in oracle.javatools.data used by oracle.javatools.db.ddl
HashStructure
          This class implements a hash data structure intended to be used as the generic storage for project metadata that can be marshalled to and from a persistent form without depending on custom marshalling code.
HashStructureAdapter
          This class serves as a base implementation of an adapter pattern to bridge JavaBeans-style getter and setter methods with HashStructure storage.
 

Classes in oracle.javatools.data used by oracle.javatools.db.plsql
HashStructure
          This class implements a hash data structure intended to be used as the generic storage for project metadata that can be marshalled to and from a persistent form without depending on custom marshalling code.
HashStructureAdapter
          This class serves as a base implementation of an adapter pattern to bridge JavaBeans-style getter and setter methods with HashStructure storage.
 

Classes in oracle.javatools.data used by oracle.javatools.editor.print
HashStructure
          This class implements a hash data structure intended to be used as the generic storage for project metadata that can be marshalled to and from a persistent form without depending on custom marshalling code.
HashStructureAdapter
          This class serves as a base implementation of an adapter pattern to bridge JavaBeans-style getter and setter methods with HashStructure storage.
 

Classes in oracle.javatools.data used by oracle.javatools.parser.java.v2.write
HashStructure
          This class implements a hash data structure intended to be used as the generic storage for project metadata that can be marshalled to and from a persistent form without depending on custom marshalling code.
 

Classes in oracle.javatools.data used by oracle.jdeveloper.audit.model
StructureChangeEvent
          The event object describing a change in a HashStructure or ListStructure.
StructureChangeListener
          Callback interface for receiving notification that property values have changed in a HashStructure or ListStructure.
 

Classes in oracle.javatools.data used by oracle.jdeveloper.db
HashStructureAdapter
          This class serves as a base implementation of an adapter pattern to bridge JavaBeans-style getter and setter methods with HashStructure storage.
PropertyStorage
          The PropertyStorage interface defines a single generic entry point for accessing properties stored in HashStructure format, such as Project Properties and IDE Preferences.
 

Classes in oracle.javatools.data used by oracle.jdeveloper.db.panels
HashStructureAdapter
          This class serves as a base implementation of an adapter pattern to bridge JavaBeans-style getter and setter methods with HashStructure storage.
PropertyStorage
          The PropertyStorage interface defines a single generic entry point for accessing properties stored in HashStructure format, such as Project Properties and IDE Preferences.
 

Classes in oracle.javatools.data used by oracle.jdeveloper.library
Dirtyable
          Objects that implement the Dirtyable interface indicate that they are able to track their own dirty state.
HashStructure
          This class implements a hash data structure intended to be used as the generic storage for project metadata that can be marshalled to and from a persistent form without depending on custom marshalling code.
HashStructureAdapter
          This class serves as a base implementation of an adapter pattern to bridge JavaBeans-style getter and setter methods with HashStructure storage.
 

Classes in oracle.javatools.data used by oracle.jdeveloper.merge
Dirtyable
          Objects that implement the Dirtyable interface indicate that they are able to track their own dirty state.
 

Classes in oracle.javatools.data used by oracle.jdeveloper.model
Dirtyable
          Objects that implement the Dirtyable interface indicate that they are able to track their own dirty state.
HashStructure
          This class implements a hash data structure intended to be used as the generic storage for project metadata that can be marshalled to and from a persistent form without depending on custom marshalling code.
HashStructureAdapter
          This class serves as a base implementation of an adapter pattern to bridge JavaBeans-style getter and setter methods with HashStructure storage.
PropertyStorage
          The PropertyStorage interface defines a single generic entry point for accessing properties stored in HashStructure format, such as Project Properties and IDE Preferences.
 

Classes in oracle.javatools.data used by oracle.jdeveloper.offlinedb.browser
Dirtyable
          Objects that implement the Dirtyable interface indicate that they are able to track their own dirty state.
PropertyStorage
          The PropertyStorage interface defines a single generic entry point for accessing properties stored in HashStructure format, such as Project Properties and IDE Preferences.
 

Classes in oracle.javatools.data used by oracle.jdeveloper.offlinedb.model
Dirtyable
          Objects that implement the Dirtyable interface indicate that they are able to track their own dirty state.
HashStructure
          This class implements a hash data structure intended to be used as the generic storage for project metadata that can be marshalled to and from a persistent form without depending on custom marshalling code.
HashStructureAdapter
          This class serves as a base implementation of an adapter pattern to bridge JavaBeans-style getter and setter methods with HashStructure storage.
PropertyStorage
          The PropertyStorage interface defines a single generic entry point for accessing properties stored in HashStructure format, such as Project Properties and IDE Preferences.
 

Classes in oracle.javatools.data used by oracle.jdeveloper.offlinedb.userprops
HashStructure
          This class implements a hash data structure intended to be used as the generic storage for project metadata that can be marshalled to and from a persistent form without depending on custom marshalling code.
HashStructureAdapter
          This class serves as a base implementation of an adapter pattern to bridge JavaBeans-style getter and setter methods with HashStructure storage.
ListStructure
          This class implements a list data structure that complements HashStructure.
PropertyStorage
          The PropertyStorage interface defines a single generic entry point for accessing properties stored in HashStructure format, such as Project Properties and IDE Preferences.
 

Classes in oracle.javatools.data used by oracle.jdeveloper.runner
HashStructure
          This class implements a hash data structure intended to be used as the generic storage for project metadata that can be marshalled to and from a persistent form without depending on custom marshalling code.
HashStructureAdapter
          This class serves as a base implementation of an adapter pattern to bridge JavaBeans-style getter and setter methods with HashStructure storage.
PropertyStorage
          The PropertyStorage interface defines a single generic entry point for accessing properties stored in HashStructure format, such as Project Properties and IDE Preferences.
 

Classes in oracle.javatools.data used by oracle.jdeveloper.vcs.generic
HashStructureAdapter
          This class serves as a base implementation of an adapter pattern to bridge JavaBeans-style getter and setter methods with HashStructure storage.
 

Classes in oracle.javatools.data used by oracle.jdeveloper.vcs.nav
Dirtyable
          Objects that implement the Dirtyable interface indicate that they are able to track their own dirty state.
 

Classes in oracle.javatools.data used by oracle.jdeveloper.vcs.spi
HashStructure
          This class implements a hash data structure intended to be used as the generic storage for project metadata that can be marshalled to and from a persistent form without depending on custom marshalling code.
HashStructureAdapter
          This class serves as a base implementation of an adapter pattern to bridge JavaBeans-style getter and setter methods with HashStructure storage.
ListStructure
          This class implements a list data structure that complements HashStructure.
PropertyStorage
          The PropertyStorage interface defines a single generic entry point for accessing properties stored in HashStructure format, such as Project Properties and IDE Preferences.
 

Classes in oracle.javatools.data used by oracle.jdeveloper.vcs.util
StructureChangeEvent
          The event object describing a change in a HashStructure or ListStructure.
 

Classes in oracle.javatools.data used by oracle.jdeveloper.vcs.versionhistory
Dirtyable
          Objects that implement the Dirtyable interface indicate that they are able to track their own dirty state.
 

Classes in oracle.javatools.data used by oracle.jdeveloper.webapp
Dirtyable
          Objects that implement the Dirtyable interface indicate that they are able to track their own dirty state.
 

Classes in oracle.javatools.data used by oracle.jdevimpl.audit.preferences
HashStructureAdapter
          This class serves as a base implementation of an adapter pattern to bridge JavaBeans-style getter and setter methods with HashStructure storage.
 

Classes in oracle.javatools.data used by oracle.jdevimpl.offlinedb.browser
Dirtyable
          Objects that implement the Dirtyable interface indicate that they are able to track their own dirty state.
 

Classes in oracle.javatools.data used by oracle.jdevimpl.webapp.html
Dirtyable
          Objects that implement the Dirtyable interface indicate that they are able to track their own dirty state.
 


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

E17493-01

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