public static class UIManager.LookAndFeelInfo extends java.lang.Object
LookAndFeel (LAF), so
that a list of installed LAFs can be presented without actually loading
the LAF class(es).| Constructor and Description |
|---|
UIManager.LookAndFeelInfo(java.lang.String name,
java.lang.String clazz)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClassName()
Returns the fully qualified class name for the
LookAndFeel. |
java.lang.String |
getName()
Returns the name of the look and feel.
|
java.lang.String |
toString()
Returns a String representation of the LookAndFeelInfo object.
|
public UIManager.LookAndFeelInfo(java.lang.String name, java.lang.String clazz)
name - the look and feel name.clazz - the look and feel class name.public java.lang.String getName()
public java.lang.String getClassName()
LookAndFeel.LookAndFeel.public java.lang.String toString()
toString in class java.lang.ObjectObject.getClass(),
Object.hashCode(),
Class.getName(),
Integer.toHexString(int)