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

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

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

revision 1.3 by mkoch, Sun Mar 23 09:19:04 2003 UTC revision 1.4 by mkoch, Sun Oct 12 16:48:34 2003 UTC
# Line 42  import javax.swing.event.*; Line 42  import javax.swing.event.*;
42    
43  public interface Document  public interface Document
44  {  {
45    public static final String StreamDescriptionProperty = "stream";    String StreamDescriptionProperty = "stream";
46        
47    public static final String TitleProperty = "text";    String TitleProperty = "text";
48    
49    void addDocumentListener(DocumentListener listener);    void addDocumentListener(DocumentListener listener);
50    void addUndoableEditListener(UndoableEditListener listener);    void addUndoableEditListener(UndoableEditListener listener);

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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