abbot.editor
Class LookAndFeelPreserver

java.lang.Object
  extended by abbot.editor.LookAndFeelPreserver

public class LookAndFeelPreserver
extends Object

Preserves the current LAF for a given component hierarchy.


Constructor Summary
LookAndFeelPreserver(Component c)
           
LookAndFeelPreserver(LookAndFeel laf, Component c)
           
 
Method Summary
 void add(Component c)
          Add a component on which to preserve the LAF.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LookAndFeelPreserver

public LookAndFeelPreserver(Component c)

LookAndFeelPreserver

public LookAndFeelPreserver(LookAndFeel laf,
                            Component c)
Method Detail

add

public void add(Component c)
Add a component on which to preserve the LAF.



Copyright © 2002-2008 Timothy Wall. All Rights Reserved.
Abbot is hosted on

SourceForge