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.
getContext
SynthContext getContext(JComponent arg0)
paintBorder
void paintBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)