bibliothek.gui.dock.support.lookandfeel
Class LookAndFeelUtilities

java.lang.Object
  extended by bibliothek.gui.dock.support.lookandfeel.LookAndFeelUtilities

public class LookAndFeelUtilities
extends Object

A set of methods that used to update the LookAndFeel of Components.

Author:
Benjamin Sigg

Constructor Summary
LookAndFeelUtilities()
           
 
Method Summary
static void updateUI(Collection<Component> components)
          Updates the look and feel for all windows that can be found through the collection of components.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LookAndFeelUtilities

public LookAndFeelUtilities()
Method Detail

updateUI

public static void updateUI(Collection<Component> components)
Updates the look and feel for all windows that can be found through the collection of components.

Parameters:
components - a set of known components