ucar.unidata.ui
Class PLAF

java.lang.Object
  extended by ucar.unidata.ui.PLAF

public class PLAF
extends Object

Pluggable Look and Feel management.

Version:
$Id: PLAF.java,v 1.9 2007/07/06 20:45:32 jeffmc Exp $
Author:
John Caron

Constructor Summary
PLAF(JComponent tree)
          _more_
 
Method Summary
 void addToMenu(JMenu menu)
          Add a set of MenuItems to the given JMenu, one for each possible L&F.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PLAF

public PLAF(JComponent tree)
_more_

Parameters:
tree -
Method Detail

addToMenu

public void addToMenu(JMenu menu)
Add a set of MenuItems to the given JMenu, one for each possible L&F. if this platform doesnt support the L&F, disable the MenuItem.

Parameters:
menu -