|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.data.provider.RowKey
com.sun.data.provider.impl.ObjectArrayRowKey
public class ObjectArrayRowKey
ObjectArrayRowKey uses an object array as the identifier for a data row
in a TableDataProvider.
| Field Summary |
|---|
| Fields inherited from class com.sun.data.provider.RowKey |
|---|
EMPTY_ARRAY |
| Constructor Summary | |
|---|---|
ObjectArrayRowKey(java.lang.Object[] objects)
Constructs an ObjectArrayRowKey using the specified array of objects |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Standard equals implementation. |
java.lang.Object[] |
getObjects()
Returns the Object[] of this ObjectArrayRowKey |
java.lang.String |
getRowId()
Returns the pattern: object1hash|object2hash|object3hash |
| Methods inherited from class com.sun.data.provider.RowKey |
|---|
compareTo, hashCode, setRowId, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ObjectArrayRowKey(java.lang.Object[] objects)
objects - The desired array of objects| Method Detail |
|---|
public java.lang.Object[] getObjects()
public java.lang.String getRowId()
getRowId in class RowKeyRowKeypublic boolean equals(java.lang.Object o)
equals in class RowKeyo - the Object to check equality
Object.equals(Object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||