提交 3a920c7d 编写于 作者: A alexsch

8025070: [javadoc] fix some javadoc errors in javax/swing/plaf/synth

Reviewed-by: serb, alexsch
Contributed-by: NAlexander Stepanov <alexander.v.stepanov@oracle.com>
上级 23be0915
...@@ -34,7 +34,7 @@ import javax.swing.plaf.basic.BasicHTML; ...@@ -34,7 +34,7 @@ import javax.swing.plaf.basic.BasicHTML;
import javax.swing.text.View; import javax.swing.text.View;
/** /**
* Provides the Synth L&F UI delegate for * Provides the Synth L&amp;F UI delegate for
* {@link javax.swing.JButton}. * {@link javax.swing.JButton}.
* *
* @author Scott Violet * @author Scott Violet
...@@ -55,7 +55,7 @@ public class SynthButtonUI extends BasicButtonUI implements ...@@ -55,7 +55,7 @@ public class SynthButtonUI extends BasicButtonUI implements
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void installDefaults(AbstractButton b) { protected void installDefaults(AbstractButton b) {
...@@ -65,7 +65,7 @@ public class SynthButtonUI extends BasicButtonUI implements ...@@ -65,7 +65,7 @@ public class SynthButtonUI extends BasicButtonUI implements
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void installListeners(AbstractButton b) { protected void installListeners(AbstractButton b) {
...@@ -109,7 +109,7 @@ public class SynthButtonUI extends BasicButtonUI implements ...@@ -109,7 +109,7 @@ public class SynthButtonUI extends BasicButtonUI implements
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void uninstallListeners(AbstractButton b) { protected void uninstallListeners(AbstractButton b) {
...@@ -118,7 +118,7 @@ public class SynthButtonUI extends BasicButtonUI implements ...@@ -118,7 +118,7 @@ public class SynthButtonUI extends BasicButtonUI implements
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void uninstallDefaults(AbstractButton b) { protected void uninstallDefaults(AbstractButton b) {
...@@ -130,7 +130,7 @@ public class SynthButtonUI extends BasicButtonUI implements ...@@ -130,7 +130,7 @@ public class SynthButtonUI extends BasicButtonUI implements
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public SynthContext getContext(JComponent c) { public SynthContext getContext(JComponent c) {
...@@ -182,7 +182,7 @@ public class SynthButtonUI extends BasicButtonUI implements ...@@ -182,7 +182,7 @@ public class SynthButtonUI extends BasicButtonUI implements
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public int getBaseline(JComponent c, int width, int height) { public int getBaseline(JComponent c, int width, int height) {
...@@ -305,7 +305,7 @@ public class SynthButtonUI extends BasicButtonUI implements ...@@ -305,7 +305,7 @@ public class SynthButtonUI extends BasicButtonUI implements
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void paintBorder(SynthContext context, Graphics g, int x, public void paintBorder(SynthContext context, Graphics g, int x,
...@@ -449,7 +449,7 @@ public class SynthButtonUI extends BasicButtonUI implements ...@@ -449,7 +449,7 @@ public class SynthButtonUI extends BasicButtonUI implements
// ******************************** // ********************************
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public Dimension getMinimumSize(JComponent c) { public Dimension getMinimumSize(JComponent c) {
...@@ -470,7 +470,7 @@ public class SynthButtonUI extends BasicButtonUI implements ...@@ -470,7 +470,7 @@ public class SynthButtonUI extends BasicButtonUI implements
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public Dimension getPreferredSize(JComponent c) { public Dimension getPreferredSize(JComponent c) {
...@@ -491,7 +491,7 @@ public class SynthButtonUI extends BasicButtonUI implements ...@@ -491,7 +491,7 @@ public class SynthButtonUI extends BasicButtonUI implements
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public Dimension getMaximumSize(JComponent c) { public Dimension getMaximumSize(JComponent c) {
...@@ -525,7 +525,7 @@ public class SynthButtonUI extends BasicButtonUI implements ...@@ -525,7 +525,7 @@ public class SynthButtonUI extends BasicButtonUI implements
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void propertyChange(PropertyChangeEvent e) { public void propertyChange(PropertyChangeEvent e) {
......
...@@ -32,7 +32,7 @@ import javax.swing.plaf.*; ...@@ -32,7 +32,7 @@ import javax.swing.plaf.*;
/** /**
* Provides the Synth L&F UI delegate for * Provides the Synth L&amp;F UI delegate for
* {@link javax.swing.JCheckBoxMenuItem}. * {@link javax.swing.JCheckBoxMenuItem}.
* *
* @author Leif Samuelsson * @author Leif Samuelsson
...@@ -54,7 +54,7 @@ public class SynthCheckBoxMenuItemUI extends SynthMenuItemUI { ...@@ -54,7 +54,7 @@ public class SynthCheckBoxMenuItemUI extends SynthMenuItemUI {
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected String getPropertyPrefix() { protected String getPropertyPrefix() {
...@@ -68,7 +68,7 @@ public class SynthCheckBoxMenuItemUI extends SynthMenuItemUI { ...@@ -68,7 +68,7 @@ public class SynthCheckBoxMenuItemUI extends SynthMenuItemUI {
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void paintBorder(SynthContext context, Graphics g, int x, public void paintBorder(SynthContext context, Graphics g, int x,
......
...@@ -31,7 +31,7 @@ import javax.swing.plaf.ComponentUI; ...@@ -31,7 +31,7 @@ import javax.swing.plaf.ComponentUI;
/** /**
* Provides the Synth L&F UI delegate for * Provides the Synth L&amp;F UI delegate for
* {@link javax.swing.JCheckBox}. * {@link javax.swing.JCheckBox}.
* *
* @author Jeff Dinkins * @author Jeff Dinkins
...@@ -53,7 +53,7 @@ public class SynthCheckBoxUI extends SynthRadioButtonUI { ...@@ -53,7 +53,7 @@ public class SynthCheckBoxUI extends SynthRadioButtonUI {
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected String getPropertyPrefix() { protected String getPropertyPrefix() {
...@@ -67,7 +67,7 @@ public class SynthCheckBoxUI extends SynthRadioButtonUI { ...@@ -67,7 +67,7 @@ public class SynthCheckBoxUI extends SynthRadioButtonUI {
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void paintBorder(SynthContext context, Graphics g, int x, public void paintBorder(SynthContext context, Graphics g, int x,
......
...@@ -36,7 +36,7 @@ import java.beans.PropertyChangeListener; ...@@ -36,7 +36,7 @@ import java.beans.PropertyChangeListener;
/** /**
* Provides the Synth L&F UI delegate for * Provides the Synth L&amp;F UI delegate for
* {@link javax.swing.JColorChooser}. * {@link javax.swing.JColorChooser}.
* *
* @author Tom Santos * @author Tom Santos
...@@ -58,7 +58,7 @@ public class SynthColorChooserUI extends BasicColorChooserUI implements ...@@ -58,7 +58,7 @@ public class SynthColorChooserUI extends BasicColorChooserUI implements
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected AbstractColorChooserPanel[] createDefaultChoosers() { protected AbstractColorChooserPanel[] createDefaultChoosers() {
...@@ -74,7 +74,7 @@ public class SynthColorChooserUI extends BasicColorChooserUI implements ...@@ -74,7 +74,7 @@ public class SynthColorChooserUI extends BasicColorChooserUI implements
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void installDefaults() { protected void installDefaults() {
...@@ -89,7 +89,7 @@ public class SynthColorChooserUI extends BasicColorChooserUI implements ...@@ -89,7 +89,7 @@ public class SynthColorChooserUI extends BasicColorChooserUI implements
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void uninstallDefaults() { protected void uninstallDefaults() {
...@@ -102,7 +102,7 @@ public class SynthColorChooserUI extends BasicColorChooserUI implements ...@@ -102,7 +102,7 @@ public class SynthColorChooserUI extends BasicColorChooserUI implements
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void installListeners() { protected void installListeners() {
...@@ -111,7 +111,7 @@ public class SynthColorChooserUI extends BasicColorChooserUI implements ...@@ -111,7 +111,7 @@ public class SynthColorChooserUI extends BasicColorChooserUI implements
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void uninstallListeners() { protected void uninstallListeners() {
...@@ -120,7 +120,7 @@ public class SynthColorChooserUI extends BasicColorChooserUI implements ...@@ -120,7 +120,7 @@ public class SynthColorChooserUI extends BasicColorChooserUI implements
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public SynthContext getContext(JComponent c) { public SynthContext getContext(JComponent c) {
...@@ -188,7 +188,7 @@ public class SynthColorChooserUI extends BasicColorChooserUI implements ...@@ -188,7 +188,7 @@ public class SynthColorChooserUI extends BasicColorChooserUI implements
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void paintBorder(SynthContext context, Graphics g, int x, public void paintBorder(SynthContext context, Graphics g, int x,
...@@ -197,7 +197,7 @@ public class SynthColorChooserUI extends BasicColorChooserUI implements ...@@ -197,7 +197,7 @@ public class SynthColorChooserUI extends BasicColorChooserUI implements
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void propertyChange(PropertyChangeEvent e) { public void propertyChange(PropertyChangeEvent e) {
......
...@@ -35,7 +35,7 @@ import java.beans.PropertyChangeListener; ...@@ -35,7 +35,7 @@ import java.beans.PropertyChangeListener;
import java.beans.PropertyChangeEvent; import java.beans.PropertyChangeEvent;
/** /**
* Provides the Synth L&F UI delegate for * Provides the Synth L&amp;F UI delegate for
* {@link javax.swing.JComboBox}. * {@link javax.swing.JComboBox}.
* *
* @author Scott Violet * @author Scott Violet
...@@ -103,7 +103,7 @@ public class SynthComboBoxUI extends BasicComboBoxUI implements ...@@ -103,7 +103,7 @@ public class SynthComboBoxUI extends BasicComboBoxUI implements
} }
/** /**
* @inheritDoc * {@inheritDoc}
* *
* Overridden to ensure that ButtonHandler is created prior to any of * Overridden to ensure that ButtonHandler is created prior to any of
* the other installXXX methods, since several of them reference * the other installXXX methods, since several of them reference
...@@ -152,7 +152,7 @@ public class SynthComboBoxUI extends BasicComboBoxUI implements ...@@ -152,7 +152,7 @@ public class SynthComboBoxUI extends BasicComboBoxUI implements
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void installListeners() { protected void installListeners() {
...@@ -163,7 +163,7 @@ public class SynthComboBoxUI extends BasicComboBoxUI implements ...@@ -163,7 +163,7 @@ public class SynthComboBoxUI extends BasicComboBoxUI implements
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void uninstallUI(JComponent c) { public void uninstallUI(JComponent c) {
...@@ -175,7 +175,7 @@ public class SynthComboBoxUI extends BasicComboBoxUI implements ...@@ -175,7 +175,7 @@ public class SynthComboBoxUI extends BasicComboBoxUI implements
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void uninstallDefaults() { protected void uninstallDefaults() {
...@@ -187,7 +187,7 @@ public class SynthComboBoxUI extends BasicComboBoxUI implements ...@@ -187,7 +187,7 @@ public class SynthComboBoxUI extends BasicComboBoxUI implements
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void uninstallListeners() { protected void uninstallListeners() {
...@@ -200,7 +200,7 @@ public class SynthComboBoxUI extends BasicComboBoxUI implements ...@@ -200,7 +200,7 @@ public class SynthComboBoxUI extends BasicComboBoxUI implements
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public SynthContext getContext(JComponent c) { public SynthContext getContext(JComponent c) {
...@@ -251,7 +251,7 @@ public class SynthComboBoxUI extends BasicComboBoxUI implements ...@@ -251,7 +251,7 @@ public class SynthComboBoxUI extends BasicComboBoxUI implements
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected ComboPopup createPopup() { protected ComboPopup createPopup() {
...@@ -261,7 +261,7 @@ public class SynthComboBoxUI extends BasicComboBoxUI implements ...@@ -261,7 +261,7 @@ public class SynthComboBoxUI extends BasicComboBoxUI implements
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected ListCellRenderer createRenderer() { protected ListCellRenderer createRenderer() {
...@@ -269,7 +269,7 @@ public class SynthComboBoxUI extends BasicComboBoxUI implements ...@@ -269,7 +269,7 @@ public class SynthComboBoxUI extends BasicComboBoxUI implements
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected ComboBoxEditor createEditor() { protected ComboBoxEditor createEditor() {
...@@ -281,7 +281,7 @@ public class SynthComboBoxUI extends BasicComboBoxUI implements ...@@ -281,7 +281,7 @@ public class SynthComboBoxUI extends BasicComboBoxUI implements
//====================== //======================
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void propertyChange(PropertyChangeEvent e) { public void propertyChange(PropertyChangeEvent e) {
...@@ -291,7 +291,7 @@ public class SynthComboBoxUI extends BasicComboBoxUI implements ...@@ -291,7 +291,7 @@ public class SynthComboBoxUI extends BasicComboBoxUI implements
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected JButton createArrowButton() { protected JButton createArrowButton() {
...@@ -360,7 +360,7 @@ public class SynthComboBoxUI extends BasicComboBoxUI implements ...@@ -360,7 +360,7 @@ public class SynthComboBoxUI extends BasicComboBoxUI implements
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void paintBorder(SynthContext context, Graphics g, int x, public void paintBorder(SynthContext context, Graphics g, int x,
......
...@@ -34,7 +34,7 @@ import java.beans.*; ...@@ -34,7 +34,7 @@ import java.beans.*;
/** /**
* Provides the Synth L&F UI delegate for a minimized internal frame on a desktop. * Provides the Synth L&amp;F UI delegate for a minimized internal frame on a desktop.
* *
* @author Joshua Outwater * @author Joshua Outwater
* @since 1.7 * @since 1.7
...@@ -55,7 +55,7 @@ public class SynthDesktopIconUI extends BasicDesktopIconUI ...@@ -55,7 +55,7 @@ public class SynthDesktopIconUI extends BasicDesktopIconUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void installComponents() { protected void installComponents() {
...@@ -82,7 +82,7 @@ public class SynthDesktopIconUI extends BasicDesktopIconUI ...@@ -82,7 +82,7 @@ public class SynthDesktopIconUI extends BasicDesktopIconUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void installListeners() { protected void installListeners() {
...@@ -96,7 +96,7 @@ public class SynthDesktopIconUI extends BasicDesktopIconUI ...@@ -96,7 +96,7 @@ public class SynthDesktopIconUI extends BasicDesktopIconUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void uninstallListeners() { protected void uninstallListeners() {
...@@ -109,7 +109,7 @@ public class SynthDesktopIconUI extends BasicDesktopIconUI ...@@ -109,7 +109,7 @@ public class SynthDesktopIconUI extends BasicDesktopIconUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void installDefaults() { protected void installDefaults() {
...@@ -123,7 +123,7 @@ public class SynthDesktopIconUI extends BasicDesktopIconUI ...@@ -123,7 +123,7 @@ public class SynthDesktopIconUI extends BasicDesktopIconUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void uninstallDefaults() { protected void uninstallDefaults() {
...@@ -134,7 +134,7 @@ public class SynthDesktopIconUI extends BasicDesktopIconUI ...@@ -134,7 +134,7 @@ public class SynthDesktopIconUI extends BasicDesktopIconUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public SynthContext getContext(JComponent c) { public SynthContext getContext(JComponent c) {
...@@ -202,7 +202,7 @@ public class SynthDesktopIconUI extends BasicDesktopIconUI ...@@ -202,7 +202,7 @@ public class SynthDesktopIconUI extends BasicDesktopIconUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void paintBorder(SynthContext context, Graphics g, int x, public void paintBorder(SynthContext context, Graphics g, int x,
......
...@@ -34,7 +34,7 @@ import java.awt.event.*; ...@@ -34,7 +34,7 @@ import java.awt.event.*;
import java.awt.*; import java.awt.*;
/** /**
* Provides the Synth L&F UI delegate for * Provides the Synth L&amp;F UI delegate for
* {@link javax.swing.JDesktopPane}. * {@link javax.swing.JDesktopPane}.
* *
* @author Joshua Outwater * @author Joshua Outwater
...@@ -58,7 +58,7 @@ public class SynthDesktopPaneUI extends BasicDesktopPaneUI implements ...@@ -58,7 +58,7 @@ public class SynthDesktopPaneUI extends BasicDesktopPaneUI implements
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void installListeners() { protected void installListeners() {
...@@ -73,7 +73,7 @@ public class SynthDesktopPaneUI extends BasicDesktopPaneUI implements ...@@ -73,7 +73,7 @@ public class SynthDesktopPaneUI extends BasicDesktopPaneUI implements
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void installDefaults() { protected void installDefaults() {
...@@ -123,7 +123,7 @@ public class SynthDesktopPaneUI extends BasicDesktopPaneUI implements ...@@ -123,7 +123,7 @@ public class SynthDesktopPaneUI extends BasicDesktopPaneUI implements
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void uninstallListeners() { protected void uninstallListeners() {
...@@ -136,7 +136,7 @@ public class SynthDesktopPaneUI extends BasicDesktopPaneUI implements ...@@ -136,7 +136,7 @@ public class SynthDesktopPaneUI extends BasicDesktopPaneUI implements
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void uninstallDefaults() { protected void uninstallDefaults() {
...@@ -164,7 +164,7 @@ public class SynthDesktopPaneUI extends BasicDesktopPaneUI implements ...@@ -164,7 +164,7 @@ public class SynthDesktopPaneUI extends BasicDesktopPaneUI implements
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void installDesktopManager() { protected void installDesktopManager() {
...@@ -180,7 +180,7 @@ public class SynthDesktopPaneUI extends BasicDesktopPaneUI implements ...@@ -180,7 +180,7 @@ public class SynthDesktopPaneUI extends BasicDesktopPaneUI implements
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void uninstallDesktopManager() { protected void uninstallDesktopManager() {
...@@ -422,7 +422,7 @@ public class SynthDesktopPaneUI extends BasicDesktopPaneUI implements ...@@ -422,7 +422,7 @@ public class SynthDesktopPaneUI extends BasicDesktopPaneUI implements
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public SynthContext getContext(JComponent c) { public SynthContext getContext(JComponent c) {
...@@ -489,7 +489,7 @@ public class SynthDesktopPaneUI extends BasicDesktopPaneUI implements ...@@ -489,7 +489,7 @@ public class SynthDesktopPaneUI extends BasicDesktopPaneUI implements
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void paintBorder(SynthContext context, Graphics g, int x, public void paintBorder(SynthContext context, Graphics g, int x,
...@@ -498,7 +498,7 @@ public class SynthDesktopPaneUI extends BasicDesktopPaneUI implements ...@@ -498,7 +498,7 @@ public class SynthDesktopPaneUI extends BasicDesktopPaneUI implements
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void propertyChange(PropertyChangeEvent evt) { public void propertyChange(PropertyChangeEvent evt) {
......
...@@ -33,7 +33,7 @@ import javax.swing.plaf.basic.BasicEditorPaneUI; ...@@ -33,7 +33,7 @@ import javax.swing.plaf.basic.BasicEditorPaneUI;
import java.beans.PropertyChangeEvent; import java.beans.PropertyChangeEvent;
/** /**
* Provides the Synth L&F UI delegate for * Provides the Synth L&amp;F UI delegate for
* {@link javax.swing.JEditorPane}. * {@link javax.swing.JEditorPane}.
* *
* @author Shannon Hickey * @author Shannon Hickey
...@@ -58,7 +58,7 @@ public class SynthEditorPaneUI extends BasicEditorPaneUI implements SynthUI { ...@@ -58,7 +58,7 @@ public class SynthEditorPaneUI extends BasicEditorPaneUI implements SynthUI {
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void installDefaults() { protected void installDefaults() {
...@@ -74,7 +74,7 @@ public class SynthEditorPaneUI extends BasicEditorPaneUI implements SynthUI { ...@@ -74,7 +74,7 @@ public class SynthEditorPaneUI extends BasicEditorPaneUI implements SynthUI {
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void uninstallDefaults() { protected void uninstallDefaults() {
...@@ -131,7 +131,7 @@ public class SynthEditorPaneUI extends BasicEditorPaneUI implements SynthUI { ...@@ -131,7 +131,7 @@ public class SynthEditorPaneUI extends BasicEditorPaneUI implements SynthUI {
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public SynthContext getContext(JComponent c) { public SynthContext getContext(JComponent c) {
...@@ -181,7 +181,7 @@ public class SynthEditorPaneUI extends BasicEditorPaneUI implements SynthUI { ...@@ -181,7 +181,7 @@ public class SynthEditorPaneUI extends BasicEditorPaneUI implements SynthUI {
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void paintBackground(Graphics g) { protected void paintBackground(Graphics g) {
...@@ -194,7 +194,7 @@ public class SynthEditorPaneUI extends BasicEditorPaneUI implements SynthUI { ...@@ -194,7 +194,7 @@ public class SynthEditorPaneUI extends BasicEditorPaneUI implements SynthUI {
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void paintBorder(SynthContext context, Graphics g, int x, public void paintBorder(SynthContext context, Graphics g, int x,
......
...@@ -29,7 +29,7 @@ import javax.swing.JComponent; ...@@ -29,7 +29,7 @@ import javax.swing.JComponent;
import javax.swing.plaf.ComponentUI; import javax.swing.plaf.ComponentUI;
/** /**
* Provides the Synth L&F UI delegate for * Provides the Synth L&amp;F UI delegate for
* {@link javax.swing.JFormattedTextField}. * {@link javax.swing.JFormattedTextField}.
* *
* @since 1.7 * @since 1.7
...@@ -58,7 +58,7 @@ public class SynthFormattedTextFieldUI extends SynthTextFieldUI { ...@@ -58,7 +58,7 @@ public class SynthFormattedTextFieldUI extends SynthTextFieldUI {
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
void paintBackground(SynthContext context, Graphics g, JComponent c) { void paintBackground(SynthContext context, Graphics g, JComponent c) {
...@@ -67,7 +67,7 @@ public class SynthFormattedTextFieldUI extends SynthTextFieldUI { ...@@ -67,7 +67,7 @@ public class SynthFormattedTextFieldUI extends SynthTextFieldUI {
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void paintBorder(SynthContext context, Graphics g, int x, public void paintBorder(SynthContext context, Graphics g, int x,
......
...@@ -34,7 +34,7 @@ import java.beans.*; ...@@ -34,7 +34,7 @@ import java.beans.*;
/** /**
* Provides the Synth L&F UI delegate for * Provides the Synth L&amp;F UI delegate for
* {@link javax.swing.JInternalFrame}. * {@link javax.swing.JInternalFrame}.
* *
* @author David Kloba * @author David Kloba
...@@ -61,7 +61,7 @@ public class SynthInternalFrameUI extends BasicInternalFrameUI ...@@ -61,7 +61,7 @@ public class SynthInternalFrameUI extends BasicInternalFrameUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void installDefaults() { public void installDefaults() {
...@@ -70,7 +70,7 @@ public class SynthInternalFrameUI extends BasicInternalFrameUI ...@@ -70,7 +70,7 @@ public class SynthInternalFrameUI extends BasicInternalFrameUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void installListeners() { protected void installListeners() {
...@@ -79,7 +79,7 @@ public class SynthInternalFrameUI extends BasicInternalFrameUI ...@@ -79,7 +79,7 @@ public class SynthInternalFrameUI extends BasicInternalFrameUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void uninstallComponents() { protected void uninstallComponents() {
...@@ -90,7 +90,7 @@ public class SynthInternalFrameUI extends BasicInternalFrameUI ...@@ -90,7 +90,7 @@ public class SynthInternalFrameUI extends BasicInternalFrameUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void uninstallListeners() { protected void uninstallListeners() {
...@@ -118,7 +118,7 @@ public class SynthInternalFrameUI extends BasicInternalFrameUI ...@@ -118,7 +118,7 @@ public class SynthInternalFrameUI extends BasicInternalFrameUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void uninstallDefaults() { protected void uninstallDefaults() {
...@@ -133,7 +133,7 @@ public class SynthInternalFrameUI extends BasicInternalFrameUI ...@@ -133,7 +133,7 @@ public class SynthInternalFrameUI extends BasicInternalFrameUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public SynthContext getContext(JComponent c) { public SynthContext getContext(JComponent c) {
...@@ -150,7 +150,7 @@ public class SynthInternalFrameUI extends BasicInternalFrameUI ...@@ -150,7 +150,7 @@ public class SynthInternalFrameUI extends BasicInternalFrameUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected JComponent createNorthPane(JInternalFrame w) { protected JComponent createNorthPane(JInternalFrame w) {
...@@ -160,7 +160,7 @@ public class SynthInternalFrameUI extends BasicInternalFrameUI ...@@ -160,7 +160,7 @@ public class SynthInternalFrameUI extends BasicInternalFrameUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected ComponentListener createComponentListener() { protected ComponentListener createComponentListener() {
...@@ -244,7 +244,7 @@ public class SynthInternalFrameUI extends BasicInternalFrameUI ...@@ -244,7 +244,7 @@ public class SynthInternalFrameUI extends BasicInternalFrameUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void paintBorder(SynthContext context, Graphics g, int x, public void paintBorder(SynthContext context, Graphics g, int x,
...@@ -254,7 +254,7 @@ public class SynthInternalFrameUI extends BasicInternalFrameUI ...@@ -254,7 +254,7 @@ public class SynthInternalFrameUI extends BasicInternalFrameUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void propertyChange(PropertyChangeEvent evt) { public void propertyChange(PropertyChangeEvent evt) {
......
...@@ -37,7 +37,7 @@ import java.awt.FontMetrics; ...@@ -37,7 +37,7 @@ import java.awt.FontMetrics;
import java.beans.PropertyChangeEvent; import java.beans.PropertyChangeEvent;
/** /**
* Provides the Synth L&F UI delegate for * Provides the Synth L&amp;F UI delegate for
* {@link javax.swing.JLabel}. * {@link javax.swing.JLabel}.
* *
* @author Scott Violet * @author Scott Violet
...@@ -57,7 +57,7 @@ public class SynthLabelUI extends BasicLabelUI implements SynthUI { ...@@ -57,7 +57,7 @@ public class SynthLabelUI extends BasicLabelUI implements SynthUI {
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void installDefaults(JLabel c) { protected void installDefaults(JLabel c) {
...@@ -71,7 +71,7 @@ public class SynthLabelUI extends BasicLabelUI implements SynthUI { ...@@ -71,7 +71,7 @@ public class SynthLabelUI extends BasicLabelUI implements SynthUI {
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void uninstallDefaults(JLabel c){ protected void uninstallDefaults(JLabel c){
...@@ -83,7 +83,7 @@ public class SynthLabelUI extends BasicLabelUI implements SynthUI { ...@@ -83,7 +83,7 @@ public class SynthLabelUI extends BasicLabelUI implements SynthUI {
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public SynthContext getContext(JComponent c) { public SynthContext getContext(JComponent c) {
...@@ -105,7 +105,7 @@ public class SynthLabelUI extends BasicLabelUI implements SynthUI { ...@@ -105,7 +105,7 @@ public class SynthLabelUI extends BasicLabelUI implements SynthUI {
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public int getBaseline(JComponent c, int width, int height) { public int getBaseline(JComponent c, int width, int height) {
...@@ -218,7 +218,7 @@ public class SynthLabelUI extends BasicLabelUI implements SynthUI { ...@@ -218,7 +218,7 @@ public class SynthLabelUI extends BasicLabelUI implements SynthUI {
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void paintBorder(SynthContext context, Graphics g, int x, public void paintBorder(SynthContext context, Graphics g, int x,
...@@ -227,7 +227,7 @@ public class SynthLabelUI extends BasicLabelUI implements SynthUI { ...@@ -227,7 +227,7 @@ public class SynthLabelUI extends BasicLabelUI implements SynthUI {
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public Dimension getPreferredSize(JComponent c) { public Dimension getPreferredSize(JComponent c) {
...@@ -248,7 +248,7 @@ public class SynthLabelUI extends BasicLabelUI implements SynthUI { ...@@ -248,7 +248,7 @@ public class SynthLabelUI extends BasicLabelUI implements SynthUI {
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public Dimension getMinimumSize(JComponent c) { public Dimension getMinimumSize(JComponent c) {
...@@ -269,7 +269,7 @@ public class SynthLabelUI extends BasicLabelUI implements SynthUI { ...@@ -269,7 +269,7 @@ public class SynthLabelUI extends BasicLabelUI implements SynthUI {
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public Dimension getMaximumSize(JComponent c) { public Dimension getMaximumSize(JComponent c) {
...@@ -290,7 +290,7 @@ public class SynthLabelUI extends BasicLabelUI implements SynthUI { ...@@ -290,7 +290,7 @@ public class SynthLabelUI extends BasicLabelUI implements SynthUI {
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void propertyChange(PropertyChangeEvent e) { public void propertyChange(PropertyChangeEvent e) {
......
...@@ -34,7 +34,7 @@ import java.beans.PropertyChangeListener; ...@@ -34,7 +34,7 @@ import java.beans.PropertyChangeListener;
import java.beans.PropertyChangeEvent; import java.beans.PropertyChangeEvent;
/** /**
* Provides the Synth L&F UI delegate for * Provides the Synth L&amp;F UI delegate for
* {@link javax.swing.JList}. * {@link javax.swing.JList}.
* *
* @author Scott Violet * @author Scott Violet
...@@ -80,7 +80,7 @@ public class SynthListUI extends BasicListUI ...@@ -80,7 +80,7 @@ public class SynthListUI extends BasicListUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void paintBorder(SynthContext context, Graphics g, int x, public void paintBorder(SynthContext context, Graphics g, int x,
...@@ -89,7 +89,7 @@ public class SynthListUI extends BasicListUI ...@@ -89,7 +89,7 @@ public class SynthListUI extends BasicListUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void installListeners() { protected void installListeners() {
...@@ -98,7 +98,7 @@ public class SynthListUI extends BasicListUI ...@@ -98,7 +98,7 @@ public class SynthListUI extends BasicListUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void propertyChange(PropertyChangeEvent e) { public void propertyChange(PropertyChangeEvent e) {
...@@ -108,7 +108,7 @@ public class SynthListUI extends BasicListUI ...@@ -108,7 +108,7 @@ public class SynthListUI extends BasicListUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void uninstallListeners() { protected void uninstallListeners() {
...@@ -117,7 +117,7 @@ public class SynthListUI extends BasicListUI ...@@ -117,7 +117,7 @@ public class SynthListUI extends BasicListUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void installDefaults() { protected void installDefaults() {
...@@ -166,7 +166,7 @@ public class SynthListUI extends BasicListUI ...@@ -166,7 +166,7 @@ public class SynthListUI extends BasicListUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void uninstallDefaults() { protected void uninstallDefaults() {
...@@ -180,7 +180,7 @@ public class SynthListUI extends BasicListUI ...@@ -180,7 +180,7 @@ public class SynthListUI extends BasicListUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public SynthContext getContext(JComponent c) { public SynthContext getContext(JComponent c) {
......
...@@ -32,7 +32,7 @@ import javax.swing.plaf.*; ...@@ -32,7 +32,7 @@ import javax.swing.plaf.*;
import javax.swing.plaf.basic.*; import javax.swing.plaf.basic.*;
/** /**
* Provides the Synth L&F UI delegate for * Provides the Synth L&amp;F UI delegate for
* {@link javax.swing.JMenuBar}. * {@link javax.swing.JMenuBar}.
* *
* @author Scott Violet * @author Scott Violet
...@@ -53,7 +53,7 @@ public class SynthMenuBarUI extends BasicMenuBarUI ...@@ -53,7 +53,7 @@ public class SynthMenuBarUI extends BasicMenuBarUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void installDefaults() { protected void installDefaults() {
...@@ -65,7 +65,7 @@ public class SynthMenuBarUI extends BasicMenuBarUI ...@@ -65,7 +65,7 @@ public class SynthMenuBarUI extends BasicMenuBarUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void installListeners() { protected void installListeners() {
...@@ -87,7 +87,7 @@ public class SynthMenuBarUI extends BasicMenuBarUI ...@@ -87,7 +87,7 @@ public class SynthMenuBarUI extends BasicMenuBarUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void uninstallDefaults() { protected void uninstallDefaults() {
...@@ -99,7 +99,7 @@ public class SynthMenuBarUI extends BasicMenuBarUI ...@@ -99,7 +99,7 @@ public class SynthMenuBarUI extends BasicMenuBarUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void uninstallListeners() { protected void uninstallListeners() {
...@@ -108,7 +108,7 @@ public class SynthMenuBarUI extends BasicMenuBarUI ...@@ -108,7 +108,7 @@ public class SynthMenuBarUI extends BasicMenuBarUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public SynthContext getContext(JComponent c) { public SynthContext getContext(JComponent c) {
...@@ -175,7 +175,7 @@ public class SynthMenuBarUI extends BasicMenuBarUI ...@@ -175,7 +175,7 @@ public class SynthMenuBarUI extends BasicMenuBarUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void paintBorder(SynthContext context, Graphics g, int x, public void paintBorder(SynthContext context, Graphics g, int x,
...@@ -184,7 +184,7 @@ public class SynthMenuBarUI extends BasicMenuBarUI ...@@ -184,7 +184,7 @@ public class SynthMenuBarUI extends BasicMenuBarUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void propertyChange(PropertyChangeEvent e) { public void propertyChange(PropertyChangeEvent e) {
......
...@@ -34,7 +34,7 @@ import sun.swing.MenuItemLayoutHelper; ...@@ -34,7 +34,7 @@ import sun.swing.MenuItemLayoutHelper;
/** /**
* Provides the Synth L&F UI delegate for * Provides the Synth L&amp;F UI delegate for
* {@link javax.swing.JMenuItem}. * {@link javax.swing.JMenuItem}.
* *
* @author Georges Saab * @author Georges Saab
...@@ -59,7 +59,7 @@ public class SynthMenuItemUI extends BasicMenuItemUI implements ...@@ -59,7 +59,7 @@ public class SynthMenuItemUI extends BasicMenuItemUI implements
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void uninstallUI(JComponent c) { public void uninstallUI(JComponent c) {
...@@ -73,7 +73,7 @@ public class SynthMenuItemUI extends BasicMenuItemUI implements ...@@ -73,7 +73,7 @@ public class SynthMenuItemUI extends BasicMenuItemUI implements
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void installDefaults() { protected void installDefaults() {
...@@ -81,7 +81,7 @@ public class SynthMenuItemUI extends BasicMenuItemUI implements ...@@ -81,7 +81,7 @@ public class SynthMenuItemUI extends BasicMenuItemUI implements
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void installListeners() { protected void installListeners() {
...@@ -134,7 +134,7 @@ public class SynthMenuItemUI extends BasicMenuItemUI implements ...@@ -134,7 +134,7 @@ public class SynthMenuItemUI extends BasicMenuItemUI implements
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void uninstallDefaults() { protected void uninstallDefaults() {
...@@ -153,7 +153,7 @@ public class SynthMenuItemUI extends BasicMenuItemUI implements ...@@ -153,7 +153,7 @@ public class SynthMenuItemUI extends BasicMenuItemUI implements
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void uninstallListeners() { protected void uninstallListeners() {
...@@ -162,7 +162,7 @@ public class SynthMenuItemUI extends BasicMenuItemUI implements ...@@ -162,7 +162,7 @@ public class SynthMenuItemUI extends BasicMenuItemUI implements
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public SynthContext getContext(JComponent c) { public SynthContext getContext(JComponent c) {
...@@ -206,7 +206,7 @@ public class SynthMenuItemUI extends BasicMenuItemUI implements ...@@ -206,7 +206,7 @@ public class SynthMenuItemUI extends BasicMenuItemUI implements
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected Dimension getPreferredMenuItemSize(JComponent c, protected Dimension getPreferredMenuItemSize(JComponent c,
...@@ -290,7 +290,7 @@ public class SynthMenuItemUI extends BasicMenuItemUI implements ...@@ -290,7 +290,7 @@ public class SynthMenuItemUI extends BasicMenuItemUI implements
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void paintBorder(SynthContext context, Graphics g, int x, public void paintBorder(SynthContext context, Graphics g, int x,
...@@ -299,7 +299,7 @@ public class SynthMenuItemUI extends BasicMenuItemUI implements ...@@ -299,7 +299,7 @@ public class SynthMenuItemUI extends BasicMenuItemUI implements
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void propertyChange(PropertyChangeEvent e) { public void propertyChange(PropertyChangeEvent e) {
......
...@@ -31,7 +31,7 @@ import java.awt.Container; ...@@ -31,7 +31,7 @@ import java.awt.Container;
import java.awt.Dimension; import java.awt.Dimension;
/** /**
* @inheritDoc * {@inheritDoc}
* *
* @author Georges Saab * @author Georges Saab
*/ */
......
...@@ -32,7 +32,7 @@ import javax.swing.plaf.basic.*; ...@@ -32,7 +32,7 @@ import javax.swing.plaf.basic.*;
import sun.swing.MenuItemLayoutHelper; import sun.swing.MenuItemLayoutHelper;
/** /**
* Provides the Synth L&F UI delegate for * Provides the Synth L&amp;F UI delegate for
* {@link javax.swing.JMenu}. * {@link javax.swing.JMenu}.
* *
* @author Georges Saab * @author Georges Saab
...@@ -56,7 +56,7 @@ public class SynthMenuUI extends BasicMenuUI ...@@ -56,7 +56,7 @@ public class SynthMenuUI extends BasicMenuUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void installDefaults() { protected void installDefaults() {
...@@ -64,7 +64,7 @@ public class SynthMenuUI extends BasicMenuUI ...@@ -64,7 +64,7 @@ public class SynthMenuUI extends BasicMenuUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void installListeners() { protected void installListeners() {
...@@ -120,7 +120,7 @@ public class SynthMenuUI extends BasicMenuUI ...@@ -120,7 +120,7 @@ public class SynthMenuUI extends BasicMenuUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void uninstallUI(JComponent c) { public void uninstallUI(JComponent c) {
...@@ -134,7 +134,7 @@ public class SynthMenuUI extends BasicMenuUI ...@@ -134,7 +134,7 @@ public class SynthMenuUI extends BasicMenuUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void uninstallDefaults() { protected void uninstallDefaults() {
...@@ -153,7 +153,7 @@ public class SynthMenuUI extends BasicMenuUI ...@@ -153,7 +153,7 @@ public class SynthMenuUI extends BasicMenuUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void uninstallListeners() { protected void uninstallListeners() {
...@@ -162,7 +162,7 @@ public class SynthMenuUI extends BasicMenuUI ...@@ -162,7 +162,7 @@ public class SynthMenuUI extends BasicMenuUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public SynthContext getContext(JComponent c) { public SynthContext getContext(JComponent c) {
...@@ -207,7 +207,7 @@ public class SynthMenuUI extends BasicMenuUI ...@@ -207,7 +207,7 @@ public class SynthMenuUI extends BasicMenuUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected Dimension getPreferredMenuItemSize(JComponent c, protected Dimension getPreferredMenuItemSize(JComponent c,
...@@ -286,7 +286,7 @@ public class SynthMenuUI extends BasicMenuUI ...@@ -286,7 +286,7 @@ public class SynthMenuUI extends BasicMenuUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void paintBorder(SynthContext context, Graphics g, int x, public void paintBorder(SynthContext context, Graphics g, int x,
...@@ -295,7 +295,7 @@ public class SynthMenuUI extends BasicMenuUI ...@@ -295,7 +295,7 @@ public class SynthMenuUI extends BasicMenuUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void propertyChange(PropertyChangeEvent e) { public void propertyChange(PropertyChangeEvent e) {
......
...@@ -33,7 +33,7 @@ import javax.swing.plaf.basic.*; ...@@ -33,7 +33,7 @@ import javax.swing.plaf.basic.*;
import sun.swing.DefaultLookup; import sun.swing.DefaultLookup;
/** /**
* Provides the Synth L&F UI delegate for * Provides the Synth L&amp;F UI delegate for
* {@link javax.swing.JOptionPane}. * {@link javax.swing.JOptionPane}.
* *
* @author James Gosling * @author James Gosling
...@@ -56,7 +56,7 @@ public class SynthOptionPaneUI extends BasicOptionPaneUI implements ...@@ -56,7 +56,7 @@ public class SynthOptionPaneUI extends BasicOptionPaneUI implements
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void installDefaults() { protected void installDefaults() {
...@@ -64,7 +64,7 @@ public class SynthOptionPaneUI extends BasicOptionPaneUI implements ...@@ -64,7 +64,7 @@ public class SynthOptionPaneUI extends BasicOptionPaneUI implements
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void installListeners() { protected void installListeners() {
...@@ -92,7 +92,7 @@ public class SynthOptionPaneUI extends BasicOptionPaneUI implements ...@@ -92,7 +92,7 @@ public class SynthOptionPaneUI extends BasicOptionPaneUI implements
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void uninstallDefaults() { protected void uninstallDefaults() {
...@@ -104,7 +104,7 @@ public class SynthOptionPaneUI extends BasicOptionPaneUI implements ...@@ -104,7 +104,7 @@ public class SynthOptionPaneUI extends BasicOptionPaneUI implements
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void uninstallListeners() { protected void uninstallListeners() {
...@@ -113,7 +113,7 @@ public class SynthOptionPaneUI extends BasicOptionPaneUI implements ...@@ -113,7 +113,7 @@ public class SynthOptionPaneUI extends BasicOptionPaneUI implements
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void installComponents() { protected void installComponents() {
...@@ -132,7 +132,7 @@ public class SynthOptionPaneUI extends BasicOptionPaneUI implements ...@@ -132,7 +132,7 @@ public class SynthOptionPaneUI extends BasicOptionPaneUI implements
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public SynthContext getContext(JComponent c) { public SynthContext getContext(JComponent c) {
...@@ -199,7 +199,7 @@ public class SynthOptionPaneUI extends BasicOptionPaneUI implements ...@@ -199,7 +199,7 @@ public class SynthOptionPaneUI extends BasicOptionPaneUI implements
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void paintBorder(SynthContext context, Graphics g, int x, public void paintBorder(SynthContext context, Graphics g, int x,
...@@ -208,7 +208,7 @@ public class SynthOptionPaneUI extends BasicOptionPaneUI implements ...@@ -208,7 +208,7 @@ public class SynthOptionPaneUI extends BasicOptionPaneUI implements
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void propertyChange(PropertyChangeEvent e) { public void propertyChange(PropertyChangeEvent e) {
...@@ -218,7 +218,7 @@ public class SynthOptionPaneUI extends BasicOptionPaneUI implements ...@@ -218,7 +218,7 @@ public class SynthOptionPaneUI extends BasicOptionPaneUI implements
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected boolean getSizeButtonsToSameWidth() { protected boolean getSizeButtonsToSameWidth() {
...@@ -273,7 +273,7 @@ public class SynthOptionPaneUI extends BasicOptionPaneUI implements ...@@ -273,7 +273,7 @@ public class SynthOptionPaneUI extends BasicOptionPaneUI implements
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected Container createSeparator() { protected Container createSeparator() {
......
...@@ -41,12 +41,12 @@ import java.awt.*; ...@@ -41,12 +41,12 @@ import java.awt.*;
* example registers a painter for all <code>JButton</code>s that will * example registers a painter for all <code>JButton</code>s that will
* render the image <code>myImage.png</code>: * render the image <code>myImage.png</code>:
* <pre> * <pre>
* &lt;style id="buttonStyle"> * &lt;style id="buttonStyle"&gt;
* &lt;imagePainter path="myImage.png" sourceInsets="2 2 2 2" * &lt;imagePainter path="myImage.png" sourceInsets="2 2 2 2"
* paintCenter="true" stretch="true"/> * paintCenter="true" stretch="true"/&gt;
* &lt;insets top="2" bottom="2" left="2" right="2"/> * &lt;insets top="2" bottom="2" left="2" right="2"/&gt;
* &lt;/style> * &lt;/style&gt;
* &lt;bind style="buttonStyle" type="REGION" key="button"/> * &lt;bind style="buttonStyle" type="REGION" key="button"/&gt;
*</pre> *</pre>
* <p> * <p>
* <code>SynthPainter</code> is abstract in so far as it does no painting, * <code>SynthPainter</code> is abstract in so far as it does no painting,
......
...@@ -32,7 +32,7 @@ import java.awt.*; ...@@ -32,7 +32,7 @@ import java.awt.*;
import java.beans.*; import java.beans.*;
/** /**
* Provides the Synth L&F UI delegate for * Provides the Synth L&amp;F UI delegate for
* {@link javax.swing.JPanel}. * {@link javax.swing.JPanel}.
* *
* @author Steve Wilson * @author Steve Wilson
...@@ -53,7 +53,7 @@ public class SynthPanelUI extends BasicPanelUI ...@@ -53,7 +53,7 @@ public class SynthPanelUI extends BasicPanelUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void installUI(JComponent c) { public void installUI(JComponent c) {
...@@ -64,7 +64,7 @@ public class SynthPanelUI extends BasicPanelUI ...@@ -64,7 +64,7 @@ public class SynthPanelUI extends BasicPanelUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void uninstallUI(JComponent c) { public void uninstallUI(JComponent c) {
...@@ -93,7 +93,7 @@ public class SynthPanelUI extends BasicPanelUI ...@@ -93,7 +93,7 @@ public class SynthPanelUI extends BasicPanelUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void installDefaults(JPanel p) { protected void installDefaults(JPanel p) {
...@@ -101,7 +101,7 @@ public class SynthPanelUI extends BasicPanelUI ...@@ -101,7 +101,7 @@ public class SynthPanelUI extends BasicPanelUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void uninstallDefaults(JPanel p) { protected void uninstallDefaults(JPanel p) {
...@@ -119,7 +119,7 @@ public class SynthPanelUI extends BasicPanelUI ...@@ -119,7 +119,7 @@ public class SynthPanelUI extends BasicPanelUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public SynthContext getContext(JComponent c) { public SynthContext getContext(JComponent c) {
...@@ -187,7 +187,7 @@ public class SynthPanelUI extends BasicPanelUI ...@@ -187,7 +187,7 @@ public class SynthPanelUI extends BasicPanelUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void paintBorder(SynthContext context, Graphics g, int x, public void paintBorder(SynthContext context, Graphics g, int x,
...@@ -196,7 +196,7 @@ public class SynthPanelUI extends BasicPanelUI ...@@ -196,7 +196,7 @@ public class SynthPanelUI extends BasicPanelUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void propertyChange(PropertyChangeEvent pce) { public void propertyChange(PropertyChangeEvent pce) {
......
...@@ -31,7 +31,7 @@ import javax.swing.text.*; ...@@ -31,7 +31,7 @@ import javax.swing.text.*;
import javax.swing.plaf.ComponentUI; import javax.swing.plaf.ComponentUI;
/** /**
* Provides the Synth L&F UI delegate for * Provides the Synth L&amp;F UI delegate for
* {@link javax.swing.JPasswordField}. * {@link javax.swing.JPasswordField}.
* *
* @author Shannon Hickey * @author Shannon Hickey
...@@ -73,7 +73,7 @@ public class SynthPasswordFieldUI extends SynthTextFieldUI { ...@@ -73,7 +73,7 @@ public class SynthPasswordFieldUI extends SynthTextFieldUI {
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
void paintBackground(SynthContext context, Graphics g, JComponent c) { void paintBackground(SynthContext context, Graphics g, JComponent c) {
...@@ -82,7 +82,7 @@ public class SynthPasswordFieldUI extends SynthTextFieldUI { ...@@ -82,7 +82,7 @@ public class SynthPasswordFieldUI extends SynthTextFieldUI {
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void paintBorder(SynthContext context, Graphics g, int x, public void paintBorder(SynthContext context, Graphics g, int x,
...@@ -91,7 +91,7 @@ public class SynthPasswordFieldUI extends SynthTextFieldUI { ...@@ -91,7 +91,7 @@ public class SynthPasswordFieldUI extends SynthTextFieldUI {
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void installKeyboardActions() { protected void installKeyboardActions() {
......
...@@ -33,7 +33,7 @@ import java.beans.PropertyChangeListener; ...@@ -33,7 +33,7 @@ import java.beans.PropertyChangeListener;
import java.beans.PropertyChangeEvent; import java.beans.PropertyChangeEvent;
/** /**
* Provides the Synth L&F UI delegate for * Provides the Synth L&amp;F UI delegate for
* {@link javax.swing.JPopupMenu}. * {@link javax.swing.JPopupMenu}.
* *
* @author Georges Saab * @author Georges Saab
...@@ -56,7 +56,7 @@ public class SynthPopupMenuUI extends BasicPopupMenuUI ...@@ -56,7 +56,7 @@ public class SynthPopupMenuUI extends BasicPopupMenuUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void installDefaults() { public void installDefaults() {
...@@ -81,7 +81,7 @@ public class SynthPopupMenuUI extends BasicPopupMenuUI ...@@ -81,7 +81,7 @@ public class SynthPopupMenuUI extends BasicPopupMenuUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void installListeners() { protected void installListeners() {
...@@ -90,7 +90,7 @@ public class SynthPopupMenuUI extends BasicPopupMenuUI ...@@ -90,7 +90,7 @@ public class SynthPopupMenuUI extends BasicPopupMenuUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void uninstallDefaults() { protected void uninstallDefaults() {
...@@ -106,7 +106,7 @@ public class SynthPopupMenuUI extends BasicPopupMenuUI ...@@ -106,7 +106,7 @@ public class SynthPopupMenuUI extends BasicPopupMenuUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void uninstallListeners() { protected void uninstallListeners() {
...@@ -115,7 +115,7 @@ public class SynthPopupMenuUI extends BasicPopupMenuUI ...@@ -115,7 +115,7 @@ public class SynthPopupMenuUI extends BasicPopupMenuUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public SynthContext getContext(JComponent c) { public SynthContext getContext(JComponent c) {
...@@ -182,7 +182,7 @@ public class SynthPopupMenuUI extends BasicPopupMenuUI ...@@ -182,7 +182,7 @@ public class SynthPopupMenuUI extends BasicPopupMenuUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void paintBorder(SynthContext context, Graphics g, int x, public void paintBorder(SynthContext context, Graphics g, int x,
...@@ -191,7 +191,7 @@ public class SynthPopupMenuUI extends BasicPopupMenuUI ...@@ -191,7 +191,7 @@ public class SynthPopupMenuUI extends BasicPopupMenuUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void propertyChange(PropertyChangeEvent e) { public void propertyChange(PropertyChangeEvent e) {
......
...@@ -35,7 +35,7 @@ import java.beans.PropertyChangeEvent; ...@@ -35,7 +35,7 @@ import java.beans.PropertyChangeEvent;
import sun.swing.SwingUtilities2; import sun.swing.SwingUtilities2;
/** /**
* Provides the Synth L&F UI delegate for * Provides the Synth L&amp;F UI delegate for
* {@link javax.swing.JProgressBar}. * {@link javax.swing.JProgressBar}.
* *
* @author Joshua Outwater * @author Joshua Outwater
...@@ -61,7 +61,7 @@ public class SynthProgressBarUI extends BasicProgressBarUI ...@@ -61,7 +61,7 @@ public class SynthProgressBarUI extends BasicProgressBarUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void installListeners() { protected void installListeners() {
...@@ -70,7 +70,7 @@ public class SynthProgressBarUI extends BasicProgressBarUI ...@@ -70,7 +70,7 @@ public class SynthProgressBarUI extends BasicProgressBarUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void uninstallListeners() { protected void uninstallListeners() {
...@@ -79,7 +79,7 @@ public class SynthProgressBarUI extends BasicProgressBarUI ...@@ -79,7 +79,7 @@ public class SynthProgressBarUI extends BasicProgressBarUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void installDefaults() { protected void installDefaults() {
...@@ -118,7 +118,7 @@ public class SynthProgressBarUI extends BasicProgressBarUI ...@@ -118,7 +118,7 @@ public class SynthProgressBarUI extends BasicProgressBarUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void uninstallDefaults() { protected void uninstallDefaults() {
...@@ -130,7 +130,7 @@ public class SynthProgressBarUI extends BasicProgressBarUI ...@@ -130,7 +130,7 @@ public class SynthProgressBarUI extends BasicProgressBarUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public SynthContext getContext(JComponent c) { public SynthContext getContext(JComponent c) {
...@@ -147,7 +147,7 @@ public class SynthProgressBarUI extends BasicProgressBarUI ...@@ -147,7 +147,7 @@ public class SynthProgressBarUI extends BasicProgressBarUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public int getBaseline(JComponent c, int width, int height) { public int getBaseline(JComponent c, int width, int height) {
...@@ -165,7 +165,7 @@ public class SynthProgressBarUI extends BasicProgressBarUI ...@@ -165,7 +165,7 @@ public class SynthProgressBarUI extends BasicProgressBarUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected Rectangle getBox(Rectangle r) { protected Rectangle getBox(Rectangle r) {
...@@ -177,7 +177,7 @@ public class SynthProgressBarUI extends BasicProgressBarUI ...@@ -177,7 +177,7 @@ public class SynthProgressBarUI extends BasicProgressBarUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void setAnimationIndex(int newValue) { protected void setAnimationIndex(int newValue) {
...@@ -386,7 +386,7 @@ public class SynthProgressBarUI extends BasicProgressBarUI ...@@ -386,7 +386,7 @@ public class SynthProgressBarUI extends BasicProgressBarUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void paintBorder(SynthContext context, Graphics g, int x, public void paintBorder(SynthContext context, Graphics g, int x,
...@@ -396,7 +396,7 @@ public class SynthProgressBarUI extends BasicProgressBarUI ...@@ -396,7 +396,7 @@ public class SynthProgressBarUI extends BasicProgressBarUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void propertyChange(PropertyChangeEvent e) { public void propertyChange(PropertyChangeEvent e) {
...@@ -407,7 +407,7 @@ public class SynthProgressBarUI extends BasicProgressBarUI ...@@ -407,7 +407,7 @@ public class SynthProgressBarUI extends BasicProgressBarUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public Dimension getPreferredSize(JComponent c) { public Dimension getPreferredSize(JComponent c) {
......
...@@ -30,7 +30,7 @@ import java.awt.*; ...@@ -30,7 +30,7 @@ import java.awt.*;
import javax.swing.plaf.*; import javax.swing.plaf.*;
/** /**
* Provides the Synth L&F UI delegate for * Provides the Synth L&amp;F UI delegate for
* {@link javax.swing.JRadioButtonMenuItem}. * {@link javax.swing.JRadioButtonMenuItem}.
* *
* @author Georges Saab * @author Georges Saab
...@@ -50,7 +50,7 @@ public class SynthRadioButtonMenuItemUI extends SynthMenuItemUI { ...@@ -50,7 +50,7 @@ public class SynthRadioButtonMenuItemUI extends SynthMenuItemUI {
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected String getPropertyPrefix() { protected String getPropertyPrefix() {
...@@ -64,7 +64,7 @@ public class SynthRadioButtonMenuItemUI extends SynthMenuItemUI { ...@@ -64,7 +64,7 @@ public class SynthRadioButtonMenuItemUI extends SynthMenuItemUI {
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void paintBorder(SynthContext context, Graphics g, int x, public void paintBorder(SynthContext context, Graphics g, int x,
......
...@@ -30,7 +30,7 @@ import javax.swing.*; ...@@ -30,7 +30,7 @@ import javax.swing.*;
import javax.swing.plaf.*; import javax.swing.plaf.*;
/** /**
* Provides the Synth L&F UI delegate for * Provides the Synth L&amp;F UI delegate for
* {@link javax.swing.JRadioButton}. * {@link javax.swing.JRadioButton}.
* *
* @author Jeff Dinkins * @author Jeff Dinkins
...@@ -52,7 +52,7 @@ public class SynthRadioButtonUI extends SynthToggleButtonUI { ...@@ -52,7 +52,7 @@ public class SynthRadioButtonUI extends SynthToggleButtonUI {
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected String getPropertyPrefix() { protected String getPropertyPrefix() {
...@@ -75,7 +75,7 @@ public class SynthRadioButtonUI extends SynthToggleButtonUI { ...@@ -75,7 +75,7 @@ public class SynthRadioButtonUI extends SynthToggleButtonUI {
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void paintBorder(SynthContext context, Graphics g, int x, public void paintBorder(SynthContext context, Graphics g, int x,
......
...@@ -32,7 +32,7 @@ import javax.swing.plaf.*; ...@@ -32,7 +32,7 @@ import javax.swing.plaf.*;
import javax.swing.plaf.basic.BasicRootPaneUI; import javax.swing.plaf.basic.BasicRootPaneUI;
/** /**
* Provides the Synth L&F UI delegate for * Provides the Synth L&amp;F UI delegate for
* {@link javax.swing.JRootPane}. * {@link javax.swing.JRootPane}.
* *
* @author Scott Violet * @author Scott Violet
...@@ -52,7 +52,7 @@ public class SynthRootPaneUI extends BasicRootPaneUI implements SynthUI { ...@@ -52,7 +52,7 @@ public class SynthRootPaneUI extends BasicRootPaneUI implements SynthUI {
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void installDefaults(JRootPane c){ protected void installDefaults(JRootPane c){
...@@ -60,7 +60,7 @@ public class SynthRootPaneUI extends BasicRootPaneUI implements SynthUI { ...@@ -60,7 +60,7 @@ public class SynthRootPaneUI extends BasicRootPaneUI implements SynthUI {
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void uninstallDefaults(JRootPane root) { protected void uninstallDefaults(JRootPane root) {
...@@ -72,7 +72,7 @@ public class SynthRootPaneUI extends BasicRootPaneUI implements SynthUI { ...@@ -72,7 +72,7 @@ public class SynthRootPaneUI extends BasicRootPaneUI implements SynthUI {
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public SynthContext getContext(JComponent c) { public SynthContext getContext(JComponent c) {
...@@ -152,7 +152,7 @@ public class SynthRootPaneUI extends BasicRootPaneUI implements SynthUI { ...@@ -152,7 +152,7 @@ public class SynthRootPaneUI extends BasicRootPaneUI implements SynthUI {
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void paintBorder(SynthContext context, Graphics g, int x, public void paintBorder(SynthContext context, Graphics g, int x,
......
...@@ -33,7 +33,7 @@ import javax.swing.plaf.basic.*; ...@@ -33,7 +33,7 @@ import javax.swing.plaf.basic.*;
/** /**
* Provides the Synth L&F UI delegate for * Provides the Synth L&amp;F UI delegate for
* {@link javax.swing.JScrollBar}. * {@link javax.swing.JScrollBar}.
* *
* @author Scott Violet * @author Scott Violet
...@@ -53,7 +53,7 @@ public class SynthScrollBarUI extends BasicScrollBarUI ...@@ -53,7 +53,7 @@ public class SynthScrollBarUI extends BasicScrollBarUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void installDefaults() { protected void installDefaults() {
...@@ -68,7 +68,7 @@ public class SynthScrollBarUI extends BasicScrollBarUI ...@@ -68,7 +68,7 @@ public class SynthScrollBarUI extends BasicScrollBarUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void configureScrollBarColors() { protected void configureScrollBarColors() {
...@@ -136,7 +136,7 @@ public class SynthScrollBarUI extends BasicScrollBarUI ...@@ -136,7 +136,7 @@ public class SynthScrollBarUI extends BasicScrollBarUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void installListeners() { protected void installListeners() {
...@@ -145,7 +145,7 @@ public class SynthScrollBarUI extends BasicScrollBarUI ...@@ -145,7 +145,7 @@ public class SynthScrollBarUI extends BasicScrollBarUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void uninstallListeners() { protected void uninstallListeners() {
...@@ -154,7 +154,7 @@ public class SynthScrollBarUI extends BasicScrollBarUI ...@@ -154,7 +154,7 @@ public class SynthScrollBarUI extends BasicScrollBarUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void uninstallDefaults(){ protected void uninstallDefaults(){
...@@ -177,7 +177,7 @@ public class SynthScrollBarUI extends BasicScrollBarUI ...@@ -177,7 +177,7 @@ public class SynthScrollBarUI extends BasicScrollBarUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public SynthContext getContext(JComponent c) { public SynthContext getContext(JComponent c) {
...@@ -212,7 +212,7 @@ public class SynthScrollBarUI extends BasicScrollBarUI ...@@ -212,7 +212,7 @@ public class SynthScrollBarUI extends BasicScrollBarUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public boolean getSupportsAbsolutePositioning() { public boolean getSupportsAbsolutePositioning() {
...@@ -283,7 +283,7 @@ public class SynthScrollBarUI extends BasicScrollBarUI ...@@ -283,7 +283,7 @@ public class SynthScrollBarUI extends BasicScrollBarUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void paintBorder(SynthContext context, Graphics g, int x, public void paintBorder(SynthContext context, Graphics g, int x,
...@@ -354,7 +354,7 @@ public class SynthScrollBarUI extends BasicScrollBarUI ...@@ -354,7 +354,7 @@ public class SynthScrollBarUI extends BasicScrollBarUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected Dimension getMinimumThumbSize() { protected Dimension getMinimumThumbSize() {
...@@ -371,7 +371,7 @@ public class SynthScrollBarUI extends BasicScrollBarUI ...@@ -371,7 +371,7 @@ public class SynthScrollBarUI extends BasicScrollBarUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected JButton createDecreaseButton(int orientation) { protected JButton createDecreaseButton(int orientation) {
...@@ -400,7 +400,7 @@ public class SynthScrollBarUI extends BasicScrollBarUI ...@@ -400,7 +400,7 @@ public class SynthScrollBarUI extends BasicScrollBarUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected JButton createIncreaseButton(int orientation) { protected JButton createIncreaseButton(int orientation) {
...@@ -431,7 +431,7 @@ public class SynthScrollBarUI extends BasicScrollBarUI ...@@ -431,7 +431,7 @@ public class SynthScrollBarUI extends BasicScrollBarUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void setThumbRollover(boolean active) { protected void setThumbRollover(boolean active) {
......
...@@ -41,7 +41,7 @@ import java.awt.event.FocusListener; ...@@ -41,7 +41,7 @@ import java.awt.event.FocusListener;
import java.awt.event.FocusEvent; import java.awt.event.FocusEvent;
/** /**
* Provides the Synth L&F UI delegate for * Provides the Synth L&amp;F UI delegate for
* {@link javax.swing.JScrollPane}. * {@link javax.swing.JScrollPane}.
* *
* @author Scott Violet * @author Scott Violet
...@@ -119,7 +119,7 @@ public class SynthScrollPaneUI extends BasicScrollPaneUI ...@@ -119,7 +119,7 @@ public class SynthScrollPaneUI extends BasicScrollPaneUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void paintBorder(SynthContext context, Graphics g, int x, public void paintBorder(SynthContext context, Graphics g, int x,
...@@ -128,7 +128,7 @@ public class SynthScrollPaneUI extends BasicScrollPaneUI ...@@ -128,7 +128,7 @@ public class SynthScrollPaneUI extends BasicScrollPaneUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void installDefaults(JScrollPane scrollpane) { protected void installDefaults(JScrollPane scrollpane) {
...@@ -154,7 +154,7 @@ public class SynthScrollPaneUI extends BasicScrollPaneUI ...@@ -154,7 +154,7 @@ public class SynthScrollPaneUI extends BasicScrollPaneUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void installListeners(JScrollPane c) { protected void installListeners(JScrollPane c) {
...@@ -171,7 +171,7 @@ public class SynthScrollPaneUI extends BasicScrollPaneUI ...@@ -171,7 +171,7 @@ public class SynthScrollPaneUI extends BasicScrollPaneUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void uninstallDefaults(JScrollPane c) { protected void uninstallDefaults(JScrollPane c) {
...@@ -186,7 +186,7 @@ public class SynthScrollPaneUI extends BasicScrollPaneUI ...@@ -186,7 +186,7 @@ public class SynthScrollPaneUI extends BasicScrollPaneUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void uninstallListeners(JComponent c) { protected void uninstallListeners(JComponent c) {
...@@ -203,7 +203,7 @@ public class SynthScrollPaneUI extends BasicScrollPaneUI ...@@ -203,7 +203,7 @@ public class SynthScrollPaneUI extends BasicScrollPaneUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public SynthContext getContext(JComponent c) { public SynthContext getContext(JComponent c) {
......
...@@ -36,7 +36,7 @@ import javax.swing.plaf.UIResource; ...@@ -36,7 +36,7 @@ import javax.swing.plaf.UIResource;
import javax.swing.plaf.DimensionUIResource; import javax.swing.plaf.DimensionUIResource;
/** /**
* Provides the Synth L&F UI delegate for * Provides the Synth L&amp;F UI delegate for
* {@link javax.swing.JSeparator}. * {@link javax.swing.JSeparator}.
* *
* @author Shannon Hickey * @author Shannon Hickey
...@@ -58,7 +58,7 @@ public class SynthSeparatorUI extends SeparatorUI ...@@ -58,7 +58,7 @@ public class SynthSeparatorUI extends SeparatorUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void installUI(JComponent c) { public void installUI(JComponent c) {
...@@ -67,7 +67,7 @@ public class SynthSeparatorUI extends SeparatorUI ...@@ -67,7 +67,7 @@ public class SynthSeparatorUI extends SeparatorUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void uninstallUI(JComponent c) { public void uninstallUI(JComponent c) {
...@@ -191,7 +191,7 @@ public class SynthSeparatorUI extends SeparatorUI ...@@ -191,7 +191,7 @@ public class SynthSeparatorUI extends SeparatorUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void paintBorder(SynthContext context, Graphics g, int x, public void paintBorder(SynthContext context, Graphics g, int x,
...@@ -202,7 +202,7 @@ public class SynthSeparatorUI extends SeparatorUI ...@@ -202,7 +202,7 @@ public class SynthSeparatorUI extends SeparatorUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public Dimension getPreferredSize(JComponent c) { public Dimension getPreferredSize(JComponent c) {
...@@ -224,7 +224,7 @@ public class SynthSeparatorUI extends SeparatorUI ...@@ -224,7 +224,7 @@ public class SynthSeparatorUI extends SeparatorUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public Dimension getMinimumSize(JComponent c) { public Dimension getMinimumSize(JComponent c) {
...@@ -232,7 +232,7 @@ public class SynthSeparatorUI extends SeparatorUI ...@@ -232,7 +232,7 @@ public class SynthSeparatorUI extends SeparatorUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public Dimension getMaximumSize(JComponent c) { public Dimension getMaximumSize(JComponent c) {
...@@ -240,7 +240,7 @@ public class SynthSeparatorUI extends SeparatorUI ...@@ -240,7 +240,7 @@ public class SynthSeparatorUI extends SeparatorUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public SynthContext getContext(JComponent c) { public SynthContext getContext(JComponent c) {
......
...@@ -42,7 +42,7 @@ import sun.swing.SwingUtilities2; ...@@ -42,7 +42,7 @@ import sun.swing.SwingUtilities2;
/** /**
* Provides the Synth L&F UI delegate for * Provides the Synth L&amp;F UI delegate for
* {@link JSlider}. * {@link JSlider}.
* *
* @author Joshua Outwater * @author Joshua Outwater
...@@ -98,7 +98,7 @@ public class SynthSliderUI extends BasicSliderUI ...@@ -98,7 +98,7 @@ public class SynthSliderUI extends BasicSliderUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void installDefaults(JSlider slider) { protected void installDefaults(JSlider slider) {
...@@ -127,7 +127,7 @@ public class SynthSliderUI extends BasicSliderUI ...@@ -127,7 +127,7 @@ public class SynthSliderUI extends BasicSliderUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void installListeners(JSlider slider) { protected void installListeners(JSlider slider) {
...@@ -136,7 +136,7 @@ public class SynthSliderUI extends BasicSliderUI ...@@ -136,7 +136,7 @@ public class SynthSliderUI extends BasicSliderUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void uninstallListeners(JSlider slider) { protected void uninstallListeners(JSlider slider) {
...@@ -200,7 +200,7 @@ public class SynthSliderUI extends BasicSliderUI ...@@ -200,7 +200,7 @@ public class SynthSliderUI extends BasicSliderUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected TrackListener createTrackListener(JSlider s) { protected TrackListener createTrackListener(JSlider s) {
...@@ -231,7 +231,7 @@ public class SynthSliderUI extends BasicSliderUI ...@@ -231,7 +231,7 @@ public class SynthSliderUI extends BasicSliderUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public int getBaseline(JComponent c, int width, int height) { public int getBaseline(JComponent c, int width, int height) {
...@@ -302,7 +302,7 @@ public class SynthSliderUI extends BasicSliderUI ...@@ -302,7 +302,7 @@ public class SynthSliderUI extends BasicSliderUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public Dimension getPreferredSize(JComponent c) { public Dimension getPreferredSize(JComponent c) {
...@@ -320,7 +320,7 @@ public class SynthSliderUI extends BasicSliderUI ...@@ -320,7 +320,7 @@ public class SynthSliderUI extends BasicSliderUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public Dimension getMinimumSize(JComponent c) { public Dimension getMinimumSize(JComponent c) {
...@@ -335,7 +335,7 @@ public class SynthSliderUI extends BasicSliderUI ...@@ -335,7 +335,7 @@ public class SynthSliderUI extends BasicSliderUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void calculateGeometry() { protected void calculateGeometry() {
...@@ -534,7 +534,7 @@ public class SynthSliderUI extends BasicSliderUI ...@@ -534,7 +534,7 @@ public class SynthSliderUI extends BasicSliderUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void calculateThumbLocation() { protected void calculateThumbLocation() {
...@@ -551,7 +551,7 @@ public class SynthSliderUI extends BasicSliderUI ...@@ -551,7 +551,7 @@ public class SynthSliderUI extends BasicSliderUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void setThumbLocation(int x, int y) { public void setThumbLocation(int x, int y) {
...@@ -564,7 +564,7 @@ public class SynthSliderUI extends BasicSliderUI ...@@ -564,7 +564,7 @@ public class SynthSliderUI extends BasicSliderUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected int xPositionForValue(int value) { protected int xPositionForValue(int value) {
...@@ -593,7 +593,7 @@ public class SynthSliderUI extends BasicSliderUI ...@@ -593,7 +593,7 @@ public class SynthSliderUI extends BasicSliderUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected int yPositionForValue(int value, int trackY, int trackHeight) { protected int yPositionForValue(int value, int trackY, int trackHeight) {
...@@ -622,7 +622,7 @@ public class SynthSliderUI extends BasicSliderUI ...@@ -622,7 +622,7 @@ public class SynthSliderUI extends BasicSliderUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public int valueForYPosition(int yPos) { public int valueForYPosition(int yPos) {
...@@ -651,7 +651,7 @@ public class SynthSliderUI extends BasicSliderUI ...@@ -651,7 +651,7 @@ public class SynthSliderUI extends BasicSliderUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public int valueForXPosition(int xPos) { public int valueForXPosition(int xPos) {
...@@ -680,7 +680,7 @@ public class SynthSliderUI extends BasicSliderUI ...@@ -680,7 +680,7 @@ public class SynthSliderUI extends BasicSliderUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected Dimension getThumbSize() { protected Dimension getThumbSize() {
...@@ -697,7 +697,7 @@ public class SynthSliderUI extends BasicSliderUI ...@@ -697,7 +697,7 @@ public class SynthSliderUI extends BasicSliderUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void recalculateIfInsetsChanged() { protected void recalculateIfInsetsChanged() {
...@@ -714,7 +714,7 @@ public class SynthSliderUI extends BasicSliderUI ...@@ -714,7 +714,7 @@ public class SynthSliderUI extends BasicSliderUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public SynthContext getContext(JComponent c) { public SynthContext getContext(JComponent c) {
...@@ -851,7 +851,7 @@ public class SynthSliderUI extends BasicSliderUI ...@@ -851,7 +851,7 @@ public class SynthSliderUI extends BasicSliderUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void paintBorder(SynthContext context, Graphics g, int x, public void paintBorder(SynthContext context, Graphics g, int x,
...@@ -899,7 +899,7 @@ public class SynthSliderUI extends BasicSliderUI ...@@ -899,7 +899,7 @@ public class SynthSliderUI extends BasicSliderUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void propertyChange(PropertyChangeEvent e) { public void propertyChange(PropertyChangeEvent e) {
......
...@@ -32,7 +32,7 @@ import javax.swing.plaf.basic.BasicSpinnerUI; ...@@ -32,7 +32,7 @@ import javax.swing.plaf.basic.BasicSpinnerUI;
import java.beans.*; import java.beans.*;
/** /**
* Provides the Synth L&F UI delegate for * Provides the Synth L&amp;F UI delegate for
* {@link javax.swing.JSpinner}. * {@link javax.swing.JSpinner}.
* *
* @author Hans Muller * @author Hans Muller
...@@ -65,7 +65,7 @@ public class SynthSpinnerUI extends BasicSpinnerUI ...@@ -65,7 +65,7 @@ public class SynthSpinnerUI extends BasicSpinnerUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void installListeners() { protected void installListeners() {
...@@ -81,7 +81,7 @@ public class SynthSpinnerUI extends BasicSpinnerUI ...@@ -81,7 +81,7 @@ public class SynthSpinnerUI extends BasicSpinnerUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void uninstallListeners() { protected void uninstallListeners() {
...@@ -156,7 +156,7 @@ public class SynthSpinnerUI extends BasicSpinnerUI ...@@ -156,7 +156,7 @@ public class SynthSpinnerUI extends BasicSpinnerUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected LayoutManager createLayout() { protected LayoutManager createLayout() {
...@@ -165,7 +165,7 @@ public class SynthSpinnerUI extends BasicSpinnerUI ...@@ -165,7 +165,7 @@ public class SynthSpinnerUI extends BasicSpinnerUI
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected Component createPreviousButton() { protected Component createPreviousButton() {
...@@ -177,7 +177,7 @@ public class SynthSpinnerUI extends BasicSpinnerUI ...@@ -177,7 +177,7 @@ public class SynthSpinnerUI extends BasicSpinnerUI
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected Component createNextButton() { protected Component createNextButton() {
...@@ -270,7 +270,7 @@ public class SynthSpinnerUI extends BasicSpinnerUI ...@@ -270,7 +270,7 @@ public class SynthSpinnerUI extends BasicSpinnerUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public SynthContext getContext(JComponent c) { public SynthContext getContext(JComponent c) {
...@@ -334,7 +334,7 @@ public class SynthSpinnerUI extends BasicSpinnerUI ...@@ -334,7 +334,7 @@ public class SynthSpinnerUI extends BasicSpinnerUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void paintBorder(SynthContext context, Graphics g, int x, public void paintBorder(SynthContext context, Graphics g, int x,
...@@ -439,7 +439,7 @@ public class SynthSpinnerUI extends BasicSpinnerUI ...@@ -439,7 +439,7 @@ public class SynthSpinnerUI extends BasicSpinnerUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void propertyChange(PropertyChangeEvent e) { public void propertyChange(PropertyChangeEvent e) {
......
...@@ -36,7 +36,7 @@ import javax.swing.plaf.basic.*; ...@@ -36,7 +36,7 @@ import javax.swing.plaf.basic.*;
/** /**
* Provides the Synth L&F UI delegate for * Provides the Synth L&amp;F UI delegate for
* {@link javax.swing.JSplitPane}. * {@link javax.swing.JSplitPane}.
* *
* @author Scott Violet * @author Scott Violet
...@@ -201,7 +201,7 @@ public class SynthSplitPaneUI extends BasicSplitPaneUI ...@@ -201,7 +201,7 @@ public class SynthSplitPaneUI extends BasicSplitPaneUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public SynthContext getContext(JComponent c) { public SynthContext getContext(JComponent c) {
...@@ -236,7 +236,7 @@ public class SynthSplitPaneUI extends BasicSplitPaneUI ...@@ -236,7 +236,7 @@ public class SynthSplitPaneUI extends BasicSplitPaneUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void propertyChange(PropertyChangeEvent e) { public void propertyChange(PropertyChangeEvent e) {
...@@ -257,7 +257,7 @@ public class SynthSplitPaneUI extends BasicSplitPaneUI ...@@ -257,7 +257,7 @@ public class SynthSplitPaneUI extends BasicSplitPaneUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected Component createDefaultNonContinuousLayoutDivider() { protected Component createDefaultNonContinuousLayoutDivider() {
...@@ -322,7 +322,7 @@ public class SynthSplitPaneUI extends BasicSplitPaneUI ...@@ -322,7 +322,7 @@ public class SynthSplitPaneUI extends BasicSplitPaneUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void paintBorder(SynthContext context, Graphics g, int x, public void paintBorder(SynthContext context, Graphics g, int x,
...@@ -343,7 +343,7 @@ public class SynthSplitPaneUI extends BasicSplitPaneUI ...@@ -343,7 +343,7 @@ public class SynthSplitPaneUI extends BasicSplitPaneUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void finishedPaintingChildren(JSplitPane jc, Graphics g) { public void finishedPaintingChildren(JSplitPane jc, Graphics g) {
......
...@@ -37,7 +37,7 @@ import java.beans.PropertyChangeEvent; ...@@ -37,7 +37,7 @@ import java.beans.PropertyChangeEvent;
import sun.swing.SwingUtilities2; import sun.swing.SwingUtilities2;
/** /**
* Provides the Synth L&F UI delegate for * Provides the Synth L&amp;F UI delegate for
* {@link javax.swing.JTabbedPane}. * {@link javax.swing.JTabbedPane}.
* *
* <p>Looks up the {@code selectedTabPadInsets} property from the Style, * <p>Looks up the {@code selectedTabPadInsets} property from the Style,
...@@ -120,7 +120,7 @@ public class SynthTabbedPaneUI extends BasicTabbedPaneUI ...@@ -120,7 +120,7 @@ public class SynthTabbedPaneUI extends BasicTabbedPaneUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void installDefaults() { protected void installDefaults() {
...@@ -183,7 +183,7 @@ public class SynthTabbedPaneUI extends BasicTabbedPaneUI ...@@ -183,7 +183,7 @@ public class SynthTabbedPaneUI extends BasicTabbedPaneUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void installListeners() { protected void installListeners() {
...@@ -192,7 +192,7 @@ public class SynthTabbedPaneUI extends BasicTabbedPaneUI ...@@ -192,7 +192,7 @@ public class SynthTabbedPaneUI extends BasicTabbedPaneUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void uninstallListeners() { protected void uninstallListeners() {
...@@ -201,7 +201,7 @@ public class SynthTabbedPaneUI extends BasicTabbedPaneUI ...@@ -201,7 +201,7 @@ public class SynthTabbedPaneUI extends BasicTabbedPaneUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void uninstallDefaults() { protected void uninstallDefaults() {
...@@ -227,7 +227,7 @@ public class SynthTabbedPaneUI extends BasicTabbedPaneUI ...@@ -227,7 +227,7 @@ public class SynthTabbedPaneUI extends BasicTabbedPaneUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public SynthContext getContext(JComponent c) { public SynthContext getContext(JComponent c) {
...@@ -256,7 +256,7 @@ public class SynthTabbedPaneUI extends BasicTabbedPaneUI ...@@ -256,7 +256,7 @@ public class SynthTabbedPaneUI extends BasicTabbedPaneUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected JButton createScrollButton(int direction) { protected JButton createScrollButton(int direction) {
...@@ -272,7 +272,7 @@ public class SynthTabbedPaneUI extends BasicTabbedPaneUI ...@@ -272,7 +272,7 @@ public class SynthTabbedPaneUI extends BasicTabbedPaneUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void propertyChange(PropertyChangeEvent e) { public void propertyChange(PropertyChangeEvent e) {
...@@ -282,7 +282,7 @@ public class SynthTabbedPaneUI extends BasicTabbedPaneUI ...@@ -282,7 +282,7 @@ public class SynthTabbedPaneUI extends BasicTabbedPaneUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
* *
* Overridden to keep track of whether the selected tab is also pressed. * Overridden to keep track of whether the selected tab is also pressed.
*/ */
...@@ -333,7 +333,7 @@ public class SynthTabbedPaneUI extends BasicTabbedPaneUI ...@@ -333,7 +333,7 @@ public class SynthTabbedPaneUI extends BasicTabbedPaneUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected int getTabLabelShiftX(int tabPlacement, int tabIndex, boolean isSelected) { protected int getTabLabelShiftX(int tabPlacement, int tabIndex, boolean isSelected) {
...@@ -345,7 +345,7 @@ public class SynthTabbedPaneUI extends BasicTabbedPaneUI ...@@ -345,7 +345,7 @@ public class SynthTabbedPaneUI extends BasicTabbedPaneUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected int getTabLabelShiftY(int tabPlacement, int tabIndex, boolean isSelected) { protected int getTabLabelShiftY(int tabPlacement, int tabIndex, boolean isSelected) {
...@@ -380,7 +380,7 @@ public class SynthTabbedPaneUI extends BasicTabbedPaneUI ...@@ -380,7 +380,7 @@ public class SynthTabbedPaneUI extends BasicTabbedPaneUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected int getBaseline(int tab) { protected int getBaseline(int tab) {
...@@ -404,7 +404,7 @@ public class SynthTabbedPaneUI extends BasicTabbedPaneUI ...@@ -404,7 +404,7 @@ public class SynthTabbedPaneUI extends BasicTabbedPaneUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void paintBorder(SynthContext context, Graphics g, int x, public void paintBorder(SynthContext context, Graphics g, int x,
...@@ -556,7 +556,7 @@ public class SynthTabbedPaneUI extends BasicTabbedPaneUI ...@@ -556,7 +556,7 @@ public class SynthTabbedPaneUI extends BasicTabbedPaneUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void setRolloverTab(int index) { protected void setRolloverTab(int index) {
...@@ -750,7 +750,7 @@ public class SynthTabbedPaneUI extends BasicTabbedPaneUI ...@@ -750,7 +750,7 @@ public class SynthTabbedPaneUI extends BasicTabbedPaneUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected int calculateMaxTabHeight(int tabPlacement) { protected int calculateMaxTabHeight(int tabPlacement) {
...@@ -766,7 +766,7 @@ public class SynthTabbedPaneUI extends BasicTabbedPaneUI ...@@ -766,7 +766,7 @@ public class SynthTabbedPaneUI extends BasicTabbedPaneUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected int calculateTabWidth(int tabPlacement, int tabIndex, protected int calculateTabWidth(int tabPlacement, int tabIndex,
...@@ -797,7 +797,7 @@ public class SynthTabbedPaneUI extends BasicTabbedPaneUI ...@@ -797,7 +797,7 @@ public class SynthTabbedPaneUI extends BasicTabbedPaneUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected int calculateMaxTabWidth(int tabPlacement) { protected int calculateMaxTabWidth(int tabPlacement) {
...@@ -813,7 +813,7 @@ public class SynthTabbedPaneUI extends BasicTabbedPaneUI ...@@ -813,7 +813,7 @@ public class SynthTabbedPaneUI extends BasicTabbedPaneUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected Insets getTabInsets(int tabPlacement, int tabIndex) { protected Insets getTabInsets(int tabPlacement, int tabIndex) {
...@@ -823,7 +823,7 @@ public class SynthTabbedPaneUI extends BasicTabbedPaneUI ...@@ -823,7 +823,7 @@ public class SynthTabbedPaneUI extends BasicTabbedPaneUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected FontMetrics getFontMetrics() { protected FontMetrics getFontMetrics() {
...@@ -867,7 +867,7 @@ public class SynthTabbedPaneUI extends BasicTabbedPaneUI ...@@ -867,7 +867,7 @@ public class SynthTabbedPaneUI extends BasicTabbedPaneUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
* *
* Overridden to create a TabbedPaneLayout subclass which takes into * Overridden to create a TabbedPaneLayout subclass which takes into
* account tabOverlap. * account tabOverlap.
......
...@@ -35,7 +35,7 @@ import javax.swing.table.*; ...@@ -35,7 +35,7 @@ import javax.swing.table.*;
import sun.swing.table.*; import sun.swing.table.*;
/** /**
* Provides the Synth L&F UI delegate for * Provides the Synth L&amp;F UI delegate for
* {@link javax.swing.table.JTableHeader}. * {@link javax.swing.table.JTableHeader}.
* *
* @author Alan Chung * @author Alan Chung
...@@ -64,7 +64,7 @@ public class SynthTableHeaderUI extends BasicTableHeaderUI ...@@ -64,7 +64,7 @@ public class SynthTableHeaderUI extends BasicTableHeaderUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void installDefaults() { protected void installDefaults() {
...@@ -89,7 +89,7 @@ public class SynthTableHeaderUI extends BasicTableHeaderUI ...@@ -89,7 +89,7 @@ public class SynthTableHeaderUI extends BasicTableHeaderUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void installListeners() { protected void installListeners() {
...@@ -98,7 +98,7 @@ public class SynthTableHeaderUI extends BasicTableHeaderUI ...@@ -98,7 +98,7 @@ public class SynthTableHeaderUI extends BasicTableHeaderUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void uninstallDefaults() { protected void uninstallDefaults() {
...@@ -114,7 +114,7 @@ public class SynthTableHeaderUI extends BasicTableHeaderUI ...@@ -114,7 +114,7 @@ public class SynthTableHeaderUI extends BasicTableHeaderUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void uninstallListeners() { protected void uninstallListeners() {
...@@ -174,7 +174,7 @@ public class SynthTableHeaderUI extends BasicTableHeaderUI ...@@ -174,7 +174,7 @@ public class SynthTableHeaderUI extends BasicTableHeaderUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void paintBorder(SynthContext context, Graphics g, int x, public void paintBorder(SynthContext context, Graphics g, int x,
...@@ -185,7 +185,7 @@ public class SynthTableHeaderUI extends BasicTableHeaderUI ...@@ -185,7 +185,7 @@ public class SynthTableHeaderUI extends BasicTableHeaderUI
// SynthUI // SynthUI
// //
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public SynthContext getContext(JComponent c) { public SynthContext getContext(JComponent c) {
...@@ -198,7 +198,7 @@ public class SynthTableHeaderUI extends BasicTableHeaderUI ...@@ -198,7 +198,7 @@ public class SynthTableHeaderUI extends BasicTableHeaderUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void rolloverColumnUpdated(int oldColumn, int newColumn) { protected void rolloverColumnUpdated(int oldColumn, int newColumn) {
...@@ -207,7 +207,7 @@ public class SynthTableHeaderUI extends BasicTableHeaderUI ...@@ -207,7 +207,7 @@ public class SynthTableHeaderUI extends BasicTableHeaderUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void propertyChange(PropertyChangeEvent evt) { public void propertyChange(PropertyChangeEvent evt) {
......
...@@ -54,7 +54,7 @@ import javax.swing.table.TableColumn; ...@@ -54,7 +54,7 @@ import javax.swing.table.TableColumn;
import javax.swing.table.TableColumnModel; import javax.swing.table.TableColumnModel;
/** /**
* Provides the Synth L&F UI delegate for * Provides the Synth L&amp;F UI delegate for
* {@link javax.swing.JTable}. * {@link javax.swing.JTable}.
* *
* @author Philip Milne * @author Philip Milne
...@@ -202,7 +202,7 @@ public class SynthTableUI extends BasicTableUI ...@@ -202,7 +202,7 @@ public class SynthTableUI extends BasicTableUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void uninstallDefaults() { protected void uninstallDefaults() {
...@@ -225,7 +225,7 @@ public class SynthTableUI extends BasicTableUI ...@@ -225,7 +225,7 @@ public class SynthTableUI extends BasicTableUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void uninstallListeners() { protected void uninstallListeners() {
...@@ -238,7 +238,7 @@ public class SynthTableUI extends BasicTableUI ...@@ -238,7 +238,7 @@ public class SynthTableUI extends BasicTableUI
// //
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public SynthContext getContext(JComponent c) { public SynthContext getContext(JComponent c) {
...@@ -278,7 +278,7 @@ public class SynthTableUI extends BasicTableUI ...@@ -278,7 +278,7 @@ public class SynthTableUI extends BasicTableUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void paintBorder(SynthContext context, Graphics g, int x, public void paintBorder(SynthContext context, Graphics g, int x,
...@@ -696,7 +696,7 @@ public class SynthTableUI extends BasicTableUI ...@@ -696,7 +696,7 @@ public class SynthTableUI extends BasicTableUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void propertyChange(PropertyChangeEvent event) { public void propertyChange(PropertyChangeEvent event) {
......
...@@ -66,7 +66,7 @@ public class SynthTextAreaUI extends BasicTextAreaUI implements SynthUI { ...@@ -66,7 +66,7 @@ public class SynthTextAreaUI extends BasicTextAreaUI implements SynthUI {
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void installDefaults() { protected void installDefaults() {
...@@ -77,7 +77,7 @@ public class SynthTextAreaUI extends BasicTextAreaUI implements SynthUI { ...@@ -77,7 +77,7 @@ public class SynthTextAreaUI extends BasicTextAreaUI implements SynthUI {
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void uninstallDefaults() { protected void uninstallDefaults() {
...@@ -110,7 +110,7 @@ public class SynthTextAreaUI extends BasicTextAreaUI implements SynthUI { ...@@ -110,7 +110,7 @@ public class SynthTextAreaUI extends BasicTextAreaUI implements SynthUI {
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public SynthContext getContext(JComponent c) { public SynthContext getContext(JComponent c) {
...@@ -157,7 +157,7 @@ public class SynthTextAreaUI extends BasicTextAreaUI implements SynthUI { ...@@ -157,7 +157,7 @@ public class SynthTextAreaUI extends BasicTextAreaUI implements SynthUI {
} }
/** /**
* @inheritDoc * {@inheritDoc}
* *
* Overridden to do nothing. * Overridden to do nothing.
*/ */
...@@ -167,7 +167,7 @@ public class SynthTextAreaUI extends BasicTextAreaUI implements SynthUI { ...@@ -167,7 +167,7 @@ public class SynthTextAreaUI extends BasicTextAreaUI implements SynthUI {
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void paintBorder(SynthContext context, Graphics g, int x, public void paintBorder(SynthContext context, Graphics g, int x,
......
...@@ -36,7 +36,7 @@ import java.beans.PropertyChangeEvent; ...@@ -36,7 +36,7 @@ import java.beans.PropertyChangeEvent;
/** /**
* Provides the Synth L&F UI delegate for {@link javax.swing.JTextField}. * Provides the Synth L&amp;F UI delegate for {@link javax.swing.JTextField}.
* <p> * <p>
* <strong>Warning:</strong> * <strong>Warning:</strong>
* Serialized objects of this class will not be compatible with * Serialized objects of this class will not be compatible with
...@@ -148,7 +148,7 @@ public class SynthTextFieldUI extends BasicTextFieldUI implements SynthUI { ...@@ -148,7 +148,7 @@ public class SynthTextFieldUI extends BasicTextFieldUI implements SynthUI {
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public SynthContext getContext(JComponent c) { public SynthContext getContext(JComponent c) {
...@@ -204,7 +204,7 @@ public class SynthTextFieldUI extends BasicTextFieldUI implements SynthUI { ...@@ -204,7 +204,7 @@ public class SynthTextFieldUI extends BasicTextFieldUI implements SynthUI {
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void paintBorder(SynthContext context, Graphics g, int x, public void paintBorder(SynthContext context, Graphics g, int x,
...@@ -213,7 +213,7 @@ public class SynthTextFieldUI extends BasicTextFieldUI implements SynthUI { ...@@ -213,7 +213,7 @@ public class SynthTextFieldUI extends BasicTextFieldUI implements SynthUI {
} }
/** /**
* @inheritDoc * {@inheritDoc}
* Overridden to do nothing. * Overridden to do nothing.
*/ */
@Override @Override
...@@ -241,7 +241,7 @@ public class SynthTextFieldUI extends BasicTextFieldUI implements SynthUI { ...@@ -241,7 +241,7 @@ public class SynthTextFieldUI extends BasicTextFieldUI implements SynthUI {
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void installDefaults() { protected void installDefaults() {
...@@ -252,7 +252,7 @@ public class SynthTextFieldUI extends BasicTextFieldUI implements SynthUI { ...@@ -252,7 +252,7 @@ public class SynthTextFieldUI extends BasicTextFieldUI implements SynthUI {
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void uninstallDefaults() { protected void uninstallDefaults() {
......
...@@ -185,7 +185,7 @@ public class SynthTextPaneUI extends SynthEditorPaneUI { ...@@ -185,7 +185,7 @@ public class SynthTextPaneUI extends SynthEditorPaneUI {
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void paintBorder(SynthContext context, Graphics g, int x, public void paintBorder(SynthContext context, Graphics g, int x,
......
...@@ -31,7 +31,7 @@ import javax.swing.JComponent; ...@@ -31,7 +31,7 @@ import javax.swing.JComponent;
import javax.swing.plaf.ComponentUI; import javax.swing.plaf.ComponentUI;
/** /**
* Provides the Synth L&F UI delegate for * Provides the Synth L&amp;F UI delegate for
* {@link javax.swing.JToggleButton}. * {@link javax.swing.JToggleButton}.
* *
* @author Jeff Dinkins * @author Jeff Dinkins
...@@ -53,7 +53,7 @@ public class SynthToggleButtonUI extends SynthButtonUI { ...@@ -53,7 +53,7 @@ public class SynthToggleButtonUI extends SynthButtonUI {
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected String getPropertyPrefix() { protected String getPropertyPrefix() {
...@@ -70,7 +70,7 @@ public class SynthToggleButtonUI extends SynthButtonUI { ...@@ -70,7 +70,7 @@ public class SynthToggleButtonUI extends SynthButtonUI {
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void paintBorder(SynthContext context, Graphics g, int x, public void paintBorder(SynthContext context, Graphics g, int x,
......
...@@ -44,7 +44,7 @@ import javax.swing.plaf.basic.BasicToolBarUI; ...@@ -44,7 +44,7 @@ import javax.swing.plaf.basic.BasicToolBarUI;
import sun.swing.plaf.synth.SynthIcon; import sun.swing.plaf.synth.SynthIcon;
/** /**
* Provides the Synth L&F UI delegate for * Provides the Synth L&amp;F UI delegate for
* {@link javax.swing.JToolBar}. * {@link javax.swing.JToolBar}.
* *
* @since 1.7 * @since 1.7
...@@ -69,7 +69,7 @@ public class SynthToolBarUI extends BasicToolBarUI ...@@ -69,7 +69,7 @@ public class SynthToolBarUI extends BasicToolBarUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void installDefaults() { protected void installDefaults() {
...@@ -78,7 +78,7 @@ public class SynthToolBarUI extends BasicToolBarUI ...@@ -78,7 +78,7 @@ public class SynthToolBarUI extends BasicToolBarUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void installListeners() { protected void installListeners() {
...@@ -87,7 +87,7 @@ public class SynthToolBarUI extends BasicToolBarUI ...@@ -87,7 +87,7 @@ public class SynthToolBarUI extends BasicToolBarUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void uninstallListeners() { protected void uninstallListeners() {
...@@ -121,7 +121,7 @@ public class SynthToolBarUI extends BasicToolBarUI ...@@ -121,7 +121,7 @@ public class SynthToolBarUI extends BasicToolBarUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void uninstallDefaults() { protected void uninstallDefaults() {
...@@ -149,13 +149,13 @@ public class SynthToolBarUI extends BasicToolBarUI ...@@ -149,13 +149,13 @@ public class SynthToolBarUI extends BasicToolBarUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void installComponents() {} protected void installComponents() {}
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void uninstallComponents() {} protected void uninstallComponents() {}
...@@ -170,7 +170,7 @@ public class SynthToolBarUI extends BasicToolBarUI ...@@ -170,7 +170,7 @@ public class SynthToolBarUI extends BasicToolBarUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public SynthContext getContext(JComponent c) { public SynthContext getContext(JComponent c) {
...@@ -239,7 +239,7 @@ public class SynthToolBarUI extends BasicToolBarUI ...@@ -239,7 +239,7 @@ public class SynthToolBarUI extends BasicToolBarUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void paintBorder(SynthContext context, Graphics g, int x, public void paintBorder(SynthContext context, Graphics g, int x,
...@@ -314,7 +314,7 @@ public class SynthToolBarUI extends BasicToolBarUI ...@@ -314,7 +314,7 @@ public class SynthToolBarUI extends BasicToolBarUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void paintDragWindow(Graphics g) { protected void paintDragWindow(Graphics g) {
...@@ -337,7 +337,7 @@ public class SynthToolBarUI extends BasicToolBarUI ...@@ -337,7 +337,7 @@ public class SynthToolBarUI extends BasicToolBarUI
// //
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void propertyChange(PropertyChangeEvent e) { public void propertyChange(PropertyChangeEvent e) {
......
...@@ -37,7 +37,7 @@ import javax.swing.text.View; ...@@ -37,7 +37,7 @@ import javax.swing.text.View;
/** /**
* Provides the Synth L&F UI delegate for * Provides the Synth L&amp;F UI delegate for
* {@link javax.swing.JToolTip}. * {@link javax.swing.JToolTip}.
* *
* @author Joshua Outwater * @author Joshua Outwater
...@@ -58,7 +58,7 @@ public class SynthToolTipUI extends BasicToolTipUI ...@@ -58,7 +58,7 @@ public class SynthToolTipUI extends BasicToolTipUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void installDefaults(JComponent c) { protected void installDefaults(JComponent c) {
...@@ -72,7 +72,7 @@ public class SynthToolTipUI extends BasicToolTipUI ...@@ -72,7 +72,7 @@ public class SynthToolTipUI extends BasicToolTipUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void uninstallDefaults(JComponent c) { protected void uninstallDefaults(JComponent c) {
...@@ -83,7 +83,7 @@ public class SynthToolTipUI extends BasicToolTipUI ...@@ -83,7 +83,7 @@ public class SynthToolTipUI extends BasicToolTipUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void installListeners(JComponent c) { protected void installListeners(JComponent c) {
...@@ -91,7 +91,7 @@ public class SynthToolTipUI extends BasicToolTipUI ...@@ -91,7 +91,7 @@ public class SynthToolTipUI extends BasicToolTipUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void uninstallListeners(JComponent c) { protected void uninstallListeners(JComponent c) {
...@@ -99,7 +99,7 @@ public class SynthToolTipUI extends BasicToolTipUI ...@@ -99,7 +99,7 @@ public class SynthToolTipUI extends BasicToolTipUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public SynthContext getContext(JComponent c) { public SynthContext getContext(JComponent c) {
...@@ -144,7 +144,7 @@ public class SynthToolTipUI extends BasicToolTipUI ...@@ -144,7 +144,7 @@ public class SynthToolTipUI extends BasicToolTipUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void paintBorder(SynthContext context, Graphics g, int x, public void paintBorder(SynthContext context, Graphics g, int x,
...@@ -196,7 +196,7 @@ public class SynthToolTipUI extends BasicToolTipUI ...@@ -196,7 +196,7 @@ public class SynthToolTipUI extends BasicToolTipUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public Dimension getPreferredSize(JComponent c) { public Dimension getPreferredSize(JComponent c) {
...@@ -224,7 +224,7 @@ public class SynthToolTipUI extends BasicToolTipUI ...@@ -224,7 +224,7 @@ public class SynthToolTipUI extends BasicToolTipUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void propertyChange(PropertyChangeEvent e) { public void propertyChange(PropertyChangeEvent e) {
......
...@@ -50,7 +50,7 @@ import javax.swing.tree.TreePath; ...@@ -50,7 +50,7 @@ import javax.swing.tree.TreePath;
import sun.swing.plaf.synth.SynthIcon; import sun.swing.plaf.synth.SynthIcon;
/** /**
* Provides the Synth L&F UI delegate for * Provides the Synth L&amp;F UI delegate for
* {@link javax.swing.JTree}. * {@link javax.swing.JTree}.
* *
* @author Scott Violet * @author Scott Violet
...@@ -85,7 +85,7 @@ public class SynthTreeUI extends BasicTreeUI ...@@ -85,7 +85,7 @@ public class SynthTreeUI extends BasicTreeUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public Icon getExpandedIcon() { public Icon getExpandedIcon() {
...@@ -93,7 +93,7 @@ public class SynthTreeUI extends BasicTreeUI ...@@ -93,7 +93,7 @@ public class SynthTreeUI extends BasicTreeUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void installDefaults() { protected void installDefaults() {
...@@ -156,7 +156,7 @@ public class SynthTreeUI extends BasicTreeUI ...@@ -156,7 +156,7 @@ public class SynthTreeUI extends BasicTreeUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void installListeners() { protected void installListeners() {
...@@ -165,7 +165,7 @@ public class SynthTreeUI extends BasicTreeUI ...@@ -165,7 +165,7 @@ public class SynthTreeUI extends BasicTreeUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public SynthContext getContext(JComponent c) { public SynthContext getContext(JComponent c) {
...@@ -193,7 +193,7 @@ public class SynthTreeUI extends BasicTreeUI ...@@ -193,7 +193,7 @@ public class SynthTreeUI extends BasicTreeUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected TreeCellEditor createDefaultCellEditor() { protected TreeCellEditor createDefaultCellEditor() {
...@@ -211,7 +211,7 @@ public class SynthTreeUI extends BasicTreeUI ...@@ -211,7 +211,7 @@ public class SynthTreeUI extends BasicTreeUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected TreeCellRenderer createDefaultCellRenderer() { protected TreeCellRenderer createDefaultCellRenderer() {
...@@ -219,7 +219,7 @@ public class SynthTreeUI extends BasicTreeUI ...@@ -219,7 +219,7 @@ public class SynthTreeUI extends BasicTreeUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void uninstallDefaults() { protected void uninstallDefaults() {
...@@ -241,7 +241,7 @@ public class SynthTreeUI extends BasicTreeUI ...@@ -241,7 +241,7 @@ public class SynthTreeUI extends BasicTreeUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void uninstallListeners() { protected void uninstallListeners() {
...@@ -273,7 +273,7 @@ public class SynthTreeUI extends BasicTreeUI ...@@ -273,7 +273,7 @@ public class SynthTreeUI extends BasicTreeUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void paintBorder(SynthContext context, Graphics g, int x, public void paintBorder(SynthContext context, Graphics g, int x,
...@@ -472,7 +472,7 @@ public class SynthTreeUI extends BasicTreeUI ...@@ -472,7 +472,7 @@ public class SynthTreeUI extends BasicTreeUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void paintHorizontalPartOfLeg(Graphics g, Rectangle clipBounds, protected void paintHorizontalPartOfLeg(Graphics g, Rectangle clipBounds,
...@@ -489,7 +489,7 @@ public class SynthTreeUI extends BasicTreeUI ...@@ -489,7 +489,7 @@ public class SynthTreeUI extends BasicTreeUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void paintHorizontalLine(Graphics g, JComponent c, int y, protected void paintHorizontalLine(Graphics g, JComponent c, int y,
...@@ -499,7 +499,7 @@ public class SynthTreeUI extends BasicTreeUI ...@@ -499,7 +499,7 @@ public class SynthTreeUI extends BasicTreeUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void paintVerticalPartOfLeg(Graphics g, protected void paintVerticalPartOfLeg(Graphics g,
...@@ -511,7 +511,7 @@ public class SynthTreeUI extends BasicTreeUI ...@@ -511,7 +511,7 @@ public class SynthTreeUI extends BasicTreeUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void paintVerticalLine(Graphics g, JComponent c, int x, int top, protected void paintVerticalLine(Graphics g, JComponent c, int x, int top,
...@@ -586,7 +586,7 @@ public class SynthTreeUI extends BasicTreeUI ...@@ -586,7 +586,7 @@ public class SynthTreeUI extends BasicTreeUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void paintExpandControl(Graphics g, Rectangle clipBounds, protected void paintExpandControl(Graphics g, Rectangle clipBounds,
...@@ -607,7 +607,7 @@ public class SynthTreeUI extends BasicTreeUI ...@@ -607,7 +607,7 @@ public class SynthTreeUI extends BasicTreeUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void drawCentered(Component c, Graphics graphics, Icon icon, protected void drawCentered(Component c, Graphics graphics, Icon icon,
...@@ -621,7 +621,7 @@ public class SynthTreeUI extends BasicTreeUI ...@@ -621,7 +621,7 @@ public class SynthTreeUI extends BasicTreeUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void propertyChange(PropertyChangeEvent event) { public void propertyChange(PropertyChangeEvent event) {
...@@ -637,7 +637,7 @@ public class SynthTreeUI extends BasicTreeUI ...@@ -637,7 +637,7 @@ public class SynthTreeUI extends BasicTreeUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected void paintDropLine(Graphics g) { protected void paintDropLine(Graphics g) {
...@@ -677,7 +677,7 @@ public class SynthTreeUI extends BasicTreeUI ...@@ -677,7 +677,7 @@ public class SynthTreeUI extends BasicTreeUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
protected int getRowX(int row, int depth) { protected int getRowX(int row, int depth) {
......
...@@ -32,7 +32,7 @@ import java.awt.*; ...@@ -32,7 +32,7 @@ import java.awt.*;
/** /**
* Provides the Synth L&F UI delegate for * Provides the Synth L&amp;F UI delegate for
* {@link javax.swing.JViewport}. * {@link javax.swing.JViewport}.
* *
* @since 1.7 * @since 1.7
...@@ -52,7 +52,7 @@ public class SynthViewportUI extends ViewportUI ...@@ -52,7 +52,7 @@ public class SynthViewportUI extends ViewportUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void installUI(JComponent c) { public void installUI(JComponent c) {
...@@ -62,7 +62,7 @@ public class SynthViewportUI extends ViewportUI ...@@ -62,7 +62,7 @@ public class SynthViewportUI extends ViewportUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void uninstallUI(JComponent c) { public void uninstallUI(JComponent c) {
...@@ -133,7 +133,7 @@ public class SynthViewportUI extends ViewportUI ...@@ -133,7 +133,7 @@ public class SynthViewportUI extends ViewportUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public SynthContext getContext(JComponent c) { public SynthContext getContext(JComponent c) {
...@@ -217,7 +217,7 @@ public class SynthViewportUI extends ViewportUI ...@@ -217,7 +217,7 @@ public class SynthViewportUI extends ViewportUI
} }
/** /**
* @inheritDoc * {@inheritDoc}
*/ */
@Override @Override
public void propertyChange(PropertyChangeEvent e) { public void propertyChange(PropertyChangeEvent e) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册