org.jfree.ui

Class IntegerDocument

public class IntegerDocument extends PlainDocument

A document for editing integers.

Author: Andrzej Porebski

Method Summary
voidinsertString(int i, String s, AttributeSet attributes)
Inserts a string.

Method Detail

insertString

public void insertString(int i, String s, AttributeSet attributes)
Inserts a string.

Parameters: i i. s s. attributes the attributes.

Throws: BadLocationException ??