swingx
Version 2009-07-31

org.jdesktop.swingx.plaf
Class LookAndFeelUtils

java.lang.Object
  extended by org.jdesktop.swingx.plaf.LookAndFeelUtils

public class LookAndFeelUtils
extends Object

Collection of helpers. Could move to LookAndFeelAddon?


Constructor Summary
LookAndFeelUtils()
           
 
Method Summary
static Object getUIOfType(ComponentUI ui, Class<?> klass)
          Returns the ui that is of type klass, or null if one can not be found.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LookAndFeelUtils

public LookAndFeelUtils()
Method Detail

getUIOfType

public static Object getUIOfType(ComponentUI ui,
                                 Class<?> klass)
Returns the ui that is of type klass, or null if one can not be found.


swingx
Version 2009-07-31