Extension SDK 10.1.2

Uses of Interface
oracle.ide.model.Folder

Packages that use Folder
oracle.ide Contains classes that allow addins access to the IDE integration objects. 
oracle.ide.addin Contains classes and interfaces that are used by addins to extend JDeveloper with their own views and wizards. 
oracle.ide.cmd Contains classes implementing several JDeveloper commands. 
oracle.ide.explorer Contains the interfaces and classes addins use to provide a structured view of data contained in nodes displayed in a navigator or an editor. 
oracle.ide.gallery Contains classes implementing JDeveloper's new object gallery. 
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.palette Contains classes that allow for palette integration and commands. 
oracle.ide.runner Contains classes that allow addins some level of control on the IDE runner system. 
oracle.jdeveloper.cm.dt Contains the base design-time API for integrating database and application server connections within JDeveloper. 
oracle.jdeveloper.cmt The Component Model Tool, an API for manipulating Java source code. 
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. 
 

Uses of Folder in oracle.ide
 

Methods in oracle.ide that return Folder
 Folder IdeContext.findOwner(Element element)
           
 

Uses of Folder in oracle.ide.addin
 

Methods in oracle.ide.addin that return Folder
 Folder DefaultContext.findOwner(Element element)
           
 Folder Context.findOwner(Element element)
           
 

Uses of Folder in oracle.ide.cmd
 

Fields in oracle.ide.cmd declared as Folder
protected  Folder SaveAsCommand._elementOwner
           
 

Methods in oracle.ide.cmd that return Folder
protected  Folder SaveAsCommand.getElementOwner(Element element, Context context, boolean parentOK)
           
protected  Folder RemoveFileCommand.findOwner(TNode[] tnodes, Context context)
          Find the owner of the given tnode.
protected  Folder RemoveFileCommand.findOwner(TNode tnode, Context context)
          Find the owner of the given tnode.
 

Methods in oracle.ide.cmd with parameters of type Folder
protected  boolean RemoveFromDiskCommand.remove(Document document, Folder owner)
           
protected  int RemoveFileCommand.remove(java.util.List files, Folder owner, boolean close)
           
protected  int RemoveFileCommand.remove(java.util.List files, Folder owner, boolean close, java.util.List output)
          Remove the list of files from their folder owner.
protected  boolean RemoveFileCommand.remove(Document element, Folder owner)
          Removes element from owner.
protected  boolean RemoveFileCommand.canRemove(Element element, Folder ownerFolder)
          Returns true if the specified ownerFolder allows the element to be removed.
protected  boolean RemoveFileCommand.canRemove(TNode[] tnodes, Folder ownerFolder, java.util.List removedFiles, java.util.List unremovedFiles)
          Returns true if the ownerFolder allows the elements encapsulated by the specified tnodes to be removed.
 

Uses of Folder in oracle.ide.explorer
 

Methods in oracle.ide.explorer with parameters of type Folder
abstract  TreeExplorer ExplorerManager.createTreeExplorer(Folder folder)
          Creates a TreeExplorer.
 

Uses of Folder in oracle.ide.gallery
 

Classes in oracle.ide.gallery that implement Folder
 class GalleryFolder
          Container used in the gallery category tree, which may contain both sub-folders and gallery items.
 class GalleryXMLDataNode
          XMLDataContainer subclass for the Object Gallery.
 class RootGalleryFolder
          The Root of the tree of GalleryFolder and GalleryElement instances.
 

Uses of Folder in oracle.ide.layout
 

Classes in oracle.ide.layout that implement Folder
 class IdeLayout
          IdeLayout class.
 class Layouts
          This class manages layouts created by the user.
 

Uses of Folder in oracle.ide.model
 

Subinterfaces of Folder in oracle.ide.model
 interface Container
          The Container interface specifies the protocol between the IDE and objects which can contain other Nodes, including other Containers.
 interface WorkEnvironment
           
 

Classes in oracle.ide.model that implement Folder
 class Applications
          The Applications class is used to wrap the Workspaces class in order to provide a different label when displayed in the application navigator.
 class CategoryFolder
          The CategoryFolder class is responsible for collecting all nodes whose category cannot be determined.
 class Connections
          Top level IDE level Connections Node.
 class DataContainer
           
 class DataFolder
          DataFolder is a complete, default implementation of the ChildrenList interface.
 class DefaultContainer
          The DefaultContainer class is a default implementation of the Container interface.
 class DefaultFolder
          DefaultFolder is a complete, default implementation of the Folder interface.
 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 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.
 

Fields in oracle.ide.model declared as Folder
 Folder XMLDataNode.DataCastPacket.folder
          The Folder view of the data object.
 

Methods in oracle.ide.model that return Folder
 Folder WorkEnvironment.findOwner(Element element)
           
protected  Folder XMLDataContainer.getDataFolder()
          Retrieves the Folder object associated with this XMLDataContainer instance.
protected  Folder DirectoryFilter.createFolder(java.net.URL url)
          Creates a DirectoryFolder instance given the specified directory URL.
protected  Folder DirectoryFilter.createFolder(java.lang.Object key)
          Creates a DirectoryFolder instance given the specified folder key.
protected abstract  Folder HierarchicalFilter.createFolder(java.net.URL url)
          Creates the child Folder for the given directory URL.
protected abstract  Folder HierarchicalFilter.createFolder(java.lang.Object key)
          Creates the child Folder for the given folder key.
protected  Folder HierarchicalFilter.getFolder()
          Returns the Folder that owns this filter.
