|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| 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 Document interface 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 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 |
JavaSourceThe JavaSource class. |
| Uses of Element in javax.ide.model.text |
|---|
| Subclasses of Element in javax.ide.model.text | |
|---|---|
class |
TextDocumentThe TextDocument class. |
| Uses of Element in javax.ide.model.xml |
|---|
| Subclasses of Element in javax.ide.model.xml | |
|---|---|
class |
XMLDocumentThe XMLDocument class. |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||