/[classpath]/classpath/javax/swing/event/TableModelEvent.java
ViewVC logotype

Diff of /classpath/javax/swing/event/TableModelEvent.java

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

revision 1.4 by mkoch, Wed Jun 25 04:36:31 2003 UTC revision 1.5 by mkoch, Thu Jun 26 18:58:31 2003 UTC
# Line 46  import javax.swing.table.TableModel; Line 46  import javax.swing.table.TableModel;
46   */   */
47  public class TableModelEvent extends EventObject  public class TableModelEvent extends EventObject
48  {  {
49    private static final long serialVersionUID = -7037680193569691706L;    private static final long serialVersionUID = -7849342674552212824L;
50        
51    public static int ALL_COLUMNS = -1;    public static int ALL_COLUMNS = -1;
52    public static int DELETE = -1;    public static int DELETE = -1;

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

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