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

E13403-05

Uses of Interface
oracle.javatools.data.Dirtyable

Packages that use Dirtyable
oracle.bali.xml.addin   
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.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.javatools.data   
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. 
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.offlinedb.model Classes that define an offline database's settings and properties. 
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 Dirtyable in oracle.bali.xml.addin
 

Classes in oracle.bali.xml.addin that implement Dirtyable
 class oracle.bali.xml.addin.XMLSourceNode
           
 

Uses of Dirtyable in oracle.ide.config
 

Classes in oracle.ide.config that implement Dirtyable
 class RegisteredDynamicNode
           
 

Uses of Dirtyable in oracle.ide.db.model
 

Classes in oracle.ide.db.model that implement Dirtyable
 class BaseDBObjectNode
          Convenience subclass of Node that implements DBObjectNode.
 class BaseDBObjectTextNode
          Convenience subclass of TextNode that implements DBObjectNode.
 class BasePlSqlTextNode
          Convenience subclass of BaseDBObjectTextNode specifically for PlSql nodes in the navigator.
 class SqlNode
          The SqlNode class is a TextNode that represents an SQL or PL/SQL file.
 

Uses of Dirtyable in oracle.ide.layout
 

Classes in oracle.ide.layout that implement Dirtyable
 class IdeLayout
          IdeLayout class.
 class IdeProperties
          The 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 Layout
          Layout interface.
 class SimpleLayout
          Simple layout information.
 

Uses of Dirtyable in oracle.ide.model
 

Subinterfaces of Dirtyable in oracle.ide.model
 interface Dirtyable
          Objects that implement the Dirtyable interface indicate that they are able to track their own dirty state.
 interface SubDirtyable
          Objects that implement the SubDirtyable interface indicate that they are to be saved as content of the document that owns them.
 

Classes in oracle.ide.model that implement Dirtyable
 class Connections
          Top level IDE level Connections Node.
 class DataContainer
           
 class DataNode
           
 class DefaultContainer
          The DefaultContainer class is a default implementation of a Node that implements the Folder interface.
 class DefaultDirtyable
          Default implementation of the Dirtyable interface.
 class DefaultSubDirtyable
          Objects that implement the SubDirtyable interface indicate that they want to be saved as content of the document that owns them.
 class DeployableTextNode
          Trivial subclass of TextNode that has the ElementAttributes.DEPLOYABLE attribute set.
 class HashStructureNode
          Node implementation for an object that stores properties in a HashStructure and persists those properties to XML via HashStructureIO.
 class IdeSystem
          This class is for internal use, and should not be used by extension developers.
 class ImageNode
          Node subclass for GIF, JPEG, and PNG image files.
 class Node
          The base class for all document types that need to interact with the IDE framework.
 class ObservableFolder
          ObservableFolder is a complete, default implementation of the Folder and Subject interfaces.
 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 Project
          This class represents a user project in the IDE.
 class TextNode
          A base class for Nodes representing text files.
 class UnrecognizedTextNode
          The UnrecognizedTextNode is used for files that are not recognized by the node recognizer system.
 class Workspace
          Workspace represents an Application.
 class Workspaces
          This class holds all Workspace objects currently available to the user in the IDE.
 class XMLDataContainer
          The 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 XMLDataNode
          The XMLDataNode class is the Node wrapper for a JavaBean class that can be persisted to XML using the XML marshalling framework Object2Dom.
 

Uses of Dirtyable in oracle.ide.net
 

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

Uses of Dirtyable in oracle.javatools.data
 

Classes in oracle.javatools.data that implement Dirtyable
 class HashStructure
          This class implements a hash data structure intended to be used as the generic storage for project metadata that can be marshalled to and from a persistent form without depending on custom marshalling code.
 class ListStructure
          This class implements a list data structure that complements HashStructure.
 class Structure
          Base class for HashStructure and ListStructure.
 

Methods in oracle.javatools.data with parameters of type Dirtyable
abstract  void HashStructure.setParentDirtyable(Dirtyable parentDirtyable)
          Sets the Dirtyable that will be used as the delegate for tracking the dirty flag.
 

Uses of Dirtyable in oracle.jdeveloper.deploy
 

Subinterfaces of Dirtyable 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 Dirtyable
 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 Dirtyable in oracle.jdeveloper.deploy.dt
 

Classes in oracle.jdeveloper.deploy.dt that implement Dirtyable
 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 DeploymentOptions
          Design-time deployment environment settings.
 class Profile
           
 

Uses of Dirtyable in oracle.jdeveloper.deploy.ear
 

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

Uses of Dirtyable in oracle.jdeveloper.deploy.ejb
 

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

Uses of Dirtyable in oracle.jdeveloper.deploy.j2ee
 

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

