com.jgoodies.looks
Interface MicroLayoutPolicy


public interface MicroLayoutPolicy

Looks up and returns a MicroLayout.

Since:
2.1
Version:
$Revision: 1.6 $
Author:
Karsten Lentzsch
See Also:
MicroLayout, MicroLayoutPolicies

Method Summary
 MicroLayout getMicroLayout(String lafName, UIDefaults table)
          Looks up and returns insets, margins, and gaps that will be use by a Look&Feel to set the component insets, margins and gaps.
 

Method Detail

getMicroLayout

MicroLayout getMicroLayout(String lafName,
                           UIDefaults table)
Looks up and returns insets, margins, and gaps that will be use by a Look&Feel to set the component insets, margins and gaps.

Parameters:
lafName - the name of the Look&Feel that requests the fonts
table - the UIDefaults table that can be use to look up fonts of a super L&F
Returns:
a micro layout used as default for the components.


Copyright © 2001-2013 JGoodies Software GmbH. All Rights Reserved.