public static final class IdeUIManager.ThemeInfo
extends java.lang.Object
implements java.lang.Comparable
| Constructor and Description |
|---|
ThemeInfo(java.lang.String name,
java.lang.String className)
Constructs an object describing a look-and-feel color theme.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(java.lang.Object o) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getClassName()
Returns the name of the theme class.
|
java.lang.String |
getName()
Returns the human-readable name for this theme.
|
int |
hashCode() |
java.lang.String |
toString()
Returns the human-readable name for the theme, as a convenience so
that is not necessary to wrap the
ThemeInfo object
before storing it into a component's data model for display to the
user. |
public ThemeInfo(java.lang.String name,
java.lang.String className)
name - the human-readable name describing the color themeclassName - the name of the class that implements the color
themepublic java.lang.String getName()
public java.lang.String getClassName()
public int compareTo(java.lang.Object o)
compareTo in interface java.lang.Comparablepublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
ThemeInfo object
before storing it into a component's data model for display to the
user.toString in class java.lang.Object