Interface SynthUI


@Deprecated public interface SynthUI
Deprecated.
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

    Modifier and Type
    Method
    Description
    Deprecated.
    Returns the Context for the specified component.
    void
    paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
    Deprecated.
    Paints the border.
  • Method Details

    • getContext

      SynthContext getContext(JComponent c)
      Deprecated.
      Returns the Context for the specified component.
      Parameters:
      c - Component requesting SynthContext.
      Returns:
      SynthContext describing component.
    • paintBorder

      void paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
      Deprecated.
      Paints the border.
      Parameters:
      context - a component context
      g - Graphics to paint on
      x - the X coordinate
      y - the Y coordinate
      w - width of the border
      h - height of the border