com.jgoodies.uifextras.laf
Class LafChoiceView
java.lang.Object
com.jgoodies.uif.AbstractView
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
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 |
LafChoiceView
public LafChoiceView(LafChoiceModel lafChoiceModel)
- Constructs a LafChoiceView for the given LafChoiceModel.
- Parameters:
lafChoiceModel
- provides the models for the look&feel choice
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.