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

E17493-01

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.extension.rules.functions.util   
oracle.ide.externaltools Contains interfaces and classes that allow external tools in the IDE to be invoked, manipulated and extended by extensions. 
oracle.ide.history Contains API classes for the local history feature. 
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.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.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.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.vcs.changelist   
oracle.jdeveloper.vcs.changeset   
oracle.jdeveloper.vcs.nav   
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.jdeveloper.webapp.libraries   
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.
static java.net.URL[] CompositeFileElementRegistry.getCompositeFileURLs(Element compositeElement)
          Gets the file URLs for the given composite element instance.
 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.
 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.
 

Method parameters in oracle.ide.composite with type arguments of type Element
static void CompositeFileElementRegistry.fireCompositeStateChanged(MetaClass<? extends Element> compositeElementClass)
          Fires a state change event for the given composite element class.
 

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
          Deprecated. not replaced.
 

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.extension.rules.functions.util
 

Methods in oracle.ide.extension.rules.functions.util with parameters of type Element
static boolean ElementAttributeUtils.isAttributeSet(Element[] elements, java.lang.String attributeName, boolean mustBeSetOnAll)
          Returns true if that attributeName corresponds to the name of a constant in ElementAttributes, and if that attribute is set on the expected number of Elements in the given array.
 

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

Methods in oracle.ide.history with parameters of type Element
abstract  boolean HistoryManager.isHistoried(Element element)
          Asks whether the given element is eligible for local history support.
 

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 Layouts.add(Element element)
          Remove the specified Element from this Folder.
 boolean IdeLayout.add(Element element)
           
 boolean Layouts.canAdd(Element element)
           
 boolean IdeLayout.canAdd(Element element)
           
 boolean Layouts.canRemove(Element element)
           
 boolean IdeLayout.canRemove(Element element)
           
 boolean Layouts.containsChild(Element child)
           
 boolean IdeLayout.containsChild(Element child)
           
 boolean Layouts.remove(Element element)
          Remove the specified Element from this Folder.
 boolean IdeLayout.remove(Element element)
           
 

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.
 interface TextElement
          An Element subtype which also defines specific offsets describing the location of the element
 

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)
           
abstract  Element DiscoveredDependable.getElement()
          The element to which Dependable points.
 Element DiscoveredDependable.DefaultDiscoveredDependable.getElement()
           
 Element DependableFactory.Params.getElement()
           
 Element DependableFactory.Params.getOrigin()
           
 Element DependableFactory.Params.getParent()
           
 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 DefaultContainer.add(Element element)
          Part of the Folder interface.
 boolean DefaultFolder.add(Element element)
          Part of the Folder interface.
 boolean DataContainer.add(Element element)
          Part of the Folder interface.
 boolean ObservableFolder.add(Element element)
           
 boolean Folder.add(Element child)
          Appends a child Element to the end of the Folder.
 boolean XMLDataContainer.add(Element element)
           
 boolean Project.add(Element element, boolean notify)
          Deprecated. since 11.0 (07/01/2008)
 boolean DefaultContainer.add(Element element, boolean notify)
           
 boolean DataContainer.add(Element element, boolean notify)
           
 boolean XMLDataContainer.add(Element element, boolean notify)
           
 boolean Project.canAdd(Element element)
          Call this method to determine if an Element can be added to this project.
 boolean DefaultContainer.canAdd(Element element)
          Part of the Folder interface.
 boolean DefaultFolder.canAdd(Element element)
          Part of the Folder interface.
 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 XMLDataContainer.canAdd(Element element)
           
 boolean Workspace.canAdd(Element element)
          Folder interface method.
 boolean Workspaces.canAdd(Element element)
          Folder interface method.
 boolean Project.canRemove(Element element)
          Deprecated. since 11.0 (07/01/2008)
 boolean DefaultContainer.canRemove(Element element)
          Part of the Folder interface.
 boolean DefaultFolder.canRemove(Element element)
          Part of the Folder interface.
 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 XMLDataContainer.canRemove(Element element)
           
 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 DefaultContainer.containsChild(Element child)
           
 boolean DefaultFolder.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 XMLDataContainer.containsChild(Element child)
           
 boolean Project.containsOwnedChild(Element child)
          Deprecated. since 11.0 (07/01/2008) owner maps are deperecated without replacement.
