com.melloware.jukes.gui.view.preferences
Class LookAndFeelPanel.EagerInitializer

java.lang.Object
  extended by com.melloware.jukes.gui.view.preferences.LookAndFeelPanel.EagerInitializer
All Implemented Interfaces:
com.jgoodies.uif.lazy.Preparable
Enclosing class:
LookAndFeelPanel

public static class LookAndFeelPanel.EagerInitializer
extends java.lang.Object
implements com.jgoodies.uif.lazy.Preparable

An implementation of the Preparable interface that computes a list of supported LookAndFeel instances.


Constructor Summary
LookAndFeelPanel.EagerInitializer()
           
 
Method Summary
 void prepare()
          Ensures that the supported look and feels are computed and that the look and feel preview panel has been loaded once.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LookAndFeelPanel.EagerInitializer

public LookAndFeelPanel.EagerInitializer()
Method Detail

prepare

public void prepare()
Ensures that the supported look and feels are computed and that the look and feel preview panel has been loaded once.

Specified by:
prepare in interface com.jgoodies.uif.lazy.Preparable


Copyright © 1999-2008 Melloware Inc. All Rights Reserved.