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

Diff of /classpath/javax/swing/event/InternalFrameEvent.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 51  public class InternalFrameEvent extends Line 51  public class InternalFrameEvent extends
51    /**    /**
52     * Internal frame activated event     * Internal frame activated event
53     */     */
54    public static int INTERNAL_FRAME_ACTIVATED = 25554;    public static final int INTERNAL_FRAME_ACTIVATED = 25554;
55    
56    /**    /**
57     * Internal frame closed event     * Internal frame closed event
58     */     */
59    public static int INTERNAL_FRAME_CLOSED = 25551;    public static final int INTERNAL_FRAME_CLOSED = 25551;
60    
61    /**    /**
62     * Internal frame closing event     * Internal frame closing event
63     */     */
64    public static int INTERNAL_FRAME_CLOSING = 25550;    public static final int INTERNAL_FRAME_CLOSING = 25550;
65    
66    /**    /**
67     * Internal frame deactivated event     * Internal frame deactivated event
68     */     */
69    public static int INTERNAL_FRAME_DEACTIVATED = 25555;    public static final int INTERNAL_FRAME_DEACTIVATED = 25555;
70    
71    /**    /**
72     * Internal frame deiconifed event     * Internal frame deiconifed event
73     */     */
74    public static int INTERNAL_FRAME_DEICONIFIED = 25553;    public static final int INTERNAL_FRAME_DEICONIFIED = 25553;
75    
76    /**    /**
77     * Internal frame frame first event     * Internal frame frame first event
78     */     */
79    public static int INTERNAL_FRAME_FIRST = 25549;    public static final int INTERNAL_FRAME_FIRST = 25549;
80    
81    /**    /**
82     * Internal frame iconified event     * Internal frame iconified event
83     */     */
84    public static int INTERNAL_FRAME_ICONIFIED = 2552;    public static final int INTERNAL_FRAME_ICONIFIED = 2552;
85    
86    /**    /**
87     * Internal frame last event     * Internal frame last event
88     */     */
89    public static int INTERNAL_FRAME_LAST = 25555;    public static final int INTERNAL_FRAME_LAST = 25555;
90    
91    /**    /**
92     * Internal frame opened event     * Internal frame opened event
93     */     */
94    public static int INTERNAL_FRAME_OPENED = 25550;    public static final int INTERNAL_FRAME_OPENED = 25550;
95    
96    /**    /**
97     * Creates a <code>JInternalFrameEvent</code> object.     * Creates a <code>JInternalFrameEvent</code> object.

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