public static class LookAndFeelList.Info extends Object
LookAndFeel
.Constructor and Description |
---|
LookAndFeelList.Info(String className,
String name)
Creates a new set of information
|
Modifier and Type | Method and Description |
---|---|
String |
getClassName()
Gets the name of the class of a
LookAndFeel . |
String |
getName()
Gets the name of the
LookAndFeel that is represented
by this Info . |
protected void |
kill()
Informs this
Info that its LookAndFeel
will be removed soon. |
protected void |
setup()
Informs this
Info that its LookAndFeel
will be shown soon. |
public LookAndFeelList.Info(String className, String name)
className
- the name of the class of the LookAndFeel
name
- the name of the LookAndFeel
public String getClassName()
LookAndFeel
.public String getName()
LookAndFeel
that is represented
by this Info
.protected void setup()
Info
that its LookAndFeel
will be shown soon.protected void kill()
Info
that its LookAndFeel
will be removed soon.