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