Weitere aktuelle Java-Titel finden Sie bei dpunkt.
 Inhaltsverzeichnis   Vorhergehendes Paket   Seite Zurück   Seite Vor   Nächstes Paket   Paketübersicht   Index

Klasse javax.swing.text.AbstractWriter1.2

java.lang.Object
   |
   +--javax.swing.text.AbstractWriter

Deklaration

public class AbstractWriter
extends java.lang.Object

Beschreibung


 
Datenelemente
protected final static charNEWLINE
 
Konstruktoren
protectedAbstractWriter(Writer w, Document doc)
protectedAbstractWriter(Writer w, Document doc, int pos, int len)
protectedAbstractWriter(Writer w, Element root)
protectedAbstractWriter(Writer w, Element root, int pos, int len)
 
Methoden
public intgetStartOffset()     [1.3]
public intgetEndOffset()     [1.3]
protected ElementIteratorgetElementIterator()
protected WritergetWriter()     [1.3]
protected DocumentgetDocument()
protected booleaninRange(Element next)
protected voidwrite()
protected StringgetText(Element elem)
protected voidtext(Element elem)
protected voidsetLineLength(int l)
protected intgetLineLength()     [1.3]
protected voidsetCurrentLineLength(int length)     [1.3]
protected intgetCurrentLineLength()     [1.3]
protected booleanisLineEmpty()     [1.3]
protected voidsetCanWrapLines(boolean newValue)     [1.3]
protected booleangetCanWrapLines()     [1.3]
protected voidsetIndentSpace(int space)
protected intgetIndentSpace()     [1.3]
public voidsetLineSeparator(String value)     [1.3]
public StringgetLineSeparator()     [1.3]
protected voidincrIndent()
protected voiddecrIndent()
protected intgetIndentLevel()     [1.3]
protected voidindent()
protected voidwrite(char ch)
protected voidwrite(String content)
protected voidwriteLineSeparator()     [1.3]
protected voidwrite(char[] chars, int startIndex, int length)     [1.3]
protected voidwriteAttributes(AttributeSet attr)
protected voidoutput(char[] content, int start, int length)     [1.3]


 

Datenelemente im Detail

protected final static char NEWLINE

 

Konstruktoren im Detail

protected AbstractWriter(Writer w, Document doc)
protected AbstractWriter(Writer w, Document doc, int pos, int len)
protected AbstractWriter(Writer w, Element root)
protected AbstractWriter(Writer w, Element root, int pos, int len)

 

Methoden im Detail

public int getStartOffset()     [1.3]
public int getEndOffset()     [1.3]
protected ElementIterator getElementIterator()
protected Writer getWriter()     [1.3]
protected Document getDocument()
protected boolean inRange(Element next)
protected void write()
Exception: IOException
Exception: BadLocationException
protected String getText(Element elem)
Exception: BadLocationException
protected void text(Element elem)
Exception: BadLocationException
Exception: IOException
protected void setLineLength(int l)
protected int getLineLength()     [1.3]
protected void setCurrentLineLength(int length)     [1.3]
protected int getCurrentLineLength()     [1.3]
protected boolean isLineEmpty()     [1.3]
protected void setCanWrapLines(boolean newValue)     [1.3]
protected boolean getCanWrapLines()     [1.3]
protected void setIndentSpace(int space)
protected int getIndentSpace()     [1.3]
public void setLineSeparator(String value)     [1.3]
public String getLineSeparator()     [1.3]
protected void incrIndent()
protected void decrIndent()
protected int getIndentLevel()     [1.3]
protected void indent()
Exception: IOException
protected void write(char ch)
Exception: IOException
protected void write(String content)
Exception: IOException
protected void writeLineSeparator()     [1.3]
Exception: IOException
protected void write(char[] chars, int startIndex, int length)     [1.3]
Exception: IOException
protected void writeAttributes(AttributeSet attr)
Exception: IOException
protected void output(char[] content, int start, int length)     [1.3]
Exception: IOException


 Inhaltsverzeichnis   Vorhergehendes Paket   Seite Zurück   Seite Vor   Nächstes Paket   Paketübersicht   Index

Copyright © 2002 dpunkt.Verlag, Heidelberg. Alle Rechte vorbehalten.