| Klasse javax.swing.text.AbstractDocument.LeafElement | 1.2 |
java.lang.Object
|
+--javax.swing.text.AbstractDocument.AbstractElement
|
+--javax.swing.text.AbstractDocument.LeafElement
| Konstruktoren | |
|---|---|
| public | AbstractDocument.LeafElement(Element parent, AttributeSet a, int offs0, int offs1) |
| Methoden | |
|---|---|
| public String | toString() |
| public int | getStartOffset() |
| public int | getEndOffset() |
| public String | getName() |
| public int | getElementIndex(int pos) |
| public Element | getElement(int index) |
| public int | getElementCount() |
| public boolean | isLeaf() |
| public boolean | getAllowsChildren() |
| public Enumeration | children() |