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.DefaultStyledDocument.ElementSpec1.2

java.lang.Object
   |
   +--javax.swing.text.DefaultStyledDocument.ElementSpec

Deklaration

public static class DefaultStyledDocument.ElementSpec
extends java.lang.Object

Beschreibung


 
Datenelemente
public final static shortStartTagType
public final static shortEndTagType
public final static shortContentType
public final static shortJoinPreviousDirection
public final static shortJoinNextDirection
public final static shortOriginateDirection
public final static shortJoinFractureDirection
 
Konstruktoren
publicDefaultStyledDocument.ElementSpec(AttributeSet a, short type)
publicDefaultStyledDocument.ElementSpec(AttributeSet a, short type, int len)
publicDefaultStyledDocument.ElementSpec(AttributeSet a, short type, char[] txt, int offs, int len)
 
Methoden
public voidsetType(short type)
public shortgetType()
public voidsetDirection(short direction)
public shortgetDirection()
public AttributeSetgetAttributes()
public char[]getArray()
public intgetOffset()
public intgetLength()
public StringtoString()


 

Datenelemente im Detail

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 im Detail

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 im Detail

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()


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

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