de.hattrickorganizer.gui.templates
Class RatingTableEntry

java.lang.Object
  extended by de.hattrickorganizer.gui.templates.TableEntry
      extended by de.hattrickorganizer.gui.templates.RatingTableEntry
All Implemented Interfaces:
java.lang.Comparable, IHOTableEntry

public class RatingTableEntry
extends TableEntry

TODO Missing Class Documentation

Author:
TODO Author Name

Constructor Summary
RatingTableEntry()
          Creates a new RatingTableEntry object.
RatingTableEntry(float f, boolean yellowstar)
          Creates a new RatingTableEntry object.
 
Method Summary
 void clear()
          TODO Missing Method Documentation
 int compareTo(java.lang.Object obj)
          TODO Missing Method Documentation
 void createComponent()
          TODO Missing Method Documentation
 javax.swing.JComponent getComponent(boolean isSelected)
          TODO Missing Method Documentation
 float getRating()
          TODO Missing Method Documentation
 boolean isYellowStar()
          TODO Missing Method Documentation
 void setRating(float f)
          TODO Missing Method Documentation
 void setRating(float f, boolean forceUpdate)
          TODO Missing Method Documentation
 void setToolTipText(java.lang.String text)
          TODO Missing Method Documentation
 void setYellowStar(boolean value)
          TODO Missing Method Documentation
 void updateComponent()
          TODO Missing Method Documentation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RatingTableEntry

public RatingTableEntry()
Creates a new RatingTableEntry object.


RatingTableEntry

public RatingTableEntry(float f,
                        boolean yellowstar)
Creates a new RatingTableEntry object.

Parameters:
f - TODO Missing Constructuor Parameter Documentation
yellowstar - TODO Missing Constructuor Parameter Documentation
Method Detail

getComponent

public final javax.swing.JComponent getComponent(boolean isSelected)
TODO Missing Method Documentation

Specified by:
getComponent in interface IHOTableEntry
Specified by:
getComponent in class TableEntry
Parameters:
isSelected - TODO Missing Method Parameter Documentation
Returns:
TODO Missing Return Method Documentation

setRating

public final void setRating(float f)
TODO Missing Method Documentation

Parameters:
f - TODO Missing Method Parameter Documentation

setRating

public final void setRating(float f,
                            boolean forceUpdate)
TODO Missing Method Documentation

Parameters:
f - TODO Missing Method Parameter Documentation
forceUpdate - TODO Missing Method Parameter Documentation

getRating

public final float getRating()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation

setToolTipText

public final void setToolTipText(java.lang.String text)
TODO Missing Method Documentation

Parameters:
text - TODO Missing Method Parameter Documentation

setYellowStar

public final void setYellowStar(boolean value)
TODO Missing Method Documentation

Parameters:
value - TODO Missing Method Parameter Documentation

isYellowStar

public final boolean isYellowStar()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation

clear

public final void clear()
TODO Missing Method Documentation

Specified by:
clear in interface IHOTableEntry
Specified by:
clear in class TableEntry

compareTo

public final int compareTo(java.lang.Object obj)
TODO Missing Method Documentation

Specified by:
compareTo in interface java.lang.Comparable
Specified by:
compareTo in interface IHOTableEntry
Specified by:
compareTo in class TableEntry
Parameters:
obj - TODO Missing Method Parameter Documentation
Returns:
TODO Missing Return Method Documentation

createComponent

public final void createComponent()
TODO Missing Method Documentation

Specified by:
createComponent in interface IHOTableEntry
Specified by:
createComponent in class TableEntry

updateComponent

public final void updateComponent()
TODO Missing Method Documentation

Specified by:
updateComponent in interface IHOTableEntry
Specified by:
updateComponent in class TableEntry