Class UIManager.LookAndFeelInfo
java.lang.Object
javax.swing.UIManager.LookAndFeelInfo
- Enclosing class:
- UIManager
Provides a little information about an installed
 
LookAndFeel for the sake of configuring a menu or
 for initial application set up.- Since:
- 1.2
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionLookAndFeelInfo(String name, String className) Constructs aUIManagersLookAndFeelInfoobject.
- 
Method Summary
- 
Constructor Details- 
LookAndFeelInfo
 
- 
- 
Method Details- 
getNameReturns the name of the look and feel in a form suitable for a menu or other presentation- Returns:
- a Stringcontaining the name
- See Also:
 
- 
getClassNameReturns the name of the class that implements this look and feel.- Returns:
- the name of the class that implements this
              LookAndFeel
- See Also:
 
- 
toString
 
-