javax.swing

Class UIManager.LookAndFeelInfo

public static class UIManager.LookAndFeelInfo extends Object

Represents the basic information about a {@link LookAndFeel} (LAF), so that a list of installed LAFs can be presented without actually loading the LAF class(es).
Constructor Summary
LookAndFeelInfo(String name, String clazz)
Creates a new instance.
Method Summary
StringgetClassName()
Returns the fully qualified class name for the {@link LookAndFeel}.
StringgetName()
Returns the name of the look and feel.
StringtoString()
Returns a String representation of the LookAndFeelInfo object.

Constructor Detail

LookAndFeelInfo

public LookAndFeelInfo(String name, String clazz)
Creates a new instance.

Parameters: name the look and feel name. clazz the look and feel class name.

Method Detail

getClassName

public String getClassName()
Returns the fully qualified class name for the {@link LookAndFeel}.

Returns: The fully qualified class name for the {@link LookAndFeel}.

getName

public String getName()
Returns the name of the look and feel.

Returns: The name of the look and feel.

toString

public String toString()
Returns a String representation of the LookAndFeelInfo object.

Returns: a String representation of the LookAndFeelInfo object