com.jgoodies.uif.laf
Interface LookChoiceStrategy


public interface LookChoiceStrategy

An interface that defines a strategy how to determine the default look. A typical implementation will request the system properties for the OS type, and OS version to choose a look appropriate for the platform.

Version:
$Revision: 1.4 $
Author:
Karsten Lentzsch
See Also:
LookChoiceStrategies, Options

Method Summary
 String getDefaultLookClassName()
          Looks up and returns the class name of this strategy's default look.
 

Method Detail

getDefaultLookClassName

String getDefaultLookClassName()
Looks up and returns the class name of this strategy's default look.

Returns:
the class name of the default look as choosen by this strategy


Copyright © 2000-2008 JGoodies Karsten Lentzsch. All Rights Reserved.