public static class UIManager.LookAndFeelInfo extends 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(String name,
String clazz)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
String |
getClassName()
Returns the fully qualified class name for the
LookAndFeel . |
String |
getName()
Returns the name of the look and feel.
|
String |
toString()
Returns a String representation of the LookAndFeelInfo object.
|
public UIManager.LookAndFeelInfo(String name, String clazz)
name
- the look and feel name.clazz
- the look and feel class name.public String getName()
public String getClassName()
LookAndFeel
.LookAndFeel
.public String toString()
toString
in class Object
Object.getClass()
,
Object.hashCode()
,
Class.getName()
,
Integer.toHexString(int)