Skip navigation links

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

E17493-04


Uses of Interface
oracle.ide.model.Folder

Packages that use Folder
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.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.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.jdeveloper.offlinedb.browser Offline Database Node implementations for the JDeveloper's Application Navigator. 
oracle.jdeveloper.vcs.nav   

 

Uses of Folder in oracle.ide.cmd

 

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

 

Methods in oracle.ide.cmd with parameters of type Folder
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.
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 RemoveFromDiskCommand.remove(Node node, Folder owner)
           
protected  boolean RemoveFileCommand.remove(Node node, Folder owner)
          Removes element from owner.

 

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.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

 

Classes in oracle.ide.model that implement Folder
 class Connections
          Top level IDE level Connections Node.
 class DataContainer
           
 class DefaultContainer
          The DefaultContainer class is a default implementation of a Node that implements the Folder interface.
 class DefaultFolder
          DefaultFolder is a complete, default implementation of the Folder interface.
 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 ObservableFolder
          ObservableFolder is a complete, default implementation of the Folder and Subject interfaces.
 class Preferences
          Deprecated. since 11.1.1. Do not use this class. It will be removed in a future version of the ide framework. For preferences, see Preferences.
 class Project
          This class represents a user project in the IDE.
 class Workspace
          Workspace represents an Application.
 class Workspaces
          This class holds all Workspace objects currently available to the user in the IDE.
 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.

 

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 Project.findOwner(Element element)
          Deprecated. since 11.0 (07/01/2008) owner maps are deperecated without replacement.
static Folder Workspaces.findOwner(Element element, Context context)
          This method will be called when the IDE needs to determine the container on whom to call the remove, canRemove, add, and canAdd methods.
protected  Folder XMLDataContainer.getDataFolder()
          Retrieves the Folder object associated with this XMLDataContainer instance.
 Folder Dependable.getSourceOwner()
          Returns the Folder containing the source Element.

 

Methods in oracle.ide.model with parameters of type Folder
static Node NodeFactory.findInFolder(Folder folder, java.net.URL url)
          Deprecated. use the index model api. Since 11.1.1.0. The method does not scale well when large projects are involved. We now recommend clients use the Index Model API. This new API works asynchronously and performs very well, regardless of the project size, once the index model of the project files is constructed. See Index.findNodes( oracle.ide.index.QueryCriteria, Class, oracle.ide.index.ResultCallback)
 void OwnerMap.removeOwnedChildren(Folder owner)
          Deprecated. Removes the children of the project that are owned by the specified owner.

 

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.getProcessesFolder()
          Returns the folder within the run manager that contains active processes.
abstract  Folder Runner.getRunManagerFolder()
          Returns the Run Manager Folder

 

Uses of Folder in oracle.jdeveloper.library

 

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

 

Uses of Folder in oracle.jdeveloper.model

 

Methods in oracle.jdeveloper.model with parameters of type Folder
static Dependable ProjectDependencyFactory.find(Element source, Folder owner)
          Deprecated. Finds Dependable that encapsulates the source object contained by the specified owner.
static Dependable ProjectDependencyFactory.findOrCreate(Element source, Folder owner)
          Deprecated. Finds or creates a Dependable that encapsulates the source object.

 

Uses of Folder in oracle.jdeveloper.offlinedb.browser

 

Classes in oracle.jdeveloper.offlinedb.browser that implement Folder
 class ProviderNode
          Node for a provider in the navigator.

 

Uses of Folder in oracle.jdeveloper.vcs.nav

 

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

 


Skip navigation links

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

E17493-04


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