javax.swing
public static class UIManager.LookAndFeelInfo extends Object
Constructor Summary | |
---|---|
LookAndFeelInfo(String name, String clazz)
Creates a new instance.
|
Method Summary | |
---|---|
String | getClassName()
Returns the fully qualified class name for the {@link LookAndFeel}.
|
String | getName()
Returns the name of the look and feel.
|
String | toString()
Returns a String representation of the LookAndFeelInfo object.
|
Parameters: name the look and feel name. clazz the look and feel class name.
Returns: The fully qualified class name for the {@link LookAndFeel}.
Returns: The name of the look and feel.
Returns: a String representation of the LookAndFeelInfo object