|
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 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.patch | |
| 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 |
| Uses of LazyLoadable in oracle.ide.db.model |
|---|
| Classes in oracle.ide.db.model that implement LazyLoadable | |
|---|---|
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 LazyLoadable in oracle.ide.layout |
|---|
| Classes in oracle.ide.layout that implement LazyLoadable | |
|---|---|
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 LazyLoadable in oracle.ide.model |
|---|
| Classes in oracle.ide.model that implement LazyLoadable | |
|---|---|
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 |
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 |
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 |
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 LazyLoadable in oracle.jdeveloper.library |
|---|
| Classes in oracle.jdeveloper.library that implement LazyLoadable | |
|---|---|
class |
ExternalLibrary |
class |
JDKNode |
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 LazyLoadable in oracle.jdeveloper.merge |
|---|
| Classes in oracle.jdeveloper.merge that implement LazyLoadable | |
|---|---|
class |
TextMergeNodeTextual merge node class on which a TextMergeNodeContributor is created for an editable contributor to the merge UI. |
| Uses of LazyLoadable in oracle.jdeveloper.model |
|---|
| Classes in oracle.jdeveloper.model that implement LazyLoadable | |
|---|---|
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 LazyLoadable in oracle.jdeveloper.offlinedb.browser |
|---|
| Classes in oracle.jdeveloper.offlinedb.browser that implement LazyLoadable | |
|---|---|
class |
ProviderNodeNode for a provider in the navigator. |
class |
SchemaNodeNode 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.patch |
|---|
| Classes in oracle.jdeveloper.vcs.patch that implement LazyLoadable | |
|---|---|
class |
PatchNode |
| 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 |
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 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 Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||