|
Extension SDK 10.1.3.36.73 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectoracle.ide.IdeUIManager.ThemeInfo
Provides information about a look-and-feel color theme, for the sake of initializing or configuring an application that supports themes.
| Constructor Summary | |
IdeUIManager.ThemeInfo(java.lang.String name,
java.lang.String className)
Constructs an object describing a look-and-feel color theme. |
|
| Method Summary | |
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. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public IdeUIManager.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
theme| Method Detail |
public 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)
public int hashCode()
public java.lang.String toString()
ThemeInfo object
before storing it into a component's data model for display to the
user.
|
Extension SDK 10.1.3.36.73 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright © 1997, 2005, Oracle.All rights reserved.