Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Uses of Interface
oracle.ide.model.SubDirtyable

Packages that use SubDirtyable
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.jdeveloper.deploy   
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. 
 

Uses of SubDirtyable in oracle.ide.model
 

Classes in oracle.ide.model that implement SubDirtyable
 class Connections
          Top level IDE level Connections Node.
 class DefaultSubDirtyable
          Objects that implement the SubDirtyable interface indicate that they want to be saved as content of the document that owns them.
 class Preferences
          Deprecated. since 11.1.1. Do not use this class. It will be removed in a future version of the ide framework. For preferences, see Preferences.
 class Workspaces
          This class holds all Workspace objects currently available to the user in the IDE.
 

Uses of SubDirtyable in oracle.ide.net
 

Classes in oracle.ide.net that implement SubDirtyable
 class URLPath
          An instance of URLPath represents a path that is made up entirely of URLs.
 

Uses of SubDirtyable in oracle.jdeveloper.deploy
 

Subinterfaces of SubDirtyable in oracle.jdeveloper.deploy
 interface LinkedDirtyable
          The LinkedDirtyable interface extends the Dirtyable interface by adding methods that support the linking of Dirtyables to each other.
 

Classes in oracle.jdeveloper.deploy that implement SubDirtyable
 class DefaultLinkedDirtyable
          This is a default implementation of the LinkedDirtyable interface that is primarily intended to be subclassed by data classes that track their own dirty state.
 

Uses of SubDirtyable in oracle.jdeveloper.deploy.dt
 

Classes in oracle.jdeveloper.deploy.dt that implement SubDirtyable
 class AbstractHashDependable
          Base class for creating Dependable(s).
 class DeployElement
          An extension of DefaultElement that also implements the LinkedDirtyable interface.
 class DeployFolder
          An extension of DefaultFolder that also implements the Copyable, LinkedDirtyable, and Subject interfaces.
 class Profile
           
 

Uses of SubDirtyable in oracle.jdeveloper.deploy.ear
 

Classes in oracle.jdeveloper.deploy.ear that implement SubDirtyable
 class EarProfile
          Class representing an EAR deployment profile.
 

Uses of SubDirtyable in oracle.jdeveloper.deploy.ejb
 

Classes in oracle.jdeveloper.deploy.ejb that implement SubDirtyable
 class EjbProfile
          Class representing an EJB deployment profile.
 

Uses of SubDirtyable in oracle.jdeveloper.deploy.j2ee
 

Classes in oracle.jdeveloper.deploy.j2ee that implement SubDirtyable
 class J2eeProfile
           
 

Uses of SubDirtyable in oracle.jdeveloper.deploy.jar
 

Classes in oracle.jdeveloper.deploy.jar that implement SubDirtyable
 class AppClientProfile
           
 class ArchiveOptions
          Class encapsulating the options that can be set on a .jar file or variant of a .jar file.
 class ArchiveProfile
          Data model for the JAR (simple archive) deployment profile.
 class ClientProfile
          Data model representing the J2EE Client deployment profile type.
 class ConnectorProfile
          Data model representing the J2EE Connector deployment profile type.
 class LibraryArchiveProfile
          Data Model representing a deployment campable (as a shared library) version of an ArchiveProfile.
 class TaglibProfile
          The JSP tag library profile.
 

Uses of SubDirtyable in oracle.jdeveloper.deploy.sp
 

Classes in oracle.jdeveloper.deploy.sp that implement SubDirtyable
 class InvokerRights
          Data model for representing invoker's rights.
 class MethodSignature
          This data structure represents a Java method and its associated PL/SQL signature, including the names, types, and modes for parameters.
 class PlsqlDatatype
          Data model representing a PL/SQL datatype.
 class PlsqlMethod
          Abstract base data model representing common aspects of PL/SQL procedures and functions.
 class PlsqlPackage
          Data model representing a PL/SQL package.
 class PlsqlPackagedFunction
          Data model representing a PL/SQL packaged function.
 class PlsqlPackagedProcedure
          Data model representing a packaged Java stored procedure.
 class PlsqlParameter
          Data model representing a PL/SQL method parameter.
 class PlsqlParameterMode
          Data model representing a PL/SQL method parameter mode.
 class PlsqlTopLevelFunction
          Data model representing a top-level Java stored function.
 class PlsqlTopLevelMethod
          Abstract base data model representing common aspects of top-level PL/SQL procedures and functions.
 class PlsqlTopLevelProcedure
          Data model representing a top-level Java stored procedure that has no return value.
 class StoredProcProfile
          Data model representing the stored procedure deployment profile type.
 

Uses of SubDirtyable in oracle.jdeveloper.deploy.war
 

Classes in oracle.jdeveloper.deploy.war that implement SubDirtyable
 class WarProfile
          Data model representing a deployment profile for a J2EE web module.
 

Uses of SubDirtyable in oracle.jdeveloper.library
 

Classes in oracle.jdeveloper.library that implement SubDirtyable
 class AbstractDerivedLibrary
          AbstractDerivedLibrary class.
 class ProjectLibrary
          ProjectLibrary class.
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

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