Klasse javax.swing.text.DefaultStyledDocument.ElementSpec | 1.2 |
java.lang.Object | +--javax.swing.text.DefaultStyledDocument.ElementSpec
Datenelemente | |
---|---|
public final static short | StartTagType |
public final static short | EndTagType |
public final static short | ContentType |
public final static short | JoinPreviousDirection |
public final static short | JoinNextDirection |
public final static short | OriginateDirection |
public final static short | JoinFractureDirection |
Konstruktoren | |
---|---|
public | DefaultStyledDocument.ElementSpec(AttributeSet a, short type) |
public | DefaultStyledDocument.ElementSpec(AttributeSet a, short type, int len) |
public | DefaultStyledDocument.ElementSpec(AttributeSet a, short type, char[] txt, int offs, int len) |
Methoden | |
---|---|
public void | setType(short type) |
public short | getType() |
public void | setDirection(short direction) |
public short | getDirection() |
public AttributeSet | getAttributes() |
public char[] | getArray() |
public int | getOffset() |
public int | getLength() |
public String | toString() |