org.jdesktop.swingx.plaf
Class LookAndFeelUtils
java.lang.Object
org.jdesktop.swingx.plaf.LookAndFeelUtils
public class LookAndFeelUtils
- extends Object
Collection of helpers. Could move to LookAndFeelAddon?
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LookAndFeelUtils
public LookAndFeelUtils()
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.