OSDN Git Service

2003-06-25 Michael Koch <konqueror@gmx.de>
authormkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 Jun 2003 12:39:15 +0000 (12:39 +0000)
committermkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 Jun 2003 12:39:15 +0000 (12:39 +0000)
* javax/swing/plaf/ActionMapUIResource.java,
javax/swing/plaf/BorderUIResource.java,
javax/swing/plaf/ButtonUI.java,
javax/swing/plaf/ColorChooserUI.java,
javax/swing/plaf/ColorUIResource.java,
javax/swing/plaf/ComboBoxUI.java,
javax/swing/plaf/ComponentInputMapUIResource.java,
javax/swing/plaf/ComponentUI.java,
javax/swing/plaf/DesktopIconUI.java,
javax/swing/plaf/DesktopPaneUI.java,
javax/swing/plaf/DimensionUIResource.java,
javax/swing/plaf/FileChooserUI.java,
javax/swing/plaf/FontUIResource.java,
javax/swing/plaf/IconUIResource.java,
javax/swing/plaf/InputMapUIResource.java,
javax/swing/plaf/InsetsUIResource.java,
javax/swing/plaf/InternalFrameUI.java,
javax/swing/plaf/LabelUI.java,
javax/swing/plaf/ListUI.java,
javax/swing/plaf/MenuBarUI.java,
javax/swing/plaf/MenuItemUI.java,
javax/swing/plaf/OptionPaneUI.java,
javax/swing/plaf/PanelUI.java,
javax/swing/plaf/ProgressBarUI.java,
javax/swing/plaf/RootPaneUI.java,
javax/swing/plaf/ScrollBarUI.java,
javax/swing/plaf/ScrollPaneUI.java,
javax/swing/plaf/SeparatorUI.java,
javax/swing/plaf/SliderUI.java,
javax/swing/plaf/TableHeaderUI.java,
javax/swing/plaf/TableUI.java,
javax/swing/plaf/ToolBarUI.java,
javax/swing/plaf/ToolTipUI.java,
javax/swing/plaf/ViewportUI.java:
New versions from classpath.
* javax/swing/plaf/SpinnerUI.java:
New file from classpath

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68476 138bc75d-0d04-0410-961f-82ee72b054a4

36 files changed:
libjava/ChangeLog
libjava/javax/swing/plaf/ActionMapUIResource.java
libjava/javax/swing/plaf/BorderUIResource.java
libjava/javax/swing/plaf/ButtonUI.java
libjava/javax/swing/plaf/ColorChooserUI.java
libjava/javax/swing/plaf/ColorUIResource.java
libjava/javax/swing/plaf/ComboBoxUI.java
libjava/javax/swing/plaf/ComponentInputMapUIResource.java
libjava/javax/swing/plaf/ComponentUI.java
libjava/javax/swing/plaf/DesktopIconUI.java
libjava/javax/swing/plaf/DesktopPaneUI.java
libjava/javax/swing/plaf/DimensionUIResource.java
libjava/javax/swing/plaf/FileChooserUI.java
libjava/javax/swing/plaf/FontUIResource.java
libjava/javax/swing/plaf/IconUIResource.java
libjava/javax/swing/plaf/InputMapUIResource.java
libjava/javax/swing/plaf/InsetsUIResource.java
libjava/javax/swing/plaf/InternalFrameUI.java
libjava/javax/swing/plaf/LabelUI.java
libjava/javax/swing/plaf/ListUI.java
libjava/javax/swing/plaf/MenuBarUI.java
libjava/javax/swing/plaf/MenuItemUI.java
libjava/javax/swing/plaf/OptionPaneUI.java
libjava/javax/swing/plaf/PanelUI.java
libjava/javax/swing/plaf/ProgressBarUI.java
libjava/javax/swing/plaf/RootPaneUI.java
libjava/javax/swing/plaf/ScrollBarUI.java
libjava/javax/swing/plaf/ScrollPaneUI.java
libjava/javax/swing/plaf/SeparatorUI.java
libjava/javax/swing/plaf/SliderUI.java
libjava/javax/swing/plaf/SpinnerUI.java [new file with mode: 0644]
libjava/javax/swing/plaf/TableHeaderUI.java
libjava/javax/swing/plaf/TableUI.java
libjava/javax/swing/plaf/ToolBarUI.java
libjava/javax/swing/plaf/ToolTipUI.java
libjava/javax/swing/plaf/ViewportUI.java

