|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.support.lookandfeel.LookAndFeelList.Info
public static class LookAndFeelList.Info
Information about a LookAndFeel.
| Constructor Summary | |
|---|---|
LookAndFeelList.Info(String className,
String name)
Creates a new set of information |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LookAndFeelList.Info(String className,
String name)
className - the name of the class of the LookAndFeelname - the name of the LookAndFeel| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||