Start of AWT merge with Classpath:
* Makefile.in: Rebuilt.
* Makefile.am (awt_java_source_files): Reference files in
gnu/java/awt, not gnu/gcj/awt.
* java/awt/image/BufferedImage.java: Updated copyright.
* java/awt/image/ComponentColorModel.java: Updated copyright.
* java/awt/image/ComponentSampleModel.java: Updated copyright.
* java/awt/image/DataBuffer.java: Updated copyright.
* java/awt/image/DataBufferByte.java: Updated copyright.
* java/awt/image/DataBufferInt.java: Updated copyright.
* java/awt/image/DataBufferUShort.java: Updated copyright.
* java/awt/image/IndexColorModel.java: Updated copyright.
* java/awt/image/PackedColorModel.java: Updated copyright.
* java/awt/image/Raster.java: Updated copyright.
* java/awt/image/RasterOp.java: Updated copyright.
* java/awt/image/SampleModel.java: Updated copyright.
* java/awt/image/SinglePixelPackedSampleModel.java: Updated copyright.
* java/awt/image/WritableRaster.java: Updated copyright.
* java/awt/color/ColorSpace.java: Updated copyright.
* java/awt/color/ICC_ColorSpace.java: Updated copyright
* java/awt/color/ICC_Profile.java: Updated copyright.
* java/awt/event/HierarchyBoundsAdapter.java: Updated copyright.
* java/awt/event/HierarchyBoundsListener.java: Updated copyright.
* java/awt/event/HierarchyEvent.java: Updated copyright.
* java/awt/event/HierarchyListener.java: Updated copyright.
* java/awt/geom/AffineTransform.java: Updated copyright.
* java/awt/geom/Dimension2D.java: Updated copyright.
* java/awt/geom/Ellipse2D.java: Updated copyright.
* java/awt/geom/IllegalPathStateException.java: Updated copyright.
* java/awt/geom/Line2D.java: Updated copyright.
* java/awt/geom/NoninvertibleTransformException.java: Updated
copyright.
* java/awt/geom/PathIterator.java: Updated copyright.
* java/awt/geom/Point2D.java: Updated copyright.
* java/awt/geom/Rectangle2D.java: Updated copyright.
* java/awt/geom/RectangularShape.java: Updated copyright.
* java/awt/geom/RoundRectangle2D.java: Updated copyright.
* java/awt/Toolkit.java: Updated import for file moves.
* java/awt/Rectangle.java: Updated copyright; added javadoc from
Classpath.
(hashCode): New method from Classpath.
* java/awt/Graphics2D.java: Updated copyright.
* java/awt/Transparency.java: Updated copyright.
* java/awt/Paint.java: Updated copyright.
* java/awt/Graphics.java: New version from Classpath.
* java/awt/EventDispatchThread.java: Updated copyright.
* java/awt/CardLayout.java (layoutContainer): Don't skip invisible
children.
(gotoComponent): Wrap around on next/previous.
* gnu/gcj/awt/BitMaskExtent.java: Removed.
* gnu/gcj/awt/Buffers.java: Removed.
* gnu/gcj/awt/ComponentDataBlitOp.java: Removed.
* gnu/gcj/awt/GLightweightPeer.java: Removed.
* gnu/java/awt/BitMaskExtent.java: Added.
* gnu/java/awt/Buffers.java: Added.
* gnu/java/awt/ComponentDataBlitOp.java: Added.
* gnu/java/awt/GLightweightPeer.java: Added.
* java/awt/geom/Line2D.java (clone): Ignore
CloneNotSupportedException.
* gnu/gcj/awt/GLightweightPeer.java (getColorModel): New method.
* java/awt/Frame.java: Merged with Classpath.
* java/awt/RenderingHints.java: Copyright update.
* java/awt/Paint.java: Copyright update.
* java/awt/image/DirectColorModel.java: Merged with Classpath.
* java/awt/image/ColorModel.java: Merged with Classpath.
* java/awt/Window.java (show): New Implementation from Classpath.
(isShowing): Use super.isShowing().
* java/awt/EventQueue.java: Merged with Classpath.
* java/awt/AWTEventMulticaster.java (save): Throw
RuntimeException.
(saveInternal): Likewise.
* java/awt/AWTEvent.java: Now implements Serializable.
* java/awt/Event.java: Copyright update.
* java/awt/peer/ComponentPeer.java: Merged with Classpath.
* java/awt/image/BufferedImage.java: Copyright update.
* java/awt/GraphicsConfiguration.java: Copyright update.
* java/awt/Component.java: (addNotify): Don't call
addNotifyContainerChildren().
(addNotifyContainerChildren): Removed.
(setPeer): New method from Classpath.
(setTreeLock): Likewise.
(setVisible): Rewrote.
(show): Use it.
(hide): Likewise.
(validate): Set `valid'.
(checkImage(Image,ImageObserver)): Implementation from Classpath.
(createImage(ImageProducer)): Likewise.
(prepareImage): Likewise.
* java/awt/Container.java (addImpl): Handle case where constraint
is not a String. Post event via system event queue.
(remove): Post event via system event queue.
(validateTree): Only validate child if it is invalid.
(getAlignmentX): Call super method as default.
(getAlignmentY): Likewise.
(addContainerListener): Now synchronized.
(removeContainerListener): Likewise.
(addNotifyContainerChildren): Now private.
* java/awt/ComponentOrientation.java: Updated copyright. Added
@author.
* java/awt/FlowLayout.java (serialVersionUID): New field.
(setAlignment): Better exception message.
(layoutContainer): Don't compute component's preferred size unless
we're going to use it.
* java/awt/BorderLayout.java (AFTER_LAST_LINE, AFTER_LINE_ENDS,
BEFORE_FIRST_LINE, BEFORE_LINE_BEGINS): New constants.
(firstLine, lastLine, firstItem, lastItem): New fields.
(addLayoutComponent): Handle case where constraints is null.
Also, handle relative locations.
(removeLayoutComponent): Handle relative locations.
(MIN, MAX, PREF): New constants.
(calcCompSize): New method.
(calcSize): New method.
(minimumLayoutSize): Use it.
(preferredLayoutSize): Likewise.
(maximumLayoutSize): Likewise.
(toString): Include more information.
(setBounds): New method.
(layoutContainer): Use libgcj implementation; extended to handle
relative locations.
From-SVN: r48896
2002-01-16 12:21:35 +08:00
|
|
|
/* Copyright (C) 1999, 2000, 2002 Free Software Foundation
|
1999-05-05 19:05:57 +08:00
|
|
|
|
Start of AWT merge with Classpath:
* Makefile.in: Rebuilt.
* Makefile.am (awt_java_source_files): Reference files in
gnu/java/awt, not gnu/gcj/awt.
* java/awt/image/BufferedImage.java: Updated copyright.
* java/awt/image/ComponentColorModel.java: Updated copyright.
* java/awt/image/ComponentSampleModel.java: Updated copyright.
* java/awt/image/DataBuffer.java: Updated copyright.
* java/awt/image/DataBufferByte.java: Updated copyright.
* java/awt/image/DataBufferInt.java: Updated copyright.
* java/awt/image/DataBufferUShort.java: Updated copyright.
* java/awt/image/IndexColorModel.java: Updated copyright.
* java/awt/image/PackedColorModel.java: Updated copyright.
* java/awt/image/Raster.java: Updated copyright.
* java/awt/image/RasterOp.java: Updated copyright.
* java/awt/image/SampleModel.java: Updated copyright.
* java/awt/image/SinglePixelPackedSampleModel.java: Updated copyright.
* java/awt/image/WritableRaster.java: Updated copyright.
* java/awt/color/ColorSpace.java: Updated copyright.
* java/awt/color/ICC_ColorSpace.java: Updated copyright
* java/awt/color/ICC_Profile.java: Updated copyright.
* java/awt/event/HierarchyBoundsAdapter.java: Updated copyright.
* java/awt/event/HierarchyBoundsListener.java: Updated copyright.
* java/awt/event/HierarchyEvent.java: Updated copyright.
* java/awt/event/HierarchyListener.java: Updated copyright.
* java/awt/geom/AffineTransform.java: Updated copyright.
* java/awt/geom/Dimension2D.java: Updated copyright.
* java/awt/geom/Ellipse2D.java: Updated copyright.
* java/awt/geom/IllegalPathStateException.java: Updated copyright.
* java/awt/geom/Line2D.java: Updated copyright.
* java/awt/geom/NoninvertibleTransformException.java: Updated
copyright.
* java/awt/geom/PathIterator.java: Updated copyright.
* java/awt/geom/Point2D.java: Updated copyright.
* java/awt/geom/Rectangle2D.java: Updated copyright.
* java/awt/geom/RectangularShape.java: Updated copyright.
* java/awt/geom/RoundRectangle2D.java: Updated copyright.
* java/awt/Toolkit.java: Updated import for file moves.
* java/awt/Rectangle.java: Updated copyright; added javadoc from
Classpath.
(hashCode): New method from Classpath.
* java/awt/Graphics2D.java: Updated copyright.
* java/awt/Transparency.java: Updated copyright.
* java/awt/Paint.java: Updated copyright.
* java/awt/Graphics.java: New version from Classpath.
* java/awt/EventDispatchThread.java: Updated copyright.
* java/awt/CardLayout.java (layoutContainer): Don't skip invisible
children.
(gotoComponent): Wrap around on next/previous.
* gnu/gcj/awt/BitMaskExtent.java: Removed.
* gnu/gcj/awt/Buffers.java: Removed.
* gnu/gcj/awt/ComponentDataBlitOp.java: Removed.
* gnu/gcj/awt/GLightweightPeer.java: Removed.
* gnu/java/awt/BitMaskExtent.java: Added.
* gnu/java/awt/Buffers.java: Added.
* gnu/java/awt/ComponentDataBlitOp.java: Added.
* gnu/java/awt/GLightweightPeer.java: Added.
* java/awt/geom/Line2D.java (clone): Ignore
CloneNotSupportedException.
* gnu/gcj/awt/GLightweightPeer.java (getColorModel): New method.
* java/awt/Frame.java: Merged with Classpath.
* java/awt/RenderingHints.java: Copyright update.
* java/awt/Paint.java: Copyright update.
* java/awt/image/DirectColorModel.java: Merged with Classpath.
* java/awt/image/ColorModel.java: Merged with Classpath.
* java/awt/Window.java (show): New Implementation from Classpath.
(isShowing): Use super.isShowing().
* java/awt/EventQueue.java: Merged with Classpath.
* java/awt/AWTEventMulticaster.java (save): Throw
RuntimeException.
(saveInternal): Likewise.
* java/awt/AWTEvent.java: Now implements Serializable.
* java/awt/Event.java: Copyright update.
* java/awt/peer/ComponentPeer.java: Merged with Classpath.
* java/awt/image/BufferedImage.java: Copyright update.
* java/awt/GraphicsConfiguration.java: Copyright update.
* java/awt/Component.java: (addNotify): Don't call
addNotifyContainerChildren().
(addNotifyContainerChildren): Removed.
(setPeer): New method from Classpath.
(setTreeLock): Likewise.
(setVisible): Rewrote.
(show): Use it.
(hide): Likewise.
(validate): Set `valid'.
(checkImage(Image,ImageObserver)): Implementation from Classpath.
(createImage(ImageProducer)): Likewise.
(prepareImage): Likewise.
* java/awt/Container.java (addImpl): Handle case where constraint
is not a String. Post event via system event queue.
(remove): Post event via system event queue.
(validateTree): Only validate child if it is invalid.
(getAlignmentX): Call super method as default.
(getAlignmentY): Likewise.
(addContainerListener): Now synchronized.
(removeContainerListener): Likewise.
(addNotifyContainerChildren): Now private.
* java/awt/ComponentOrientation.java: Updated copyright. Added
@author.
* java/awt/FlowLayout.java (serialVersionUID): New field.
(setAlignment): Better exception message.
(layoutContainer): Don't compute component's preferred size unless
we're going to use it.
* java/awt/BorderLayout.java (AFTER_LAST_LINE, AFTER_LINE_ENDS,
BEFORE_FIRST_LINE, BEFORE_LINE_BEGINS): New constants.
(firstLine, lastLine, firstItem, lastItem): New fields.
(addLayoutComponent): Handle case where constraints is null.
Also, handle relative locations.
(removeLayoutComponent): Handle relative locations.
(MIN, MAX, PREF): New constants.
(calcCompSize): New method.
(calcSize): New method.
(minimumLayoutSize): Use it.
(preferredLayoutSize): Likewise.
(maximumLayoutSize): Likewise.
(toString): Include more information.
(setBounds): New method.
(layoutContainer): Use libgcj implementation; extended to handle
relative locations.
From-SVN: r48896
2002-01-16 12:21:35 +08:00
|
|
|
This file is part of GNU Classpath.
|
|
|
|
|
|
|
|
GNU Classpath is free software; you can redistribute it and/or modify
|
|
|
|
it under the terms of the GNU General Public License as published by
|
|
|
|
the Free Software Foundation; either version 2, or (at your option)
|
|
|
|
any later version.
|
|
|
|
|
|
|
|
GNU Classpath is distributed in the hope that it will be useful, but
|
|
|
|
WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
General Public License for more details.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
|
|
along with GNU Classpath; see the file COPYING. If not, write to the
|
|
|
|
Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
|
|
|
02111-1307 USA.
|
|
|
|
|
2002-01-23 06:40:42 +08:00
|
|
|
Linking this library statically or dynamically with other modules is
|
|
|
|
making a combined work based on this library. Thus, the terms and
|
|
|
|
conditions of the GNU General Public License cover the whole
|
|
|
|
combination.
|
|
|
|
|
|
|
|
As a special exception, the copyright holders of this library give you
|
|
|
|
permission to link this library with independent modules to produce an
|
|
|
|
executable, regardless of the license terms of these independent
|
|
|
|
modules, and to copy and distribute the resulting executable under
|
|
|
|
terms of your choice, provided that you also meet, for each linked
|
|
|
|
independent module, the terms and conditions of the license of that
|
|
|
|
module. An independent module is a module which is not derived from
|
|
|
|
or based on this library. If you modify this library, you may extend
|
|
|
|
this exception to your version of the library, but you are not
|
|
|
|
obligated to do so. If you do not wish to do so, delete this
|
|
|
|
exception statement from your version. */
|
1999-05-05 19:05:57 +08:00
|
|
|
|
|
|
|
|
|
|
|
package java.awt;
|
|
|
|
|
2000-03-22 05:33:53 +08:00
|
|
|
/**
|
|
|
|
* Written using on-line Java Platform 1.2 API Specification, as well
|
|
|
|
* as "The Java Class Libraries", 2nd edition (Addison-Wesley, 1998).
|
2000-07-12 11:32:07 +08:00
|
|
|
* Status: Believed complete and correct.
|
2000-03-22 05:33:53 +08:00
|
|
|
*/
|
1999-05-05 19:05:57 +08:00
|
|
|
|
2000-12-26 08:25:13 +08:00
|
|
|
public class Event implements java.io.Serializable
|
1999-05-05 19:05:57 +08:00
|
|
|
{
|
2000-03-22 05:33:53 +08:00
|
|
|
public static final int SHIFT_MASK = 1,
|
|
|
|
CTRL_MASK = 2,
|
|
|
|
META_MASK = 4,
|
|
|
|
ALT_MASK = 8;
|
|
|
|
|
|
|
|
public static final int ACTION_EVENT = 1001,
|
|
|
|
BACK_SPACE = 8,
|
|
|
|
CAPS_LOCK = 1022,
|
|
|
|
DELETE = 127,
|
|
|
|
DOWN = 1005,
|
|
|
|
END = 1001,
|
|
|
|
ENTER = 10,
|
|
|
|
ESCAPE = 27,
|
|
|
|
F1 = 1008,
|
|
|
|
F10 = 1017,
|
|
|
|
F11 = 1018,
|
|
|
|
F12 = 1019,
|
|
|
|
F2 = 1009,
|
|
|
|
F3 = 1010,
|
|
|
|
F4 = 1011,
|
|
|
|
F5 = 1012,
|
|
|
|
F6 = 1013,
|
|
|
|
F7 = 1014,
|
|
|
|
F8 = 1015,
|
|
|
|
F9 = 1016,
|
|
|
|
GOT_FOCUS = 1004,
|
|
|
|
HOME = 1000,
|
|
|
|
INSERT = 1025,
|
|
|
|
KEY_ACTION = 403,
|
|
|
|
KEY_ACTION_RELEASE = 404,
|
|
|
|
KEY_PRESS = 401,
|
|
|
|
KEY_RELEASE = 402,
|
|
|
|
LEFT = 1006,
|
|
|
|
LIST_DESELECT = 702,
|
|
|
|
LIST_SELECT = 701,
|
|
|
|
LOAD_FILE = 1002,
|
|
|
|
LOST_FOCUS = 1005,
|
|
|
|
MOUSE_DOWN = 501,
|
|
|
|
MOUSE_DRAG = 506,
|
|
|
|
MOUSE_ENTER = 504,
|
|
|
|
MOUSE_EXIT = 505,
|
|
|
|
MOUSE_MOVE = 503,
|
|
|
|
MOUSE_UP = 502,
|
|
|
|
NUM_LOCK = 1023,
|
|
|
|
PAUSE = 1024,
|
|
|
|
PGDN = 1003,
|
|
|
|
PGUP = 1002,
|
|
|
|
PRINT_SCREEN = 1020,
|
|
|
|
RIGHT = 1007,
|
|
|
|
SAVE_FILE = 1003,
|
|
|
|
SCROLL_ABSOLUTE = 605,
|
|
|
|
SCROLL_BEGIN = 606,
|
|
|
|
SCROLL_END = 607,
|
|
|
|
SCROLL_LINE_DOWN = 602,
|
|
|
|
SCROLL_LINE_UP = 601,
|
|
|
|
SCROLL_LOCK = 1021,
|
|
|
|
SCROLL_PAGE_DOWN = 604,
|
|
|
|
SCROLL_PAGE_UP = 603,
|
|
|
|
TAB = 9,
|
|
|
|
UP = 1004,
|
|
|
|
WINDOW_DEICONIFY = 204,
|
|
|
|
WINDOW_DESTROY = 201,
|
|
|
|
WINDOW_EXPOSE = 202,
|
|
|
|
WINDOW_ICONIFY = 203,
|
|
|
|
WINDOW_MOVED = 205;
|
|
|
|
|
1999-05-05 19:05:57 +08:00
|
|
|
public Object arg;
|
2000-03-22 05:33:53 +08:00
|
|
|
public int clickCount;
|
2000-12-26 08:25:13 +08:00
|
|
|
boolean consumed; // Required by serialization spec.
|
|
|
|
public Event evt;
|
1999-05-05 19:05:57 +08:00
|
|
|
public int id;
|
2000-03-22 05:33:53 +08:00
|
|
|
public int key;
|
|
|
|
public int modifiers;
|
1999-05-05 19:05:57 +08:00
|
|
|
public Object target;
|
2000-03-22 05:33:53 +08:00
|
|
|
public long when;
|
|
|
|
public int x;
|
|
|
|
public int y;
|
1999-05-05 19:05:57 +08:00
|
|
|
|
|
|
|
public Event (Object target, int id, Object arg)
|
|
|
|
{
|
|
|
|
this.id = id;
|
|
|
|
this.target = target;
|
|
|
|
this.arg = arg;
|
|
|
|
}
|
2000-03-22 05:33:53 +08:00
|
|
|
|
|
|
|
public Event (Object target, long when, int id, int x, int y, int key,
|
|
|
|
int modifiers)
|
|
|
|
{
|
|
|
|
this.target = target;
|
|
|
|
this.when = when;
|
|
|
|
this.id = id;
|
|
|
|
this.x = x;
|
|
|
|
this.y = y;
|
|
|
|
this.key = key;
|
|
|
|
this.modifiers = modifiers;
|
|
|
|
}
|
|
|
|
|
|
|
|
public Event (Object target, long when, int id, int x, int y, int key,
|
|
|
|
int modifiers, Object arg)
|
|
|
|
{
|
|
|
|
this (target, when, id, x, y, key, modifiers);
|
|
|
|
this.arg = arg;
|
|
|
|
}
|
|
|
|
|
|
|
|
public boolean controlDown ()
|
|
|
|
{
|
|
|
|
return ((modifiers & CTRL_MASK) == 0 ? false : true);
|
|
|
|
}
|
|
|
|
|
|
|
|
public boolean metaDown ()
|
|
|
|
{
|
|
|
|
return ((modifiers & META_MASK) == 0 ? false : true);
|
|
|
|
}
|
|
|
|
|
|
|
|
protected String paramString ()
|
|
|
|
{
|
2000-07-12 11:32:07 +08:00
|
|
|
return "id=" + id + ",x=" + x + ",y=" + y + "target=" + target;
|
2000-03-22 05:33:53 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
public boolean shiftDown()
|
|
|
|
{
|
|
|
|
return ((modifiers & SHIFT_MASK) == 0 ? false : true);
|
|
|
|
}
|
|
|
|
|
|
|
|
public String toString()
|
|
|
|
{
|
2000-07-12 11:32:07 +08:00
|
|
|
return getClass().getName() + "[" + paramString() + "]";
|
2000-03-22 05:33:53 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
public void translate (int x, int y)
|
|
|
|
{
|
|
|
|
this.x += x;
|
|
|
|
this.y += y;
|
|
|
|
}
|
1999-05-05 19:05:57 +08:00
|
|
|
}
|