Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Uses of Interface
oracle.ide.model.Element

Packages that use Element
oracle.bali.xml.addin   
oracle.ide Contains classes that allow addins access to the IDE integration objects. 
oracle.ide.ceditor The Code Editor package contains the code editing implementation of the JDeveloper IDE. 
oracle.ide.cmd Contains classes implementing several JDeveloper commands. 
oracle.ide.composite Contains centralized interfaces for associating element instances with an arbitrary set of URLs. 
oracle.ide.config Contains classes encapsulating JDevelopers's environment settings. 
oracle.ide.controller   
oracle.ide.controls.elementtree   
oracle.ide.db.model Classes associated with the IDE's navigator nodes for database connections and database objects. 
oracle.ide.editor Contains classes and interfaces that allow addins to add their own specialized editors to JDeveloper. 
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.externaltools Contains interfaces and classes that allow external tools in the IDE to be invoked, manipulated and extended by extensions. 
oracle.ide.gallery Contains classes implementing JDeveloper's new object gallery. 
oracle.ide.inspector Contains interfaces and classes that integrators may use to make their objects editable from the property inspector. 
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.navigator Contains classes providing navigator support. 
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.ide.todo Contains API classes for the To Do Item feature. 
oracle.ide.view   
oracle.jdeveloper.audit.java Helper and transform classes for auditing Java nodes and working with the Java object model. 
oracle.jdeveloper.audit.model The base classes for defining the Audit object model. 
oracle.jdeveloper.audit.service The API classes for invoking Audit programatically, and a few Audit common API classes. 
oracle.jdeveloper.cmt The Component Model Tool, an API for manipulating Java source code. 
oracle.jdeveloper.compare contains classes nbsp;that can be used to invoke and control the integrated compare (diff) viewer in JDeveloper and hook into the Compare With menu. 
oracle.jdeveloper.controller   
oracle.jdeveloper.deploy   
oracle.jdeveloper.deploy.cmd   
oracle.jdeveloper.deploy.cmd.weblogic   
oracle.jdeveloper.deploy.dt   
oracle.jdeveloper.deploy.dt.wizard.spi   
oracle.jdeveloper.deploy.ear   
oracle.jdeveloper.deploy.ejb   
oracle.jdeveloper.deploy.j2ee   
oracle.jdeveloper.deploy.jar   
oracle.jdeveloper.deploy.shell   
oracle.jdeveloper.deploy.sp   
oracle.jdeveloper.deploy.war   
oracle.jdeveloper.history   
oracle.jdeveloper.jsp.libraries   
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 Database API extension for saving database object definitions in XML files. 
oracle.jdeveloper.offlinedb.browser Offline Database Node implementations for the JDeveloper's Application Navigator. 
oracle.jdeveloper.offlinedb.handler Utilities for handling complicated offline database actions, for example delete. 
oracle.jdeveloper.offlinedb.model Classes that define an offline database's settings and properties. 
oracle.jdeveloper.runner Contains classes that allow addins some level of control on the JDeveloper runner system. 
oracle.jdeveloper.template   
oracle.jdeveloper.uieditor Contains classes that allow addins access to the UIEditor integration objects. 
oracle.jdeveloper.vcs.changelist   
oracle.jdeveloper.vcs.changeset   
oracle.jdeveloper.vcs.nav   
oracle.jdeveloper.vcs.patch   
oracle.jdeveloper.vcs.properties   
oracle.jdeveloper.vcs.spi Contains extension-level service provider interfaces for version control system integraton. 
oracle.jdeveloper.vcs.util Contains assorted stateless utilities for version control system integraton. 
oracle.jdeveloper.vcs.versionhistory   
oracle.jdeveloper.vcs.vop   
oracle.jdeveloper.webapp   
oracle.jdevimpl.audit.core   
oracle.jdevimpl.audit.model   
oracle.jdevimpl.offlinedb.browser   
oracle.jdevimpl.webapp.html   
 

Uses of Element in oracle.bali.xml.addin
 

Classes in oracle.bali.xml.addin that implement Element
 class oracle.bali.xml.addin.XMLSourceNode
           
 

Uses of Element in oracle.ide
 

Methods in oracle.ide that return Element
 Element Context.getElement()
          Convenience method for returning the first item from Context.getSelection().
 Element[] Context.getSelection()
          Gets the list of selected Elements.
 

Methods in oracle.ide with parameters of type Element
static Context Context.newIdeContext(Element element)
          Returns a Context initialized with the active Workspace, its active Project, the main window's last active View, and the specified Element as the selection.
 void Context.setElement(Element element)
          Convenience method for setting the selection to be the specified Element.
 void Context.setSelection(Element[] selection)
          Sets the list of selected Elements.
 

Constructors in oracle.ide with parameters of type Element
Context(Element element)
          Constructor.
 

Uses of Element in oracle.ide.ceditor
 

Methods in oracle.ide.ceditor that return Element
protected  Element[] CodeEditor.getSelectionFromUI()
           
 

Methods in oracle.ide.ceditor with parameters of type Element
 void CodeEditorViewSelectionSetter.setSelection(Element[] newSelection)
          Set the view selection in the CodeEditor and trigger a ViewSelectionEvent
 

Uses of Element in oracle.ide.cmd
 

Methods in oracle.ide.cmd with parameters of type Element
protected  boolean RemoveFileCommand.canRemove(Element element, Folder ownerFolder)
          Returns true if the specified ownerFolder allows the element to be removed.
 

Uses of Element in oracle.ide.composite
 

Methods in oracle.ide.composite that return Element
static Element[] CompositeFileElementRegistry.getCachedCompositeElements(java.net.URL[] urls)
          Gets the cached composite elements representing the given file URLs.
 Element[] CompositeFileElementEvent.getCompositeElements()
          Gets the composite element instances for the event.
 

Methods in oracle.ide.composite with parameters of type Element
protected  void DefaultCompositeFileElementProxy.addChildURLs(java.util.Collection compositeFileUrls, Element parent)
           
protected  void DefaultCompositeFileElementProxy.addParentURL(java.util.Collection compositeFileUrls, Element parent)
           
protected  void DefaultCompositeFileElementProxy.attachContainerStateObserver(Element element)
          Attaches a container state observer to the given element and its children.
static void CompositeFileElementRegistry.fireCompositeStateChanged(Element compositeElement)
          Fires a state change event for the given composite element instance.
static void CompositeFileElementRegistry.fireCompositeStateChanged(Element[] compositeElements)
          Fires a state change event for the given composite element instances.
 java.net.URL[] DefaultCompositeFileElementProxy.getCompositeFileURLs(Element compositeElement)
          Gets the file URLs represented by the given composite element, attaching a container state observer to all composite children.
static java.net.URL[] CompositeFileElementRegistry.getCompositeFileURLs(Element compositeElement)
          Gets the file URLs for the given composite element instance.
 java.net.URL[] CompositeFileElementProxy.getCompositeFileURLs(Element compositeElement)
          Gets the file URLs represented by the given composite element.
static java.net.URL[] CompositeFileElementRegistry.getCompositeFileURLs(Element compositeElement, java.lang.String viewType)
          Gets the file URLs for the given composite element instance.
protected  java.util.Collection DefaultCompositeFileElementProxy.getContainerFileURLs(Element compositeElement)
          Gets the file URLs represented by the given composite element.
static boolean CompositeFileElementRegistry.isCompositeElement(Element element)
          Asks whether the given element instance is a composite file element type.
