|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.ide.inspector.layout.SimpleElement
public abstract class SimpleElement
Simple elements should extend this class. This class provides method implementations indicating the this element cannot have children and that it is not extensible.
| Field Summary |
|---|
| Fields inherited from interface oracle.ide.inspector.layout.Element |
|---|
EXTENDS, ID, PART_OF |
| Constructor Summary | |
|---|---|
SimpleElement() |
|
| Method Summary | |
|---|---|
java.util.List<Element> |
getChildren()If this element contains other elements as children, this method returns the list of children, otherwise, it returns an empty list. |
Extensible |
getExtensible()Get the Extensible information. |
boolean |
isExtensible()Find out whether this element is Extensible. |
boolean |
mayHaveChildren()Find out whether this element contains other elements as children. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleElement()
| Method Detail |
|---|
public boolean mayHaveChildren()
ElementmayHaveChildren in interface Elementpublic boolean isExtensible()
ElementExtensible.isExtensible in interface ElementExtensible.public Extensible getExtensible()
ElementExtensible information.getExtensible in interface Elementtrue from the isExtensible() method, must implement the Extensible interface and return this from their implementation of this method.public java.util.List<Element> getChildren()
ElementgetChildren in interface Element
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||