ActionMapUIResource.java, [...]: New versions from classpath.

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

From-SVN: r68476
This commit is contained in:
Michael Koch 2003-06-25 12:39:15 +00:00 committed by Michael Koch
parent f5139cc523
commit 55060f0e77
36 changed files with 309 additions and 197 deletions

View File

@ -1,3 +1,43 @@
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:

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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()
{
}
}

View 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()
{
}
}

View 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()
{
}
}

View 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()
{
}
}

View 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()
{
}
}

View File

@ -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()
{
}
}

View 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()
{
}
}

View 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()
{
}
}

View 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()
{
}
}

View 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()
{
}
}

View 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()
{
}
}