static boolean CompositeFileElementRegistry.isCompositeElement(Element element, java.lang.String viewType)
          Asks whether the given element instance is a composite file element type.
 

Constructors in oracle.ide.composite with parameters of type Element
CompositeFileElementEvent(Element[] compositeElements, int id)
          Constructs a CompositeFileElementEvent object.
 

Uses of Element in oracle.ide.config
 

Classes in oracle.ide.config that implement Element
 class RegisteredDynamicNode
           
 

Uses of Element in oracle.ide.controller
 

Methods in oracle.ide.controller that return Element
static Element ContextMenu.unwrapDecoratedElement(Element elem)
          Returns the undecorated Element, when the ElementAttributes.DECORATES_DATA_ELEMENT attribute is set.
 

Methods in oracle.ide.controller with parameters of type Element
static Element ContextMenu.unwrapDecoratedElement(Element elem)
          Returns the undecorated Element, when the ElementAttributes.DECORATES_DATA_ELEMENT attribute is set.
 

Uses of Element in oracle.ide.controls.elementtree
 

Methods in oracle.ide.controls.elementtree that return Element
 Element ElementTreeNode.getElement()
           
 Element[] ElementTreeViewAdapter.getSelectionFromUI()
          This method can be called directly from your View.getSelectionFromUI():
 

Methods in oracle.ide.controls.elementtree that return types with arguments of type Element
 java.util.List<Element> Filter.getChildren(Element parent)
          Produces the children elements.
 

Methods in oracle.ide.controls.elementtree with parameters of type Element
 java.util.List<Element> Filter.getChildren(Element parent)
          Produces the children elements.
 boolean Handler.isExpanded(java.util.HashMap expansionStore, Element[] hierarchy)
          Producers are queried to restore the expansion state of a tree after a transformation.
 boolean Filter.isValid(Element child)
          Filters the child elements.
 void Handler.storeExpansionState(java.util.HashMap expansionStore, Element[] hierarchy)
          Gives the handler the oportunity to store the expansion state.
 

Method parameters in oracle.ide.controls.elementtree with type arguments of type Element
 void ElementRegistry.register(java.lang.Class<? extends Element> cls, Filter filter)
          Registers a filter for that class and all sub-classes.
 void ElementRegistry.register(java.lang.Class<? extends Element> cls, Handler handler)
          Registers a handler for that class and all sub-classes.
 void ElementRegistry.unregister(java.lang.Class<? extends Element> cls, Filter filter)
          Unregister an filter.
 void ElementRegistry.unregister(java.lang.Class<? extends Element> cls, Handler handler)
          Unregister an handler.
 

Constructors in oracle.ide.controls.elementtree with parameters of type Element
ElementTreeRootNode(Element element)
          Constructs a root node.
ElementTreeRootNode(ElementRegistry registry, Element element)
          Constructs a root node.
ElementTreeViewAdapter(View view, Element rootElement)
           
 

Uses of Element in oracle.ide.db.model
 

Subinterfaces of Element in oracle.ide.db.model
 interface DBObjectNode
          Interface for anything that can contain a DBObject.
 interface DBObjectPlSqlNode
           
 interface DBObjectProviderNode
          Interface for any node that represents a DBObjectProvider, or any object or folder within a DBObjectProvider to implement.
 interface DBObjectTypeNode
          Interface for any node (including folders) that represents a DBObject type.
 

Classes in oracle.ide.db.model that implement Element
 class BaseDBObjectNode
          Convenience subclass of Node that implements DBObjectNode.
 class BaseDBObjectTextNode
          Convenience subclass of TextNode that implements DBObjectNode.
 class BasePlSqlTextNode
          Convenience subclass of BaseDBObjectTextNode specifically for PlSql nodes in the navigator.
 class SqlNode
          The SqlNode class is a TextNode that represents an SQL or PL/SQL file.
 

Methods in oracle.ide.db.model with type parameters of type Element
static
<T extends Element>
T
DBObjectNodeUtil.getElementOfType(Element elem, java.lang.Class<T> clz)
          Tests the given element to see if it is of the given element class and returns it.
static
<T extends Element>
T
DBObjectNodeUtil.getSelectedElement(Context context, java.lang.Class<T> clz)
          Inspects the selection of the given context.
 

Methods in oracle.ide.db.model with parameters of type Element
static
<T extends Element>
T
DBObjectNodeUtil.getElementOfType(Element elem, java.lang.Class<T> clz)
          Tests the given element to see if it is of the given element class and returns it.
 

Uses of Element in oracle.ide.editor
 

Methods in oracle.ide.editor with parameters of type Element
static Context EditorUtil.findNodeInContext(Element node, Context context)
          Find the project containing the specified node.
abstract  EditorAddin EditorManager.getDefaultAddin(Element element)
          Gets the default registered EditorAddin for the element.
 float EditorAddin.getEditorWeight(Element element)
          This method is called by the EditorManager when a FlatEditorAddin is registered with EditorManager.registerDynamic(EditorAddin) and a new file is opened.
 boolean EditorManager.hasEditors(Element element)
          Returns true if there are any registered editors for the specified element.
static Editor EditorUtil.openDefaultEditorInFrame(Element element)
          Open the specified element using the default editor.
 

Uses of Element in oracle.ide.explorer
 

Methods in oracle.ide.explorer that return Element
 Element TNode.getAncestor(java.lang.Class clazz)
          Gets this TNode closest ancestor Element that encapsulates an Element of class clazz.
 Element TNode.getAncestor(java.lang.Class clazz, boolean checkBaseClass)
          Gets this TNode closest ancestor Element that encapsulates an Element of class clazz, or if checkBaseClass is true, an Element extending or implementing the specified class.
 Element TNode.getData()
          Gets the data element associated with this node.
 Element IconOverlayConsumer.getElement(java.lang.Object value)
          Returns the data element associated with the given node value.
protected abstract  Element AbstractTreeExplorer.getElementForContext(Context context)
          Returns the root element to display for the specified context.
 Element[] IconOverlayCache.getElementKeys(java.lang.String infoTypeId)
          Gets an array of current element keys in the overlay cache.
protected  Element[] IconOverlayTracker.getValidElements()
           
 

Methods in oracle.ide.explorer with parameters of type Element
abstract  TNode TreeExplorer.addChild(Element element, TNode parent, javax.swing.tree.DefaultTreeModel model)
          Add the specified element to the model as a child of parent.
abstract  TNode TreeExplorer.createTNode(Element element)
          Factory method for creating a TNode that will represent the specified Element in this TreeExplorer.
abstract  TNode TreeExplorer.findTNode(Element element, TNode root)
          Find the TNode encapsulating the specified element.
 TNode TreeExplorer.findTNode(Element element, TNode root, Context context)
          Find the TNode encapsulating the specified element.
abstract  TNode TreeExplorer.findTNodeBreadthFirst(Element element, TNode root)
          Find the TNode encapsulating the specified element.
abstract  java.util.List ExplorerManager.getExplorerTypes(Element document)
          Get a list of Explorer types, both statically and dynamically registered, for a given Document instance.
 float ExplorerInfo.getExplorerWeight(Element element)
           
 IconOverlay IconOverlayCache.getOverlay(java.lang.String infoTypeId, Element e)
          Gets overlay information for the given element from the cache.
protected abstract  IconOverlay[] IconOverlayTracker.getOverlays(Element[] elements)
          Gets the displayable overlay information for the given elements.
 javax.swing.Icon IconOverlayCache.getRendererIcon(Element element, javax.swing.Icon baseObject)
           
 java.lang.String IconOverlayCache.getRendererShortLabel(Element element, java.lang.String baseObject)
           
 java.lang.String IconOverlayCache.getRendererToolTipText(Element element, java.lang.String baseObject)
           
