Class LookAndFeelUtils
java.lang.Object
org.jdesktop.swingx.plaf.LookAndFeelUtils
Collection of helpers. Could move to LookAndFeelAddon?
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ColorgetAsNotUIResource(Color color) Returns a Color based on the param which is not of type UIResource.static FontgetAsNotUIResource(Font font) Returns a Font based on the param which is not of type UIResource.static ObjectgetUIOfType(ComponentUI ui, Class<?> klass) Returns the ui that is of typeklass, or null if one can not be found.
-
Constructor Details
-
LookAndFeelUtils
public LookAndFeelUtils()
-
-
Method Details
-
getUIOfType
Returns the ui that is of typeklass, or null if one can not be found. -
getAsNotUIResource
-
getAsNotUIResource
-