Extension SDK 10.1.2

Uses of Class
oracle.ide.IdeSubject

Packages that use IdeSubject
oracle.ide Contains classes that allow addins access to the IDE integration objects. 
oracle.jdeveloper.cm.dt Contains the base design-time API for integrating database and application server connections within JDeveloper. 
oracle.jdeveloper.library The Libraries package provides the library API used by JDeveloper. 
 

Uses of IdeSubject in oracle.ide
 

Subclasses of IdeSubject in oracle.ide
 class IdeVetoableSubject
          The IdeVetoableSubject class is a default implementation of the VetoableSubject interface.
 

Methods in oracle.ide with parameters of type IdeSubject
protected static void IdeSubject.copy(IdeSubject src, IdeSubject dst)
          Copies the observer list from src to the Observer list in dst.
 

Constructors in oracle.ide with parameters of type IdeSubject
IdeSubject(IdeSubject ideSubject)
          Copy constructor
 

Uses of IdeSubject in oracle.jdeveloper.cm.dt
 

Subclasses of IdeSubject in oracle.jdeveloper.cm.dt
 class ConnectionNode
          The ConnectionNode class is the base class for all representations of Database Connections
 class DatabaseConnectionNode
           
 class Oc4jConnectionNode
           
 

Uses of IdeSubject in oracle.jdeveloper.library
 

Subclasses of IdeSubject in oracle.jdeveloper.library
 class AddinLibraryList
           
 class DefaultLibraryList
          The DefaultLibraryList class provides a basic implementation of the LibraryList interface.
 class JProjectLibraryList
          The JProjectLibraryList class is used to contain Libraries that are defined within the context of a JProject.
 


Extension SDK

 

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