gnu.kawa.swingviews
Class SwingContent
public
class
SwingContent
extends Object
implements Content
A wrapper around a CharBuffer that implements Swing's Content.
This allows us to use a CharBuffer for a Document's Content.
public SwingContent(int initialSize)
public SwingContent()
public Position createPosition(int offset)
public void getChars(int where, int len, Segment txt)
public String getString(int where, int len)
public UndoableEdit insertString(int where, String str, boolean beforeMarkers)
public UndoableEdit insertString(int where, String str)
public int length()
public UndoableEdit remove(int where, int nitems)