Package ucar.ui.widget
Class PLAF
- java.lang.Object
-
- ucar.ui.widget.PLAF
-
public class PLAF extends Object
Pluggable Look and Feel management.
-
-
Constructor Summary
Constructors Constructor Description PLAF(JComponent jc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addToMenu(JMenu menu)
Add a set of MenuItems to the given JMenu, one for each possible L&F.
-
-
-
Constructor Detail
-
PLAF
public PLAF(JComponent jc)
-
-
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.
-
-