org.jfree.ui

Class IntegerDocument


public class IntegerDocument
extends PlainDocument

A document for editing integers.
Author:
Andrzej Porebski

Method Summary

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

Method Details

insertString

public void insertString(int i,
                         String s,
                         AttributeSet attributes)
            throws BadLocationException
Inserts a string.
Parameters:
i - i.
s - s.
attributes - the attributes.