bibliothek.gui.dock.support.lookandfeel
Class LookAndFeelList.Info

java.lang.Object
  extended by bibliothek.gui.dock.support.lookandfeel.LookAndFeelList.Info
Enclosing class:
LookAndFeelList

public static class LookAndFeelList.Info
extends Object

Information about a LookAndFeel.

Author:
Benjamin Sigg

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

LookAndFeelList.Info

public LookAndFeelList.Info(String className,
                            String name)
Creates a new set of information

Parameters:
className - the name of the class of the LookAndFeel
name - the name of the LookAndFeel
Method Detail

getClassName

public String getClassName()
Gets the name of the class of a LookAndFeel.

Returns:
the class name used for reflection

getName

public String getName()
Gets the name of the LookAndFeel that is represented by this Info.

Returns:
the name

setup

protected void setup()
Informs this Info that its LookAndFeel will be shown soon.


kill

protected void kill()
Informs this Info that its LookAndFeel will be removed soon.