com.jgoodies.uifextras.laf
Class LafChoiceView

java.lang.Object
  extended by com.jgoodies.uif.AbstractView
      extended by com.jgoodies.uifextras.laf.LafChoiceView

public final class LafChoiceView
extends com.jgoodies.uif.AbstractView

A panel for choosing a LookAndFeel and optional color theme.

Version:
$Revision: 1.7 $
Author:
Karsten Lentzsch
See Also:
LafChoiceModel, ListModel, ArrayListModel

Constructor Summary
LafChoiceView(LafChoiceModel lafChoiceModel)
          Constructs a LafChoiceView for the given LafChoiceModel.
 
Method Summary
protected  JComponent buildPanel()
          Builds and returns a panel for choosing a Look&Feel.
 
Methods inherited from class com.jgoodies.uif.AbstractView
getPanel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LafChoiceView

public LafChoiceView(LafChoiceModel lafChoiceModel)
Constructs a LafChoiceView for the given LafChoiceModel.

Parameters:
lafChoiceModel - provides the models for the look&feel choice
Method Detail

buildPanel

protected JComponent buildPanel()
Builds and returns a panel for choosing a Look&Feel. Consists of the l&f and themes list on top, and the preview at the bottom.

Specified by:
buildPanel in class com.jgoodies.uif.AbstractView


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