/[classpath]/classpath/javax/swing/undo/StateEditable.java
ViewVC logotype

Diff of /classpath/javax/swing/undo/StateEditable.java

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

revision 1.1 by aselkirk, Thu Apr 25 07:11:12 2002 UTC revision 1.2 by tromey, Mon Feb 17 01:46:35 2003 UTC
# Line 1  Line 1 
1  /* AbstractTableModel.java --  /* StateEditable.java --
2     Copyright (C) 2002 Free Software Foundation, Inc.     Copyright (C) 2002, 2003 Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 44  import java.util.Hashtable; Line 44  import java.util.Hashtable;
44   * StateEditable interface   * StateEditable interface
45   * @author Andrew Selkirk   * @author Andrew Selkirk
46   */   */
47  public interface StateEditable {  public interface StateEditable
48    {
49          /**    /**
50           * Restore State     * Restore State
51           * @param state State     * @param state State
52           */     */
53          public void restoreState(Hashtable state);    public void restoreState(Hashtable state);
54    
55          /**    /**
56           * Store State     * Store State
57           * @param state State     * @param state State
58           */     */
59          public void storeState(Hashtable state);    public void storeState(Hashtable state);
   
   
60  } // StateEditable  } // StateEditable

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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