This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

FYI: Patch: javax.swing - new files


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi list,


I commited the attached patch to trunk to add some missing classes to 
swing (there are some more missing classes).

This patch will be added to classpath too soon.


Michael
- -- 
Homepage: http://www.worldforge.org/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+dZEYWSOgCCdjSDsRAho2AJ9tjW71HIE/l7dO1S6j9xA5t4jcngCgnqh0
2c6ceQ2ENCv4vtZw17ggQBM=
=nfpC
-----END PGP SIGNATURE-----
Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/libjava/ChangeLog,v
retrieving revision 1.1778
diff -u -r1.1778 ChangeLog
--- ChangeLog	17 Mar 2003 00:45:35 -0000	1.1778
+++ ChangeLog	17 Mar 2003 09:07:52 -0000
@@ -1,3 +1,16 @@
+2003-03-17  Michael Koch
+
+	* javax/print/attribute/Attribute.java,
+	javax/print/attribute/AttributeSet.java,
+	javax/print/attribute/PrintRequestAttributeSet.java:
+	New files.
+	* Makefile.am
+	(awt_java_source_files): Added new files:
+	javax/print/attribute/Attribute.java
+	javax/print/attribute/AttributeSet.java
+	javax/print/attribute/PrintRequestAttributeSet.java
+	* Makefile.in: Regenerated.
+
 2003-03-16  Tom Tromey  <tromey at redhat dot com>
 
 	* resolve.cc (ncode): Use _Jv_platform_ffi_abi.
Index: Makefile.am
===================================================================
RCS file: /cvs/gcc/gcc/libjava/Makefile.am,v
retrieving revision 1.286
diff -u -r1.286 Makefile.am
--- Makefile.am	10 Mar 2003 17:28:21 -0000	1.286
+++ Makefile.am	17 Mar 2003 09:07:53 -0000
@@ -1232,6 +1232,7 @@
 javax/swing/JComponent.java \
 javax/swing/JDialog.java \
 javax/swing/JEditorPane.java \
+javax/swing/JFormattedTextField.java \
 javax/swing/JFrame.java \
 javax/swing/JLabel.java \
 javax/swing/JLayeredPane.java \
@@ -1316,6 +1317,7 @@
 javax/swing/text/DefaultCaret.java \
 javax/swing/text/DefaultEditorKit.java \
 javax/swing/text/Document.java \
+javax/swing/text/DocumentFilter.java \
 javax/swing/text/EditorKit.java \
 javax/swing/text/Element.java \
 javax/swing/text/GapContent.java \
@@ -1329,6 +1331,7 @@
 javax/swing/text/View.java \
 javax/swing/text/ViewFactory.java \
 javax/swing/text/MutableAttributeSet.java \
+javax/swing/text/NavigationFilter.java \
 javax/swing/text/StyledDocument.java \
 javax/swing/text/StyledEditorKit.java \
 javax/swing/text/TextAction.java \
Index: Makefile.in
===================================================================
RCS file: /cvs/gcc/gcc/libjava/Makefile.in,v
retrieving revision 1.307
diff -u -r1.307 Makefile.in
--- Makefile.in	10 Mar 2003 17:28:21 -0000	1.307
+++ Makefile.in	17 Mar 2003 09:07:55 -0000
@@ -1001,6 +1001,7 @@
 javax/swing/JComponent.java \
 javax/swing/JDialog.java \
 javax/swing/JEditorPane.java \
+javax/swing/JFormattedTextField.java \
 javax/swing/JFrame.java \
 javax/swing/JLabel.java \
 javax/swing/JLayeredPane.java \
@@ -1085,6 +1086,7 @@
 javax/swing/text/DefaultCaret.java \
 javax/swing/text/DefaultEditorKit.java \
 javax/swing/text/Document.java \
+javax/swing/text/DocumentFilter.java \
 javax/swing/text/EditorKit.java \
 javax/swing/text/Element.java \
 javax/swing/text/GapContent.java \
@@ -1098,6 +1100,7 @@
 javax/swing/text/View.java \
 javax/swing/text/ViewFactory.java \
 javax/swing/text/MutableAttributeSet.java \
+javax/swing/text/NavigationFilter.java \
 javax/swing/text/StyledDocument.java \
 javax/swing/text/StyledEditorKit.java \
 javax/swing/text/TextAction.java \
@@ -3853,13 +3856,14 @@
 .deps/javax/swing/JComboBox.P .deps/javax/swing/JComponent.P \
 .deps/javax/swing/JDesktopPane.P .deps/javax/swing/JDialog.P \
 .deps/javax/swing/JEditorPane.P .deps/javax/swing/JFileChooser.P \
