|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.limegroup.gnutella.gui.tables.AbstractDataLine
Abstract dataline class that implements DataLine functions that may not be absolutely necessary in all DataLine instances
Field Summary | |
protected java.lang.Object |
initializer
The object that initialized the dataline. |
Constructor Summary | |
AbstractDataLine()
|
Method Summary | |
void |
cleanup()
A blank implementatino of cleanup, because it is not necessary. |
java.lang.Object |
getInitializeObject()
Get the object that initialized the DataLine |
java.lang.String[] |
getToolTipArray()
By default, DataLines will have no tooltip. |
void |
initialize(java.lang.Object o)
Set up a new DataLine with o |
void |
setInitializeObject(java.lang.Object o)
Reset the object that initialized the DataLine |
void |
setValueAt(java.lang.Object o,
int col)
A blank implementation of setValueAt, because it is not necessary. |
void |
update()
A blank implementation of update, because it is not necessary. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.limegroup.gnutella.gui.tables.DataLine |
getColumn, getColumnCount, getValueAt, isDynamic |
Field Detail |
protected java.lang.Object initializer
Constructor Detail |
public AbstractDataLine()
Method Detail |
public void initialize(java.lang.Object o)
DataLine
initialize
in interface DataLine
public java.lang.Object getInitializeObject()
DataLine
getInitializeObject
in interface DataLine
public void setInitializeObject(java.lang.Object o)
DataLine
setInitializeObject
in interface DataLine
public void setValueAt(java.lang.Object o, int col)
setValueAt
in interface DataLine
public void cleanup()
cleanup
in interface DataLine
public void update()
update
in interface DataLine
public java.lang.String[] getToolTipArray()
getToolTipArray
in interface DataLine
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |