ucar.unidata.ui
Class PLAF
java.lang.Object
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
|
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 |
PLAF
public PLAF(JComponent tree)
- _more_
- Parameters:
tree -
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 -