Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

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.property Classes for dealing with properties in the database API. 
oracle.javatools.db.sql Contains an API for declaratively parsing SQL queries (SELECT statements). 
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.extension   
oracle.jdeveloper.audit.model The base classes for defining the Audit object model. 
oracle.jdeveloper.builder This package contains the base implementations for the set of classes used for creating new objects. 
oracle.jdeveloper.deploy   
oracle.jdeveloper.deploy.dt   
oracle.jdeveloper.deploy.dt.wizard.spi   
oracle.jdeveloper.deploy.ear   
oracle.jdeveloper.deploy.ejb   
oracle.jdeveloper.deploy.j2ee   
oracle.jdeveloper.deploy.jar   
oracle.jdeveloper.deploy.sp   
oracle.jdeveloper.deploy.war   
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.uieditor Contains classes that allow addins access to the UIEditor integration objects. 
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.vop   
oracle.jdevimpl.audit.core   
oracle.jdevimpl.audit.preferences   
oracle.jdevimpl.bookmarks   
 

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.
 

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.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.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.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.AbstractEntry (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.SoftLinkedEntry
          An Maps.AbstractLinkedEntry implementation which holds its value with a SoftReference.
Maps.SoftLinkedHashMap
          An implementation of Maps.AbstractLinkedHashMap, based on Maps.SoftLinkedEntry, which holds its values with SoftReferences.
 

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.AbstractCacheMap
           
Maps.AbstractCacheMap.MappingType
          The types of references to values supported.
Maps.AbstractCacheMap.ReferenceType
          The types of references to values supported.
Maps.AbstractEntry
          The Map.Entry extended interface required by Maps.AbstractHashMap for its entries.
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.AbstractEntry (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.AbstractLinkedEntry
          The Map.Entry (and Maps.AbstractEntry) extended interface required by Maps.AbstractLinkedHashMap for its entries.
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.CacheMap
           
Maps.CacheStrategy
          An abstract caching strategy for a cache map.
Maps.DefaultEntry
          The default Maps.AbstractEntry implementation.
Maps.DefaultLinkedEntry
          The default Maps.AbstractLinkedEntry implementation.
Maps.ManagedCacheMapMBean
           
Maps.SoftEntry
          An Maps.AbstractEntry implementation which holds its value with a SoftReference.
Maps.SoftLinkedEntry
          An Maps.AbstractLinkedEntry implementation which holds its value with a SoftReference.
Maps.WeakEntry
          An Maps.AbstractEntry implementation which holds its value with a WeakReference.
Maps.WeakLinkedEntry
          An Maps.AbstractLinkedEntry 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.extension
MultiMap
          An object that maps keys to collections of values.
 

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.builder
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.deploy
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.deploy.dt
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.deploy.dt.wizard.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.deploy.ear
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.deploy.ejb
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.deploy.j2ee
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.deploy.jar
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.deploy.sp
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.deploy.war
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.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.uieditor
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.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.jdeveloper.vcs.vop
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.jdevimpl.audit.core
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.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.
 

Classes in oracle.javatools.util used by oracle.jdevimpl.bookmarks
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 Reference
11g Release 1 (11.1.1)

E13403-04

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