net.sourceforge.atunes.gui
Class LookAndFeelSelector

java.lang.Object
  extended by net.sourceforge.atunes.gui.LookAndFeelSelector

public class LookAndFeelSelector
extends java.lang.Object

The Class LookAndFeelSelector.


Field Summary
static java.lang.String DEFAULT_SKIN
          The Constant DEFAULT_SKIN.
static Logger logger
          The logger.
 
Constructor Summary
LookAndFeelSelector()
           
 
Method Summary
static java.util.List<java.lang.String> getListOfSkins()
          Gets the list of skins.
static void setLookAndFeel(java.lang.String theme)
          Sets the look and feel.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

public static Logger logger
The logger.


DEFAULT_SKIN

public static final java.lang.String DEFAULT_SKIN
The Constant DEFAULT_SKIN.

See Also:
Constant Field Values
Constructor Detail

LookAndFeelSelector

public LookAndFeelSelector()
Method Detail

getListOfSkins

public static java.util.List<java.lang.String> getListOfSkins()
Gets the list of skins.

Returns:
the list of skins

setLookAndFeel

public static void setLookAndFeel(java.lang.String theme)
Sets the look and feel.

Parameters:
theme - the new look and feel


Copyright © 2006-2008 The aTunes Team. All Rights Reserved.