Extension SDK 10.1.2

Uses of Interface
oracle.ide.model.Container

Packages that use Container
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.model Contains interfaces and classes implementing the Java specific portions of JDeveloper's data model. 
 

Uses of Container in oracle.ide.gallery
 

Classes in oracle.ide.gallery that implement Container
 class GalleryXMLDataNode
          XMLDataContainer subclass for the Object Gallery.
 

Uses of Container in oracle.ide.model
 

Subinterfaces of Container in oracle.ide.model
 interface WorkEnvironment
           
 

Classes in oracle.ide.model that implement Container
 class DataContainer
           
 class DefaultContainer
          The DefaultContainer class is a default implementation of the Container interface.
 class IdeSystem
          This a new class that is under development to replace IdeSystem.
 class MiscellaneousFolder
           
 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 Workspace
          This a new class that is under development to replace Workspace.
 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.
 

Methods in oracle.ide.model that return Container
 Container WorkEnvironment.getContainerOwner(java.net.URL url)
          Get the container that owns the node associated with the specfied url.
 Container WorkEnvironment.getContainerOwner(Element element)
          Get the container that owns the specified node.
protected  Container Project.getContainerOwner(java.net.URL url)
          Get the container that owns the node associated with the specfied url.
protected  Container Project.getContainerOwner(Element element)
          Get the container that owns the specified node.
 

Methods in oracle.ide.model with parameters of type Container
 void WorkEnvironment.add(java.util.Collection elements, Container ownerContainer)
          Adds the collection of Nodes to the project.
 boolean WorkEnvironment.add(Node node, Container ownerContainer)
          Add the Node to the project.
 void Project.add(java.util.Collection elements, Container ownerContainer)
          Adds the collection of Nodes to the project.
 boolean Project.add(Node node, Container ownerContainer)
          Add the Node to the project.
protected  void Project.addElements(java.util.Collection elements, Container containerOwner)
          Adds the collection of elements to the project.
 

Uses of Container in oracle.jdeveloper.model
 

Classes in oracle.jdeveloper.model that implement Container
 class JProject
          JProject is the data class that represents the project in JDeveloper.
 


Extension SDK

 

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