Uses of Dirtyable in oracle.jdeveloper.deploy.jar
 

Classes in oracle.jdeveloper.deploy.jar that implement Dirtyable
 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 Dirtyable in oracle.jdeveloper.deploy.sp
 

Classes in oracle.jdeveloper.deploy.sp that implement Dirtyable
 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 Dirtyable in oracle.jdeveloper.deploy.war
 

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

Uses of Dirtyable in oracle.jdeveloper.library
 

Classes in oracle.jdeveloper.library that implement Dirtyable
 class AbstractDerivedLibrary
          AbstractDerivedLibrary class.
 class AbstractLibrary
          A read only, partial implementation of Libary.
 class AddinJDK
          A JDK automatically installed by the extension framework.
 class AddinLibrary
          Represents a library that was installed in an extension manifest's <libraries> hook.
 class ExternalLibrary
           
 class JDKNode
           
 class JLibraryNode
           
 class LegacyJDK
          The sole intention of LegacyJDK is to represent a JDK as used in pre 10.1.3 releases such taht the data may be read by the migration mechanics for conversion to the 10.1.3 format.
 class LegacyLibrary
          The sole intention of LegacyLibrary is to represent a library as used in pre 10.1.3 releases such taht the data may be read by the migration mechanics for conversion to the 10.1.3 format.
 class LegacyLibraryDefinition
           
 class LegacyLibraryList
          The 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
           
 class LibraryElement
          LibraryElement is a complete, default implementation of the Element and Dirtyable interfaces.
 class ProjectLibrary
          ProjectLibrary class.
 

Uses of Dirtyable in oracle.jdeveloper.merge
 

Classes in oracle.jdeveloper.merge that implement Dirtyable
 class TextMergeNode
          Textual merge node class on which a TextMergeNodeContributor is created for an editable contributor to the merge UI.
 

Uses of Dirtyable in oracle.jdeveloper.model
 

Classes in oracle.jdeveloper.model that implement Dirtyable
 class JavaClassNode
          The JavaNode interface represents a Java class element in the JDeveloper browser.
 class JavaNode
          The JavaNode represents a Java class element in the JDeveloper browser.
 class JavaSourceNode
          The JavaSourceNode interface represents a Java source file in the JDeveloper browser.
 class JspSourceNode
          The JspSourceNode interface represents a Jsp source file in the JDeveloper browser.
 

Uses of Dirtyable in oracle.jdeveloper.offlinedb.browser
 

Subinterfaces of Dirtyable in oracle.jdeveloper.offlinedb.browser
 interface SchemaObjectNode
          Interface for all offline database nodes containing SchemaObjects to implement.
 

Classes in oracle.jdeveloper.offlinedb.browser that implement Dirtyable
 class ProviderNode
          Node for a provider in the navigator.
 class SchemaNode
          Node for the schema/package object in the system navigator.
 

Uses of Dirtyable in oracle.jdeveloper.offlinedb.model
 

Subinterfaces of Dirtyable in oracle.jdeveloper.offlinedb.model
 interface OfflineDBObjectNode
          Interface for all offline database nodes containing DBObjects to implement.
 

Uses of Dirtyable in oracle.jdeveloper.vcs.nav
 

Classes in oracle.jdeveloper.vcs.nav that implement Dirtyable
 class ConnectionListFilterNode
           
 class ConnectionNodeDecorator
           
 

Uses of Dirtyable in oracle.jdeveloper.vcs.patch
 

Classes in oracle.jdeveloper.vcs.patch that implement Dirtyable
 class PatchNode
           
 

Uses of Dirtyable in oracle.jdeveloper.vcs.versionhistory
 

Classes in oracle.jdeveloper.vcs.versionhistory that implement Dirtyable
 class VersionHistoryNode
           
 

Uses of Dirtyable in oracle.jdeveloper.webapp
 

Classes in oracle.jdeveloper.webapp that implement Dirtyable
 class BrowsableWebDocumentNode
           
 class DelegatingXMLSourceNode
          An XMLSourceNode extension that allows the WebDocumentNode world to assign strategies at a single node recognition time.
 class WebDocumentNode
          Node representing Web documents: HTML, JSP ...
 

Uses of Dirtyable in oracle.jdevimpl.offlinedb.browser
 

Classes in oracle.jdevimpl.offlinedb.browser that implement Dirtyable
 class oracle.jdevimpl.offlinedb.browser.BaseOfflineDBObjectNode
           
 

Uses of Dirtyable in oracle.jdevimpl.webapp.html
 

Classes in oracle.jdevimpl.webapp.html that implement Dirtyable
 class oracle.jdevimpl.webapp.html.HtmlSourceNode
           
 


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

E13403-05

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