Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Uses of Interface
oracle.ide.model.LazyLoadable

Packages that use LazyLoadable
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.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.versionhistory   
oracle.jdeveloper.webapp   
oracle.jdevimpl.offlinedb.browser   
oracle.jdevimpl.webapp.html   
 

Uses of LazyLoadable in oracle.bali.xml.addin
 

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

Uses of LazyLoadable in oracle.ide.config
 

Classes in oracle.ide.config that implement LazyLoadable
 class RegisteredDynamicNode
          Deprecated. not replaced.
 

Uses of LazyLoadable in oracle.ide.db.model
 

Classes in oracle.ide.db.model that implement LazyLoadable
 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 LazyLoadable in oracle.ide.layout
 

Classes in oracle.ide.layout that implement LazyLoadable
 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 LazyLoadable in oracle.ide.model
 

Classes in oracle.ide.model that implement LazyLoadable
 class DataContainer
           
 class DataNode
           
 class DefaultContainer
          The DefaultContainer class is a default implementation of a Node that implements the Folder interface.
 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 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 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 LazyLoadable in oracle.jdeveloper.library
 

Classes in oracle.jdeveloper.library that implement LazyLoadable
 class ExternalLibrary
           
 class JDKNode
           
 class JLibraryNode
           
 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
           
 

Uses of LazyLoadable in oracle.jdeveloper.merge
 

Classes in oracle.jdeveloper.merge that implement LazyLoadable
 class BaseMergeNode<T>
           
 class TextMergeNode
           
 

Uses of LazyLoadable in oracle.jdeveloper.model
 

Classes in oracle.jdeveloper.model that implement LazyLoadable
 class JspSourceNode
          The JspSourceNode interface represents a Jsp source file in the JDeveloper browser.
 

Uses of LazyLoadable in oracle.jdeveloper.offlinedb.browser
 

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

Uses of LazyLoadable in oracle.jdeveloper.vcs.nav
 

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

Uses of LazyLoadable in oracle.jdeveloper.vcs.versionhistory
 

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

Uses of LazyLoadable in oracle.jdeveloper.webapp
 

Classes in oracle.jdeveloper.webapp that implement LazyLoadable
 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 LazyLoadable in oracle.jdevimpl.offlinedb.browser
 

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

Uses of LazyLoadable in oracle.jdevimpl.webapp.html
 

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


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

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