com.jgoodies.looks |
Contains classes to configure the JGoodies L&Fs.
Related Documentation
For more information see:
@see com.jgoodies.looks.common
@see com.jgoodies.looks.plastic
@see com.jgoodies.looks.plastic.theme
@see com.jgoodies.looks.windows
|
Java Source File Name | Type | Comment |
BorderStyle.java | Class | Describes the border styles for JMenuBar and JToolBar. |
FontPolicies.java | Class | Provides predefined FontPolicy implementations.
Note: The available policies work well on Windows.
On other platforms the fonts specified by the runtime environment
are chosen. |
FontPolicy.java | Interface | Looks up and returns a FontSet. |
Fonts.java | Class | Provides static access to popular Windows fonts.
The sizes of the font constants are specified in
typographic points, approximately 1/72 of an inch.
TODO: Consider changing the visibility of the package private methods
to public. |
FontSet.java | Interface | Returns the Fonts used by a Look&Feel or theme. |
FontSets.java | Class | Provides predefined FontSet implementations. |
HeaderStyle.java | Class | Describes the header styles for JMenuBar and JToolBar. |
LookUtils.java | Class | Provides convenience behavior used by the JGoodies Looks. |
MicroLayout.java | Class | Describes the insets and margins used by a Look&Feel or theme. |
MicroLayoutPolicies.java | Class | Provides predefined MicroLayoutPolicy implementations. |
MicroLayoutPolicy.java | Interface | Looks up and returns a MicroLayout. |
MicroLayouts.java | Class | A factory that vends predefined MicroLayout instances. |
Options.java | Class | Provides access to optional features of the JGoodies L&Fs
via a key to the system properties, via a key for the UIDefaults
table, via a method, or all of them.
API users can use this class' constants or their values to configure
the JGoodies L&amP;f. |