protected  Folder PackageFilter.createFolder(java.net.URL url)
          Creates a PackageFolder instance given the specified directory URL.
protected  Folder PackageFilter.createFolder(java.lang.Object key)
          Creates a PackageFolder instance given the specified folder key.
 Folder CategoryFolder.getOwner()
           
 Folder Dependable.getSourceOwner()
          Returns the Folder containing the source Element.
 Folder Project.findOwner(Element element)
           
 

Methods in oracle.ide.model with parameters of type Folder
 void WorkEnvironment.removeOwnedChildren(Folder owner)
          Removes the children of the project that are owned by the specified owner.
protected  TNode HierarchicalFilter.createFolderNode(java.net.URL url, Folder folder, TNode parent, TreeExplorer tree, javax.swing.tree.DefaultTreeModel model)
          Create the TNode for the specified folder.
 void CategoryFolder.setOwner(Folder owner)
           
protected  int DefaultFilter.SortedFolderFirstComparator.compareFolderToElement(Folder f, Element e)
          Deprecated. no longer used; equivalent to DefaultFilter.SortedFolderFirstComparator.compareUnlikeElementToElement(Element,Element).
 Dependable DependableFactory.findOrCreate(Element source, Folder owner)
          Finds or creates a Dependable that encapsulates the source object.
 Dependable DependableFactory.find(Element source, Folder owner)
          Finds Dependable that encapsulates the source object contained by the specified owner.
 Dependable DependableRecognizer.create(Element source, Folder owner)
          Creates a Dependable that encapsulates the source object.
 void Project.removeOwnedChildren(Folder owner)
          Removes the children of the project that are owned by the specified owner.
static Node NodeFactory.findInFolder(Folder folder, java.net.URL url)
          Searches the specified Folder for an instance of Node whose URL matches the specified URL.
 

Uses of Folder in oracle.ide.palette
 

Subinterfaces of Folder in oracle.ide.palette
 interface Palette
          Palette - Palette Model based on PalettePage and PaletteItem.
 interface PalettePage
           
 

Uses of Folder in oracle.ide.runner
 

Methods in oracle.ide.runner that return Folder
abstract  Folder Runner.getRunManagerFolder()
          Returns the Run Manager Folder
abstract  Folder Runner.getProcessesFolder()
          Returns the folder within the run manager that contains active processes.
 

Uses of Folder in oracle.jdeveloper.cm.dt
 

Classes in oracle.jdeveloper.cm.dt that implement Folder
 class BaseConnections
          The BaseConnections class is the base folder type for classes of connections This is a singleton class.
 class ConnectionNode
          The ConnectionNode class is the base class for all representations of Database Connections
 class DatabaseConnectionNode
           
 class Oc4jConnectionNode
           
 

Uses of Folder in oracle.jdeveloper.cmt
 

Subinterfaces of Folder in oracle.jdeveloper.cmt
 interface CmtModelNode
          The URL for a CmtModelNode is of the form: jdev.cmt:?&
 

Classes in oracle.jdeveloper.cmt that implement Folder
 class CmtFolder
           
 

Uses of Folder in oracle.jdeveloper.library
 

Subinterfaces of Folder in oracle.jdeveloper.library
 interface LibraryList
          The LibraryList interface represents a list of library and J2SE definitions.
 

Classes in oracle.jdeveloper.library that implement Folder
 class AddinLibraryList
           
 class DefaultLibraryList
          The DefaultLibraryList class provides a basic implementation of the LibraryList interface.
 class JLibraryList
           
 class JProjectLibraryList
          The JProjectLibraryList class is used to contain Libraries that are defined within the context of a JProject.
 

Methods in oracle.jdeveloper.library that return Folder
 Folder AbstractDerivedLibrary.getSourceOwner()
           
 

Methods in oracle.jdeveloper.library with parameters of type Folder
 Dependable JLibraryManager.create(Element source, Folder sourceOwner)
           
 

Uses of Folder in oracle.jdeveloper.model
 

Classes in oracle.jdeveloper.model that implement Folder
 class ApplicationCode
          The ApplicationCode class is responsible for collecting all application code based on the project source path.
 class BusinessComponents
           
 class DatabaseObjects
           
 class DatabaseResources
           
 class Deployment
           
 class EnterpriseJavaBeans
           
 class HTMLSources
          The HTMLSources class is responsible for collecting all html nodes
 class JavaSources
          The JavaSources class is responsible for collecting all java nodes
 class JProject
          JProject is the data class that represents the project in JDeveloper.
 class MiscellaneousFiles
           
 class Resources
          Resources category.
 class Sources
          The Sources class is the base class for collecting an application source files.
 class UMLModel
           
 class WebContent
          The WebContent class is responsible for collecting all html nodes
 class WebServices
           
 class WebSources
          The WebSources class is responsible for collecting all web content sources.
 

Methods in oracle.jdeveloper.model with parameters of type Folder
 boolean ApplicationFilterHelper.handleAdd(Element element, Folder parent, java.util.List childrenAdded, ApplicationFilter filter)
          Callers should add the appropriate Locatables to the parent folder.
 boolean ApplicationFilterHelper.handleRemove(Element element, Folder parent, java.util.List childrenRemoved, ApplicationFilter filter)
          Callers should remove the appropriate node(s) to the parent folder.
static Dependable ProjectDependencyFactory.findOrCreate(Element source, Folder owner)
          Finds or creates a Dependable that encapsulates the source object.
static Dependable ProjectDependencyFactory.find(Element source, Folder owner)
          Finds Dependable that encapsulates the source object contained by the specified owner.
 


Extension SDK

 

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