Class UIManagerHelper

java.lang.Object
fr.esrf.tangoatk.widget.util.UIManagerHelper

public class UIManagerHelper extends Object
  • Constructor Details

    • UIManagerHelper

      public UIManagerHelper()
  • Method Details

    • setFont

      public static void setFont(String thingyName, JComponent thingy)
    • setForeground

      public static void setForeground(String thingyName, JComponent thingy)
    • setBackground

      public static void setBackground(String thingyName, JComponent thingy)
    • setSize

      public static void setSize(String thingyName, JComponent thingy)
    • setAll

      public static void setAll(String thingyName, JComponent thingy)
    • getRequiredSize

      public static Dimension getRequiredSize(FontMetrics fm, int characters)