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

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

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

revision 1.7 by mkoch, Thu Jun 26 19:02:13 2003 UTC revision 1.8 by mkoch, Wed Jul 2 05:21:52 2003 UTC
# Line 50  public class AncestorEvent extends AWTEv Line 50  public class AncestorEvent extends AWTEv
50  {  {
51    private static final long serialVersionUID = -8079801679695605002L;    private static final long serialVersionUID = -8079801679695605002L;
52        
53    public static final int ANCESTOR_ADDED = 0;    public static final int ANCESTOR_ADDED = 1;
   public static final int ANCESTOR_MOVED = 1;  
54    public static final int ANCESTOR_REMOVED = 2;    public static final int ANCESTOR_REMOVED = 2;
55      public static final int ANCESTOR_MOVED = 3;
56    
57    private JComponent sourceComponent;    private JComponent sourceComponent;
58    private Container ancestor;    private Container ancestor;

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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