/[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.3 by mkoch, Tue Jun 24 19:09:41 2003 UTC revision 1.4 by mkoch, Wed Jun 25 04:36: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 serialVersionUID = -7037680193569691706L;    private static final long serialVersionUID = -7037680193569691706L;
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.3  
changed lines
  Added in v.1.4

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