protected abstract  boolean IconOverlayTracker.isControlled(Element e)
          Asks whether the given element is controlled by the overlay client.
 void IconOverlayCache.putOverlay(java.lang.String infoTypeId, Element e, IconOverlay overlay)
          Puts overlay information for the given element into the cache.
 void IconOverlayCache.removeOverlay(java.lang.String infoTypeId, Element e)
          Removes overlay information for the given element from the cache.
abstract  TNode TreeExplorer.searchTNode(Element element, TNode root)
          Search for the TNode encapsulating the specified element.
 TNode TreeExplorer.searchTNode(Element element, TNode root, Context context)
          Search for the TNode encapsulating the specified element.
abstract  TNode TreeExplorer.searchTNodeBreadthFirst(Element element, TNode root)
          Search for the TNode encapsulating the specified element.
protected  void TreeExplorer.setRoot(Element e)
          Sets the root element of the tree.
 void IconOverlayTracker.validateOverlay(Element e)
          Validates the given element within the overlay cache.
 

Uses of Element in oracle.ide.externaltools
 

Methods in oracle.ide.externaltools that return Element
static Element ContextUtils.getSelectedElement(Context ctx)
          Get the selected element for the specified context.
 

Uses of Element in oracle.ide.gallery
 

Classes in oracle.ide.gallery that implement Element
 class oracle.ide.gallery.GalleryFolder
           
 

Uses of Element in oracle.ide.inspector
 

Methods in oracle.ide.inspector with parameters of type Element
 Inspectable InspectorFactory.getInspectable(Context context, Element e)
          Get an Inspectable implementation for the data referred to by the given Element within the given Context, else null if no Inspectable can be found for the given Element's data.
 

Uses of Element in oracle.ide.layout
 

Classes in oracle.ide.layout that implement Element
 class IdeLayout
          IdeLayout class.
 class IdeProperties
          The 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 Layout
          Layout interface.
 class Layouts
          This class manages layouts created by the user.
 class SimpleLayout
          Simple layout information.
 

Methods in oracle.ide.layout with parameters of type Element
 boolean IdeLayout.add(Element element)
           
 boolean Layouts.add(Element element)
          Remove the specified Element from this Folder.
 boolean IdeLayout.canAdd(Element element)
           
 boolean Layouts.canAdd(Element element)
           
 boolean IdeLayout.canRemove(Element element)
           
 boolean Layouts.canRemove(Element element)
           
 boolean IdeLayout.containsChild(Element child)
           
 boolean Layouts.containsChild(Element child)
           
 boolean IdeLayout.remove(Element element)
           
 boolean Layouts.remove(Element element)
          Remove the specified Element from this Folder.
 

Uses of Element in oracle.ide.model
 

Subinterfaces of Element in oracle.ide.model
 interface Folder
          The Folder interface extends Element by adding methods for managing child Elements contained by the Folder.
 interface RelativeDirectoryElement
          An interface which represents directories containing source in the navigator.
 

Classes in oracle.ide.model that implement Element
 class Connections
          Top level IDE level Connections Node.
 class ContentLevelFolder
          Although this class is package-private, it extends the public abstract class RelativeDirectoryContextFolder.
 class ContentSetFolder
          Although this class is package-private, it extends the public abstract class RelativeDirectoryContextFolder.
 class DataContainer
           
 class DataNode
           
 class DefaultContainer
          The DefaultContainer class is a default implementation of a Node that implements the Folder 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 DeployableTextNode
          Trivial subclass of TextNode that has the ElementAttributes.DEPLOYABLE attribute set.
 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 ImageNode
          Node subclass for GIF, JPEG, and PNG image files.
 class Node
          The base class for all document types that need to interact with the IDE framework.
 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 RelativeDirectoryContextFolder
          Folder representing a directory displayed in a navigator.
 class TextNode
          A base class for Nodes representing text files.
 class UnrecognizedTextNode
          The UnrecognizedTextNode is used for files that are not recognized by the node recognizer system.
 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.
 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.
 

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

Methods in oracle.ide.model that return Element
abstract  Element ElementRecognizer.create(java.net.URL url, Project project)
          Creates an instance of the design-time node associated with the specified url.
static Element ElementFactory.findOrCreate(java.net.URL url, Project project)
          Returns an Element associated with the identifier.
 Element IdeSystem.getChild(java.lang.Class type)
           
 Element Dependable.getSource()
          Returns the actual object on which the dependency is based.
 

Methods in oracle.ide.model that return types with arguments of type Element
 java.util.Iterator<Element> Element.getChildren()
          This method is part of the Element interface to provide a convenient way of getting an Iterator over any contained child Elements without having to test the object's type with the instanceof operator or having to downcast to a more specific type.
 java.util.Iterator<Element> DataContainer.getChildren()
          Part of the Element interface.
 

Methods in oracle.ide.model with parameters of type Element
 boolean Project.add(Element element)
           
 boolean XMLDataContainer.add(Element element)
           
 boolean DataContainer.add(Element element)
          Part of the Folder interface.
 boolean Folder.add(Element child)
          Appends a child Element to the end of the Folder.
 boolean ObservableFolder.add(Element element)
           
 boolean DefaultContainer.add(Element element)
          Part of the Folder interface.
 boolean DefaultFolder.add(Element element)
          Part of the Folder interface.
 boolean Project.add(Element element, boolean notify)
          Deprecated. since 11.0 (07/01/2008)
 boolean XMLDataContainer.add(Element element, boolean notify)
           
 boolean DataContainer.add(Element element, boolean notify)
           
 boolean DefaultContainer.add(Element element, boolean notify)
           
 boolean Workspaces.canAdd(Element element)
          Folder interface method.
 boolean Workspace.canAdd(Element element)
          Folder interface method.
 boolean Project.canAdd(Element element)
          Call this method to determine if an Element can be added to this project.
 boolean XMLDataContainer.canAdd(Element element)
           
 boolean DataContainer.canAdd(Element element)
          Part of the Folder interface.
 boolean Folder.canAdd(Element element)
          Other classes can call this method to determine whether the given Element can be added to the Folder.
 boolean DefaultContainer.canAdd(Element element)
          Part of the Folder interface.
 boolean DefaultFolder.canAdd(Element element)
          Part of the Folder interface.
 boolean Project.canRemove(Element element)
          Deprecated. since 11.0 (07/01/2008)
 boolean XMLDataContainer.canRemove(Element element)
           
 boolean DataContainer.canRemove(Element element)
          Part of the Folder interface.
 boolean Folder.canRemove(Element element)
          Other classes can call this method to determine whether the specified Element can be removed from this Folder.
 boolean DefaultContainer.canRemove(Element element)
          Part of the Folder interface.
 boolean DefaultFolder.canRemove(Element element)
          Part of the Folder interface.
 boolean Project.containsChild(Element element)
          Returns true if the child is contained by the project even if the owner is another folder contained in the project.
 boolean XMLDataContainer.containsChild(Element child)
           
 boolean DataContainer.containsChild(Element child)
           
 boolean Folder.containsChild(Element child)
          Returns true if the folder contains the specified child Element; returns false otherwise.
 boolean DefaultContainer.containsChild(Element child)
           
 boolean DefaultFolder.containsChild(Element child)
           
 boolean Project.containsOwnedChild(Element child)
          Deprecated. since 11.0 (07/01/2008) owner maps are deperecated without replacement.
 Dependable DependableRecognizer.create(Element source, Folder owner)
          Creates a Dependable that encapsulates the source object.
 Dependable DependableFactory.find(Element source)
          Finds 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[] DependableFactory.findAll(Element source)
          Returns all Dependables associated with the given source.
 Dependable DependableFactory.findOrCreate(Element source, Folder owner)
          Finds or creates a Dependable that encapsulates the source object.
 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.
