Extension SDK 10.1.3.36.73

Package oracle.javatools.util

Provides general utilities.

See:
          Description

Interface Summary
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.
Log.Formatter An object which formats a value into a StringBuffer.
ResourcePicker.ResourceBase A label interface that says to restart the lable tree from here.
ResourcePicker.ResourceFree A label interface that implies that whilst the panel is named it doesn't have any interesting properties to be set so it can be ignored.
 

Class Summary
ArrayIterator The ArrayIterator class iterates over an array of Objects.
ArraySortedSet The ArraySortedSet is an array implementation of the SortedSet interface.
BundleLoader By default the strategy for fetching resource bundles requires a large number of class and resource fetches; the method ResourceBundle.getBundle(String,Locale,ClassLoader) gives precise details.
CopyOnWriteList A simple implementation of a copy-on-write list.
DateComparator Compares dates.
DynamicPropertySetImpl Implementation of the DynamicPropertySet interface.
EnumerationStack A usefull class to put together a group of Enumerations into one big one. ?
EnvironmentVariables Utility class for obtaining the values of shell environment variables.
GraphicsUtils GraphicsUtils defines common user-interface related utility functions.
JdkIntrospector Provides basic information about the J2SE installation that it is run in.
LineIterator An iterator on the lines of an input stream or reader.
Log A simple error and trace log.
ModelUtil Common utility methods.
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.
PlatformUtils PlatformUtils provides a common location from which a component can identify the current platform, without the need for each component to perform its own test of the os.name or os.version properties.
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.
StringUtil String utilities.
SwingClosure This class is intended to be used as a named or anonymous closure for code that must be run immediately on the Swing/AWT event thread while the caller blocks.
SwingUtils Utility methods for Swing and Java.
SynchronizedQueue An unbounded synchronized queue.
Version Represents the version number of an extension or component.
WeakCache This class provides essentially a map with strongly referenced keys and weakly referenced values.
WeakCache.Entry A class whose instances wrap a key and its corresponding value.
XSLTBuilder This class transforms multiple input files through multiple XSL stylesheets to produce multiple outputs.
 

Exception Summary
CanceledException An exception to signal up the call stack that an operation has been cancelled.
ClosureException Exception type thrown from SwingClosure.
UnexpectedExceptionError An unchecked exception to be thrown in the catch clause for a checked exception which is declared in a throws clause but is not expected to ever be thrown in practice.
 

Package oracle.javatools.util Description

Provides general utilities.


Extension SDK 10.1.3.36.73

 

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