Package com.jgoodies.looks
Class MicroLayoutPolicies
java.lang.Object
com.jgoodies.looks.MicroLayoutPolicies
Provides predefined MicroLayoutPolicy implementations.
- Since:
- 2.1
- Version:
- $Revision: 1.8 $
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static final class
Implements the default font lookup for the Plastic Linvalid input: '&f' family when running in a Windows environment.private static final class
Implements the default font lookup on the Windows platform. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MicroLayoutPolicy
Returns the default MicroLayoutPolicy for the Plastic L&fs.static MicroLayoutPolicy
Returns the default MicroLayoutPolicy for the Windows L&f.
-
Constructor Details
-
MicroLayoutPolicies
private MicroLayoutPolicies()
-
-
Method Details
-
getDefaultPlasticPolicy
Returns the default MicroLayoutPolicy for the Plastic L&fs. Uses component insets that are similar to the Windows L&f micro layout, making it easier to- Returns:
- a Windows-like micro layout policy for the Plastic Linvalid input: '&fs'
-
getDefaultWindowsPolicy
Returns the default MicroLayoutPolicy for the Windows L&f. It aims to describe component insets that follow the native guidelines.- Returns:
- the default micro layout policy for the Windows platform.
-