Class LookAndFeelList.Info

java.lang.Object
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 Details

    • Info

      public 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 Details

    • 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.