|
|
javax > javax.swing > javax.swing.text > javax.swing.text.AbstractWriter >
Class: javax.swing.text.AbstractWriter java.lang.Object javax.swing.text.AbstractWriter
public abstract class AbstractWriter extends Object
FIELDS:
protected static final char NEWLINE : 10 |
|
|
|
CONSTRUCTORS:
METHODS:
| | | | protected | void | decrIndent() |
| | protected | boolean | getCanWrapLines() |
| | protected | int | getCurrentLineLength() |
| | protected | Document | getDocument() |
| | protected | ElementIterator | getElementIterator() |
| | public | int | getEndOffset() |
| | protected | int | getIndentLevel() |
| | protected | int | getIndentSpace() |
| | protected | int | getLineLength() |
| | public | String | getLineSeparator() |
| | public | int | getStartOffset() |
| | protected | String | getText(Element elem) Throws: BadLocationException |
| | protected | Writer | getWriter() |
| | protected | boolean | inRange(Element next) |
| | protected | void | incrIndent() |
| | protected | void | indent() Throws: IOException |
| | protected | boolean | isLineEmpty() |
| | protected | void | output(char[] content, int start, int length) Throws: IOException |
| | protected | void | setCanWrapLines(boolean newValue) |
| | protected | void | setCurrentLineLength(int length) |
| | protected | void | setIndentSpace(int space) |
| | protected | void | setLineLength(int l) |
| | public | void | setLineSeparator(String value) |
| | protected | void | text(Element elem) Throws: IOException Throws: BadLocationException |
| | protected abstract | void | write() Throws: IOException Throws: BadLocationException |
| | protected | void | write(char ch) Throws: IOException |
| | protected | void | write(char[] chars, int startIndex, int length) Throws: IOException |
| | protected | void | write(String content) Throws: IOException |
| | protected | void | writeAttributes(AttributeSet attr) Throws: IOException |
| | protected | void | writeLineSeparator() Throws: IOException |
| |
|
|
|
INHERITED METHODS:
| getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|