static DiscoveredDependable DiscoveredDependable.createDefault(Element element, Dependable dependable)
           
static DiscoveredDependable DiscoveredDependable.createDefault(Element element, Dependable dependable, javax.swing.Icon icon, java.lang.String shortLabel, java.lang.String longLabel, java.lang.String tooltip)
          Creates a default DiscoveredDependable node.
 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 Observers of the specified Subject.
static void UpdateMessage.fireChildRemoved(Subject subject, Element element)
          This method sends an UpdateMessage whose ID is UpdateMessage.CHILD_REMOVED to all Observers of the specified Subject.
 boolean DefaultContainer.remove(Element element)
          Part of the Folder interface.
 boolean DefaultFolder.remove(Element element)
          Part of the Folder interface.
 boolean DataContainer.remove(Element element)
          Part of the Folder interface.
 boolean ObservableFolder.remove(Element element)
           
 boolean Folder.remove(Element child)
          Removes the specified child Element.
 boolean XMLDataContainer.remove(Element element)
           
 boolean Workspaces.remove(Element doc)
           
 boolean Project.remove(Element element, boolean notify)
           
 boolean DefaultContainer.remove(Element element, boolean notify)
           
 boolean DataContainer.remove(Element element, boolean notify)
           
 boolean XMLDataContainer.remove(Element element, boolean notify)
           
 boolean Workspace.remove(Element doc, boolean notifyObservers)
           
 void OwnerMap.removeElement(Element element)
          Deprecated.  
 void DependableFactory.Params.setElement(Element target)
           
 void DependableFactory.Params.setOrigin(Element element)
          The origin of the dependency.
 void DependableFactory.Params.setParent(Element parent)
           
protected  void DataContainer.setSubDirtyableOwner(Element element, Dirtyable owner)
          Sets the owner of this element to the specified element.
abstract  Dependable DependableRecognizer.toDependable(HashStructure d, Element source)
          Converts a HashStructure to a Dependable.
abstract  HashStructure DependableRecognizer.toHashStructure(Dependable d, Element source)
          Converts a Dependable to a HashStructure.
 

Constructors in oracle.ide.model with parameters of type Element
DiscoveredDependable.DefaultDiscoveredDependable(Element element, Dependable dependable)
           
DiscoveredDependable.DefaultDiscoveredDependable(Element element, Dependable dependable, javax.swing.Icon icon, java.lang.String shortLabel, java.lang.String longLabel, java.lang.String tooltip)
           
 

Uses of Element in oracle.ide.navigator
 

Classes in oracle.ide.navigator with type parameters of type Element
 class CompositeDeleteHandler<T extends 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[] ViewDecorator.getSelectionFromUI()
           
protected  Element[] View.getSelectionFromUI()
          This method retrieve's the selection in this View directly from the UI.
 

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

Methods in oracle.jdeveloper.compare with parameters of type Element
abstract  void CompareViewer.show(CompareContributor left, CompareContributor right, Element contextNode)
          Display the compare viewer for the specified two contributors.
 void CompareViewer.show(java.net.URL left, java.net.URL right, Element contextNode)
          Display the compare viewer for the specified two URLs.
 

Uses of Element in oracle.jdeveloper.controller
 

Methods in oracle.jdeveloper.controller with parameters of type Element
abstract  int[] NodeActionDelegate.doAction(Context context, Element[] elements, int[] text, IdeAction action)
          Does the action on a Node.
 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.
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 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)
           