index 901e4b7..d9757db 100644 (file)
@@ -1,5 +1,45 @@
 2003-06-25  Michael Koch  <konqueror@gmx.de>
 
+       * javax/swing/plaf/ActionMapUIResource.java,
+       javax/swing/plaf/BorderUIResource.java,
+       javax/swing/plaf/ButtonUI.java,
+       javax/swing/plaf/ColorChooserUI.java,
+       javax/swing/plaf/ColorUIResource.java,
+       javax/swing/plaf/ComboBoxUI.java,
+       javax/swing/plaf/ComponentInputMapUIResource.java,
+       javax/swing/plaf/ComponentUI.java,
+       javax/swing/plaf/DesktopIconUI.java,
+       javax/swing/plaf/DesktopPaneUI.java,
+       javax/swing/plaf/DimensionUIResource.java,
+       javax/swing/plaf/FileChooserUI.java,
+       javax/swing/plaf/FontUIResource.java,
+       javax/swing/plaf/IconUIResource.java,
+       javax/swing/plaf/InputMapUIResource.java,
+       javax/swing/plaf/InsetsUIResource.java,
+       javax/swing/plaf/InternalFrameUI.java,
+       javax/swing/plaf/LabelUI.java,
+       javax/swing/plaf/ListUI.java,
+       javax/swing/plaf/MenuBarUI.java,
+       javax/swing/plaf/MenuItemUI.java,
+       javax/swing/plaf/OptionPaneUI.java,
+       javax/swing/plaf/PanelUI.java,
+       javax/swing/plaf/ProgressBarUI.java,
+       javax/swing/plaf/RootPaneUI.java,
+       javax/swing/plaf/ScrollBarUI.java,
+       javax/swing/plaf/ScrollPaneUI.java,
+       javax/swing/plaf/SeparatorUI.java,
+       javax/swing/plaf/SliderUI.java,
+       javax/swing/plaf/TableHeaderUI.java,
+       javax/swing/plaf/TableUI.java,
+       javax/swing/plaf/ToolBarUI.java,
+       javax/swing/plaf/ToolTipUI.java,
+       javax/swing/plaf/ViewportUI.java:
+       New versions from classpath.
+       * javax/swing/plaf/SpinnerUI.java: 
+       New file from classpath
+
+2003-06-25  Michael Koch  <konqueror@gmx.de>
+
        * java/awt/image/ColorModel.java:
        New version from classpath.
 
