|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Subject | |
|---|---|
| oracle.bali.xml.addin | |
| 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.db.model | Classes associated with the IDE's navigator nodes for database connections and database objects. |
| oracle.ide.inspector | Contains interfaces and classes that integrators may use to make their objects editable from the property inspector. |
| 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.jdeveloper.cmt | The Component Model Tool, an API for manipulating Java source code. |
| oracle.jdeveloper.deploy.dt | |
| oracle.jdeveloper.deploy.ear | |
| oracle.jdeveloper.deploy.ejb | |
| oracle.jdeveloper.deploy.j2ee | |
| oracle.jdeveloper.deploy.jar | |
| oracle.jdeveloper.deploy.sp | |
| oracle.jdeveloper.deploy.war | |
| 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.offlinedb.browser | Offline Database Node implementations for the JDeveloper's Application Navigator. |
| oracle.jdeveloper.vcs.nav | |
| oracle.jdeveloper.vcs.patch | |
| oracle.jdeveloper.vcs.versionhistory | |
| oracle.jdeveloper.webapp | |
| oracle.jdevimpl.offlinedb.browser | |
| oracle.jdevimpl.webapp.html | |
| Uses of Subject in oracle.bali.xml.addin |
|---|
| Classes in oracle.bali.xml.addin that implement Subject | |
|---|---|
class |
oracle.bali.xml.addin.XMLSourceNode |
| Uses of Subject in oracle.ide.ceditor |
|---|
| Methods in oracle.ide.ceditor with parameters of type Subject | |
|---|---|
static NodeUpdater |
NodeUpdater.getUpdater(Subject nodeSubject, TextBuffer textBuffer)Fetches an updater for the given node - all cached updaters are stored on the list as WeakReferences so that they can be GC'd correcty. |
| Uses of Subject in oracle.ide.cmd |
|---|
| Methods in oracle.ide.cmd with parameters of type Subject | |
|---|---|
static void |
RenameMessage.fireChildRenamed(Subject subject, Node doc, java.net.URL oldURL, Node node, Context context)Case 3) Child renamed notification. |
static void |
RenameMessage.fireChildRenamed(Subject subject, java.net.URL oldURL, Node node, Context context)Case 1) Child rename notification. |
static void |
RenameMessage.fireChildRenamed(Subject subject, java.net.URL oldURL, Node node, Node duplicate, Context context)Case 2) Child renamed notification. |
static void |
RenameMessage.fireObjectRenamed(Subject subject, java.net.URL oldURL, Context context)Case 1) Object rename notification. |
static void |
RenameMessage.fireObjectRenamed(Subject subject, java.net.URL oldURL, Node node, Node duplicate, Context context)Case 2) Object renamed notification. |
static void |
RenameMessage.firePreChildRenamed(Subject subject, Context context)Call this method before the subject is actually renamed. |
| Uses of Subject in oracle.ide.config |
|---|
| Classes in oracle.ide.config that implement Subject | |
|---|---|
class |
RegisteredDynamicNode |
| Uses of Subject in oracle.ide.db.model |
|---|
| Classes in oracle.ide.db.model that implement Subject | |
|---|---|
class |
BaseDBObjectNodeConvenience subclass of Node that implements DBObjectNode. |
class |
BaseDBObjectTextNodeConvenience subclass of TextNode that implements DBObjectNode. |
class |
BasePlSqlTextNodeConvenience subclass of BaseDBObjectTextNode specifically for PlSql nodes in the navigator. |
class |
SqlNodeThe SqlNode class is a TextNode that represents an SQL or PL/SQL file. |
| Uses of Subject in oracle.ide.inspector |
|---|
| Methods in oracle.ide.inspector that return Subject | |
|---|---|
abstract Subject[] |
IdePropertyModel.getSubjects()Get an array of Subject which are affected by any changes made to this PropertyModel. |
Subject[] |
IdeMultiObjectModel.getSubjects()Get an array of Subject instances upon which an UpdateMessage should be sent after a successful property setting. |
| Methods in oracle.ide.inspector with parameters of type Subject | |
|---|---|
boolean |
NotObservableSubjectRegistry.isObservable(Subject subject) |
| Method parameters in oracle.ide.inspector with type arguments of type Subject | |
|---|---|
void |
NotObservableSubjectRegistry.registerNotObservableSubject(java.lang.Class<? extends Subject> subjectType) |
void |
NotObservableSubjectRegistry.unregisterNotObservableSubject(java.lang.Class<? extends Subject> subjectType) |
| Uses of Subject in oracle.ide.layout |
|---|
| Classes in oracle.ide.layout that implement Subject | |
|---|---|
class |
IdeLayoutIdeLayout class. |
class |
IdePropertiesThe IdeProperties class is reponsible for managing the general layout information, such as the size and position of the main application window and the opened editor frames for example. |
class |
LayoutLayout interface. |
class |
SimpleLayoutSimple layout information. |
| Uses of Subject in oracle.ide.model |
|---|
| Subinterfaces of Subject in oracle.ide.model | |
|---|---|
interface |
VetoableSubjectVetoableSubject interface defines the API to register observers interested in receiving notifications of pending subject changes. |
| Classes in oracle.ide.model that implement Subject | |
|---|---|
class |
ConnectionsTop level IDE level Connections Node. |
class |
ContentLevelFolderAlthough this class is package-private, it extends the public abstract class RelativeDirectoryContextFolder. |
class |
ContentSetFolderAlthough this class is package-private, it extends the public abstract class RelativeDirectoryContextFolder. |
class |
DataContainer |
class |
DataNode |
class |
DefaultContainerThe DefaultContainer class is a default implementation of a Node that implements the Folder interface. |
class |
DeployableTextNodeTrivial subclass of TextNode that has the ElementAttributes.DEPLOYABLE attribute set. |
class |
HashStructureNodeNode implementation for an object that stores properties in a HashStructure and persists those properties to XML via HashStructureIO. |
class |
IdeSubjectThe IdeSubject class defines the API to register Observers that are interested in receiving notifications of Subject changes. |
class |
IdeSystemThis class is for internal use, and should not be used by extension developers. |
class |
IdeVetoableSubjectThe IdeVetoableSubject class is a default implementation of the VetoableSubject interface. |
class |
ImageNodeNode subclass for GIF, JPEG, and PNG image files. |
class |
NodeThe base class for all document types that need to interact with the IDE framework. |
class |
ObservableFolderObservableFolder is a complete, default implementation of the Folder and Subject interfaces. |
class |
ProjectThis class represents a user project in the IDE. |
class |
TextNodeA base class for Nodes representing text files. |
class |
UnrecognizedTextNodeThe UnrecognizedTextNode is used for files that are not recognized by the node recognizer system. |
class |
WorkspaceWorkspace represents an Application. |
class |
WorkspacesThis class holds all Workspace objects currently available to the user in the IDE. |
class |
XMLDataContainerThe XMLDataContainer is the Node wrapper for a Folder-implementing JavaBean that can be persisted to XML using the XML marshalling framework in oracle.ide.marshal.xml. |
class |
XMLDataNodeThe XMLDataNode class is the Node wrapper for a JavaBean class that can be persisted to XML using the XML marshalling framework Object2Dom. |
| Methods in oracle.ide.model that return Subject | |
|---|---|
protected Subject |
Project.createSubject()Creates an instance of a Subject implementation. |
protected Subject |
Node.createSubject()Creates an instance of a Subject implementation. |
protected Subject |
Node.getSubject()Gets the implementation of the Subject interface. |
| Methods in oracle.ide.model that return types with arguments of type Subject | |
|---|---|
abstract java.util.concurrent.Callable<java.util.List<Subject>> |
AsynchronousContentLevelFilter.getUpdateDirRequestHandler()Gets a Callable object that will perform the asynchronous request. |
| Methods in oracle.ide.model with parameters of type Subject | |
|---|---|
static void |
UpdateMessage.fireAttributeChanged(Subject subject, Attributes oldAttributes)This method sends an UpdateMessage whose ID is UpdateMessage.ATTRIBUTE_CHANGED to all oracle.ide.addin.Observers of the specified oracle.ide.addin.Subject. |
static void |
UpdateMessage.fireChildAdded(Subject subject, Element element)This method sends an UpdateMessage whose ID is UpdateMessage.CHILD_ADDED to all oracle.ide.addin.Observers of the specified oracle.ide.addin.Subject. |
static void |
UpdateMessage.fireChildRemoved(Subject subject, Element element)This method sends an UpdateMessage whose ID is UpdateMessage.CHILD_REMOVED to all oracle.ide.addin.Observers of the specified oracle.ide.addin.Subject. |
static void |
UpdateMessage.fireChildrenAdded(Subject subject, java.util.Collection childElements)This method sends an UpdateMessage whose ID is UpdateMessage.CHILD_ADDED to all oracle.ide.addin.Observers of the specified oracle.ide.addin.Subject. |
static void |
UpdateMessage.fireChildrenRemoved(Subject subject, java.util.Collection childElements)This method sends an UpdateMessage whose ID is UpdateMessage.CHILD_REMOVED to all oracle.ide.addin.Observers of the specified oracle.ide.addin.Subject. |
static void |
UpdateMessage.fireObjectClosed(Subject subject)This method sends an UpdateMessage whose ID is UpdateMessage.OBJECT_CLOSED to all oracle.ide.addin.Observers of the specified oracle.ide.addin.Subject. |
static void |
UpdateMessage.fireObjectOpened(Subject subject)This method sends an UpdateMessage whose ID is UpdateMessage.OBJECT_OPENED to all oracle.ide.addin.Observers of the specified oracle.ide.addin.Subject. |
static void |
UpdateMessage.fireObjectReloaded(Subject subject)This method sends an UpdateMessage whose ID is UpdateMessage.OBJECT_RELOADED to all oracle.ide.addin.Observers of the specified oracle.ide.addin.Subject. |
static void |
UpdateMessage.fireObjectRenamed(Subject subject)This method sends an UpdateMessage whose ID is UpdateMessage.OBJECT_RENAMED to all Observers of the specified Subject. |
static void |
UpdateMessage.firePropertiesChanged(Subject subject, java.beans.PropertyChangeEvent[] propertyChangeEvents, java.lang.Object origin)This method sends an UpdateMessage with ID UpdateMessage.PROPERTY_SET to all oracle.ide.addin.Observers of the specified oracle.ide.addin.Subject. |
static void |
UpdateMessage.fireStructureChanged(Subject subject)This method sends an UpdateMessage whose ID is UpdateMessage.STRUCTURE_CHANGED to all oracle.ide.addin.Observers of the specified oracle.ide.addin.Subject. |
static void |
UpdateMessage.fireStructureChanged(Subject subject, java.util.Collection modifyObjects)This method sends an UpdateMessage whose ID is UpdateMessage.STRUCTURE_CHANGED to all oracle.ide.addin.Observers of the specified oracle.ide.addin.Subject. |
| Uses of Subject in oracle.jdeveloper.cmt |
|---|
| Subinterfaces of Subject in oracle.jdeveloper.cmt | |
|---|---|
interface |
CmtComponentSourceThe CmtComponentSource interface extends the CmtComponent interface and is intended to be used by the builder environment to differentiate between .java class files that have been constructed by the user via usage of the Designers as opposed to having been found somewhere on the classpath. |
| Uses of Subject in oracle.jdeveloper.deploy.dt |
|---|
| Classes in oracle.jdeveloper.deploy.dt that implement Subject | |
|---|---|
class |
DeployElementAn extension of DefaultElement that also implements the LinkedDirtyable interface. |
class |
DeployFolderAn extension of DefaultFolder that also implements the Copyable, LinkedDirtyable, and Subject interfaces. |
class |
Profile |
| Uses of Subject in oracle.jdeveloper.deploy.ear |
|---|
| Classes in oracle.jdeveloper.deploy.ear that implement Subject | |
|---|---|
class |
EarProfileClass representing an EAR deployment profile. |
| Uses of Subject in oracle.jdeveloper.deploy.ejb |
|---|
| Classes in oracle.jdeveloper.deploy.ejb that implement Subject | |
|---|---|
class |
EjbProfileClass representing an EJB deployment profile. |
| Uses of Subject in oracle.jdeveloper.deploy.j2ee |
|---|
| Classes in oracle.jdeveloper.deploy.j2ee that implement Subject | |
|---|---|
class |
J2eeProfile |
| Uses of Subject in oracle.jdeveloper.deploy.jar |
|---|
| Classes in oracle.jdeveloper.deploy.jar that implement Subject | |
|---|---|
class |
AppClientProfile |
class |
ArchiveProfileData model for the JAR (simple archive) deployment profile. |
class |
ClientProfileData model representing the J2EE Client deployment profile type. |
class |
ConnectorProfileData model representing the J2EE Connector deployment profile type. |
class |
LibraryArchiveProfileData Model representing a deployment campable (as a shared library) version of an ArchiveProfile. |
class |
TaglibProfileThe JSP tag library profile. |
| Uses of Subject in oracle.jdeveloper.deploy.sp |
|---|
| Classes in oracle.jdeveloper.deploy.sp that implement Subject | |
|---|---|
class |
PlsqlMethodAbstract base data model representing common aspects of PL/SQL procedures and functions. |
class |
PlsqlPackageData model representing a PL/SQL package. |
class |
PlsqlPackagedFunctionData model representing a PL/SQL packaged function. |
class |
PlsqlPackagedProcedureData model representing a packaged Java stored procedure. |
class |
PlsqlTopLevelFunctionData model representing a top-level Java stored function. |
class |
PlsqlTopLevelMethodAbstract base data model representing common aspects of top-level PL/SQL procedures and functions. |
class |
PlsqlTopLevelProcedureData model representing a top-level Java stored procedure that has no return value. |
class |
StoredProcProfileData model representing the stored procedure deployment profile type. |
| Uses of Subject in oracle.jdeveloper.deploy.war |
|---|
| Classes in oracle.jdeveloper.deploy.war that implement Subject | |
|---|---|
class |
WarProfileData model representing a deployment profile for a J2EE web module. |
| Uses of Subject in oracle.jdeveloper.library |
|---|
| Classes in oracle.jdeveloper.library that implement Subject | |
|---|---|
class |
ExternalLibrary |
class |
JDKNode |
class |
JLibraryManager |
class |
JLibraryNode |
class |
LegacyLibraryListThe sole intention of LegacyLibraryList is to represent a libraries.xml file used in pre 10.1.3 releases such that the data may be read by the migration mechanics for conversion to the 10.1.3 format. |
class |
LibraryDataNode |
| Uses of Subject in oracle.jdeveloper.merge |
|---|
| Classes in oracle.jdeveloper.merge that implement Subject | |
|---|---|
class |
TextMergeNodeTextual merge node class on which a TextMergeNodeContributor is created for an editable contributor to the merge UI. |
| Uses of Subject in oracle.jdeveloper.model |
|---|
| Classes in oracle.jdeveloper.model that implement Subject | |
|---|---|
class |
JavaClassNodeThe JavaNode interface represents a Java class element in the JDeveloper browser. |
class |
JavaNodeThe JavaNode represents a Java class element in the JDeveloper browser. |
class |
JavaSourceNodeThe JavaSourceNode interface represents a Java source file in the JDeveloper browser. |
class |
JspSourceNodeThe JspSourceNode interface represents a Jsp source file in the JDeveloper browser. |
| Uses of Subject in oracle.jdeveloper.offlinedb.browser |
|---|
| Classes in oracle.jdeveloper.offlinedb.browser that implement Subject | |
|---|---|
class |
ProviderNodeNode for a provider in the navigator. |
class |
SchemaNodeNode for the schema/package object in the system navigator. |
| Uses of Subject in oracle.jdeveloper.vcs.nav |
|---|
| Classes in oracle.jdeveloper.vcs.nav that implement Subject | |
|---|---|
class |
ConnectionListFilterNode |
class |
ConnectionNodeDecorator |
| Uses of Subject in oracle.jdeveloper.vcs.patch |
|---|
| Classes in oracle.jdeveloper.vcs.patch that implement Subject | |
|---|---|
class |
PatchNode |
| Uses of Subject in oracle.jdeveloper.vcs.versionhistory |
|---|
| Classes in oracle.jdeveloper.vcs.versionhistory that implement Subject | |
|---|---|
class |
VersionHistoryNode |
| Uses of Subject in oracle.jdeveloper.webapp |
|---|
| Classes in oracle.jdeveloper.webapp that implement Subject | |
|---|---|
class |
BrowsableWebDocumentNode |
class |
DelegatingXMLSourceNodeAn XMLSourceNode extension that allows the WebDocumentNode world to assign strategies at a single node recognition time. |
class |
WebDocumentNodeNode representing Web documents: HTML, JSP ... |
| Uses of Subject in oracle.jdevimpl.offlinedb.browser |
|---|
| Classes in oracle.jdevimpl.offlinedb.browser that implement Subject | |
|---|---|
class |
oracle.jdevimpl.offlinedb.browser.BaseOfflineDBObjectNode |
| Uses of Subject in oracle.jdevimpl.webapp.html |
|---|
| Classes in oracle.jdevimpl.webapp.html that implement Subject | |
|---|---|
class |
oracle.jdevimpl.webapp.html.HtmlSourceNode |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||