Package org.jdesktop.swingx.plaf.synth
Interface SynthUI
-
- All Known Implementing Classes:
SynthXListUI
public interface SynthUIReplacement 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.swing.plaf.synth.SynthContextgetContext(javax.swing.JComponent arg0)voidpaintBorder(javax.swing.plaf.synth.SynthContext context, java.awt.Graphics g, int x, int y, int w, int h)
-