static void UpdateMessage.fireChildAdded(Subject subject, Element element)
          This method sends an UpdateMessage whose ID is UpdateMessage.CHILD_ADDED to all oracle.ide.addin.Observers of the specified oracle.ide.addin.Subject.
static void UpdateMessage.fireChildRemoved(Subject subject, Element element)
          This method sends an UpdateMessage whose ID is UpdateMessage.CHILD_REMOVED to all oracle.ide.addin.Observers of the specified oracle.ide.addin.Subject.
 boolean DependableFactory.hasFactory(Element source)
          Returns true if a factory has been registered with the given key.
 boolean DependableRecognizer.recognize(Element source)
          Returns true if this dependable factory recognizes the specified source object.
 boolean Workspaces.remove(Element doc)
           
 boolean XMLDataContainer.remove(Element element)
           
 boolean DataContainer.remove(Element element)
          Part of the Folder interface.
 boolean Folder.remove(Element child)
          Removes the specified child Element.
 boolean ObservableFolder.remove(Element element)
           
 boolean DefaultContainer.remove(Element element)
          Part of the Folder interface.
 boolean DefaultFolder.remove(Element element)
          Part of the Folder interface.
 boolean Workspace.remove(Element doc, boolean notifyObservers)
           
 boolean Project.remove(Element element, boolean notify)
           
 boolean XMLDataContainer.remove(Element element, boolean notify)
           
 boolean DataContainer.remove(Element element, boolean notify)
           
 boolean DefaultContainer.remove(Element element, boolean notify)
           
 void OwnerMap.removeElement(Element element)
          Deprecated.  
protected  void DataContainer.setSubDirtyableOwner(Element element, Dirtyable owner)
          Sets the owner of this element to the specified element.
 

Uses of Element in oracle.ide.navigator
 

Classes in oracle.ide.navigator with type parameters of type Element
 class DeleteActionHandler<T extends Element>
          Helps implements progressive disclosure deletion for Node.
static class DeleteActionHandler.DeleteStrategy<E extends Element>
          A delete strategy base class that users can use to define what "delete a node" is in the user's domain.
static interface DeleteActionHandler.SelectedNodesProvider<ElementType extends Element>
          A provider class that will return uniform node type selection.
 

Methods in oracle.ide.navigator that return Element
static Element NavigatorManager.getFolderFromContext(Context context)
          Returns the narrowest Element that represents the specified Context.
 

Methods in oracle.ide.navigator with parameters of type Element
abstract  TNode NavigatorWindow.findTNode(Element element, TNode root)
          Find the specified element.
protected  ViewId NavigatorManager.newViewId(Element folder)
          Returns the ViewId for a NavigatorWindow opened on the specified Element.
 

Method parameters in oracle.ide.navigator with type arguments of type Element
 java.lang.Class<? extends DeleteActionHandler> DeleteActionHandler.LookupHelper.lookup(java.lang.Class<? extends Element> elementClass, Context context)
           
static void DeleteHandlerService.registerDeleteActionHandler(java.lang.Class<? extends Element> classKey, java.lang.Class<? extends DeleteActionHandler> deleteActionHandlerClass)
          Registers a DeleteActionHandler for all nodes of type classKey.
static java.lang.Class<? extends DeleteActionHandler> DeleteHandlerService.unregisterDeleteActionHandler(java.lang.Class<? extends Element> classKey)
          Unregisters the delete handler.
 

Uses of Element in oracle.ide.palette
 

Subinterfaces of Element in oracle.ide.palette
 interface Palette
          Palette - Palette Model based on PalettePage and PaletteItem.
 interface PaletteItem
          The PaletteItem class represents the Object model for items on the component palette.
 interface PalettePage
           
 

Uses of Element in oracle.ide.runner
 

Classes in oracle.ide.runner that implement Element
 class RunProcess
          An abstract class that represents a process that can be run in some way.
 

Uses of Element in oracle.ide.todo
 

Subinterfaces of Element in oracle.ide.todo
 interface ToDoItem
          The ToDoItem interface provides the API for dealing with ToDoItems.
 

Classes in oracle.ide.todo that implement Element
 class AbstractToDoItem
          A AbstractToDoItem represents a task the user wants to track.
 

Methods in oracle.ide.todo that return types with arguments of type Element
 java.util.Iterator<Element> AbstractToDoItem.getChildren()
          Provides an iterator over the children, always returns null
 

Uses of Element in oracle.ide.view
 

Fields in oracle.ide.view declared as Element
static Element[] ViewSelectionEvent.EMPTY_SELECTION
           
static Element[] View.EMPTY_SELECTION
           
 

Methods in oracle.ide.view that return Element
 Element[] ViewSelectionEvent.getSelection()
          Returns the new selection in the View.
 Element[] View.getSelection()
           
protected  Element[] View.getSelectionFromUI()
          This method retrieve's the selection in this View directly from the UI.
protected  Element[] ViewDecorator.getSelectionFromUI()
           
 

Uses of Element in oracle.jdeveloper.audit.java
 

Methods in oracle.jdeveloper.audit.java that return types with arguments of type Element
 java.util.Collection<java.lang.Class<? extends Element>> JavaSourceModelType.getContainedElementTypes()
           
 java.util.Collection<java.lang.Class<? extends Element>> JavaSourceModelType.getRootElementTypes()
           
 

Methods in oracle.jdeveloper.audit.java with parameters of type Element
 ModelAdapter JavaSourceModelType.createModelAdapter(ModelFactory factory, Element element, java.net.URL url, ContainerModelAdapter directory, ContainerModelAdapter project, ContainerModelAdapter workspace)
           
 Location[] JavaSourceModelAdapter.getElementLocations(Element element)
           
 

Uses of Element in oracle.jdeveloper.audit.model
 

Subinterfaces of Element in oracle.jdeveloper.audit.model
 interface ContentDirectory
          A single directory contained by one or more ContentRoots.
 

Methods in oracle.jdeveloper.audit.model that return Element
 Element ModelAdapter.getElement()
          Gets the IDE Element corresponding to this model, or null if none.
 

Methods in oracle.jdeveloper.audit.model that return types with arguments of type Element
 java.util.Iterator<Element> ContentDirectory.getChildren()
          Gets the children of this content set directory.
 java.util.Collection<java.lang.Class<? extends Element>> ModelType.getContainedElementTypes()
          Gets the IDE Element types which correspond to contained (non-root) constructs of this model type.
abstract  java.util.Collection<java.lang.Class<? extends Element>> ModelType.getRootElementTypes()
          Gets the IDE Element types which correspond to root constructs of this model type.
 

Methods in oracle.jdeveloper.audit.model with parameters of type Element
abstract  ModelAdapter ModelType.createModelAdapter(ModelFactory factory, Element element, java.net.URL url, ContainerModelAdapter directory, ContainerModelAdapter project, ContainerModelAdapter workspace)
          Creates a model for this model type corresponding to a workspace, project, package, element, and URL.
 java.util.Collection<ModelAdapter> ModelFactory.getContainedModelAdapters(Element element, java.net.URL url, ContainerModelAdapter container)
          Gets the models in a container corresponding to an Element.
