|
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 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 |
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 Dirtyable in oracle.ide.layout |
|---|
| Classes in oracle.ide.layout that implement Dirtyable | |
|---|---|
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 Dirtyable in oracle.ide.model |
|---|
| Subinterfaces of Dirtyable in oracle.ide.model | |
|---|---|
interface |
DirtyableObjects that implement the Dirtyable interface indicate that they are able to track their own dirty state. |
interface |
SubDirtyableObjects 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 |
ConnectionsTop level IDE level Connections Node. |
class |
DataContainer |
class |
DataNode |
class |
DefaultContainerThe DefaultContainer class is a default implementation of a Node that implements the Folder interface. |
class |
DefaultDirtyableDefault implementation of the Dirtyable interface. |
class |
DefaultSubDirtyableObjects that implement the SubDirtyable interface indicate that they want to be saved as content of the document that owns them. |
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 |
IdeSystemThis class is for internal use, and should not be used by extension developers. |
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 |
PreferencesDeprecated. 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 |
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. |
| Uses of Dirtyable in oracle.ide.net |
|---|
| Classes in oracle.ide.net that implement Dirtyable | |
|---|---|
class |
URLPathAn 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 |
HashStructureThis 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 |
ListStructureThis class implements a list data structure that complements HashStructure. |
class |
StructureBase 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 |
LinkedDirtyableThe 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 |
DefaultLinkedDirtyableThis 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 |
AbstractHashDependableBase class for creating Dependable(s). |
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 |
DeploymentOptionsDesign-time deployment environment settings. |
class |
Profile |
| Uses of Dirtyable in oracle.jdeveloper.deploy.ear |
|---|
| Classes in oracle.jdeveloper.deploy.ear that implement Dirtyable | |
|---|---|
class |
EarProfileClass representing an EAR deployment profile. |
| Uses of Dirtyable in oracle.jdeveloper.deploy.ejb |
|---|
| Classes in oracle.jdeveloper.deploy.ejb that implement Dirtyable | |
|---|---|
class |
EjbProfileClass 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 |
ArchiveOptionsClass encapsulating the options that can be set on a .jar file or variant of a .jar file. |
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 Dirtyable in oracle.jdeveloper.deploy.sp |
|---|
| Classes in oracle.jdeveloper.deploy.sp that implement Dirtyable | |
|---|---|
class |
InvokerRightsData model for representing invoker's rights. |
class |
MethodSignatureThis data structure represents a Java method and its associated PL/SQL signature, including the names, types, and modes for parameters. |
class |
PlsqlDatatypeData model representing a PL/SQL datatype. |
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 |
PlsqlParameterData model representing a PL/SQL method parameter. |
class |
PlsqlParameterModeData model representing a PL/SQL method parameter mode. |
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 Dirtyable in oracle.jdeveloper.deploy.war |
|---|
| Classes in oracle.jdeveloper.deploy.war that implement Dirtyable | |
|---|---|
class |
WarProfileData 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 |
AbstractDerivedLibraryAbstractDerivedLibrary class. |
class |
AbstractLibraryA read only, partial implementation of Libary. |
class |
AddinJDKA JDK automatically installed by the extension framework. |
class |
AddinLibraryRepresents a library that was installed in an extension manifest's <libraries> hook. |
class |
ExternalLibrary |
class |
JDKNode |
class |
JLibraryNode |
class |
LegacyJDKThe 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 |
LegacyLibraryThe 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 |
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 |
class |
LibraryElementLibraryElement is a complete, default implementation of the Element and Dirtyable interfaces. |
class |
ProjectLibraryProjectLibrary class. |
| Uses of Dirtyable in oracle.jdeveloper.merge |
|---|
| Classes in oracle.jdeveloper.merge that implement Dirtyable | |
|---|---|
class |
TextMergeNodeTextual 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 |
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 Dirtyable in oracle.jdeveloper.offlinedb.browser |
|---|
| Subinterfaces of Dirtyable in oracle.jdeveloper.offlinedb.browser | |
|---|---|
interface |
SchemaObjectNodeInterface for all offline database nodes containing SchemaObjects to implement. |
| Classes in oracle.jdeveloper.offlinedb.browser that implement Dirtyable | |
|---|---|
class |
ProviderNodeNode for a provider in the navigator. |
class |
SchemaNodeNode 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 |
OfflineDBObjectNodeInterface 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 |
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 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.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||