Uses of Interface
com.jgoodies.looks.MicroLayoutPolicy
Packages that use MicroLayoutPolicy
Package
Description
Contains classes to configure the JGoodies L&Fs.
Contains the classes for the JGoodies Plastic L&Fs.
-
Uses of MicroLayoutPolicy in com.jgoodies.looks
Classes in com.jgoodies.looks that implement MicroLayoutPolicyModifier 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.Methods in com.jgoodies.looks that return MicroLayoutPolicyModifier and TypeMethodDescriptionstatic MicroLayoutPolicy
MicroLayoutPolicies.getDefaultPlasticPolicy()
Returns the default MicroLayoutPolicy for the Plastic L&fs.static MicroLayoutPolicy
MicroLayoutPolicies.getDefaultWindowsPolicy()
Returns the default MicroLayoutPolicy for the Windows L&f. -
Uses of MicroLayoutPolicy in com.jgoodies.looks.plastic
Methods in com.jgoodies.looks.plastic that return MicroLayoutPolicyModifier and TypeMethodDescriptionstatic MicroLayoutPolicy
PlasticLookAndFeel.getMicroLayoutPolicy()
Looks up and retrieves the MicroLayoutPolicy used by the JGoodies Plastic Look&Fs.Methods in com.jgoodies.looks.plastic with parameters of type MicroLayoutPolicyModifier and TypeMethodDescriptionstatic void
PlasticLookAndFeel.setMicroLayoutPolicy
(MicroLayoutPolicy microLayoutPolicy) Sets the MicroLayoutPolicy to be used with the JGoodies Plastic L&Fs.