index d48ac4b..640f3a7 100644 (file)
@@ -1,5 +1,5 @@
 /* ActionMapUIResource.java --
-   Copyright (C) 2003 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
index 9f87a8d..aebb1a0 100644 (file)
@@ -1,5 +1,5 @@
 /* BorderUIResource.java
-   Copyright (C) 2003 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
index ca9dc6d..4fdaee5 100644 (file)
@@ -1,5 +1,5 @@
 /* ButtonUI.java
-   Copyright (C) 2003 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
index f2f5631..e290a97 100644 (file)
@@ -1,5 +1,5 @@
 /* ColorChooserUI.java --
-   Copyright (C) 2003 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
index addc9c9..caa644c 100644 (file)
@@ -1,5 +1,5 @@
 /* ColorUIResource.java
-   Copyright (C) 2003 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
index 30313f4..83286d9 100644 (file)
@@ -1,5 +1,5 @@
 /* ComboBoxUI.java --
-   Copyright (C) 2002 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
index 1b14e8e..40a7055 100644 (file)
@@ -1,5 +1,5 @@
 /* ComponentInputMapUIResource.java --
-   Copyright (C) 2003 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
index 0083278..22c2f30 100644 (file)
@@ -1,5 +1,5 @@
 /* ComponentUI.java
-   Copyright (C) 2003 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
index 0e6f63a..dfe69cc 100644 (file)
@@ -1,5 +1,5 @@
 /* DesktopIconUI.java --
-   Copyright (C) 2003 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
index 61bad72..6943bf3 100644 (file)
@@ -1,5 +1,5 @@
 /* DesktopPaneUI.java --
-   Copyright (C) 2003 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
index 3f64b30..06ec166 100644 (file)
@@ -1,5 +1,5 @@
 /* DimensionUIResource.java
-   Copyright (C) 2003 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
index 193362e..6031c42 100644 (file)
@@ -1,5 +1,5 @@
 /* FileChooserUI.java --
-   Copyright (C) 2003 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
index e906035..a4a45de 100644 (file)
@@ -1,5 +1,5 @@
 /* FontUIResource.java
-   Copyright (C) 2003 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
index 7097d87..ca1ee7d 100644 (file)
@@ -1,5 +1,5 @@
 /* IconUIResource.java
-   Copyright (C) 2003 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
index 5bcc76d..f638dd7 100644 (file)
@@ -1,5 +1,5 @@
 /* InputMapUIResource.java --
-   Copyright (C) 2003 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
index cdedc83..ad2eb1b 100644 (file)
@@ -1,5 +1,5 @@
 /* InsetsUIResource.java
-   Copyright (C) 2003 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
index 0e1ae59..69bfb65 100644 (file)
@@ -1,5 +1,5 @@
 /* InternalFrameUI.java --
-   Copyright (C) 2003 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
index 3a5025e..bda4448 100644 (file)
@@ -1,5 +1,5 @@
 /* LabelUI.java
-   Copyright (C) 2003 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
index 2e798b9..71ec770 100644 (file)
@@ -1,5 +1,5 @@
 /* ListUI.java
-   Copyright (C) 2003 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
index a107a3e..fa350b6 100644 (file)
@@ -1,5 +1,5 @@
 /* MenuBarUI.java --
-   Copyright (C) 2003 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
index 3fa30a8..c44d1f4 100644 (file)
@@ -1,5 +1,5 @@
 /* MenuItemUI.java --
-   Copyright (C) 2003 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
index e9ee57c..8a95453 100644 (file)
@@ -1,5 +1,5 @@
 /* OptionPaneUI.java
-   Copyright (C) 2003 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
index 7030925..d39d2e5 100644 (file)
@@ -1,5 +1,5 @@
 /* PanelUI.java
-   Copyright (C) 2003 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
index 7b60e0b..28ea6f3 100644 (file)
@@ -1,5 +1,5 @@
 /* ProgressBarUI.java --
-   Copyright (C) 2003 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
index 53529fa..0943c98 100644 (file)
@@ -1,5 +1,5 @@
 /* RootPaneUI.java --
-   Copyright (C) 2002 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -38,22 +38,21 @@ exception statement from your version. */
 package javax.swing.plaf;
 
 /**
- * RootPaneUI
- * @author     Andrew Selkirk
- * @version    1.0
+ * An abstract base class for delegates that implement the pluggable
+ * look and feel for a <code>JRootPane</code>.
+ *
+ * @see javax.swing.JRootPane
+ *
+ * @author Andrew Selkirk (aselkirk@sympatico.ca)
+ * @author Sascha Brawer (brawer@dandelis.ch)
  */
