Liking cljdoc? Tell your friends :D

javax.swing.UIManager$LookAndFeelInfo

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

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

->look-and-feel-infoclj

(->look-and-feel-info name class-name)

Constructor.

Constructs a UIManagers LookAndFeelInfo object.

name - a String specifying the name of the look and feel - java.lang.String class-name - a String specifying the name of the class that implements the look and feel - java.lang.String

Constructor.

Constructs a UIManagers
 LookAndFeelInfo object.

name - a String specifying the name of the look and feel - `java.lang.String`
class-name - a String specifying the name of the class that implements the look and feel - `java.lang.String`
raw docstring

get-class-nameclj

(get-class-name this)

Returns the name of the class that implements this look and feel.

returns: the name of the class that implements this LookAndFeel - java.lang.String

Returns the name of the class that implements this look and feel.

returns: the name of the class that implements this
              LookAndFeel - `java.lang.String`
raw docstring

get-nameclj

(get-name this)

Returns the name of the look and feel in a form suitable for a menu or other presentation

returns: a String containing the name - java.lang.String

Returns the name of the look and feel in a form suitable
 for a menu or other presentation

returns: a String containing the name - `java.lang.String`
raw docstring

to-stringclj

(to-string this)

Returns a string that displays and identifies this object's properties.

returns: a String representation of this object - java.lang.String

Returns a string that displays and identifies this
 object's properties.

returns: a String representation of this object - `java.lang.String`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close