org.tentackle.plaf.tlooks
Class TLooksMicroLayoutPolicies

java.lang.Object
  extended by org.tentackle.plaf.tlooks.TLooksMicroLayoutPolicies

public class TLooksMicroLayoutPolicies
extends Object

Copied from JGoodies MicroLayoutPolicies because of static methods.

Author:
harald

Method Summary
static com.jgoodies.looks.MicroLayoutPolicy getDefaultPlasticPolicy()
          Returns the default MicroLayoutPolicy for the Plastic L&fs.
static com.jgoodies.looks.MicroLayoutPolicy getDefaultWindowsPolicy()
          Returns the default MicroLayoutPolicy for the Windows L&f.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDefaultPlasticPolicy

public static com.jgoodies.looks.MicroLayoutPolicy 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 L&fs

getDefaultWindowsPolicy

public static com.jgoodies.looks.MicroLayoutPolicy 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.


Copyright © 2001-2008 Harald Krake, Bergstr. 48, 78098 Triberg, Germany, harald@krake.de