|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.myfaces.trinidadinternal.ui.laf.base.IconKey
@Deprecated public final class IconKey
The key used to look up an icon. Passed to a LafIconProvider to retrieve the proper icon for a given look and feel. Each laf has its own array of icons, but the indices into these arrays are the same across all lafs. For example even though the error icon is different in 2 lafs, its array index is the same for those 2 lafs. The index is retrieved from the IconKey.
LafIconProvider| Constructor Summary | |
|---|---|
IconKey()
Deprecated. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Deprecated. |
static int |
getKeyCount()
Deprecated. Returns the total number of keys created |
int |
getKeyIndex()
Deprecated. Returns the 0-based index of this IconKey |
int |
hashCode()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IconKey()
| Method Detail |
|---|
public static int getKeyCount()
public int getKeyIndex()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||