[kaffe] CVS kaffe (riccardo): removed duplicated classes from awt
Kaffe CVS
cvs-commits at kaffe.org
Tue Apr 18 05:04:54 PDT 2006
PatchSet 7234
Date: 2006/04/18 11:54:35
Author: riccardo
Branch: HEAD
Tag: (none)
Log:
removed duplicated classes from awt
Members:
ChangeLog:1.4740->1.4741
libraries/javalib/awt-implementations/kaffe/Makefile.am:1.11->1.12
libraries/javalib/awt-implementations/kaffe/Makefile.in:1.55->1.56
libraries/javalib/awt-implementations/kaffe/java/awt/peer/ButtonPeer.java:1.2->1.3(DEAD)
libraries/javalib/awt-implementations/kaffe/java/awt/peer/CanvasPeer.java:1.2->1.3(DEAD)
libraries/javalib/awt-implementations/kaffe/java/awt/peer/CheckboxMenuItemPeer.java:1.2->1.3(DEAD)
libraries/javalib/awt-implementations/kaffe/java/awt/peer/CheckboxPeer.java:1.2->1.3(DEAD)
libraries/javalib/awt-implementations/kaffe/java/awt/peer/ChoicePeer.java:1.2->1.3(DEAD)
libraries/javalib/awt-implementations/kaffe/java/awt/peer/ContainerPeer.java:1.2->1.3(DEAD)
libraries/javalib/awt-implementations/kaffe/java/awt/peer/DialogPeer.java:1.2->1.3(DEAD)
libraries/javalib/awt-implementations/kaffe/java/awt/peer/FileDialogPeer.java:1.2->1.3(DEAD)
libraries/javalib/awt-implementations/kaffe/java/awt/peer/FontPeer.java:1.2->1.3(DEAD)
libraries/javalib/awt-implementations/kaffe/java/awt/peer/FramePeer.java:1.2->1.3(DEAD)
libraries/javalib/awt-implementations/kaffe/java/awt/peer/LabelPeer.java:1.2->1.3(DEAD)
libraries/javalib/awt-implementations/kaffe/java/awt/peer/LightweightPeer.java:1.2->1.3(DEAD)
libraries/javalib/awt-implementations/kaffe/java/awt/peer/ListPeer.java:1.2->1.3(DEAD)
libraries/javalib/awt-implementations/kaffe/java/awt/peer/MenuBarPeer.java:1.2->1.3(DEAD)
libraries/javalib/awt-implementations/kaffe/java/awt/peer/MenuComponentPeer.java:1.2->1.3(DEAD)
libraries/javalib/awt-implementations/kaffe/java/awt/peer/MenuItemPeer.java:1.2->1.3(DEAD)
libraries/javalib/awt-implementations/kaffe/java/awt/peer/MenuPeer.java:1.2->1.3(DEAD)
libraries/javalib/awt-implementations/kaffe/java/awt/peer/PanelPeer.java:1.2->1.3(DEAD)
libraries/javalib/awt-implementations/kaffe/java/awt/peer/PopupMenuPeer.java:1.2->1.3(DEAD)
libraries/javalib/awt-implementations/kaffe/java/awt/peer/RobotPeer.java:1.2->1.3(DEAD)
libraries/javalib/awt-implementations/kaffe/java/awt/peer/ScrollPanePeer.java:1.2->1.3(DEAD)
libraries/javalib/awt-implementations/kaffe/java/awt/peer/ScrollbarPeer.java:1.2->1.3(DEAD)
libraries/javalib/awt-implementations/kaffe/java/awt/peer/TextAreaPeer.java:1.2->1.3(DEAD)
libraries/javalib/awt-implementations/kaffe/java/awt/peer/TextFieldPeer.java:1.2->1.3(DEAD)
libraries/javalib/awt-implementations/kaffe/java/awt/peer/WindowPeer.java:1.2->1.3(DEAD)
libraries/javalib/awt-implementations/kaffe/java/awt/peer/package.html:1.2->1.3(DEAD)
libraries/javalib/awt-implementations/kaffe/org/kaffe/awt/DoNothingPeer.java:1.1->1.2
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.4740 kaffe/ChangeLog:1.4741
--- kaffe/ChangeLog:1.4740 Tue Apr 18 10:18:07 2006
+++ kaffe/ChangeLog Tue Apr 18 11:54:35 2006
@@ -1,3 +1,9 @@
+2006-04-18 Riccardo Mottola <riccardo at kaffe.org>
+ * kaffe/libraries/javalib/awt-implementations/kaffe/java/awt/peer/*
+ Removed, so to use classpath versions.
+ /kaffe/libraries/javalib/awt-implementations/kaffe/org/kaffe/awt/DoNothingPeer.java
+ Updated to match new classpath peers.
+
2006-04-18 Guilhem Lavaux <guilhem at kaffe.org>
* libraries/clib/management/Classpath.c: Renamed addClasspath and
Index: kaffe/libraries/javalib/awt-implementations/kaffe/Makefile.am
diff -u kaffe/libraries/javalib/awt-implementations/kaffe/Makefile.am:1.11 kaffe/libraries/javalib/awt-implementations/kaffe/Makefile.am:1.12
--- kaffe/libraries/javalib/awt-implementations/kaffe/Makefile.am:1.11 Fri Apr 14 22:23:04 2006
+++ kaffe/libraries/javalib/awt-implementations/kaffe/Makefile.am Tue Apr 18 11:54:37 2006
@@ -23,7 +23,6 @@
$(java_awt_im_SRCS) \
$(java_awt_image_SRCS) \
$(java_awt_image_renderable_SRCS) \
- $(java_awt_peer_SRCS) \
$(java_awt_print_SRCS) \
$(org_kaffe_applet_SRCS) \
$(org_kaffe_awt_SRCS) \
@@ -310,34 +309,6 @@
java/awt/image/renderable/RenderableImageProducer.java \
java/awt/image/renderable/RenderContext.java \
java/awt/image/renderable/RenderedImageFactory.java
-java_awt_peer_SRCS = \
- java/awt/peer/ButtonPeer.java \
- java/awt/peer/CanvasPeer.java \
- java/awt/peer/CheckboxMenuItemPeer.java \
- java/awt/peer/CheckboxPeer.java \
- java/awt/peer/ChoicePeer.java \
- java/awt/peer/ComponentPeer.java \
- java/awt/peer/ContainerPeer.java \
- java/awt/peer/DialogPeer.java \
- java/awt/peer/FileDialogPeer.java \
- java/awt/peer/FontPeer.java \
- java/awt/peer/FramePeer.java \
- java/awt/peer/LabelPeer.java \
- java/awt/peer/LightweightPeer.java \
- java/awt/peer/ListPeer.java \
- java/awt/peer/MenuBarPeer.java \
- java/awt/peer/MenuComponentPeer.java \
- java/awt/peer/MenuItemPeer.java \
- java/awt/peer/MenuPeer.java \
- java/awt/peer/PanelPeer.java \
- java/awt/peer/PopupMenuPeer.java \
- java/awt/peer/RobotPeer.java \
- java/awt/peer/ScrollbarPeer.java \
- java/awt/peer/ScrollPanePeer.java \
- java/awt/peer/TextAreaPeer.java \
- java/awt/peer/TextComponentPeer.java \
- java/awt/peer/TextFieldPeer.java \
- java/awt/peer/WindowPeer.java
java_awt_print_SRCS = \
java/awt/print/Book.java \
java/awt/print/Pageable.java \
Index: kaffe/libraries/javalib/awt-implementations/kaffe/Makefile.in
diff -u kaffe/libraries/javalib/awt-implementations/kaffe/Makefile.in:1.55 kaffe/libraries/javalib/awt-implementations/kaffe/Makefile.in:1.56
--- kaffe/libraries/javalib/awt-implementations/kaffe/Makefile.in:1.55 Fri Apr 14 22:23:04 2006
+++ kaffe/libraries/javalib/awt-implementations/kaffe/Makefile.in Tue Apr 18 11:54:37 2006
@@ -371,7 +371,6 @@
$(java_awt_im_SRCS) \
$(java_awt_image_SRCS) \
$(java_awt_image_renderable_SRCS) \
- $(java_awt_peer_SRCS) \
$(java_awt_print_SRCS) \
$(org_kaffe_applet_SRCS) \
$(org_kaffe_awt_SRCS) \
@@ -668,35 +667,6 @@
java/awt/image/renderable/RenderableImageProducer.java \
java/awt/image/renderable/RenderContext.java \
java/awt/image/renderable/RenderedImageFactory.java
-
-java_awt_peer_SRCS = \
- java/awt/peer/ButtonPeer.java \
- java/awt/peer/CanvasPeer.java \
- java/awt/peer/CheckboxMenuItemPeer.java \
- java/awt/peer/CheckboxPeer.java \
- java/awt/peer/ChoicePeer.java \
- java/awt/peer/ComponentPeer.java \
- java/awt/peer/ContainerPeer.java \
- java/awt/peer/DialogPeer.java \
- java/awt/peer/FileDialogPeer.java \
- java/awt/peer/FontPeer.java \
- java/awt/peer/FramePeer.java \
- java/awt/peer/LabelPeer.java \
- java/awt/peer/LightweightPeer.java \
- java/awt/peer/ListPeer.java \
- java/awt/peer/MenuBarPeer.java \
- java/awt/peer/MenuComponentPeer.java \
- java/awt/peer/MenuItemPeer.java \
- java/awt/peer/MenuPeer.java \
- java/awt/peer/PanelPeer.java \
- java/awt/peer/PopupMenuPeer.java \
- java/awt/peer/RobotPeer.java \
- java/awt/peer/ScrollbarPeer.java \
- java/awt/peer/ScrollPanePeer.java \
- java/awt/peer/TextAreaPeer.java \
- java/awt/peer/TextComponentPeer.java \
- java/awt/peer/TextFieldPeer.java \
- java/awt/peer/WindowPeer.java
java_awt_print_SRCS = \
java/awt/print/Book.java \
===================================================================
Checking out kaffe/libraries/javalib/awt-implementations/kaffe/java/awt/peer/ButtonPeer.java
RCS: /home/cvs/kaffe/kaffe/libraries/javalib/awt-implementations/kaffe/java/awt/peer/Attic/ButtonPeer.java,v
VERS: 1.2
***************
--- kaffe/libraries/javalib/awt-implementations/kaffe/java/awt/peer/ButtonPeer.java Tue Apr 18 12:04:50 2006
+++ /dev/null Sun Aug 4 19:57:58 2002
@@ -1,46 +0,0 @@
-/* ButtonPeer.java -- Peer interface for buttons
- Copyright (C) 1999 Free Software Foundation, Inc.
-
-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., 51 Franklin Street, Fifth Floor, Boston, MA
-02110-1301 USA.
-
-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. */
-
-
-package java.awt.peer;
-
-public interface ButtonPeer extends ComponentPeer
-{
- void setLabel (String label);
-
-} // interface ButtonPeer
-
===================================================================
Checking out kaffe/libraries/javalib/awt-implementations/kaffe/java/awt/peer/CanvasPeer.java
RCS: /home/cvs/kaffe/kaffe/libraries/javalib/awt-implementations/kaffe/java/awt/peer/Attic/CanvasPeer.java,v
VERS: 1.2
***************
--- kaffe/libraries/javalib/awt-implementations/kaffe/java/awt/peer/CanvasPeer.java Tue Apr 18 12:04:51 2006
+++ /dev/null Sun Aug 4 19:57:58 2002
@@ -1,45 +0,0 @@
-/* CanvasPeer.java -- Peer interface for a canvas
- Copyright (C) 1999 Free Software Foundation, Inc.
-
-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., 51 Franklin Street, Fifth Floor, Boston, MA
-02110-1301 USA.
-
-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. */
-
-
-package java.awt.peer;
-
-public interface CanvasPeer extends ComponentPeer
-{
-
-} // interface CanvasPeer
-
===================================================================
Checking out kaffe/libraries/javalib/awt-implementations/kaffe/java/awt/peer/CheckboxMenuItemPeer.java
RCS: /home/cvs/kaffe/kaffe/libraries/javalib/awt-implementations/kaffe/java/awt/peer/Attic/CheckboxMenuItemPeer.java,v
VERS: 1.2
***************
--- kaffe/libraries/javalib/awt-implementations/kaffe/java/awt/peer/CheckboxMenuItemPeer.java Tue Apr 18 12:04:51 2006
+++ /dev/null Sun Aug 4 19:57:58 2002
@@ -1,46 +0,0 @@
-/* CheckboxMenuItemPeer.java -- Peer interface for checkbox menu items
- Copyright (C) 1999 Free Software Foundation, Inc.
-
-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., 51 Franklin Street, Fifth Floor, Boston, MA
-02110-1301 USA.
-
-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. */
-
-
-package java.awt.peer;
-
-public interface CheckboxMenuItemPeer extends MenuItemPeer
-{
- void setState (boolean state);
-
-} // interface CheckboxMenuItemPeer
-
===================================================================
Checking out kaffe/libraries/javalib/awt-implementations/kaffe/java/awt/peer/CheckboxPeer.java
RCS: /home/cvs/kaffe/kaffe/libraries/javalib/awt-implementations/kaffe/java/awt/peer/Attic/CheckboxPeer.java,v
VERS: 1.2
***************
--- kaffe/libraries/javalib/awt-implementations/kaffe/java/awt/peer/CheckboxPeer.java Tue Apr 18 12:04:51 2006
+++ /dev/null Sun Aug 4 19:57:58 2002
@@ -1,52 +0,0 @@
-/* CheckboxPeer.java -- Interface for checkbox peer
- Copyright (C) 1999 Free Software Foundation, Inc.
-
-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., 51 Franklin Street, Fifth Floor, Boston, MA
-02110-1301 USA.
-
-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. */
-
-
-package java.awt.peer;
-
-import java.awt.CheckboxGroup;
-
-public interface CheckboxPeer extends ComponentPeer
-{
- void setCheckboxGroup (CheckboxGroup group);
-
- void setLabel (String label);
-
- void setState (boolean state);
-
-} // interface CheckboxPeer
-
===================================================================
Checking out kaffe/libraries/javalib/awt-implementations/kaffe/java/awt/peer/ChoicePeer.java
RCS: /home/cvs/kaffe/kaffe/libraries/javalib/awt-implementations/kaffe/java/awt/peer/Attic/ChoicePeer.java,v
VERS: 1.2
***************
--- kaffe/libraries/javalib/awt-implementations/kaffe/java/awt/peer/ChoicePeer.java Tue Apr 18 12:04:51 2006
+++ /dev/null Sun Aug 4 19:57:58 2002
@@ -1,54 +0,0 @@
-/* ChoicePeer.java -- Peer for choice box
- Copyright (C) 1999 Free Software Foundation, Inc.
-
-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., 51 Franklin Street, Fifth Floor, Boston, MA
-02110-1301 USA.
-
-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. */
-
-
-package java.awt.peer;
-
-public interface ChoicePeer extends ComponentPeer
-{
- void add (String item, int index);
-
- void addItem (String item, int index);
-
- void remove (int index);
-
- void removeAll();
-
- void select (int index);
-
-} // interface ChoicePeer
-
===================================================================
Checking out kaffe/libraries/javalib/awt-implementations/kaffe/java/awt/peer/ContainerPeer.java
RCS: /home/cvs/kaffe/kaffe/libraries/javalib/awt-implementations/kaffe/java/awt/peer/Attic/ContainerPeer.java,v
VERS: 1.2
***************
--- kaffe/libraries/javalib/awt-implementations/kaffe/java/awt/peer/ContainerPeer.java Tue Apr 18 12:04:51 2006
+++ /dev/null Sun Aug 4 19:57:58 2002
@@ -1,59 +0,0 @@
-/* ContainerPeer.java -- Interface for container peers
- Copyright (C) 1999 Free Software Foundation, Inc.
-
-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., 51 Franklin Street, Fifth Floor, Boston, MA
-02110-1301 USA.
-
-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. */
-
-package java.awt.peer;
-
-import java.awt.Insets;
-
-public interface ContainerPeer extends ComponentPeer
-{
- Insets insets();
-
- Insets getInsets();
-
- void beginValidate();
-
- void endValidate();
-
- void beginLayout();
-
- void endLayout();
-
- boolean isPaintPending();
-
-} // interface ContainerPeer
-
===================================================================
Checking out kaffe/libraries/javalib/awt-implementations/kaffe/java/awt/peer/DialogPeer.java
RCS: /home/cvs/kaffe/kaffe/libraries/javalib/awt-implementations/kaffe/java/awt/peer/Attic/DialogPeer.java,v
VERS: 1.2
***************
--- kaffe/libraries/javalib/awt-implementations/kaffe/java/awt/peer/DialogPeer.java Tue Apr 18 12:04:51 2006
+++ /dev/null Sun Aug 4 19:57:58 2002
@@ -1,48 +0,0 @@
-/* DialogPeer.java -- Interface for dialog box peer
- Copyright (C) 1999 Free Software Foundation, Inc.
-
-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., 51 Franklin Street, Fifth Floor, Boston, MA
-02110-1301 USA.
-
-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. */
-
-
-package java.awt.peer;
-
-public interface DialogPeer extends WindowPeer
-{
- void setResizable (boolean resizeable);
-
- void setTitle (String title);
-
-} // interface DialogPeer
-
===================================================================
Checking out kaffe/libraries/javalib/awt-implementations/kaffe/java/awt/peer/FileDialogPeer.java
RCS: /home/cvs/kaffe/kaffe/libraries/javalib/awt-implementations/kaffe/java/awt/peer/Attic/FileDialogPeer.java,v
VERS: 1.2
***************
--- kaffe/libraries/javalib/awt-implementations/kaffe/java/awt/peer/FileDialogPeer.java Tue Apr 18 12:04:51 2006
+++ /dev/null Sun Aug 4 19:57:58 2002
@@ -1,52 +0,0 @@
-/* FileDialogPeer.java -- Interface for file selection dialog box peer
- Copyright (C) 1999 Free Software Foundation, Inc.
-
-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., 51 Franklin Street, Fifth Floor, Boston, MA
-02110-1301 USA.
-
-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. */
-
-
-package java.awt.peer;
-
-import java.io.FilenameFilter;
-
-public interface FileDialogPeer extends DialogPeer
-{
- void setFile (String file);
-
- void setDirectory (String dir);
-
- void setFilenameFilter (FilenameFilter ff);
-
-} // interface FileDialogPeer
-
===================================================================
Checking out kaffe/libraries/javalib/awt-implementations/kaffe/java/awt/peer/FontPeer.java
RCS: /home/cvs/kaffe/kaffe/libraries/javalib/awt-implementations/kaffe/java/awt/peer/Attic/FontPeer.java,v
VERS: 1.2
***************
--- kaffe/libraries/javalib/awt-implementations/kaffe/java/awt/peer/FontPeer.java Tue Apr 18 12:04:51 2006
+++ /dev/null Sun Aug 4 19:57:58 2002
@@ -1,45 +0,0 @@
-/* FontPeer.java -- Interface for font peers
- Copyright (C) 1999 Free Software Foundation, Inc.
-
-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., 51 Franklin Street, Fifth Floor, Boston, MA
-02110-1301 USA.
-
-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. */
-
-
-package java.awt.peer;
-
-public interface FontPeer
-{
-
-} // interface FontPeer
-
===================================================================
Checking out kaffe/libraries/javalib/awt-implementations/kaffe/java/awt/peer/FramePeer.java
RCS: /home/cvs/kaffe/kaffe/libraries/javalib/awt-implementations/kaffe/java/awt/peer/Attic/FramePeer.java,v
VERS: 1.2
***************
--- kaffe/libraries/javalib/awt-implementations/kaffe/java/awt/peer/FramePeer.java Tue Apr 18 12:04:52 2006
+++ /dev/null Sun Aug 4 19:57:58 2002
@@ -1,55 +0,0 @@
-/* FramePeer.java -- Interface for frame peers
- Copyright (C) 1999 Free Software Foundation, Inc.
-
-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., 51 Franklin Street, Fifth Floor, Boston, MA
-02110-1301 USA.
-
-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. */
-
-
-package java.awt.peer;
-
-import java.awt.Image;
-import java.awt.MenuBar;
-import java.awt.Rectangle;
-
-public interface FramePeer extends WindowPeer
-{
- void setIconImage(Image image);
- void setMenuBar(MenuBar mb);
- void setResizable(boolean resizable);
- void setTitle(String title);
- int getState();
- void setState(int state);
- void setMaximizedBounds(Rectangle r);
-} // interface FramePeer
-
===================================================================
Checking out kaffe/libraries/javalib/awt-implementations/kaffe/java/awt/peer/LabelPeer.java
RCS: /home/cvs/kaffe/kaffe/libraries/javalib/awt-implementations/kaffe/java/awt/peer/Attic/LabelPeer.java,v
VERS: 1.2
***************
--- kaffe/libraries/javalib/awt-implementations/kaffe/java/awt/peer/LabelPeer.java Tue Apr 18 12:04:52 2006
+++ /dev/null Sun Aug 4 19:57:58 2002
@@ -1,46 +0,0 @@
-/* LabelPeer.java -- Interface for simple text lable peer
- Copyright (C) 1999 Free Software Foundation, Inc.
-
-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., 51 Franklin Street, Fifth Floor, Boston, MA
-02110-1301 USA.
-
-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. */
-
-
-package java.awt.peer;
-
-public interface LabelPeer extends ComponentPeer
-{
- void setAlignment(int alignment);
- void setText(String text);
-} // interface LabelPeer
-
===================================================================
Checking out kaffe/libraries/javalib/awt-implementations/kaffe/java/awt/peer/LightweightPeer.java
RCS: /home/cvs/kaffe/kaffe/libraries/javalib/awt-implementations/kaffe/java/awt/peer/Attic/LightweightPeer.java,v
VERS: 1.2
***************
--- kaffe/libraries/javalib/awt-implementations/kaffe/java/awt/peer/LightweightPeer.java Tue Apr 18 12:04:52 2006
+++ /dev/null Sun Aug 4 19:57:58 2002
@@ -1,45 +0,0 @@
-/* LightweightPeer.java -- Interface for lightweight peers
- Copyright (C) 1999 Free Software Foundation, Inc.
-
-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., 51 Franklin Street, Fifth Floor, Boston, MA
-02110-1301 USA.
-
-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. */
-
-
-package java.awt.peer;
-
-public interface LightweightPeer extends ComponentPeer
-{
-
-} // interface LightweightPeer
-
===================================================================
Checking out kaffe/libraries/javalib/awt-implementations/kaffe/java/awt/peer/ListPeer.java
RCS: /home/cvs/kaffe/kaffe/libraries/javalib/awt-implementations/kaffe/java/awt/peer/Attic/ListPeer.java,v
VERS: 1.2
***************
--- kaffe/libraries/javalib/awt-implementations/kaffe/java/awt/peer/ListPeer.java Tue Apr 18 12:04:52 2006
+++ /dev/null Sun Aug 4 19:57:58 2002
@@ -1,61 +0,0 @@
-/* ListPeer.java -- Interface for list box peer
- Copyright (C) 1999 Free Software Foundation, Inc.
-
-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., 51 Franklin Street, Fifth Floor, Boston, MA
-02110-1301 USA.
-
-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. */
-
-
-package java.awt.peer;
-
-import java.awt.Dimension;
-
-public interface ListPeer extends ComponentPeer
-{
- void add(String item, int index);
- void addItem(String item, int index);
- void clear();
- void delItems(int start_index, int end_index);
- void deselect(int index);
- int[] getSelectedIndexes();
- void makeVisible(int index);
- Dimension minimumSize(int s);
- Dimension preferredSize(int s);
- void removeAll();
- void select(int index);
- void setMultipleMode(boolean multi);
- void setMultipleSelections(boolean multi);
- Dimension getPreferredSize(int s);
- Dimension getMinimumSize(int s);
-} // interface ListPeer
-
===================================================================
Checking out kaffe/libraries/javalib/awt-implementations/kaffe/java/awt/peer/MenuBarPeer.java
RCS: /home/cvs/kaffe/kaffe/libraries/javalib/awt-implementations/kaffe/java/awt/peer/Attic/MenuBarPeer.java,v
VERS: 1.2
***************
--- kaffe/libraries/javalib/awt-implementations/kaffe/java/awt/peer/MenuBarPeer.java Tue Apr 18 12:04:52 2006
+++ /dev/null Sun Aug 4 19:57:58 2002
@@ -1,49 +0,0 @@
-/* MenuBarPeer.java -- Interface for menu bar peer
- Copyright (C) 1999 Free Software Foundation, Inc.
-
-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., 51 Franklin Street, Fifth Floor, Boston, MA
-02110-1301 USA.
-
-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. */
-
-
-package java.awt.peer;
-
-import java.awt.Menu;
-
-public interface MenuBarPeer extends MenuComponentPeer
-{
- void addHelpMenu(Menu menu);
- void addMenu(Menu menu);
- void delMenu(int index);
-} // interface MenuBarPeer
-
===================================================================
Checking out kaffe/libraries/javalib/awt-implementations/kaffe/java/awt/peer/MenuComponentPeer.java
RCS: /home/cvs/kaffe/kaffe/libraries/javalib/awt-implementations/kaffe/java/awt/peer/Attic/MenuComponentPeer.java,v
VERS: 1.2
***************
--- kaffe/libraries/javalib/awt-implementations/kaffe/java/awt/peer/MenuComponentPeer.java Tue Apr 18 12:04:52 2006
+++ /dev/null Sun Aug 4 19:57:58 2002
@@ -1,45 +0,0 @@
-/* MenuComponentPeer.java --
- Copyright (C) 1999 Free Software Foundation, Inc.
-
-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., 51 Franklin Street, Fifth Floor, Boston, MA
-02110-1301 USA.
-
-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
*** Patch too long, truncated ***
More information about the kaffe
mailing list