com.limegroup.gnutella.gui.tables
Class ColoredCellImpl
java.lang.Object
com.limegroup.gnutella.gui.tables.ColoredCellImpl
- All Implemented Interfaces:
- ColoredCell, java.lang.Comparable
- public final class ColoredCellImpl
- extends java.lang.Object
- implements ColoredCell, java.lang.Comparable
Constructor Summary |
ColoredCellImpl(java.lang.Object dsp,
java.awt.Color cl)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ColoredCellImpl
public ColoredCellImpl(java.lang.Object dsp,
java.awt.Color cl)
getValue
public java.lang.Object getValue()
- Specified by:
getValue
in interface ColoredCell
getColor
public java.awt.Color getColor()
- Specified by:
getColor
in interface ColoredCell
toString
public java.lang.String toString()
compareTo
public int compareTo(java.lang.Object o)
- Specified by:
compareTo
in interface java.lang.Comparable