Uses of Package
javax.swing.plaf.synth
Package
Description
Provides user interface objects built according to the cross-platform Nimbus
look and feel.
Synth is a skinnable look and feel in which all painting is delegated.
-
ClassDescriptionA typesafe enumeration of colors that can be fetched from a style.A distinct rendering area of a Swing component.An immutable transient object containing contextual information about a
Region
.SynthLookAndFeel provides the basis for creating a customized look and feel.SynthPainter
is used for painting portions ofJComponent
s.SynthStyle
is a set of style properties. -
ClassDescriptionA typesafe enumeration of colors that can be fetched from a style.A distinct rendering area of a Swing component.Provides the Synth L&F UI delegate for
JButton
.Constants used by Synth.An immutable transient object containing contextual information about aRegion
.Provides the Synth L&F UI delegate forJEditorPane
.Wrapper for primitive graphics calls.Provides the Synth L&F UI delegate forJMenuItem
.SynthPainter
is used for painting portions ofJComponent
s.Provides the Synth L&F UI delegate forJRadioButton
.SynthStyle
is a set of style properties.Factory used for obtainingSynthStyle
s.Provides the Synth L&F UI delegate forJTextField
.Provides the Synth L&F UI delegate forJToggleButton
.SynthUI is used to fetch the SynthContext for a particular Component.