| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jgoodies.forms.util.FormUtils
public final class FormUtils
A library-internal class that consists only of static utility methods. Note: This class is not part of the public Forms API. It's intended for library implementation purposes only. The class's API may change at any time.
| Method Summary | |
|---|---|
| static void | clearLookAndFeelBasedCaches()Clears cached internal Forms state that is based on the Look&Feel, for example dialog base units. | 
| static boolean | isLafAqua()Lazily checks and answers whether the Aqua look&feel is active. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public static boolean isLafAqua()
true if the current look&feel is Aquapublic static void clearLookAndFeelBasedCaches()
 There's typically no need to call this method directly.
 It'll be invoked automatically, if the L&F has been changed
 via UIManager.setLookAndFeel(javax.swing.LookAndFeel) and cached data is requested.
 It's been made public to allow cache invalidation for cases
 where the L&F is changed temporarily by replacing the UIDefaults,
 for example in a visual editor.
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||