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