abstract  Location[] ModelAdapter.getElementLocations(Element element)
          Gets the locations of the constructs in this model corresponding to an IDE element.
 java.util.Collection<ModelAdapter> ModelFactory.getModelAdapters(Element element, java.net.URL url, Project project, Workspace workspace)
          Gets the models corresponding to an Element or URL.
abstract  java.util.Collection<ModelType> ModelTypeFactory.getModelTypes(Element element)
          Gets the model type for an element.
 boolean ModelType.isAuditable(Element element, ContentDirectory directory, Project project, Workspace workspace)
          Gets whether a root element is auditable in the context of a directory, project, and workspace.
 boolean ModelType.isContainedElementType(Element element)
          Gets whether an Element is an instance of one of the element types returned by ModelType.getContainedElementTypes().
 boolean ModelType.isElementType(Element element)
          Gets whether an Element is an instance of one of the element types returned by ModelType.getRootElementTypes() or ModelType.getContainedElementTypes().
 boolean ModelType.isRootElementType(Element element)
          Gets whether an Element is an instance of one of the element types returned by ModelType.getRootElementTypes().
 

Uses of Element in oracle.jdeveloper.audit.service
 

Methods in oracle.jdeveloper.audit.service with parameters of type Element
abstract  boolean Auditor.addElement(Element element, Node node, Project project, Workspace workspace)
          Adds the location corresponding to an Element to the set of locations to be audited.
abstract  boolean Auditor.addElements(Element[] elements, Node node, Project project, Workspace workspace)
          Adds the locations corresponding to an array of Elements in a Node to the set of locations to be audited.
abstract  boolean Auditor.isAuditable(Element element, Node node, Project project, Workspace workspace)
          Gets whether an Element is auditable.
abstract  boolean Auditor.isAuditableType(Element element)
          Gets whether an Element is of an auditable type.
 

Uses of Element in oracle.jdeveloper.cmt
 

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

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

Methods in oracle.jdeveloper.cmt that return Element
 Element CmtElementRecognizer.create(java.net.URL url, Project project)
          Creates an instance of the design-time node associated with the specified url.
 Element[] CmtComponentSource.getLastDesignedNodes(java.lang.Object key)
          Get the nodes which were last actively designed.
 

Methods in oracle.jdeveloper.cmt with parameters of type Element
 boolean CmtFolder.add(Element element)
          Add the specified Element to this Folder.
 void CmtFolder.add(int index, Element element)
           
 boolean CmtFolder.canAdd(Element element)
           
 boolean CmtFolder.canRemove(Element element)
           
 boolean CmtFolder.containsChild(Element child)
           
 boolean CmtFolder.remove(Element element)
          Remove the specified Element from this Folder.
 void CmtComponentSource.setLastDesignedNodes(java.lang.Object key, Element[] nodes)
          Set the nodes which were last actively designed.
 

Uses of Element in oracle.jdeveloper.compare
 

Method parameters in oracle.jdeveloper.compare with type arguments of type Element
static void CompareManager.registerXMLNodeClass(java.lang.Class<? extends Element> cls)
           
 

Uses of Element in oracle.jdeveloper.controller
 

Methods in oracle.jdeveloper.controller with parameters of type Element
 int[] JavaSourceNodeActionDelegate.doAction(Context context, Element[] elements, int[] text, IdeAction action)
           
 int[] XmlSourceNodeActionDelegate.doAction(Context context, Element[] elements, int[] text, IdeAction action)
           
 int[] TextNodeActionDelegate.doAction(Context context, Element[] elements, int[] text, IdeAction action)
          Does the action on a Node.
abstract  int[] NodeActionDelegate.doAction(Context context, Element[] elements, int[] text, IdeAction action)
          Does the action on a Node.
protected abstract  int[] JavaSourceNodeActionDelegate.doAction(SourceFile file, Context context, Element[] elements, int[] text, IdeAction action)
          Does the action on a SourceFile.
protected abstract  int[] TextNodeActionDelegate.doAction(TextBuffer buffer, Context context, Element[] elements, int[] text, IdeAction action)
          Does the action on a TextBuffer.
protected abstract  int[] XmlSourceNodeActionDelegate.doAction(oracle.bali.xml.model.XmlModel model, Context context, Element[] elements, int[] text, IdeAction action)
           
 boolean JavaSourceNodeActionDelegate.isEnabled(IdeAction action, Context context, Element[] elements, int[] text)
          Gets whether an action is enabled for a Node selection.
 boolean NodeActionDelegate.isEnabled(IdeAction action, Context context, Element[] elements, int[] text)
          Gets whether an action is enabled for a Node selection.
protected  void NodeActionController.queueContainer(Element element, Project project, Workspace workspace, IdeAction action, java.util.Map queue)
           
 void JavaSourceNodeActionDelegate.undoAction(Context context, Element[] elements, int[] text, IdeAction action)
           
 void XmlSourceNodeActionDelegate.undoAction(Context context, Element[] elements, int[] text, IdeAction action)
           
 void TextNodeActionDelegate.undoAction(Context context, Element[] elements, int[] text, IdeAction action)
           
abstract  void NodeActionDelegate.undoAction(Context context, Element[] elements, int[] text, IdeAction action)
          Undoes the action on a node.
 

Uses of Element in oracle.jdeveloper.deploy
 

Methods in oracle.jdeveloper.deploy that return Element
static Element DeployUtil.getDeployElement(DeployShell shell)
          Returns the deploy element from a DeployShell.
 

Methods in oracle.jdeveloper.deploy with parameters of type Element
static Profile DeployUtil.findProfileInElement(java.lang.String profileName, Element parent)
           
static Profile DeployUtil.findProfileInElement(java.net.URL profileURL, Element parent)
           
 

Uses of Element in oracle.jdeveloper.deploy.cmd
 

Classes in oracle.jdeveloper.deploy.cmd that implement Element
 class DeployCommand
           
 class DeployToAppServer
           
 class DeployToArchive
           
 class DeployToEar
           
 class DeployToFile
           
 class DeployToWar
           
 class ProfileDeployCmd
           
 

Methods in oracle.jdeveloper.deploy.cmd that return types with arguments of type Element
 java.util.Iterator<Element> DeployCommand.getChildren()
           
 

Uses of Element in oracle.jdeveloper.deploy.cmd.weblogic
 

Classes in oracle.jdeveloper.deploy.cmd.weblogic that implement Element
 class DeployToWeblogic
           
 

Uses of Element in oracle.jdeveloper.deploy.dt
 

Classes in oracle.jdeveloper.deploy.dt that implement Element
 class DeployElement
          An extension of DefaultElement that also implements the LinkedDirtyable interface.
 class DeployFolder
          An extension of DefaultFolder that also implements the Copyable, LinkedDirtyable, and Subject interfaces.
 class DeployGalleryFolder
          Overrides regular GalleryFolder by recording the instance created and preventing the List of children from being persisted.
 class DeploymentProfiles
           
 class Profile
           
 

Methods in oracle.jdeveloper.deploy.dt that return Element
 Element AbstractHashDependable.getSource()
          Read persisted pointer-data and get the actual source.
protected abstract  Element AbstractHashDependable.getSourceImpl()
          Return the Source.
 

Methods in oracle.jdeveloper.deploy.dt with parameters of type Element
 boolean DeployFolder.add(Element child)
           
protected  void DeploymentPanelContent.addChildren(Element parentElem, JMutableTreeNode parentTreeNode)
           
