javax.swing
Class UIManager.LookAndFeelInfo

java.lang.Object sample code for java.lang.Object definition code for java.lang.Object 
  extended by javax.swing.UIManager.LookAndFeelInfo
Enclosing class:
UIManager sample code for javax.swing.UIManager definition code for javax.swing.UIManager

public static class UIManager.LookAndFeelInfo
extends Object sample code for java.lang.Object definition code for java.lang.Object

Provides a little information about an installed LookAndFeel for the sake of configuring a menu or for initial application set up.

See Also:
UIManager.getInstalledLookAndFeels() sample code for javax.swing.UIManager.getInstalledLookAndFeels() definition code for javax.swing.UIManager.getInstalledLookAndFeels() , LookAndFeel sample code for javax.swing.LookAndFeel definition code for javax.swing.LookAndFeel

Constructor Summary
UIManager.LookAndFeelInfo sample code for javax.swing.UIManager.LookAndFeelInfo.UIManager.LookAndFeelInfo(java.lang.String, java.lang.String) definition code for javax.swing.UIManager.LookAndFeelInfo.UIManager.LookAndFeelInfo(java.lang.String, java.lang.String) (String sample code for java.lang.String definition code for java.lang.String  name, String sample code for java.lang.String definition code for java.lang.String  className)
          Constructs a UIManagers LookAndFeelInfo object.
 
Method Summary
 String sample code for java.lang.String definition code for java.lang.String getClassName sample code for javax.swing.UIManager.LookAndFeelInfo.getClassName() definition code for javax.swing.UIManager.LookAndFeelInfo.getClassName() ()
          Returns the name of the class that implements this look and feel.
 String sample code for java.lang.String definition code for java.lang.String getName sample code for javax.swing.UIManager.LookAndFeelInfo.getName() definition code for javax.swing.UIManager.LookAndFeelInfo.getName() ()
          Returns the name of the look and feel in a form suitable for a menu or other presentation
 String sample code for java.lang.String definition code for java.lang.String toString sample code for javax.swing.UIManager.LookAndFeelInfo.toString() definition code for javax.swing.UIManager.LookAndFeelInfo.toString() ()
          Returns a string that displays and identifies this object's properties.
 
Methods inherited from class java.lang.Object sample code for java.lang.Object definition code for java.lang.Object
clone sample code for java.lang.Object.clone() definition code for java.lang.Object.clone() , equals sample code for java.lang.Object.equals(java.lang.Object) definition code for java.lang.Object.equals(java.lang.Object) , finalize sample code for java.lang.Object.finalize() definition code for java.lang.Object.finalize() , getClass sample code for java.lang.Object.getClass() definition code for java.lang.Object.getClass() , hashCode sample code for java.lang.Object.hashCode() definition code for java.lang.Object.hashCode() , notify sample code for java.lang.Object.notify() definition code for java.lang.Object.notify() , notifyAll sample code for java.lang.Object.notifyAll() definition code for java.lang.Object.notifyAll() , wait sample code for java.lang.Object.wait() definition code for java.lang.Object.wait() , wait sample code for java.lang.Object.wait(long) definition code for java.lang.Object.wait(long) , wait sample code for java.lang.Object.wait(long, int) definition code for java.lang.Object.wait(long, int)
 

Constructor Detail

UIManager.LookAndFeelInfo sample code for javax.swing.UIManager.LookAndFeelInfo(java.lang.String, java.lang.String) definition code for javax.swing.UIManager.LookAndFeelInfo(java.lang.String, java.lang.String)

public UIManager.LookAndFeelInfo(String sample code for java.lang.String definition code for java.lang.String  name,
                                 String sample code for java.lang.String definition code for java.lang.String  className)
Constructs a UIManagers LookAndFeelInfo object.

Parameters:
name - a String specifying the name of the look and feel
className - a String specifiying the name of the class that implements the look and feel
Method Detail

getName sample code for javax.swing.UIManager.LookAndFeelInfo.getName() definition code for javax.swing.UIManager.LookAndFeelInfo.getName()

public String sample code for java.lang.String definition code for java.lang.String  getName()
Returns the name of the look and feel in a form suitable for a menu or other presentation

Returns:
a String containing the name
See Also:
LookAndFeel.getName() sample code for javax.swing.LookAndFeel.getName() definition code for javax.swing.LookAndFeel.getName()

getClassName sample code for javax.swing.UIManager.LookAndFeelInfo.getClassName() definition code for javax.swing.UIManager.LookAndFeelInfo.getClassName()

public String sample code for java.lang.String definition code for java.lang.String  getClassName()
Returns the name of the class that implements this look and feel.

Returns:
the name of the class that implements this LookAndFeel
See Also:
LookAndFeel sample code for javax.swing.LookAndFeel definition code for javax.swing.LookAndFeel

toString sample code for javax.swing.UIManager.LookAndFeelInfo.toString() definition code for javax.swing.UIManager.LookAndFeelInfo.toString()

public String sample code for java.lang.String definition code for java.lang.String  toString()
Returns a string that displays and identifies this object's properties.

Overrides:
toString sample code for java.lang.Object.toString() definition code for java.lang.Object.toString() in class Object sample code for java.lang.Object definition code for java.lang.Object
Returns:
a String representation of this object