| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Element | |
|---|---|
| javax.ide.command | Command execution classes. | 
| javax.ide.model | The interfaces and classes implementing an IDE's data model. | 
| javax.ide.model.java | The interfaces and classes implementing an IDE's java model. | 
| javax.ide.model.text | The interfaces and classes that define an IDE's text document and model. | 
| javax.ide.model.xml | The interfaces and classes that define an IDE's xml document and model. | 
| Uses of Element in javax.ide.command | 
|---|
| Methods in javax.ide.command that return Element | |
|---|---|
 Element[] | 
Context.getSelection()
Get the currently selected objects.  | 
| Methods in javax.ide.command with parameters of type Element | |
|---|---|
 void | 
Context.setSelection(Element[] selection)
Set the currently selected objects.  | 
| Constructors in javax.ide.command with parameters of type Element | |
|---|---|
Context(Document document,
        Project project,
        Element[] selection)
Constructor.  | 
|
| Uses of Element in javax.ide.model | 
|---|
| Subclasses of Element in javax.ide.model | |
|---|---|
 class | 
Document
The Document interface is implemented by objects that can
  be saved and restored. | 
 class | 
Project
Project interface.  | 
| Methods in javax.ide.model with parameters of type Element | |
|---|---|
 boolean | 
Folder.add(Element child)
Appends a child Element to the end of the
  Folder. | 
 boolean | 
Folder.canAdd(Element element)
Other classes can call this method to determine whether the given Element can be added to the Folder. | 
 boolean | 
Folder.canRemove(Element element)
Other classes can call this method to determine whether the specified Element can be removed from this
  Folder. | 
 boolean | 
Folder.containsChild(Element child)
Returns true if the folder contains the
  specified child Element; returns false
  otherwise. | 
 IconDescription | 
ElementDisplayInfo.getIcon(Element element)
Get the icon for the specified element.  | 
 java.lang.String | 
ElementDisplayInfo.getLabel(Element element)
Get the label for the specified element.  | 
 java.lang.String | 
ElementDisplayInfo.getLongLabel(Element element)
Get the long label for the element.  | 
 java.lang.String | 
ElementDisplayInfo.getToolTip(Element element)
Get the tooltip for the specified element.  | 
 boolean | 
Folder.remove(Element child)
Removes the specified child Element. | 
| Uses of Element in javax.ide.model.java | 
|---|
| Subclasses of Element in javax.ide.model.java | |
|---|---|
 class | 
JavaSource
The JavaSource class. | 
| Uses of Element in javax.ide.model.text | 
|---|
| Subclasses of Element in javax.ide.model.text | |
|---|---|
 class | 
TextDocument
The TextDocument class. | 
| Uses of Element in javax.ide.model.xml | 
|---|
| Subclasses of Element in javax.ide.model.xml | |
|---|---|
 class | 
XMLDocument
The XMLDocument class. | 
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||