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

E17493-02

Uses of Package
oracle.javatools.util

Packages that use oracle.javatools.util
oracle.ide.ceditor The Code Editor package contains the code editing implementation of the JDeveloper IDE. 
oracle.ide.config Contains classes encapsulating JDevelopers's environment settings. 
oracle.ide.controller   
oracle.ide.controls.checkboxlist   
oracle.ide.dialogs.filter   
oracle.ide.editor Contains classes and interfaces that allow addins to add their own specialized editors to JDeveloper. 
oracle.ide.explorer Contains the interfaces and classes addins use to provide a structured view of data contained in nodes displayed in a navigator or an editor. 
oracle.ide.externaltools Contains interfaces and classes that allow external tools in the IDE to be invoked, manipulated and extended by extensions. 
oracle.ide.keyboard Defining your default accelerators 
oracle.ide.model Contains interfaces and classes implementing JDeveloper's data model. 
oracle.ide.model.panels   
oracle.ide.navigation   
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.resourcebundle Provides a designtime abstraction around locating and managing resource bundles used by visual and non-visual editors. 
oracle.ide.todo Contains API classes for the To Do Item feature. 
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.wizard Contains classes that can be used to integrate gallery items and wizards into the product. 
oracle.javatools.buffer The TextBuffer package assists in the manipulation of in-memory text content, whether it is read-only text, or read-write text. 
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.datatypes Classes related to datatypes in the database API. 
oracle.javatools.db.diff Contains a metadata driven differ of database objects. 
oracle.javatools.db.ora Contains the database api implementation for Oracle databases, and additional DBObject implementations for objects specific to Oracle. 
oracle.javatools.db.plsql Classes for dealing with PL/SQL objects. 
oracle.javatools.db.property Contains classes for extending the object support that comes as standard in the database api (e.g. 
oracle.javatools.db.sql Contains an API for declaratively parsing SQL queries (SELECT statements). 
oracle.javatools.db.util Contains java.util.Collection and java.util.Map implementations for listing and mapping instances of DBObject and DBObjectID. 
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.resourcebundle   
oracle.javatools.util Provides general utilities. 
oracle.jdeveloper.audit.model The base classes for defining the Audit object model. 
oracle.jdeveloper.audit.service The API classes for invoking Audit programatically, and a few Audit common API classes. 
oracle.jdeveloper.history   
oracle.jdeveloper.model Contains interfaces and classes implementing the Java specific portions of JDeveloper's data model. 
oracle.jdeveloper.offlinedb Database API extension for saving database object definitions in XML files. 
oracle.jdeveloper.offlinedb.model Classes that define an offline database's settings and properties. 
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.jdevimpl.audit.core   
oracle.jdevimpl.audit.preferences   
 

Classes in oracle.javatools.util used by oracle.ide.ceditor
Copyable
          Objects that implement the Copyable are capable of copying their internal, persistent state to another object that can be cast to the same type.
Pair
          Encapsulates a Pair of objects.
Note: The toString() method returns the toString() of the first object.
 

Classes in oracle.javatools.util used by oracle.ide.config
Copyable
          Objects that implement the Copyable are capable of copying their internal, persistent state to another object that can be cast to the same type.
 

Classes in oracle.javatools.util used by oracle.ide.controller
Pair
          Encapsulates a Pair of objects.
Note: The toString() method returns the toString() of the first object.
 

Classes in oracle.javatools.util used by oracle.ide.controls.checkboxlist
Copyable
          Objects that implement the Copyable are capable of copying their internal, persistent state to another object that can be cast to the same type.
 

Classes in oracle.javatools.util used by oracle.ide.dialogs.filter
Copyable
          Objects that implement the Copyable are capable of copying their internal, persistent state to another object that can be cast to the same type.
 

Classes in oracle.javatools.util used by oracle.ide.editor
Copyable
          Objects that implement the Copyable are capable of copying their internal, persistent state to another object that can be cast to the same type.
 

Classes in oracle.javatools.util used by oracle.ide.explorer
CopyOnWriteList
          Deprecated. Use CopyOnWriteArrayList
 

Classes in oracle.javatools.util used by oracle.ide.externaltools
Copyable
          Objects that implement the Copyable are capable of copying their internal, persistent state to another object that can be cast to the same type.
 

Classes in oracle.javatools.util used by oracle.ide.keyboard
Copyable
          Objects that implement the Copyable are capable of copying their internal, persistent state to another object that can be cast to the same type.
 

Classes in oracle.javatools.util used by oracle.ide.model
Copyable
          Objects that implement the Copyable are capable of copying their internal, persistent state to another object that can be cast to the same type.
Log
          A simple error and trace log.
 

Classes in oracle.javatools.util used by oracle.ide.model.panels
Copyable
          Objects that implement the Copyable are capable of copying their internal, persistent state to another object that can be cast to the same type.
 

Classes in oracle.javatools.util used by oracle.ide.navigation
Copyable
          Objects that implement the Copyable are capable of copying their internal, persistent state to another object that can be cast to the same type.
 

Classes in oracle.javatools.util used by oracle.ide.net
Copyable
          Objects that implement the Copyable are capable of copying their internal, persistent state to another object that can be cast to the same type.
 

Classes in oracle.javatools.util used by oracle.ide.panels
Copyable
          Objects that implement the Copyable are capable of copying their internal, persistent state to another object that can be cast to the same type.
 

Classes in oracle.javatools.util used by oracle.ide.resourcebundle
Pair
          Encapsulates a Pair of objects.
Note: The toString() method returns the toString() of the first object.
 

Classes in oracle.javatools.util used by oracle.ide.todo
Copyable
          Objects that implement the Copyable are capable of copying their internal, persistent state to another object that can be cast to the same type.
 

Classes in oracle.javatools.util used by oracle.ide.util
ArraySortedSet
          The ArraySortedSet is an array implementation of the SortedSet interface.
Copyable
          Objects that implement the Copyable are capable of copying their internal, persistent state to another object that can be cast to the same type.
GraphicsUtils
          GraphicsUtils defines common user-interface related utility functions.
ModelUtil
          Common utility methods.
Pair
          Encapsulates a Pair of objects.
Note: The toString() method returns the toString() of the first object.
WeightedList
          Like a list but stores elements in the order specified by the weight.
 

Classes in oracle.javatools.util used by oracle.ide.webbrowser
Copyable
          Objects that implement the Copyable are capable of copying their internal, persistent state to another object that can be cast to the same type.
 

Classes in oracle.javatools.util used by oracle.ide.wizard
Copyable
          Objects that implement the Copyable are capable of copying their internal, persistent state to another object that can be cast to the same type.
 

Classes in oracle.javatools.util used by oracle.javatools.buffer
Log
          A simple error and trace log.
 

Classes in oracle.javatools.util used by oracle.javatools.db
Copyable
          Objects that implement the Copyable are capable of copying their internal, persistent state to another object that can be cast to the same type.
DynamicPropertySet
          This class can be used by objects that need to manage a dynamic set of properties.
Pair
          Encapsulates a Pair of objects.
Note: The toString() method returns the toString() of the first object.
 

Classes in oracle.javatools.util used by oracle.javatools.db.datatypes
Copyable
          Objects that implement the Copyable are capable of copying their internal, persistent state to another object that can be cast to the same type.
DynamicPropertySet
          This class can be used by objects that need to manage a dynamic set of properties.
 

Classes in oracle.javatools.util used by oracle.javatools.db.diff
Copyable
          Objects that implement the Copyable are capable of copying their internal, persistent state to another object that can be cast to the same type.
DynamicPropertySet
          This class can be used by objects that need to manage a dynamic set of properties.
 

Classes in oracle.javatools.util used by oracle.javatools.db.ora
Copyable
          Objects that implement the Copyable are capable of copying their internal, persistent state to another object that can be cast to the same type.
DynamicPropertySet
          This class can be used by objects that need to manage a dynamic set of properties.
 

Classes in oracle.javatools.util used by oracle.javatools.db.plsql
Copyable
          Objects that implement the Copyable are capable of copying their internal, persistent state to another object that can be cast to the same type.
DynamicPropertySet
          This class can be used by objects that need to manage a dynamic set of properties.
 

Classes in oracle.javatools.util used by oracle.javatools.db.property
Copyable
          Objects that implement the Copyable are capable of copying their internal, persistent state to another object that can be cast to the same type.
 

Classes in oracle.javatools.util used by oracle.javatools.db.sql
Copyable
          Objects that implement the Copyable are capable of copying their internal, persistent state to another object that can be cast to the same type.
DynamicPropertySet
          This class can be used by objects that need to manage a dynamic set of properties.
 

Classes in oracle.javatools.util used by oracle.javatools.db.util
MultiMap
          An object that maps keys to collections of values.
 

Classes in oracle.javatools.util used by oracle.javatools.editor.print
Copyable
          Objects that implement the Copyable are capable of copying their internal, persistent state to another object that can be cast to the same type.
 

Classes in oracle.javatools.util used by oracle.javatools.resourcebundle
Maps.CacheMap
           
 

Classes in oracle.javatools.util used by oracle.javatools.util
ClosureException
          Exception type thrown from SwingClosure.
CommandException
          An exception thrown to report an error detected by a command parser when a CommandParser.
CommandModel
          A model of a command line.
CommandParser
          A simple command line parser.
CommandParser.Converter
          An interface for an object which converts a String to a value.
Copyable
          Objects that implement the Copyable are capable of copying their internal, persistent state to another object that can be cast to the same type.
DateComparator
          Compares dates.
DynamicPropertySet
          This class can be used by objects that need to manage a dynamic set of properties.
DynamicPropertySetImpl
          Implementation of the DynamicPropertySet interface.
Filter
          A simple filter interface.
FormatBundle
          A formatting resource provider that wraps a java.util.ResourceBundle.
Log.Formatter
          An object which formats a value into a StringBuffer.
Maps.AbstractHashMap
          An abstract, but nearly complete, implementation of the Map interface that is functionally equivalent to HashMap but that allows subclasses to do any or all of the following: control the concrete class of Map.Entry instances used so long as they extend Maps.BaseEntry (see Maps.AbstractHashMap.createEntry(int, K, V, E)); override the calculation of hashCode and equals for all keys (see Maps.AbstractHashMap.keyHashCode(java.lang.Object) and Maps.AbstractHashMap.keyEquals(java.lang.Object, java.lang.Object)); override the calculation of hashCode and equals for all values (see Maps.AbstractHashMap.valueHashCode(java.lang.Object) and Maps.AbstractHashMap.valueEquals(java.lang.Object, java.lang.Object)); track when the map is constructed, initialized, and changed (see Maps.AbstractHashMap.mapConstructed(), Maps.AbstractHashMap.mapInitialized(), and Maps.AbstractHashMap.mapChanged()).
Maps.AbstractLinkedHashMap
          An abstract, but nearly complete, implementation of the Map interface that is functionally equivalent to LinkedHashMap but is based on Maps.AbstractHashMap and allows subclasses the same customization options.
Maps.BaseEntry
          The extended Map.Entry interface required by Maps.AbstractHashMap for its entries.
Maps.BoundedLruCacheStrategy
          A bounded size LRU (least recently used) cache strategy.
Maps.CacheMap
           
Maps.CacheMap.Canonicity
          The canonicity of a mapping.
Maps.CacheMap.Strength
          The types of references to values supported.
Maps.CacheStrategy
          An abstract caching strategy for a cache map.
Maps.EvictedLinkedEntry
           
Maps.LinkedEntry
          The Map.Entry (and Maps.BaseEntry) extended interface required by Maps.AbstractLinkedHashMap for its entries.
Maps.ManagedCacheMapMBean
           
Maps.SoftEntry
          An Maps.BaseEntry implementation which holds its value with a SoftReference.
Maps.SoftLinkedEntry
          An Maps.LinkedEntry implementation which holds its value with a SoftReference.
Maps.StrongEntry
          The default Maps.BaseEntry implementation.
Maps.StrongLinkedEntry
          The default Maps.LinkedEntry implementation.
Maps.TimedEntry
           
Maps.WeakEntry
          An Maps.BaseEntry implementation which holds its value with a WeakReference.
Maps.WeakLinkedEntry
          An Maps.LinkedEntry implementation which holds its value with a WeakReference.
MultiMap
          An object that maps keys to collections of values.
NamedTimer
          A subclass of Timer that also allows configuring the name and priority of the underlying timer thread.
NullResourceBundle
          A resource bundle which has no elements.
Pair
          Encapsulates a Pair of objects.
Note: The toString() method returns the toString() of the first object.
PairList
          PairList extends List interface to support Pair types which are in turn made of two arbitrary types.
ResourcePicker
          This package does some very cunning things in order to traverse a given object and find all the objects inside it that are of type JComponent.
Tuple
          A generic immutable 2-tuple.
WeakCache.Entry
          A class whose instances wrap a key and its corresponding value.
 

Classes in oracle.javatools.util used by oracle.jdeveloper.audit.model
Log
          A simple error and trace log.
 

Classes in oracle.javatools.util used by oracle.jdeveloper.audit.service
MultiMap
          An object that maps keys to collections of values.
 

Classes in oracle.javatools.util used by oracle.jdeveloper.history
Copyable
          Objects that implement the Copyable are capable of copying their internal, persistent state to another object that can be cast to the same type.
 

Classes in oracle.javatools.util used by oracle.jdeveloper.model
Pair
          Encapsulates a Pair of objects.
Note: The toString() method returns the toString() of the first object.
 

Classes in oracle.javatools.util used by oracle.jdeveloper.offlinedb
Copyable
          Objects that implement the Copyable are capable of copying their internal, persistent state to another object that can be cast to the same type.
 

Classes in oracle.javatools.util used by oracle.jdeveloper.offlinedb.model
Copyable
          Objects that implement the Copyable are capable of copying their internal, persistent state to another object that can be cast to the same type.
DynamicPropertySet
          This class can be used by objects that need to manage a dynamic set of properties.
 

Classes in oracle.javatools.util used by oracle.jdeveloper.vcs.spi
Copyable
          Objects that implement the Copyable are capable of copying their internal, persistent state to another object that can be cast to the same type.
 

Classes in oracle.javatools.util used by oracle.jdeveloper.vcs.util
Pair
          Encapsulates a Pair of objects.
Note: The toString() method returns the toString() of the first object.
 

Classes in oracle.javatools.util used by oracle.jdevimpl.audit.core
MultiMap
          An object that maps keys to collections of values.
Tuple
          A generic immutable 2-tuple.
 

Classes in oracle.javatools.util used by oracle.jdevimpl.audit.preferences
Copyable
          Objects that implement the Copyable are capable of copying their internal, persistent state to another object that can be cast to the same type.
 


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

E17493-02

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