protected  JTreeCellData DeploymentPanelContent.createJTreeCellData(Element elem)
           
static boolean Deployment.isDeploymentContainerProfile(Element elem)
          Deprecated. 
 boolean DeployFolder.remove(Element child)
           
 

Uses of Element in oracle.jdeveloper.deploy.dt.wizard.spi
 

Methods in oracle.jdeveloper.deploy.dt.wizard.spi with parameters of type Element
 oracle.jdeveloper.deploy.tk.spi.AbstractToolkitBuilder AbstractDeployToAppServerCommandFactory.create(Element element, oracle.jdeveloper.deploy.tk.spi.ToolkitContext tkContext, java.lang.Class classOrIntf)
           
 oracle.jdeveloper.deploy.tk.spi.AbstractToolkitBuilder AbstractDeploySummaryProvider.create(Element element, oracle.jdeveloper.deploy.tk.spi.ToolkitContext context, java.lang.Class classOrIntf)
           
 oracle.jdeveloper.deploy.tk.spi.AbstractToolkitBuilder AbstractDeployActionProvider.create(Element element, oracle.jdeveloper.deploy.tk.spi.ToolkitContext context, java.lang.Class classOrIntf)
           
protected  java.lang.Class AbstractDeployActionProvider.getTypeForNarrow(Element element, oracle.jdeveloper.deploy.tk.spi.ToolkitContext context, java.lang.Class classOrIntf)
           
protected abstract  DeployCommand AbstractDeployToAppServerCommandFactory.newDeployCommand(Element element, oracle.jdeveloper.deploy.tk.spi.ToolkitContext tkContext, java.lang.Class classOrIntf)
           
protected  void AbstractWizardStateProvider.resolveStep(WizardState current, Element element, oracle.jdeveloper.deploy.tk.spi.ToolkitContext tkContext, java.lang.Class<? extends WizardStep> stepType)
           
protected  void AbstractWizardStateProvider.resolveTransitions_(oracle.jdeveloper.deploy.dt.wizard.spi.AbstractWizardStateProvider.NarrowBuilder<WizardState> builder, WizardState current, Element element, oracle.jdeveloper.deploy.tk.spi.ToolkitContext tkContext, java.lang.Class<? extends WizardState> type)
           
protected  void AbstractWizardStateProvider.resolveTransitions(WizardState current, Element element, oracle.jdeveloper.deploy.tk.spi.ToolkitContext tkContext, java.lang.Class<? extends WizardState> type)
           
protected abstract  boolean AbstractDeployToAppServerCommandFactory.shouldCreateFor(Element element, oracle.jdeveloper.deploy.tk.spi.ToolkitContext tkContext)
           
protected abstract  boolean AbstractDeploySummaryProvider.shouldCreateFor(Element element, oracle.jdeveloper.deploy.tk.spi.ToolkitContext context, java.lang.Class classOrIntf)
           
protected abstract  boolean AbstractDeployActionProvider.shouldCreateFor(Element element, oracle.jdeveloper.deploy.tk.spi.ToolkitContext context, java.lang.Class classorIntf)
           
protected  void AbstractWizardStateProvider.spiResolveStep(WizardState current, Element element, oracle.jdeveloper.deploy.tk.spi.ToolkitContext tkContext, java.lang.Class<? extends WizardStep> stepType)
           
protected  void AbstractWizardStateProvider.spiResolveTransitions(WizardState current, Element element, oracle.jdeveloper.deploy.tk.spi.ToolkitContext tkContext, java.lang.Class<? extends WizardState> type)
           
protected abstract  void AbstractDeployActionProvider.updateActions(DeployActionsToolkit tk, Element element, oracle.jdeveloper.deploy.tk.spi.ToolkitContext tkContext, java.lang.Class classOrIntf)
           
 

Uses of Element in oracle.jdeveloper.deploy.ear
 

Classes in oracle.jdeveloper.deploy.ear that implement Element
 class EarProfile
          Class representing an EAR deployment profile.
 

Methods in oracle.jdeveloper.deploy.ear with parameters of type Element
 boolean EarProfile.canPackage(Element element)
          This indicates if a profile has the ability to package the element within it's own module.
 

Uses of Element in oracle.jdeveloper.deploy.ejb
 

Classes in oracle.jdeveloper.deploy.ejb that implement Element
 class EjbProfile
          Class representing an EJB deployment profile.
 

Uses of Element in oracle.jdeveloper.deploy.j2ee
 

Classes in oracle.jdeveloper.deploy.j2ee that implement Element
 class J2eeProfile
           
 

Uses of Element in oracle.jdeveloper.deploy.jar
 

Classes in oracle.jdeveloper.deploy.jar that implement Element
 class AppClientProfile
           
 class ArchiveProfile
          Data model for the JAR (simple archive) deployment profile.
 class ClientProfile
          Data model representing the J2EE Client deployment profile type.
 class ConnectorProfile
          Data model representing the J2EE Connector deployment profile type.
 class LibraryArchiveProfile
          Data Model representing a deployment campable (as a shared library) version of an ArchiveProfile.
 class TaglibProfile
          The JSP tag library profile.
 

Methods in oracle.jdeveloper.deploy.jar with parameters of type Element
 boolean ArchiveProfile.canPackage(Element element)
          This indicates if a profile has the ability to package the element within it's own module.
 

Uses of Element in oracle.jdeveloper.deploy.shell
 

Methods in oracle.jdeveloper.deploy.shell that return Element
 Element ShellAdapter.getDeployElement()
           
 

Uses of Element in oracle.jdeveloper.deploy.sp
 

Classes in oracle.jdeveloper.deploy.sp that implement Element
 class PlsqlMethod
          Abstract base data model representing common aspects of PL/SQL procedures and functions.
 class PlsqlPackage
          Data model representing a PL/SQL package.
 class PlsqlPackagedFunction
          Data model representing a PL/SQL packaged function.
 class PlsqlPackagedProcedure
          Data model representing a packaged Java stored procedure.
 class PlsqlTopLevelFunction
          Data model representing a top-level Java stored function.
 class PlsqlTopLevelMethod
          Abstract base data model representing common aspects of top-level PL/SQL procedures and functions.
 class PlsqlTopLevelProcedure
          Data model representing a top-level Java stored procedure that has no return value.
 class StoredProcProfile
          Data model representing the stored procedure deployment profile type.
 

Uses of Element in oracle.jdeveloper.deploy.war
 

Classes in oracle.jdeveloper.deploy.war that implement Element
 class WarProfile
          Data model representing a deployment profile for a J2EE web module.
 

Methods in oracle.jdeveloper.deploy.war with parameters of type Element
 boolean WarProfile.canPackage(Element element)
          This indicates if a profile has the ability to package the element within it's own module.
 

Uses of Element in oracle.jdeveloper.history
 

Classes in oracle.jdeveloper.history that implement Element
 class HistoryElement
          Provides a bridge between HistoryEntry and the IDE's Element interface.
 

Uses of Element in oracle.jdeveloper.jsp.libraries
 

Classes in oracle.jdeveloper.jsp.libraries that implement Element
 class JspLibrary
          Instances of this class represent JSP Tag Libraries avialiable within the JDeveloper.
 

Uses of Element in oracle.jdeveloper.library
 

