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

Interface javax.swing.text.AbstractDocument.Content1.2

Deklaration

public static interface AbstractDocument.Content

Beschreibung


 
Methoden
public PositioncreatePosition(int offset)
public intlength()
public UndoableEditinsertString(int where, String str)
public UndoableEditremove(int where, int nitems)
public StringgetString(int where, int len)
public voidgetChars(int where, int len, Segment txt)


 

Methoden im Detail

public Position createPosition(int offset)
Exception: BadLocationException
public int length()
public UndoableEdit insertString(int where, String str)
Exception: BadLocationException
public UndoableEdit remove(int where, int nitems)
Exception: BadLocationException
public String getString(int where, int len)
Exception: BadLocationException
public void getChars(int where, int len, Segment txt)
Exception: BadLocationException


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

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