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.
- Author:
- Jeanette Winzenburg
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SynthContext
getContext(JComponent arg0)
void
paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
-
-
-
Method Detail
-
getContext
SynthContext getContext(JComponent arg0)
-
paintBorder
void paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
-
-