org.jsqltool.gui
Class TestSQLFrame
- public class TestSQLFrame
- extends javax.swing.JFrame
- implements javax.swing.event.DocumentListener
Title:
Description:
Copyright: Copyright (c) 2006
Company:
- Version:
- 1.0
- Author:
- not attributable
insertUpdate
public void insertUpdate(javax.swing.event.DocumentEvent e)
- Gives notification that there was an insert into the document. The range given by the DocumentEvent bounds the freshly inserted region.
- Parameters:
e - the document event
removeUpdate
public void removeUpdate(javax.swing.event.DocumentEvent e)
- Gives notification that a portion of the document has been removed. The range is given in terms of what the view last saw (that is, before updating sticky positions).
- Parameters:
e - the document event
changedUpdate
public void changedUpdate(javax.swing.event.DocumentEvent e)
- Gives notification that an attribute or set of attributes changed.
- Parameters:
e - the document event