|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.limegroup.gnutella.gui.tables.AbstractDataLine
com.limegroup.gnutella.gui.upload.UploadDataLine
This class handles all of the data for a single upload, representing one "line" in the upload window. It continually updates the displayed data for the upload from the contained Uploader instance.
Field Summary |
Fields inherited from class com.limegroup.gnutella.gui.tables.AbstractDataLine |
initializer |
Constructor Summary | |
UploadDataLine()
|
Method Summary | |
void |
cleanup()
A blank implementatino of cleanup, because it is not necessary. |
LimeTableColumn |
getColumn(int idx)
Return the LimeTableColumn for this column. |
int |
getColumnCount()
Return the number of columns this dataline controls. |
java.lang.String[] |
getToolTipArray()
By default, DataLines will have no tooltip. |
java.lang.Object |
getValueAt(int index)
Get the value of a column in the DataLine |
void |
initialize(java.lang.Object uploader)
Must initialize data. |
boolean |
isDynamic(int idx)
Returns whether or not this column can change on subsequent updates to the DataLine |
void |
update()
Updates all of the data for this upload, obtaining fresh information from the contained Uploader instance. |
Methods inherited from class com.limegroup.gnutella.gui.tables.AbstractDataLine |
getInitializeObject, setInitializeObject, setValueAt |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UploadDataLine()
Method Detail |
public int getColumnCount()
DataLine
public void initialize(java.lang.Object uploader)
initialize
in interface DataLine
initialize
in class AbstractDataLine
uploader
- the Uploader
that provides access to
information about the uploadpublic void cleanup()
AbstractDataLine
cleanup
in interface DataLine
cleanup
in class AbstractDataLine
public java.lang.Object getValueAt(int index)
DataLine
public LimeTableColumn getColumn(int idx)
DataLine
public java.lang.String[] getToolTipArray()
AbstractDataLine
getToolTipArray
in interface DataLine
getToolTipArray
in class AbstractDataLine
public boolean isDynamic(int idx)
DataLine
public void update()
update
in interface DataLine
update
in class AbstractDataLine
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |