|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jdesktop.dataset.provider.LoadTask.LoadItem<E>
public static final class LoadTask.LoadItem<E>
Represents a Unit of data, ready to be loaded.
Field Summary | |
---|---|
E |
data
|
DataTable |
table
|
Constructor Summary | |
---|---|
LoadTask.LoadItem(DataTable table,
E data)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public DataTable table
public E data
Constructor Detail |
---|
public LoadTask.LoadItem(DataTable table, E data)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |