Extension SDK 10.1.3.36.73

Uses of Package
oracle.ide.util

Packages that use oracle.ide.util
oracle.ide Contains classes that allow addins access to the IDE integration objects.  
oracle.ide.ceditor The Code Editor package contains the code editing implementation of the JDeveloper IDE.  
oracle.ide.cmd Contains classes implementing several JDeveloper commands.  
oracle.ide.config Contains classes encapsulating JDevelopers's environment settings.  
oracle.ide.controller   
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.keyboard Defining your default accelerators Create an accelerator definition (accelerators.xml).  
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.navigation   
oracle.ide.navigator Contains classes providing navigator support.  
oracle.ide.panels Provides a framework for building panel-based UI. 
oracle.ide.util Contains utility classes.  
oracle.ide.wizard Contains classes that can be used to integrate gallery items and wizards into the product. 
oracle.jdeveloper.el   
oracle.jdeveloper.engine.db   
oracle.jdeveloper.library The Libraries package provides the library API used by JDeveloper.  
oracle.jdeveloper.merge Contains classes for merge editor abstractions, including an editor addin, commands, a controller, and utilities.  
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.vcs.util Contains assorted stateless utilities for version control system integraton. 
 

Classes in oracle.ide.util used by oracle.ide
HistoryList
          An class which facilitates reading and writing history lists based on some underlying properties mechanism.
 

Classes in oracle.ide.util used by oracle.ide.ceditor
ContextHolder
          ContextHolder is an API through which owners of a Context may defer monitoring of the owned Context to the ContextWatcher.
MenuSpec
           
StructuredPropertyAccess
           
 

Classes in oracle.ide.util used by oracle.ide.cmd
HistoryList
          An class which facilitates reading and writing history lists based on some underlying properties mechanism.
 

Classes in oracle.ide.util used by oracle.ide.config
OrderedProperties
           
PatternFilters
          http://ant.apache.org/manual/dirtasks.html#patterns http://devweb.uk.oracle.com/cgi-bin/jdevwiki.pl?
 

Classes in oracle.ide.util used by oracle.ide.controller
ArrayResourceBundle
          ArrayResourceBundle is an abstract subclass of ResourceBundle that manages locale-dependent resources in an array.
MnemonicSolver
          This class can be used to resolve mnemonic conflicts in menus.
 

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
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.keyboard
CollectionListener
          A generic listener for Collections that want to public modifications
 

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.
PropertyAccess
          The PropertyAccess interface provides the API for getting and setting properties.
 

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.
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).
IntersectedFilters
          Utility class for obtaining the intersection of multiple PatternFilter instances.
PatternFilters
          http://ant.apache.org/manual/dirtasks.html#patterns http://devweb.uk.oracle.com/cgi-bin/jdevwiki.pl?
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.ide.navigation
ContextHolder
          ContextHolder is an API through which owners of a Context may defer monitoring of the owned Context to the ContextWatcher.
 

Classes in oracle.ide.util used by oracle.ide.navigator
PropertyAccess
          The PropertyAccess interface provides the API for getting and setting properties.
 

Classes in oracle.ide.util used by oracle.ide.panels
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.
CollectionEvent
           
ContextHolder
          ContextHolder is an API through which owners of a Context may defer monitoring of the owned Context to the ContextWatcher.
DefaultPropertyAccess
          A very simple in-memory property access.
DefaultStructuredPropertyAccess
           
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).
FastStringBuffer
          This FastStringBuffer class was invented to use instead of StringBuffer in those instances when we know a buffer is not shared.
IntersectedFilters
          Utility class for obtaining the intersection of multiple PatternFilter instances.
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.
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?
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
MenuSpec
           
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.el
Mutables.Boolean
           
Mutables.Object
           
 

Classes in oracle.ide.util used by oracle.jdeveloper.engine.db
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.library
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.merge
MenuSpec
           
 

Classes in oracle.ide.util used by oracle.jdeveloper.model
PatternFilter
          Implements an Ant-style pattern filter.
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.runner
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.uieditor
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.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
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).
 

Classes in oracle.ide.util used by oracle.jdeveloper.vcs.util
Pair
          Encapsulates a Pair of objects.
 


Extension SDK 10.1.3.36.73

 

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