org.gjt.btools.gui.lookandfeel
Interface LookAndFeelSetter


public interface LookAndFeelSetter

Represents an object that can change the swing look and feel to a given look and feel.


Method Summary
 boolean setLookAndFeel(LookAndFeelItem lookAndFeel)
          Changes the swing look and feel to the given look and feel.
 

Method Detail

setLookAndFeel

public boolean setLookAndFeel(LookAndFeelItem lookAndFeel)
Changes the swing look and feel to the given look and feel. It is assumed that no action at all has already been taken to set the look and feel.

This routine will generally call lookAndFeel.setLookAndFeel() as well as lookAndFeel.updateLookAndFeel() for each top-level container.

Parameters:
lookAndFeel - the look and feel to change to.
Returns:
true if and only if the change to the new look and feel was successful.


Copyright © 1998-2001, Ben Burton
This software is released under the GNU Public License.
For further information, or to submit a bug or other problem, please contact Ben Burton (bab@debian.org).