Classes in oracle.jdeveloper.library that implement Element
 class AbstractDerivedLibrary
          AbstractDerivedLibrary class.
 class AbstractLibrary
          A read only, partial implementation of Libary.
 class AddinJDK
          A JDK automatically installed by the extension framework.
 class AddinLibrary
          Represents a library that was installed in an extension manifest's <libraries> hook.
 class ExternalLibrary
           
 class JDKNode
           
 class JLibraryNode
           
 class LegacyJDK
          The sole intention of LegacyJDK is to represent a JDK as used in pre 10.1.3 releases such taht the data may be read by the migration mechanics for conversion to the 10.1.3 format.
 class LegacyLibrary
          The sole intention of LegacyLibrary is to represent a library as used in pre 10.1.3 releases such taht the data may be read by the migration mechanics for conversion to the 10.1.3 format.
 class LegacyLibraryDefinition
           
 class LegacyLibraryList
          The 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
           
 class LibraryElement
          LibraryElement is a complete, default implementation of the Element and Dirtyable interfaces.
 class ProjectLibrary
          ProjectLibrary class.
 

Methods in oracle.jdeveloper.library that return Element
 Element AbstractDerivedLibrary.getSource()
           
 

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

Uses of Element in oracle.jdeveloper.merge
 

Classes in oracle.jdeveloper.merge that implement Element
 class TextMergeNode
          Textual merge node class on which a TextMergeNodeContributor is created for an editable contributor to the merge UI.
 

Methods in oracle.jdeveloper.merge with parameters of type Element
 float AbstractMergeAddin.getEditorWeight(Element element)
          This method is called by the EditorManager when a FlatEditorAddin is registered with EditorManager.registerDynamic(EditorAddin) and a new file is opened.
protected  boolean AbstractMergeAddin.isEditorAvailable(Element element)
          Asks whether the editor should be made available for the given Element.
 

Uses of Element in oracle.jdeveloper.model
 

Classes in oracle.jdeveloper.model that implement Element
 class JavaClassNode
          The JavaNode interface represents a Java class element in the JDeveloper browser.
 class JavaNode
          The JavaNode represents a Java class element in the JDeveloper browser.
 class JavaSourceNode
          The JavaSourceNode interface represents a Java source file in the JDeveloper browser.
 class JspSourceNode
          The JspSourceNode interface represents a Jsp source file in the JDeveloper browser.
 

Methods in oracle.jdeveloper.model with parameters of type Element
static Dependable ProjectDependencyFactory.find(Element source)
          Finds 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.
static Dependable[] ProjectDependencyFactory.findAll(Element source)
          Returns all Dependables associated with the given source.
static Dependable ProjectDependencyFactory.findOrCreate(Element source, Folder owner)
          Finds or creates a Dependable that encapsulates the source object.
static boolean ProjectDependencyFactory.hasFactory(Element source)
          Returns true if a factory has been registered with the given key.
 

Uses of Element in oracle.jdeveloper.offlinedb
 

Methods in oracle.jdeveloper.offlinedb with parameters of type Element
static java.net.URL OfflineDBUtil.findExistingProviderURL(Element e)
          Finds a provider URL for the given element.
static java.net.URL OfflineDBUtil.findExistingSchemaURL(Element e)
          Returns a URL for an existing schema file for the given element.
static Schema OfflineDBUtil.getSchema(Element e)
          Returns the Schema for the given Ide Element.
static boolean OfflineDBUtil.isOfflineElement(Element e)
          Returns true if the given element is offline - either a provider, or a schema folder or a schema object node.
static boolean OfflineDBUtil.isProviderFolder(Element e)
          Returns true if the given element is a folder representing a provider directory, or is a provider node.
static boolean OfflineDBUtil.isSchemaFolder(Element e)
          Returns true if the given element is a folder representing a schema directory, or is a schema node.
 

Uses of Element in oracle.jdeveloper.offlinedb.browser
 

Subinterfaces of Element in oracle.jdeveloper.offlinedb.browser
 interface SchemaObjectNode
          Interface for all offline database nodes containing SchemaObjects to implement.
 

Classes in oracle.jdeveloper.offlinedb.browser that implement Element
 class ProviderNode
          Node for a provider in the navigator.
 class SchemaNode
          Node for the schema/package object in the system navigator.
 

Uses of Element in oracle.jdeveloper.offlinedb.handler
 

Method parameters in oracle.jdeveloper.offlinedb.handler with type arguments of type Element
 void DeleteHandler.handleDelete(java.util.Collection<? extends Element> elems, OfflineDBObjectProvider pro, boolean confirm)
           
 

Uses of Element in oracle.jdeveloper.offlinedb.model
 

Subinterfaces of Element in oracle.jdeveloper.offlinedb.model
 interface OfflineDBObjectNode
          Interface for all offline database nodes containing DBObjects to implement.
 

Uses of Element in oracle.jdeveloper.runner
 

Classes in oracle.jdeveloper.runner that implement Element
 class JRunProcess
          An abstract class that represents a Java process.
 class RemoteProcess
           
 class RunningProcess
           
 

Uses of Element in oracle.jdeveloper.template
 

Classes in oracle.jdeveloper.template that implement Element
 class AbstractTemplate
           
 class ApplicationTemplate
           
 class ProjectTemplate
           
 

Methods in oracle.jdeveloper.template that return types with arguments of type Element
 java.util.Iterator<Element> AbstractTemplate.getChildren()
           
 java.util.Iterator<Element> ProjectTemplate.getChildren()
           
 java.util.Iterator<Element> ApplicationTemplate.getChildren()
           
 

Uses of Element in oracle.jdeveloper.uieditor
 

Methods in oracle.jdeveloper.uieditor that return Element
protected  Element[] AbstractCanvas.getSelectionFromUI()
          Get the current selection.
 

Uses of Element in oracle.jdeveloper.vcs.changelist
 

Classes in oracle.jdeveloper.vcs.changelist that implement Element
 class ChangeListItem
          ChangeListItems are proxy elements that represent files in the change list.
 

Methods in oracle.jdeveloper.vcs.changelist that return Element
 Element[] ChangeList.getElements()
          Get all elements in the change list.
 Element[] ChangeList.getSelection()
          Get the selection.
protected  Element[] ChangeListWindow.getSelectionFromUI()
           
 

Uses of Element in oracle.jdeveloper.vcs.changeset
 

Methods in oracle.jdeveloper.vcs.changeset that return Element
 Element[] ChangeSetChangeList.getSelection()
           
 

Uses of Element in oracle.jdeveloper.vcs.nav
 

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

Methods in oracle.jdeveloper.vcs.nav that return Element
protected abstract  Element BaseConnectionProvider.createConnectionFilterNode(ConnectionNode connectionNode, ConnectionFilter filter)
           
 Element ConnectionProvider.createConnectionListNode(java.util.Collection<java.util.Map<java.lang.String,java.lang.String>> criteria)
           
 Element ConnectionProvider.createConnectionListNode(java.util.Collection<java.util.Map<java.lang.String,java.lang.String>> criteria, boolean createConnections)
           
 Element BaseConnectionProvider.createConnectionListNode(java.util.Collection<java.util.Map<java.lang.String,java.lang.String>> criteria, boolean createConnections)
           
protected  Element BaseConnectionProvider.createConnectionPlaceholderNode(java.util.Map<java.lang.String,java.lang.String> criteria)
           
abstract  Element ConnectionProvider.getConnectionListNode()
           
 

Methods in oracle.jdeveloper.vcs.nav with parameters of type Element
 void ConnectionListFilterNode.addConnectionNode(Element element)
           
 void ConnectionListFilterNode.addPlaceholderNode(Element element)
           
 

Constructors in oracle.jdeveloper.vcs.nav with parameters of type Element
ConnectionNodeDecorator(Element element)
           
 

