|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.northwestern.at.utils.swing.LookAndFeel.ExtendedLookAndFeelInfo
public static class LookAndFeel.ExtendedLookAndFeelInfo
Field Summary | |
---|---|
java.lang.String |
className
|
boolean |
isThemeFile
|
java.lang.String |
name
|
java.lang.String |
themeName
|
Constructor Summary | |
---|---|
LookAndFeel.ExtendedLookAndFeelInfo(java.lang.String name,
java.lang.String className)
Create look and feel entry. |
|
LookAndFeel.ExtendedLookAndFeelInfo(java.lang.String name,
java.lang.String className,
java.lang.String themeName,
boolean isThemeFile)
Create look and feel entry. |
|
LookAndFeel.ExtendedLookAndFeelInfo(javax.swing.UIManager.LookAndFeelInfo info)
Create look and feel entry. |
Method Summary | |
---|---|
int |
compareTo(java.lang.Object obj)
Compare another object to this one. |
boolean |
equals(java.lang.Object obj)
Return true if another object is the same as this one. |
int |
hashCode()
Returns a hash code for the object. |
java.lang.String |
toString()
Return name of look and feel. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public java.lang.String name
public java.lang.String className
public java.lang.String themeName
public boolean isThemeFile
Constructor Detail |
---|
public LookAndFeel.ExtendedLookAndFeelInfo(java.lang.String name, java.lang.String className, java.lang.String themeName, boolean isThemeFile)
name
- Look and feel name.className
- Implementing class name for look and feel.themeName
- The name of a theme.isThemeFile
- true of the theme name is a file
in the lookAndFeelDirectory. public LookAndFeel.ExtendedLookAndFeelInfo(java.lang.String name, java.lang.String className)
name
- Look and feel name.className
- Implementing class name for look and feel. public LookAndFeel.ExtendedLookAndFeelInfo(javax.swing.UIManager.LookAndFeelInfo info)
info
- Look and feel information object. Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public int compareTo(java.lang.Object obj)
compareTo
in interface java.lang.Comparable
obj
- The other object.
We just compare the names ignoring case.
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- The other object.
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |