API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing. UIManager.LookAndFeelInfo View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      UIManager.LookAndFeelInfo
Implements
Subclasses
Description
publicstatic class UIManager.LookAndFeelInfo
  Provides a little information about an installed LookAndFeel for the sake of configuring a menu or for initial application set up.
Constructors
public UIManager.LookAndFeelInfo (String name, String className)
  Constructs a UIManagers LookAndFeelInfo object.
Methods
Hide/Show inherited methods
public String getClassName ()
  Returns the name of the class that implements this look and feel.
public String getName ()
  Returns the name of the look and feel in a form suitable for a menu or other presentation
public String toString ()
  Returns a string that displays and identifies this object's properties.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar