Package org.jdesktop.swingx.plaf.synth
Interface SynthUI
- All Known Implementing Classes:
SynthXListUI
public interface SynthUI
Replacement of sun.swing.plaf.SynthUI.
Note: this is a temporary emergency measure to make SwingX web-deployable. It is used internally only. Expect problems in future, as custom styles might not be found: SynthStyleFactory checks against type of sun SynthUI.
-
Method Summary
Modifier and TypeMethodDescriptiongetContext
(JComponent arg0) void
paintBorder
(SynthContext context, Graphics g, int x, int y, int w, int h)
-
Method Details
-
getContext
-
paintBorder
-