-.deps/javax/swing/JFrame.P .deps/javax/swing/JInternalFrame.P \
-.deps/javax/swing/JLabel.P .deps/javax/swing/JLayeredPane.P \
-.deps/javax/swing/JList.P .deps/javax/swing/JMenu.P \
-.deps/javax/swing/JMenuBar.P .deps/javax/swing/JMenuItem.P \
-.deps/javax/swing/JOptionPane.P .deps/javax/swing/JPanel.P \
-.deps/javax/swing/JPasswordField.P .deps/javax/swing/JPopupMenu.P \
-.deps/javax/swing/JProgressBar.P .deps/javax/swing/JRadioButton.P \
+.deps/javax/swing/JFormattedTextField.P .deps/javax/swing/JFrame.P \
+.deps/javax/swing/JInternalFrame.P .deps/javax/swing/JLabel.P \
+.deps/javax/swing/JLayeredPane.P .deps/javax/swing/JList.P \
+.deps/javax/swing/JMenu.P .deps/javax/swing/JMenuBar.P \
+.deps/javax/swing/JMenuItem.P .deps/javax/swing/JOptionPane.P \
+.deps/javax/swing/JPanel.P .deps/javax/swing/JPasswordField.P \
+.deps/javax/swing/JPopupMenu.P .deps/javax/swing/JProgressBar.P \
+.deps/javax/swing/JRadioButton.P \
 .deps/javax/swing/JRadioButtonMenuItem.P .deps/javax/swing/JRootPane.P \
 .deps/javax/swing/JScrollBar.P .deps/javax/swing/JScrollPane.P \
 .deps/javax/swing/JSeparator.P .deps/javax/swing/JSlider.P \
@@ -4015,10 +4019,13 @@
 .deps/javax/swing/text/ComponentView.P \
 .deps/javax/swing/text/DefaultCaret.P \
 .deps/javax/swing/text/DefaultEditorKit.P \
-.deps/javax/swing/text/Document.P .deps/javax/swing/text/EditorKit.P \
-.deps/javax/swing/text/Element.P .deps/javax/swing/text/GapContent.P \
+.deps/javax/swing/text/Document.P \
+.deps/javax/swing/text/DocumentFilter.P \
+.deps/javax/swing/text/EditorKit.P .deps/javax/swing/text/Element.P \
+.deps/javax/swing/text/GapContent.P \
 .deps/javax/swing/text/JTextComponent.P .deps/javax/swing/text/Keymap.P \
 .deps/javax/swing/text/MutableAttributeSet.P \
+.deps/javax/swing/text/NavigationFilter.P \
 .deps/javax/swing/text/PlainDocument.P \
 .deps/javax/swing/text/PlainEditorKit.P \
 .deps/javax/swing/text/Position.P .deps/javax/swing/text/Segment.P \
