|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.UIManager.LookAndFeelInfo
public static class UIManager.LookAndFeelInfo
Represents the basic information about a LookAndFeel
(LAF), so
that a list of installed LAFs can be presented without actually loading
the LAF class(es).
Constructor Summary | |
---|---|
UIManager.LookAndFeelInfo(String name,
String clazz)
Creates a new instance. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UIManager.LookAndFeelInfo(String name, String clazz)
name
- the look and feel name.clazz
- the look and feel class name.Method Detail |
---|
public String getName()
public String getClassName()
LookAndFeel
.
LookAndFeel
.public String toString()
toString
in class Object
Object.getClass()
,
Object.hashCode()
,
Class.getName()
,
Integer.toHexString(int)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |