/[classpath]/classpath/javax/swing/text/AbstractDocument.java
ViewVC logotype

Diff of /classpath/javax/swing/text/AbstractDocument.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9.2.1 by gnu_andrew, Fri Jan 14 10:24:17 2005 UTC revision 1.9.2.2 by gnu_andrew, Sat Jan 15 17:02:21 2005 UTC
# Line 35  this exception to your version of the li Line 35  this exception to your version of the li
35  obligated to do so.  If you do not wish to do so, delete this  obligated to do so.  If you do not wish to do so, delete this
36  exception statement from your version. */  exception statement from your version. */
37    
38    
39  package javax.swing.text;  package javax.swing.text;
40    
41  import java.io.Serializable;  import java.io.Serializable;
# Line 43  import java.util.Dictionary; Line 44  import java.util.Dictionary;
44  import java.util.Enumeration;  import java.util.Enumeration;
45  import java.util.EventListener;  import java.util.EventListener;
46  import java.util.Vector;  import java.util.Vector;
47    
48  import javax.swing.event.DocumentEvent;  import javax.swing.event.DocumentEvent;
49  import javax.swing.event.DocumentListener;  import javax.swing.event.DocumentListener;
50  import javax.swing.event.EventListenerList;  import javax.swing.event.EventListenerList;
# Line 53  import javax.swing.undo.AbstractUndoable Line 55  import javax.swing.undo.AbstractUndoable
55  import javax.swing.undo.CompoundEdit;  import javax.swing.undo.CompoundEdit;
56  import javax.swing.undo.UndoableEdit;  import javax.swing.undo.UndoableEdit;
57    
   
58  public abstract class AbstractDocument  public abstract class AbstractDocument
59    implements Document, Serializable    implements Document, Serializable
60  {  {

Legend:
Removed from v.1.9.2.1  
changed lines
  Added in v.1.9.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26