Index: javax/swing/JFormattedTextField.java
===================================================================
RCS file: javax/swing/JFormattedTextField.java
diff -N javax/swing/JFormattedTextField.java
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ javax/swing/JFormattedTextField.java	17 Mar 2003 09:07:55 -0000
@@ -0,0 +1,230 @@
+/* JFormattedTextField.java --
+   Copyright (C) 2003 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., 59 Temple Place, Suite 330, Boston, MA
+02111-1307 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 javax.swing;
+
+import java.awt.event.FocusEvent;
+import java.io.Serializable;
+import java.text.Format;
+import javax.swing.text.Document;
+import javax.swing.text.DocumentFilter;
+import javax.swing.text.NavigationFilter;
+
+/**
+ * @author Michael Koch
+ * @since 1.4
+ */
+public class JFormattedTextField extends JTextField
+{
+  public abstract static class AbstractFormatter implements Serializable
+  {
+    public AbstractFormatter ()
+    {
+      //Do nothing here.
+    }
+
+    protected Object clone ()
+    {
+      throw new InternalError ("not implemented");
+    }
+
+    protected Action[] getActions ()
+    {
+      throw new InternalError ("not implemented");
+    }
+
+    protected DocumentFilter getDocumentFilter ()
+    {
+      throw new InternalError ("not implemented");
+    }
+
+    protected JFormattedTextField getFormattedTextField ()
+    {
+      throw new InternalError ("not implemented");
+    }
+
+    protected NavigationFilter getNavigationFilter ()
+    {
+      throw new InternalError ("not implemented");
+    }
+
+    public void install (JFormattedTextField ftf)
+    {
+      throw new InternalError ("not implemented");
+    }
+
+    public void uninstall ()
+    {
+      throw new InternalError ("not implemented");
+    }
+
+    protected void invalidEdit ()
+    {
+      throw new InternalError ("not implemented");
+    }
+
+    protected void setEditValid ()
+    {
+      throw new InternalError ("not implemented");
+    }
+
+    public abstract Object stringToValue (String text);
+
+    public abstract String valueToString (Object value);
+  }
+  
+  public abstract static class AbstractFormatterFactory
+  {
+    public AbstractFormatterFactory ()
+    {
+      // Do nothing here.
+    }
+
+    public abstract AbstractFormatter getFormatter (JFormattedTextField tf);
+  }
+
+  public static final int COMMIT = 0;
+  public static final int COMMIT_OR_REVERT = 1;
+  public static final int REVERT = 2;
+  public static final int PERSIST = 3;
+
+  public JFormattedTextField ()
+  {
+    throw new InternalError ("not implemented");
+  }
+
+  public JFormattedTextField (Format format)
+  {
+    throw new InternalError ("not implemented");
+  }
+
+  public JFormattedTextField (AbstractFormatter formatter)
+  {
+    throw new InternalError ("not implemented");
+  }
+
+  public JFormattedTextField (AbstractFormatterFactory factory)
+  {
+    throw new InternalError ("not implemented");
+  }
+
+  public JFormattedTextField (AbstractFormatterFactory factory, Object value)
+  {
+    throw new InternalError ("not implemented");
+  }
+
+  public JFormattedTextField (Object value)
+  {
+    throw new InternalError ("not implemented");
+  }
+
+  public void commitEdit ()
+  {
+    throw new InternalError ("not implemented");
+  }
+
+  public Action[] getActions ()
+  {
+    throw new InternalError ("not implemented");
+  }
+
+  public int getFocusLostBehaviour ()
+  {
+    throw new InternalError ("not implemented");
+  }
+
+  public AbstractFormatter getFormatter ()
+  {
+    throw new InternalError ("not implemented");
+  }
+
+  public AbstractFormatterFactory getFormatterFactory ()
+  {
+    throw new InternalError ("not implemented");
+  }
+
+  public String getUIClassID ()
+  {
+    throw new InternalError ("not implemented");
+  }
+
+  public Object getValue ()
+  {
+    throw new InternalError ("not implemented");
+  }
+
+  protected void invalidEdit ()
+  {
+    throw new InternalError ("not implemented");
+  }
+
+  public boolean isEditValid ()
+  {
+    throw new InternalError ("not implemented");
+  }
+
+  protected void processFocusEvent (FocusEvent evt)
+  {
+    throw new InternalError ("not implemented");
+  }
+
+  public void setDocument (Document document)
+  {
+    throw new InternalError ("not implemented");
+  }
+
+  public void setLostFocusBehavior (int behavior)
+  {
+    throw new InternalError ("not implemented");
+  }
+
+  protected void setFormatter (AbstractFormatter formatter)
+  {
+    throw new InternalError ("not implemented");
+  }
+
+  public void setFormatterFactory (AbstractFormatterFactory factory)
+  {
+    throw new InternalError ("not implemented");
+  }
+
+  public void setValue (Object value)
+  {
+    throw new InternalError ("not implemented");
+  }
+}
Index: javax/swing/text/DocumentFilter.java
===================================================================
RCS file: javax/swing/text/DocumentFilter.java
diff -N javax/swing/text/DocumentFilter.java
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ javax/swing/text/DocumentFilter.java	17 Mar 2003 09:07:55 -0000
@@ -0,0 +1,43 @@
+/* DocumentFilter.java --
+   Copyright (C) 2003 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., 59 Temple Place, Suite 330, Boston, MA
+02111-1307 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 javax.swing.text;
+
+public class DocumentFilter
+{
+}
Index: javax/swing/text/NavigationFilter.java
===================================================================
RCS file: javax/swing/text/NavigationFilter.java
diff -N javax/swing/text/NavigationFilter.java
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ javax/swing/text/NavigationFilter.java	17 Mar 2003 09:07:55 -0000
@@ -0,0 +1,43 @@
+/* NavigationFilter.java --
+   Copyright (C) 2003 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., 59 Temple Place, Suite 330, Boston, MA
+02111-1307 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 javax.swing.text;
+
+public class NavigationFilter
+{
+}

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]