ICC_Profile.java: Added missing constants.

2002-11-07  Michael Koch <konqueror@gmx.de>

	* java/awt/color/ICC_Profile.java:
	Added missing constants.
	* java/awt/color/ICC_ColorSpace.java
	(getMinValue): Added dummy implementation.
	(getMaxValue): Added dummy implementation.
	* java/awt/datatransfer/DataFlavor.java
	(imageFlavor): Added.
	(isMimeTypeEqual): Must be final.
	(getDefaultRepresentationClass): Must be non-static.
	(getDefaultRepresentationClassAsString): Must be non-static.
	* java/awt/dnd/DragSourceContext.java
	(dragExit): Corrected argument.
	(dragDropEnd): Corrected argument.
	* java/awt/dnd/DragSourceListener.java.java
	(dragExit): Corrected argument.
	(dragDropEnd): Corrected argument.
	* java/awt/font/TextHitInfo.java
	(toString): Added stubbed implementation.
	* java/awt/geom/PathIterator.java:
	The constants must be static.
	* java/awt/image/VolatileImage.java
	(IMAGE_INCOMPATIBLE): Fixed typo.
	* java/awt/image/renderable/RenderableImage.java
	(HINTS_OBSERVED): Must be static.
	* java/beans/BeanInfo.java:
	Constants must be final.

From-SVN: r58885
This commit is contained in:
Michael Koch 2002-11-07 08:45:19 +00:00 committed by Michael Koch
parent d7899d8a40
commit 3bb5c7a169
11 changed files with 195 additions and 20 deletions

View file

@ -111,7 +111,7 @@ public class DragSourceContext
{
}
public void dragExit(DragSourceDragEvent e)
public void dragExit(DragSourceEvent e)
{
}
@ -119,7 +119,7 @@ public class DragSourceContext
{
}
public void dragDropEnd(DragSourceDragEvent e)
public void dragDropEnd(DragSourceDropEvent e)
{
}