abstract  void NodeActionDelegate.undoAction(Context context, Element[] elements, int[] text, IdeAction action)
          Undoes the action on a node.
 void XmlSourceNodeActionDelegate.undoAction(Context context, Element[] elements, int[] text, IdeAction action)
           
 void TextNodeActionDelegate.undoAction(Context context, Element[] elements, int[] text, IdeAction action)
           
 

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.
 

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

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

Uses of Element in oracle.jdeveloper.merge
 

Classes in oracle.jdeveloper.merge that implement Element
 class BaseMergeNode<T>
           
 class TextMergeNode
           
 

Methods in oracle.jdeveloper.merge with parameters of type Element
 float AbstractMergeAddin.getEditorWeight(Element element)
          Deprecated. 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)
          Deprecated. Asks whether the editor should be made available for the given Element.
 void MergeEngine.prepareMerge(CompareContributor contributor1, CompareContributor contributor2, CompareContributor contributorA, Element contextNode)
          Prepares a three-way merge.
 

Uses of Element in oracle.jdeveloper.model
 

Classes in oracle.jdeveloper.model that implement Element
 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)
          Deprecated. Finds Dependable that encapsulates the source object.
static Dependable ProjectDependencyFactory.find(Element source, Folder owner)
          Deprecated. Finds Dependable that encapsulates the source object contained by the specified owner.
static Dependable[] ProjectDependencyFactory.findAll(Element source)
          Deprecated. Returns all Dependables associated with the given source.
static Dependable ProjectDependencyFactory.findOrCreate(Element source, Folder owner)
          Deprecated. Finds or creates a Dependable that encapsulates the source object.
 java.net.URL TechnologySpecificSupportProvider.getParentUrlIfEqual(Element selElement, java.lang.String packageName)
           
static boolean ProjectDependencyFactory.hasFactory(Element source)
          Deprecated. 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
          Represents an actively running process (JRunProcess)
 

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)
           
 

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

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

Uses of Element in oracle.jdeveloper.vcs.spi
 

Methods in oracle.jdeveloper.vcs.spi with parameters of type Element
protected  IconOverlay[] VCSIconOverlayTracker.getOverlays(Element[] elements)
           
protected  boolean VCSIconOverlayTracker.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[] VersionOperationTablePanel.getSelection()
           
abstract  Element[] BaseVersionOperationPanel.getSelection()
          Get the current selection.
 Element[] VersionOperationTreePanel.getSelection()
           
 

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.jdeveloper.webapp.libraries
 

Classes in oracle.jdeveloper.webapp.libraries that implement Element
 class TagLibrary
          Refactored from JspLibrary.
 

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
           
static class UnauditableFileModelAdapter.UnauditableElement
           
 

Methods in oracle.jdevimpl.audit.model that return types with arguments of type Element
 java.util.Iterator<Element> UnauditableFileModelAdapter.UnauditableElement.getChildren()
           
 java.util.Iterator<Element> DefaultContentDirectory.getChildren()
           
 java.util.Collection<java.lang.Class<? extends Element>> WorkspaceModelType.getRootElementTypes()
           
 java.util.Collection<java.lang.Class<? extends Element>> UnauditableFileModelType.getRootElementTypes()
           
 java.util.Collection<java.lang.Class<? extends Element>> ProjectModelType.getRootElementTypes()
           
 java.util.Collection<java.lang.Class<? extends Element>> RootModelType.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 WorkspaceModelType.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 ProjectModelType.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 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[] ProjectModelAdapter.getElementLocations(Element element)
           
 Location[] UnauditableFileModelAdapter.getElementLocations(Element element)
           
 Location[] RootModelAdapter.getElementLocations(Element element)
           
 Location[] DirectoryModelAdapter.getElementLocations(Element element)
           
 Location[] WorkspaceModelAdapter.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 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 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 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
11g Release 2 (11.1.2.0.0)

E17493-01

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