-public abstract class RootPaneUI extends ComponentUI {
-
-       //-------------------------------------------------------------
-       // Initialization ---------------------------------------------
-       //-------------------------------------------------------------
-
-       /**
-        * Constructor RootPaneUI
-        */
-       public RootPaneUI() {
-               // TODO
-       } // RootPaneUI()
-
-
-} // RootPaneUI
+public abstract class RootPaneUI
+  extends ComponentUI
+{
+  /**
+   * Constructs a new <code>RootPaneUI</code>.
+   */
+  public RootPaneUI()
+  {
+  }
+}
index 0d778f3..37c0cf7 100644 (file)
@@ -1,5 +1,5 @@
 /* ScrollBarUI.java --
-   Copyright (C) 2002 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -38,22 +38,21 @@ exception statement from your version. */
 package javax.swing.plaf;
 
 /**
- * ScrollBarUI
- * @author     Andrew Selkirk
- * @version    1.0
+ * An abstract base class for delegates that implement the pluggable
+ * look and feel for a <code>JScrollBar</code>.
+ *
+ * @see javax.swing.JScrollBar
+ *
+ * @author Andrew Selkirk (aselkirk@sympatico.ca)
+ * @author Sascha Brawer (brawer@dandelis.ch)
  */
-public abstract class ScrollBarUI extends ComponentUI {
-
-       //-------------------------------------------------------------
-       // Initialization ---------------------------------------------
-       //-------------------------------------------------------------
-
-       /**
-        * Constructor ScrollBarUI
-        */
-       public ScrollBarUI() {
-               // TODO
-       } // ScrollBarUI()
-
-
-} // ScrollBarUI
+public abstract class ScrollBarUI
+  extends ComponentUI
+{
+  /**
+   * Constructs a new <code>ScrollBarUI</code>.
+   */
+  public ScrollBarUI()
+  {
+  }
+}
index 3b36b08..7d0bb89 100644 (file)
@@ -1,5 +1,5 @@
 /* ScrollPaneUI.java --
-   Copyright (C) 2002 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -37,23 +37,23 @@ exception statement from your version. */
 
 package javax.swing.plaf;
 
+
 /**
- * ScrollPaneUI
- * @author     Andrew Selkirk
- * @version    1.0
+ * An abstract base class for delegates that implement the pluggable
+ * look and feel for a <code>JScrollPane</code>.
+ *
+ * @see javax.swing.JScrollPane
+ *
+ * @author Andrew Selkirk (aselkirk@sympatico.ca)
+ * @author Sascha Brawer (brawer@dandelis.ch)
  */
-public abstract class ScrollPaneUI extends ComponentUI {
-
-       //-------------------------------------------------------------
-       // Initialization ---------------------------------------------
-       //-------------------------------------------------------------
-
-       /**
-        * Constructor ScrollPaneUI
-        */
-       public ScrollPaneUI() {
-               // TODO
-       } // ScrollPaneUI()
-
-
-} // ScrollPaneUI
+public abstract class ScrollPaneUI
+  extends ComponentUI
+{
+  /**
+   * Constructs a new <code>ScrollPaneUI</code>.
+   */
+  public ScrollPaneUI()
+  {
+  }
+}
index 23622a0..03778b9 100644 (file)
@@ -1,5 +1,5 @@
 /* SeparatorUI.java --
-   Copyright (C) 2002 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -38,22 +38,21 @@ exception statement from your version. */
 package javax.swing.plaf;
 
 /**
- * SeparatorUI
- * @author     Andrew Selkirk
- * @version    1.0
+ * An abstract base class for delegates that implement the pluggable
+ * look and feel for a <code>JSeparator</code>.
+ *
+ * @see javax.swing.JSeparator
+ *
+ * @author Andrew Selkirk (aselkirk@sympatico.ca)
+ * @author Sascha Brawer (brawer@dandelis.ch)
  */
-public abstract class SeparatorUI extends ComponentUI {
-
-       //-------------------------------------------------------------
-       // Initialization ---------------------------------------------
-       //-------------------------------------------------------------
-
-       /**
-        * Constructor SeparatorUI
-        */
-       public SeparatorUI() {
-               // TODO
-       } // SeparatorUI()
-
-
-} // SeparatorUI
+public abstract class SeparatorUI
+  extends ComponentUI
+{
+  /**
+   * Constructs a new <code>SeparatorUI</code>.
+   */
+  public SeparatorUI()
+  {
+  }
+}
index 59d51c1..2a839f8 100644 (file)
@@ -1,5 +1,5 @@
 /* SliderUI.java --
-   Copyright (C) 2002 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -37,23 +37,23 @@ exception statement from your version. */
 
 package javax.swing.plaf;
 
