|
org.openide.src 1.8.31 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Element | |
---|---|
org.openide.cookies | |
org.openide.src | The parsing results of Java sources and the result of Java Reflection may be uniformly accessed as source elements. |
org.openide.src.nodes | Source elements can be represented by default element nodes. |
Uses of Element in org.openide.cookies |
---|
Methods in org.openide.cookies that return Element | |
---|---|
Element |
SourceCookie.Editor.findElement(int offset)
Find the element at the specified offset in the document. |
Element |
SourceCookie.Editor.textToSource(Element element)
Translate a text element to a source element, if it is possible to do so. |
Methods in org.openide.cookies with parameters of type Element | |
---|---|
Element |
SourceCookie.Editor.sourceToText(Element element)
Translate a source element to text. |
Uses of Element in org.openide.src |
---|
Subclasses of Element in org.openide.src | |
---|---|
class |
ClassElement
Element that describes one class. |
class |
ConstructorElement
Describes the constructor of a class. |
class |
FieldElement
Describes a field (variable) in a class. |
class |
InitializerElement
Element which represents an initializer block. |
class |
MemberElement
Superclass for containable Java source members (fields, methods and classes). |
class |
MethodElement
Representation of a method. |
class |
SourceElement
Describes an entire Java source file. |
Methods in org.openide.src that return Element | |
---|---|
Element |
SourceException.Protection.getTarget()
|
Methods in org.openide.src with parameters of type Element | |
---|---|
void |
Element.Impl.attachedToElement(Element el)
Called to attach the implementation to a specific element. |
String |
ElementFormat.format(Element element)
Formats an element. |
Constructors in org.openide.src with parameters of type Element | |
---|---|
SourceException.Protection(Element prot)
|
Uses of Element in org.openide.src.nodes |
---|
Fields in org.openide.src.nodes declared as Element | |
---|---|
protected Element |
ElementNode.element
Associated element. |
Constructors in org.openide.src.nodes with parameters of type Element | |
---|---|
ElementNode(Element element,
Children children,
boolean writeable)
Create a new element node. |
|
org.openide.src 1.8.31 | |||||||||
PREV NEXT | FRAMES NO FRAMES |