Extension SDK 10.1.2

Uses of Class
oracle.ide.model.DefaultDisplayable

Packages that use DefaultDisplayable
oracle.ide.gallery Contains classes implementing JDeveloper's new object gallery. 
oracle.ide.model Contains interfaces and classes implementing JDeveloper's data model. 
oracle.jdeveloper.cm.dt Contains the base design-time API for integrating database and application server connections within JDeveloper. 
oracle.jdeveloper.library The Libraries package provides the library API used by JDeveloper. 
oracle.jdeveloper.model Contains interfaces and classes implementing the Java specific portions of JDeveloper's data model. 
oracle.jdevimpl.webapp.html   
 

Uses of DefaultDisplayable in oracle.ide.gallery
 

Subclasses of DefaultDisplayable in oracle.ide.gallery
 class GalleryXMLDataNode
          XMLDataContainer subclass for the Object Gallery.
 

Uses of DefaultDisplayable in oracle.ide.model
 

Subclasses of DefaultDisplayable in oracle.ide.model
 class Connections
          Top level IDE level Connections Node.
 class DataContainer
           
 class DataElement
          DataElement is a complete, default implementation of the Element and Dirtyable interfaces.
 class DataFolder
          DataFolder is a complete, default implementation of the ChildrenList interface.
 class DataNode
           
 class DefaultContainer
          The DefaultContainer class is a default implementation of the Container interface.
 class DefaultDocument
          The DefaultDocument class is a default implementation of the Document interface.
 class DefaultElement
          DefaultElement is a complete, default implementation of the Element interface.
 class DefaultFolder
          DefaultFolder is a complete, default implementation of the Folder interface.
 class DefaultNode
          The DefaultNode class is a default implementation of the Node interface.
 class DeployableTextNode
          Trivial subclass of TextNode that has the ElementAttributes#DEPLYOABLE attribute set.
 class DirectoryFolder
          The DirectoryFolder class encapsulates a directory element managed by the DirectoryFilter.
 class HierarchicalFolder
          The HierarchicalFolder defines common behavior for folder elements managed by a HierarchicalFilter.
 class IdeSystem
          This a new class that is under development to replace IdeSystem.
 class MiscellaneousFolder
           
 class ObservableDataFolder
          ObservableDataFolder is a complete, default implementation of the Folder and Subject interfaces.
 class PackageFolder
          The PackageFolder class encapsulates a package element managed by the PackageFilter.
 class Preferences
          This a new class that is under development to replace Preferences.
 class Project
          This is the base class for all data classes that represent a user project.
 class PropertiesContainer
          This is a complete implementation of the Container interface that uses a single HashMap to hold all of its data and an ArrayList to hold its children.
 class PropertiesNode
          This is a complete implementation of the Node interface that uses a single HashMap to hold all of its data.
 class TextNode
          The TextNode class extends DefaultNodeand should be used for all objects that can be opened as a text file inside a code editor.
 class Workspace
          This a new class that is under development to replace Workspace.
 class Workspaces
          This a new class that is under development to replace Workspaces.
 class XMLDataContainer
          The XMLDataContainer is the Container 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 DefaultDisplayable in oracle.jdeveloper.cm.dt
 

Subclasses of DefaultDisplayable in oracle.jdeveloper.cm.dt
 class BaseConnections
          The BaseConnections class is the base folder type for classes of connections This is a singleton class.
 class DatabaseEditorNode
           
 

Uses of DefaultDisplayable in oracle.jdeveloper.library
 

Subclasses of DefaultDisplayable in oracle.jdeveloper.library
 class AbstractDerivedLibrary
          AbstractDerivedLibrary class.
 class AbstractLibrary
          AbstractLibrary class.
 class JDK
          Encapsulates the notion of a JDK.
 class JLibrary
          Encapsulates the notion of a library as it is used within JDeveloper.
 class JLibraryDefinition
           
 class JLibraryList
           
 class JPaths
          Encapsulates the notion of grouping a class path, source path, and doc path.
 class ProjectLibrary
          ProjectLibrary class.
 

Uses of DefaultDisplayable in oracle.jdeveloper.model
 

Subclasses of DefaultDisplayable in oracle.jdeveloper.model
 class GifImageNode
          Node subclass for .gif image files.
 class ImageNode
          Node subclass for image files.
 class JavaClassNode
          The JavaNode interface represents a Java class element in the JDeveloper browser.
 class JavaSourceNode
          The JavaSourceNode interface represents a Java source file in the JDeveloper browser.
 class JpegImageNode
          Node subclass for .jpg/.jpeg image files.
 class JProject
          JProject is the data class that represents the project in JDeveloper.
 class JspSourceNode
          The JspSourceNode interface represents a Jsp source file in the JDeveloper browser.
 class PngImageNode
          Node subclass for .png image files.
 class SqljSourceNode
          The SqljSourceNode interface represents a SQLJ source file in the JDeveloper browser.
 

Uses of DefaultDisplayable in oracle.jdevimpl.webapp.html
 

Subclasses of DefaultDisplayable in oracle.jdevimpl.webapp.html
 class oracle.jdevimpl.webapp.html.HtmlSourceNode
           
 


Extension SDK

 

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