+
 /**
- * SliderUI
- * @author     Andrew Selkirk
- * @version    1.0
+ * An abstract base class for delegates that implement the pluggable
+ * look and feel for a <code>JSlider</code>.
+ *
+ * @see javax.swing.JSlider
+ *
+ * @author Andrew Selkirk (aselkirk@sympatico.ca)
+ * @author Sascha Brawer (brawer@dandelis.ch)
  */
-public abstract class SliderUI extends ComponentUI {
-
-       //-------------------------------------------------------------
-       // Initialization ---------------------------------------------
-       //-------------------------------------------------------------
-
-       /**
-        * Constructor SliderUI
-        */
-       public SliderUI() {
-               // TODO
-       } // SliderUI()
-
-
-} // SliderUI
+public abstract class SliderUI
+  extends ComponentUI
+{
+  /**
+   * Constructs a new <code>SliderUI</code>.
+   */
+  public SliderUI()
+  {
+  }
+}
diff --git a/libjava/javax/swing/plaf/SpinnerUI.java b/libjava/javax/swing/plaf/SpinnerUI.java
new file mode 100644 (file)
index 0000000..497fdb2
--- /dev/null
@@ -0,0 +1,59 @@
+/* SpinnerUI.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.plaf;
+
+
+/**
+ * An abstract base class for delegates that implement the pluggable
+ * look and feel for a <code>JSpinner</code>.
+ *
+ * @since 1.4
+ * @see javax.swing.JSpinner
+ *
+ * @author Sascha Brawer (brawer@dandelis.ch)
+ */
+public abstract class SpinnerUI
+  extends ComponentUI
+{
+  /**
+   * Constructs a new <code>SpinnerUI</code>.
+   */
+  public SpinnerUI()
+  {
+  }
+}
index 4510be5..26bc9e2 100644 (file)
@@ -1,5 +1,5 @@
 /* TableHeaderUI.java --
-   Copyright (C) 2002 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -37,23 +37,23 @@ exception statement from your version. */
 
 package javax.swing.plaf;
 
+
 /**
- * TableHeaderUI
- * @author     Andrew Selkirk
- * @version    1.0
+ * An abstract base class for delegates that implement the pluggable
+ * look and feel for a <code>JTableHeader</code>.
+ *
+ * @see javax.swing.table.JTableHeader
+ *
+ * @author Andrew Selkirk (aselkirk@sympatico.ca)
+ * @author Sascha Brawer (brawer@dandelis.ch)
  */
-public abstract class TableHeaderUI extends ComponentUI {
-
-       //-------------------------------------------------------------
-       // Initialization ---------------------------------------------
-       //-------------------------------------------------------------
-
-       /**
-        * Constructor TableHeaderUI
-        */
-       public TableHeaderUI() {
-               // TODO
-       } // TableHeaderUI()
-
-
-} // TableHeaderUI
+public abstract class TableHeaderUI
+  extends ComponentUI
+{
+  /**
+   * Constructs a new <code>TableHeaderUI</code>.
+   */
+  public TableHeaderUI()
+  {
+  }
+}
index 473e04e..7062b93 100644 (file)
@@ -1,5 +1,5 @@
 /* TableUI.java --
-   Copyright (C) 2002 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -37,23 +37,23 @@ exception statement from your version. */
 
 package javax.swing.plaf;
 
+
 /**
- * TableUI
- * @author     Andrew Selkirk
- * @version    1.0
+ * An abstract base class for delegates that implement the pluggable
+ * look and feel for a <code>JTable</code>.
+ *
+ * @see javax.swing.JTable
+ *
+ * @author Andrew Selkirk (aselkirk@sympatico.ca)
+ * @author Sascha Brawer (brawer@dandelis.ch)
  */
