de.hattrickorganizer.gui.templates
Class TableEntry

java.lang.Object
  extended by de.hattrickorganizer.gui.templates.TableEntry
All Implemented Interfaces:
java.lang.Comparable, IHOTableEntry
Direct Known Subclasses:
ColorLabelEntry, DoppelLabelEntry, ProgressbarTableEntry, RatingTableEntry, SkillEntry, SpielerLabelEntry, TorLabelEntry

public abstract class TableEntry
extends java.lang.Object
implements IHOTableEntry


Constructor Summary
TableEntry()
           
 
Method Summary
abstract  void clear()
          TODO Missing Method Documentation
abstract  int compareTo(java.lang.Object obj)
          TODO Missing Method Documentation
abstract  void createComponent()
          TODO Missing Method Documentation
abstract  javax.swing.JComponent getComponent(boolean isSelected)
          TODO Missing Method Documentation
abstract  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

TableEntry

public TableEntry()
Method Detail

getComponent

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

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

clear

public abstract void clear()
TODO Missing Method Documentation

Specified by:
clear in interface IHOTableEntry

compareTo

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

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

createComponent

public abstract void createComponent()
TODO Missing Method Documentation

Specified by:
createComponent in interface IHOTableEntry

updateComponent

public abstract void updateComponent()
TODO Missing Method Documentation

Specified by:
updateComponent in interface IHOTableEntry