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
      javax.swing.plaf.synth.SynthContext getContext​(javax.swing.JComponent arg0)  
      void paintBorder​(javax.swing.plaf.synth.SynthContext context, java.awt.Graphics g, int x, int y, int w, int h)  
    • Method Detail

      • getContext

        javax.swing.plaf.synth.SynthContext getContext​(javax.swing.JComponent arg0)
      • paintBorder

        void paintBorder​(javax.swing.plaf.synth.SynthContext context,
                         java.awt.Graphics g,
                         int x,
                         int y,
                         int w,
                         int h)