| Klasse javax.swing.text.AbstractDocument.BranchElement | 1.2 |
java.lang.Object
|
+--javax.swing.text.AbstractDocument.AbstractElement
|
+--javax.swing.text.AbstractDocument.BranchElement
| Konstruktoren | |
|---|---|
| public | AbstractDocument.BranchElement(Element parent, AttributeSet a) |
| Methoden | |
|---|---|
| public Element | positionToElement(int pos) |
| public void | replace(int offset, int length, Element[] elems) |
| public String | toString() |
| public String | getName() |
| public int | getStartOffset() |
| public int | getEndOffset() |
| public Element | getElement(int index) |
| public int | getElementCount() |
| public int | getElementIndex(int offset) |
| public boolean | isLeaf() |
| public boolean | getAllowsChildren() |
| public Enumeration | children() |