-public abstract class TableUI extends ComponentUI {
-
-       //-------------------------------------------------------------
-       // Initialization ---------------------------------------------
-       //-------------------------------------------------------------
-
-       /**
-        * Constructor TableUI
-        */
-       public TableUI() {
-               // TODO
-       } // TableUI()
-
-
-} // TableUI
+public abstract class TableUI
+  extends ComponentUI
+{
+  /**
+   * Constructs a new <code>TableUI</code>.
+   */
+  public TableUI()
+  {
+  }
+}
index 80d0d1d..18b27d3 100644 (file)
@@ -1,5 +1,5 @@
 /* ToolBarUI.java --
-   Copyright (C) 2002 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -37,23 +37,23 @@ exception statement from your version. */
 
 package javax.swing.plaf;
 
+
 /**
- * ToolBarUI
- * @author     Andrew Selkirk
- * @version    1.0
+ * An abstract base class for delegates that implement the pluggable
+ * look and feel for a <code>JToolBar</code>.
+ *
+ * @see javax.swing.JToolBar
+ *
+ * @author Andrew Selkirk (aselkirk@sympatico.ca)
+ * @author Sascha Brawer (brawer@dandelis.ch)
  */
-public abstract class ToolBarUI extends ComponentUI {
-
-       //-------------------------------------------------------------
-       // Initialization ---------------------------------------------
-       //-------------------------------------------------------------
-
-       /**
-        * Constructor ToolBarUI
-        */
-       public ToolBarUI() {
-               // TODO
-       } // ToolBarUI()
-
-
-} // ToolBarUI
+public abstract class ToolBarUI
+  extends ComponentUI
+{
+  /**
+   * Constructs a new <code>ToolBarUI</code>.
+   */
+  public ToolBarUI()
+  {
+  }
+}
index f325fd0..4f332a6 100644 (file)
@@ -1,5 +1,5 @@
 /* ToolTipUI.java --
-   Copyright (C) 2002 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -37,23 +37,23 @@ exception statement from your version. */
 
 package javax.swing.plaf;
 
+
 /**
- * ToolTipUI
- * @author     Andrew Selkirk
- * @version    1.0
+ * An abstract base class for delegates that implement the pluggable
+ * look and feel for a <code>JToolTip</code>.
+ *
+ * @see javax.swing.JToolTip
+ *
+ * @author Andrew Selkirk (aselkirk@sympatico.ca)
+ * @author Sascha Brawer (brawer@dandelis.ch)
  */
-public abstract class ToolTipUI extends ComponentUI {
-
-       //-------------------------------------------------------------
-       // Initialization ---------------------------------------------
-       //-------------------------------------------------------------
-
-       /**
-        * Constructor ToolTipUI
-        */
-       public ToolTipUI() {
-               // TODO
-       } // ToolTipUI()
-
-
-} // ToolTipUI
+public abstract class ToolTipUI
+  extends ComponentUI
+{
+  /**
+   * Constructs a new <code>ToolTipUI</code>.
+   */
+  public ToolTipUI()
+  {
+  }
+}
index f9a8476..3b28920 100644 (file)
@@ -1,5 +1,5 @@
 /* ViewportUI.java
-   Copyright (C) 2002 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -39,6 +39,22 @@ exception statement from your version. */
 package javax.swing.plaf;
 
 
-public class ViewportUI extends ComponentUI
+/**
+ * An abstract base class for delegates that implement the pluggable
+ * look and feel for a <code>JViewport</code>.
+ *
+ * @see javax.swing.JViewport
+ *
+ * @author Andrew Selkirk (aselkirk@sympatico.ca)
+ * @author Sascha Brawer (brawer@dandelis.ch)
+ */
+public abstract class ViewportUI
+  extends ComponentUI
 {
+  /**
+   * Constructs a new <code>ViewportUI</code>.
+   */
+  public ViewportUI()
+  {
+  }
 }