This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.


javax.swing
class UIManager.LookAndFeelInfo

java.lang.Object extended by javax.swing.UIManager.LookAndFeelInfo
Enclosing class:
UIManager

Most common way to construct:

UIManager.LookAndFeelInfo looks[] = UIManager.getInstalledLookAndFeels();

Based on 18 examples


public static class UIManager.LookAndFeelInfo
extends Object

Provides a little information about an installed LookAndFeel for the sake of configuring a menu or for initial application set up.


Constructor Summary

          Constructs a UIManagers LookAndFeelInfo object.
 
Method Summary
 String

          Returns the name of the class that implements this look and feel.
 String

          Returns the name of the look and feel in a form suitable for a menu or other presentation
 String

          Returns a string that displays and identifies this object's properties.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIManager.LookAndFeelInfo

public UIManager.LookAndFeelInfo(String name,
                                 String className)
Constructs a UIManagers LookAndFeelInfo object.

Parameters:
name - a String specifying the name of the look and feel
className - a String specifiying the name of the class that implements the look and feel
Method Detail

getClassName

public String getClassName()
Returns the name of the class that implements this look and feel.

Returns:
the name of the class that implements this LookAndFeel

getName

public String getName()
Returns the name of the look and feel in a form suitable for a menu or other presentation

Returns:
a String containing the name

toString

public String toString()
Returns a string that displays and identifies this object's properties.

Overrides:
toString in class Object
Returns:
a String representation of this object


This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.
This page displays the Jadeite version of the documention, which is derived from the offical documentation that contains this copyright notice:
Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
The official Sun™ documentation can be found here at http://java.sun.com/javase/6/docs/api/.