/[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.5 by mkoch, Thu Jun 26 18:58:31 2003 UTC revision 1.6 by mkoch, Thu Jun 26 19:02:13 2003 UTC
# Line 48  public class TableModelEvent extends Eve Line 48  public class TableModelEvent extends Eve
48  {  {
49    private static final long serialVersionUID = -7849342674552212824L;    private static final long serialVersionUID = -7849342674552212824L;
50        
51    public static int ALL_COLUMNS = -1;    public static final int ALL_COLUMNS = -1;
52    public static int DELETE = -1;    public static final int DELETE = -1;
53    public static int HEADER_ROW = -1;    public static final int HEADER_ROW = -1;
54    public static int INSERT = 1;    public static final int INSERT = 1;
55    public static int UPDATE = 0;    public static final int UPDATE = 0;
56    
57    protected int column = 0;    protected int column = 0;
58    protected int firstRow = 0;    protected int firstRow = 0;

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

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