|
Extension SDK 10.1.2 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use oracle.ide.util | |
oracle.ide | Contains classes that allow addins access to the IDE integration objects. |
oracle.ide.addin | Contains classes and interfaces that are used by addins to extend JDeveloper with their own views and wizards. |
oracle.ide.config | Contains classes encapsulating JDevelopers's environment settings. |
oracle.ide.controls | Contains classes implementing the basic graphical controls, such as, toolbars, toolbar buttons, status bars, tabbed windows, used by JDeveloper. |
oracle.ide.docking | Contains interfaces and classes responsible for the dockable behavior provided by JDeveloper. |
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.gallery | Contains classes implementing JDeveloper's new object gallery. |
oracle.ide.keyboard | Contains classes used by addins for providing accelerators for the commands they define. |
oracle.ide.layout | Contains interfaces and classes addins can implement or extend to provide preferred layouts for their own specialized editors. |
oracle.ide.model | Contains interfaces and classes implementing JDeveloper's data model. |
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.util | Contains utility classes. |
oracle.ide.wizard | Contains classes internally used by JDeveloper, these classes should not be used by addin developers. |
oracle.jdeveloper.builder | This package contains the base implementations for the set of classes used for creating new objects. |
oracle.jdeveloper.ceditor | The Code Editor package contains the code editing
implementation of the JDeveloper IDE. |
oracle.jdeveloper.cm.ds.db | Contains a metadata API for describing database objects. |
oracle.jdeveloper.cm.dt | Contains the base design-time API for integrating database and application server connections within JDeveloper. |
oracle.jdeveloper.cm.dt.addin | Contains base implementations of addin interfaces. |
oracle.jdeveloper.cm.dt.wizard | Contains classes related to Wizard implementations used with connection objects. |
oracle.jdeveloper.compiler | Contains classes that allow addins to integrate their own build system translator. |
oracle.jdeveloper.externaltools | Contains interfaces and classes that allow the support for external tools in the JDeveloper IDE to be invoked, manipulated and extended by extensions. |
oracle.jdeveloper.library | The Libraries package provides the library API used
by JDeveloper. |
oracle.jdeveloper.model | Contains interfaces and classes implementing the Java specific portions of JDeveloper's data model. |
oracle.jdeveloper.runner | Contains classes that allow addins some level of control on the JDeveloper runner system. |
oracle.jdeveloper.uieditor | Contains classes that allow addins access to the UIEditor integration objects. |
oracle.jdeveloper.uieditor.uicanvas | Contains classes that allow addins access to the UICanvas integration objects. |
oracle.jdeveloper.vcs.spi | Contains extension-level service provider interfaces for version control system integraton. |
oracle.jdeveloper.webservices | New public API to web services |
oracle.jdevimpl.webapp.html | |
oracle.jdevimpl.wizard |
Classes in oracle.ide.util used by oracle.ide | |
ArrayResourceBundle
ArrayResourceBundle is an abstract subclass of
ResourceBundle that manages locale-dependent resources
in an array. |
|
HistoryList
An class which facilitates reading and writing history lists based on some underlying properties mechanism. |
|
MnemonicSolver
This class can be used to resolve mnemonic conflicts in menus. |
Classes in oracle.ide.util used by oracle.ide.addin | |
MenuSpec
|
|
PropertyAccess
The PropertyAccess interface provides the API for
getting and setting properties. |
Classes in oracle.ide.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. |
|
OrderedProperties
|
|
TransientMarker
The TransientMarker is a special kind of runtime
exception that can be declared in the throws clause
of a getter method to indicate to the IDE's marshalling code that
the property represented by the getter is transient and should
not be persisted. |
Classes in oracle.ide.util used by oracle.ide.controls | |
ArrayResourceBundle
ArrayResourceBundle is an abstract subclass of
ResourceBundle that manages locale-dependent resources
in an array. |
Classes in oracle.ide.util used by oracle.ide.docking | |
PropertyAccess
The PropertyAccess interface provides the API for
getting and setting properties. |
Classes in oracle.ide.util used by oracle.ide.editor | |
ArrayResourceBundle
ArrayResourceBundle is an abstract subclass of
ResourceBundle that manages locale-dependent resources
in an array. |
|
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. |
|
MenuSpec
|
|
StructuredPropertyAccess
|
Classes in oracle.ide.util used by oracle.ide.explorer | |
ArrayResourceBundle
ArrayResourceBundle is an abstract subclass of
ResourceBundle that manages locale-dependent resources
in an array. |
|
PropertyAccess
The PropertyAccess interface provides the API for
getting and setting properties. |
Classes in oracle.ide.util used by oracle.ide.gallery | |
MenuSpec
|
|
TransientMarker
The TransientMarker is a special kind of runtime
exception that can be declared in the throws clause
of a getter method to indicate to the IDE's marshalling code that
the property represented by the getter is transient and should
not be persisted. |
Classes in oracle.ide.util used by oracle.ide.keyboard | |
CollectionListener
A generic listener for Collections that want to public modifications |
|
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. |
|
TransientMarker
The TransientMarker is a special kind of runtime
exception that can be declared in the throws clause
of a getter method to indicate to the IDE's marshalling code that
the property represented by the getter is transient and should
not be persisted. |
Classes in oracle.ide.util used by oracle.ide.layout | |
ArrayResourceBundle
ArrayResourceBundle is an abstract subclass of
ResourceBundle that manages locale-dependent resources
in an array. |
|
OrderedProperties
|
|
PropertyAccess
The PropertyAccess interface provides the API for
getting and setting properties. |
|
TransientMarker
The TransientMarker is a special kind of runtime
exception that can be declared in the throws clause
of a getter method to indicate to the IDE's marshalling code that
the property represented by the getter is transient and should
not be persisted. |
Classes in oracle.ide.util used by oracle.ide.model | |
ArrayResourceBundle
ArrayResourceBundle is an abstract subclass of
ResourceBundle that manages locale-dependent resources
in an array. |
|
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. |
|
PropertyAccess
The PropertyAccess interface provides the API for
getting and setting properties. |
|
TransientMarker
The TransientMarker is a special kind of runtime
exception that can be declared in the throws clause
of a getter method to indicate to the IDE's marshalling code that
the property represented by the getter is transient and should
not be persisted. |
|
WeakCache
This class provides essentially a map with strongly referenced keys and weakly referenced values. |
|
WeakDataHolder
WeakDataHolder is the means by which a WeakDataReference instance is able to communicate that its weakly referenced data has been garbage collected. |
|
WeakDataReference
The WeakDataReference class is an implementation of WeakReference with a built in notification mechanism. |
Classes in oracle.ide.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.ide.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. |
|
Namespace
This class implements a data structure that uses a hierarchy of named scopes to locate data objects. |
Classes in oracle.ide.util used by oracle.ide.util | |
ArrayResourceBundle
ArrayResourceBundle is an abstract subclass of
ResourceBundle that manages locale-dependent resources
in an array. |
|
ByteBuffer
A byte buffer implements a mutable sequence of bytes. |
|
CollectionEvent
|
|
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. |
|
DefaultPropertyAccess
A very simple in-memory property access. |
|
DefaultStructuredPropertyAccess
|
|
DelimitedStrings
Delimited strings can be very useful for storing text, numeric and date values in a recoverable way for a readable file. |
|
DynamicPropertySet
This class can be used by objects that need to manage a dynamic set of properties. |
|
DynamicPropertySetImpl
Implementation of the DynamicPropertySet interface. |
|
FastStringBuffer
This FastStringBuffer class was invented to use instead of StringBuffer in those instances when we know a buffer is not shared. |
|
MnemonicSolver.MenuLabel
MenuLabel class. |
|
Namespace
This class implements a data structure that uses a hierarchy of named scopes to locate data objects. |
|
Pair
Encapsulates a Pair of objects. Note: The toString() method returns the toString() of the first object. |
|
Profiler
A pluggable profiler. |
|
PropertyAccess
The PropertyAccess interface provides the API for
getting and setting properties. |
|
StructuredPropertyAccess
|
|
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 ('.'). |
|
WeakDataHolder
WeakDataHolder is the means by which a WeakDataReference instance is able to communicate that its weakly referenced data has been garbage collected. |
|
WeakDataReference
The WeakDataReference class is an implementation of WeakReference with a built in notification mechanism. |
Classes in oracle.ide.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.ide.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.ide.util used by oracle.jdeveloper.ceditor | |
MenuSpec
|
|
StructuredPropertyAccess
|
Classes in oracle.ide.util used by oracle.jdeveloper.cm.ds.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. |
|
TransientMarker
The TransientMarker is a special kind of runtime
exception that can be declared in the throws clause
of a getter method to indicate to the IDE's marshalling code that
the property represented by the getter is transient and should
not be persisted. |
Classes in oracle.ide.util used by oracle.jdeveloper.cm.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.ide.util used by oracle.jdeveloper.cm.dt.addin | |
MenuSpec
|
Classes in oracle.ide.util used by oracle.jdeveloper.cm.dt.wizard | |
Namespace
This class implements a data structure that uses a hierarchy of named scopes to locate data objects. |
Classes in oracle.ide.util used by oracle.jdeveloper.compiler | |
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. |
|
TransientMarker
The TransientMarker is a special kind of runtime
exception that can be declared in the throws clause
of a getter method to indicate to the IDE's marshalling code that
the property represented by the getter is transient and should
not be persisted. |
Classes in oracle.ide.util used by oracle.jdeveloper.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.ide.util used by oracle.jdeveloper.library | |
AttributeMarker
The AttributeMarker class can be declared in the
throws clause of a getter method to indicate to
the IDE's marshalling code that a particular persistent property
should be persisted in XML as an attribute instead of an element. |
|
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. |
|
TransientMarker
The TransientMarker is a special kind of runtime
exception that can be declared in the throws clause
of a getter method to indicate to the IDE's marshalling code that
the property represented by the getter is transient and should
not be persisted. |
|
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 ('.'). |
Classes in oracle.ide.util used by oracle.jdeveloper.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. |
|
Namespace
This class implements a data structure that uses a hierarchy of named scopes to locate data objects. |
|
TransientMarker
The TransientMarker is a special kind of runtime
exception that can be declared in the throws clause
of a getter method to indicate to the IDE's marshalling code that
the property represented by the getter is transient and should
not be persisted. |
|
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 ('.'). |
|
WeakDataHolder
WeakDataHolder is the means by which a WeakDataReference instance is able to communicate that its weakly referenced data has been garbage collected. |
Classes in oracle.ide.util used by oracle.jdeveloper.runner | |
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.ide.util used by oracle.jdeveloper.uieditor | |
ArrayResourceBundle
ArrayResourceBundle is an abstract subclass of
ResourceBundle that manages locale-dependent resources
in an array. |
|
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.ide.util used by oracle.jdeveloper.uieditor.uicanvas | |
ArrayResourceBundle
ArrayResourceBundle is an abstract subclass of
ResourceBundle that manages locale-dependent resources
in an array. |
Classes in oracle.ide.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.ide.util used by oracle.jdeveloper.webservices | |
TransientMarker
The TransientMarker is a special kind of runtime
exception that can be declared in the throws clause
of a getter method to indicate to the IDE's marshalling code that
the property represented by the getter is transient and should
not be persisted. |
Classes in oracle.ide.util used by oracle.jdevimpl.webapp.html | |
WeakDataHolder
WeakDataHolder is the means by which a WeakDataReference instance is able to communicate that its weakly referenced data has been garbage collected. |
Classes in oracle.ide.util used by oracle.jdevimpl.wizard | |
Namespace
This class implements a data structure that uses a hierarchy of named scopes to locate data objects. |
|
Extension SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.