Extension SDK 10.1.3.36.73

Package oracle.ide.util

Contains utility classes.

See:
          Description

Interface Summary
CollectionListener A generic listener for Collections that want to public modifications
ContextHolder ContextHolder is an API through which owners of a Context may defer monitoring of the owned Context to the ContextWatcher.
Copyable Please use Copyable instead.
Profiler A pluggable profiler.
PropertyAccess The PropertyAccess interface provides the API for getting and setting properties.
StructuredPropertyAccess  
WeakDataHolder WeakDataHolder is the means by which a WeakDataReference instance is able to communicate that its weakly referenced data has been garbage collected.
 

Class Summary
AccessibleUtils The AccessiblityUtils class provides helper methods for setting properties on the Accessible components.
AddinPolicyUtils A utility class containing addin policies we want to enforce.
ArrayResourceBundle ArrayResourceBundle is an abstract subclass of ResourceBundle that manages locale-dependent resources in an array.
ArraySortedSet The ArraySortedSet is an array implementation of the SortedSet interface.
Assert The Assert class provides basic assertion and tracing support.
BitField Utility class for manipulating a set of bit flags in an integer bit mask.
CollectionEvent  
ContextWatcher ContextWatcher offers a proxy watcher facility such that multiple ContextHolder objects can be notified upon Context changes, though only the single ContextWatcher acts as Observer upon the Node, Project and Workspace of the Context.
DefaultPropertyAccess A very simple in-memory property access.
DefaultStructuredPropertyAccess  
DuplexIterator The DuplexIterator class iterates contiguously over two other Iterators.
Encodings Utility class for dealing with character encodings.
Enum Enum superclass to assist with the declaration of type-safe enumerations following the enums-as-objects pattern, pending enumerated types in the "Tiger" release of Java (J2SE 1.5).
ExecUtil Utilities used when spawning a process
FastStringBuffer This FastStringBuffer class was invented to use instead of StringBuffer in those instances when we know a buffer is not shared.
FastStringWriter A subclass of java.io.PrintWriter with java.io.StringWriter code.
FileCopyUtil Since there is no internal java class/method to copy a file, this class contains simple static utility methods to copy files.
FilePath The FilePath class provides file path manipulation utility functions.
GraphicsUtils GraphicsUtils defines common user-interface related utility functions.
GuidGen This static class provided utilties for generation and manipulation of DFC style Globally Unique Identifiers, using the original HP/OSF UUID reference implemenation as a basis.
HistoryList An class which facilitates reading and writing history lists based on some underlying properties mechanism.
IdeProfile This class wraps the OJVM Event Profiler.
IdeUtil  
InflaterInputStreamPatch Class to work around a serious bug in java.util.zip.InflaterInputStream 1. the available() method is not overridden and incorrectly returns the compressed bytes, and not the decompressed bytes that are actually available.
IntersectedFilters Utility class for obtaining the intersection of multiple PatternFilter instances.
IntHashMap  
IteratorFilter This class filters elements out of a base Iterator.
JDK  
MenuCJKUtil Utility class to handle issues with menu labels and mnemonics in Chinese, Japanese, or Korean languages.
MenuSpec  
MnemonicSolver This class can be used to resolve mnemonic conflicts in menus.
ModelUtil Utility methods frequently used by data classes and design-time classes.
MultiMap MultiMap maps a key to a list of values.
Mutables Mutable wrapper types for the primitive types and for objects.
Mutables.Boolean  
Mutables.Byte  
Mutables.Character  
Mutables.Double  
Mutables.Float  
Mutables.Integer  
Mutables.Long  
Mutables.Object  
Mutables.Short  
Namespace This class implements a data structure that uses a hierarchy of named scopes to locate data objects.
OrderedProperties  
Pair Encapsulates a Pair of objects.
PatternFilter Implements an Ant-style pattern filter.
PatternFilters http://ant.apache.org/manual/dirtasks.html#patterns http://devweb.uk.oracle.com/cgi-bin/jdevwiki.pl?
ResourceUtils Utility class to make using resources easier.
StringComparator This is a Comparator implementation for comparing objects through their string representations.
StringTokenizerEx  
SwingWorker This is the 3rd version of SwingWorker (also known as SwingWorker 3), an abstract class that you subclass to perform GUI-related work in a dedicated thread.
TextBufferStreamFactory The TextBufferStreamFactory is a utilities class for creating InputStream and OutputStream wrappers for a TextBuffer.
TimedCache The TimedCache is an implementation of a cache that is based around an expiration timer.
TriStateBoolean This class represents a flag that has three states, as opposed to the two states of a regular boolean flag.
VersionNumber This class encapsulates the notion of a version number or version string, which can be defined as a string of characters, usually digits, separated by dots ('.').
WeakDataReference The WeakDataReference class is an implementation of WeakReference with a built in notification mechanism.
WeightedController A WeightedController allows to chain controllers using a weight to control the order.
WeightedList Like a list but stores elements in the order specified by the weight.
 

Package oracle.ide.util Description

Contains utility classes.

Related Documentation

See Extending JDeveloper Using the Addin API for detailed information.


Extension SDK 10.1.3.36.73

 

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