Uses of Element in oracle.jdeveloper.vcs.patch
 

Classes in oracle.jdeveloper.vcs.patch that implement Element
 class PatchNode
           
 

Uses of Element in oracle.jdeveloper.vcs.properties
 

Methods in oracle.jdeveloper.vcs.properties that return Element
static Element PropertiesUtil.getContextElement(Context context)
           
protected  Element VersionPropertiesPanelProvider.getContextElement(Context context)
           
 

Uses of Element in oracle.jdeveloper.vcs.spi
 

Methods in oracle.jdeveloper.vcs.spi with parameters of type Element
protected  IconOverlay[] VCSNodeOverlayTracker.getOverlays(Element[] elements)
           
protected  boolean VCSNodeOverlayTracker.isControlled(Element element)
           
 

Uses of Element in oracle.jdeveloper.vcs.util
 

Methods in oracle.jdeveloper.vcs.util with parameters of type Element
static Context VCSThreadSafeContexts.createContext(Element element)
          Deprecated. replaced by Context constructor.
static Locatable[] VCSContextUtils.getExpandedLocatables(Context context, Element[] elements, URLFilter filter)
          Get the expanded set of locatables from the specified set of elements, only returning locatables which pass the specified filter.
static Locatable[] VCSContextUtils.getExpandedLocatables(Element[] elements, URLFilter filter)
          Get the expanded set of locatables from the specified set of elements, only returning locatables which pass the specified filter.
 

Uses of Element in oracle.jdeveloper.vcs.versionhistory
 

Classes in oracle.jdeveloper.vcs.versionhistory that implement Element
 class VersionHistoryNode
           
 

Uses of Element in oracle.jdeveloper.vcs.vop
 

Classes in oracle.jdeveloper.vcs.vop that implement Element
 class Category
           
 

Methods in oracle.jdeveloper.vcs.vop that return Element
 Element[] VersionOperationTreePanel.getSelection()
           
 Element[] VersionOperationTablePanel.getSelection()
           
abstract  Element[] BaseVersionOperationPanel.getSelection()
          Get the current selection.
 

Uses of Element in oracle.jdeveloper.webapp
 

Classes in oracle.jdeveloper.webapp that implement Element
 class BrowsableWebDocumentNode
           
 class DelegatingXMLSourceNode
          An XMLSourceNode extension that allows the WebDocumentNode world to assign strategies at a single node recognition time.
 class WebDocumentNode
          Node representing Web documents: HTML, JSP ...
 

Uses of Element in oracle.jdevimpl.audit.core
 

Methods in oracle.jdevimpl.audit.core with parameters of type Element
 boolean DefaultAuditor.addElement(Element element, Node node, Project project, Workspace workspace)
           
 boolean DefaultAuditor.addElements(Element[] elements, Node node, Project project, Workspace workspace)
           
 boolean DefaultAuditor.isAuditable(Element element, Node node, Project project, Workspace workspace)
           
 boolean DefaultAuditor.isAuditableType(Element element)
           
 

Uses of Element in oracle.jdevimpl.audit.model
 

Classes in oracle.jdevimpl.audit.model that implement Element
 class DefaultContentDirectory
           
 

Methods in oracle.jdevimpl.audit.model that return types with arguments of type Element
 java.util.Iterator<Element> DefaultContentDirectory.getChildren()
           
 java.util.Collection<java.lang.Class<? extends Element>> ProjectModelType.getRootElementTypes()
           
 java.util.Collection<java.lang.Class<? extends Element>> UnauditableFileModelType.getRootElementTypes()
           
 java.util.Collection<java.lang.Class<? extends Element>> RootModelType.getRootElementTypes()
           
 java.util.Collection<java.lang.Class<? extends Element>> WorkspaceModelType.getRootElementTypes()
           
 java.util.Collection<java.lang.Class<? extends Element>> DirectoryModelType.getRootElementTypes()
           
 

Methods in oracle.jdevimpl.audit.model with parameters of type Element
 void DefaultModelFactory.addModelAdapters(java.util.Collection<ModelAdapter> models, Element element, java.net.URL url, Project project, Workspace workspace)
          If the URL is not supplied, then the Element must have been supplied and is used to determine the URL(s).
 ModelAdapter ProjectModelType.createModelAdapter(ModelFactory factory, Element element, java.net.URL url, ContainerModelAdapter directory, ContainerModelAdapter project, ContainerModelAdapter workspace)
           
 ModelAdapter UnauditableFileModelType.createModelAdapter(ModelFactory factory, Element element, java.net.URL url, ContainerModelAdapter directory, ContainerModelAdapter project, ContainerModelAdapter workspace)
           
 ModelAdapter RootModelType.createModelAdapter(ModelFactory factory, Element element, java.net.URL url, ContainerModelAdapter directory, ContainerModelAdapter project, ContainerModelAdapter workspace)
           
 ModelAdapter WorkspaceModelType.createModelAdapter(ModelFactory factory, Element element, java.net.URL url, ContainerModelAdapter directory, ContainerModelAdapter project, ContainerModelAdapter workspace)
           
 ModelAdapter DirectoryModelType.createModelAdapter(ModelFactory factory, Element element, java.net.URL url, ContainerModelAdapter directory, ContainerModelAdapter project, ContainerModelAdapter workspace)
           
 java.util.Collection<ModelAdapter> DefaultModelFactory.getContainedModelAdapters(Element element, java.net.URL url, ContainerModelAdapter container)
           
 Location[] RootModelAdapter.getElementLocations(Element element)
           
 Location[] UnauditableFileModelAdapter.getElementLocations(Element element)
           
 Location[] WorkspaceModelAdapter.getElementLocations(Element element)
           
 Location[] DirectoryModelAdapter.getElementLocations(Element element)
           
 Location[] ProjectModelAdapter.getElementLocations(Element element)
           
 java.util.Collection<ModelAdapter> DefaultModelFactory.getModelAdapters(Element element, java.net.URL url, Project project, Workspace workspace)
           
 java.util.Collection<ModelType> DefaultModelTypeFactory.getModelTypes(Element element)
           
 void DefaultModelFactory.getOrCreateModelAdapters(java.util.Collection<ModelAdapter> models, Element element, java.net.URL url, Project project, Workspace workspace)
          The workspace/project/URL key is computed.
 boolean ProjectModelType.isAuditable(Element element, ContentDirectory directory, Project project, Workspace workspace)
          Gets whether a root element is auditable in the context of a directory, project, and workspace.
 boolean RootModelType.isAuditable(Element element, ContentDirectory directory, Project project, Workspace workspace)
          Gets whether a root element is auditable in the context of a directory, project, and workspace.
 boolean WorkspaceModelType.isAuditable(Element element, ContentDirectory directory, Project project, Workspace workspace)
          Gets whether a root element is auditable in the context of a directory, project, and workspace.
 boolean DirectoryModelType.isAuditable(Element element, ContentDirectory directory, Project project, Workspace workspace)
          Gets whether a root element is auditable in the context of a directory, project, and workspace.
 

Uses of Element in oracle.jdevimpl.offlinedb.browser
 

Classes in oracle.jdevimpl.offlinedb.browser that implement Element
 class oracle.jdevimpl.offlinedb.browser.BaseOfflineDBObjectNode
           
 

Uses of Element in oracle.jdevimpl.webapp.html
 

Classes in oracle.jdevimpl.webapp.html that implement Element
 class oracle.jdevimpl.webapp.html.HtmlSourceNode
           
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

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