Class LookAndFeelList.Info
java.lang.Object
bibliothek.gui.dock.support.lookandfeel.LookAndFeelList.Info
- Enclosing class:
LookAndFeelList
Information about a
LookAndFeel.- Author:
- Benjamin Sigg
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the name of the class of aLookAndFeel.getName()Gets the name of theLookAndFeelthat is represented by thisInfo.protected voidkill()Informs thisInfothat itsLookAndFeelwill be removed soon.protected voidsetup()Informs thisInfothat itsLookAndFeelwill be shown soon.
-
Constructor Details
-
Info
Creates a new set of information- Parameters:
className- the name of the class of theLookAndFeelname- the name of theLookAndFeel
-
-
Method Details
-
getClassName
Gets the name of the class of aLookAndFeel.- Returns:
- the class name used for reflection
-
getName
Gets the name of theLookAndFeelthat is represented by thisInfo.- Returns:
- the name
-
setup
protected void setup()Informs thisInfothat itsLookAndFeelwill be shown soon. -
kill
protected void kill()Informs thisInfothat itsLookAndFeelwill be removed soon.
-