| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07 | |||||||||
| 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 | DocumentThe Documentinterface is implemented by objects that can
  be saved and restored. | 
|  class | ProjectProject interface. | 
| Methods in javax.ide.model with parameters of type Element | |
|---|---|
|  boolean | Folder.add(Element child)Appends a child Elementto the end of theFolder. | 
|  boolean | Folder.canAdd(Element element)Other classes can call this method to determine whether the given Elementcan be added to theFolder. | 
|  boolean | Folder.canRemove(Element element)Other classes can call this method to determine whether the specified Elementcan be removed from thisFolder. | 
|  boolean | Folder.containsChild(Element child)Returns trueif the folder contains the
  specified childElement; returnsfalseotherwise. | 
|  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 | JavaSourceThe JavaSourceclass. | 
| Uses of Element in javax.ide.model.text | 
|---|
| Subclasses of Element in javax.ide.model.text | |
|---|---|
|  class | TextDocumentThe TextDocumentclass. | 
| Uses of Element in javax.ide.model.xml | 
|---|
| Subclasses of Element in javax.ide.model.xml | |
|---|---|
|  class | XMLDocumentThe XMLDocumentclass. | 
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||