de.hattrickorganizer.gui.templates
Class TorLabelEntry

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

public class TorLabelEntry
extends TableEntry

TODO Missing Class Documentation

Author:
TODO Author Name

Constructor Summary
TorLabelEntry()
          Creates a new TorLabelEntry object.
TorLabelEntry(int tore)
          Creates a new TorLabelEntry 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
 int getTore()
          TODO Missing Method Documentation
 void incTore()
          TODO Missing Method Documentation
 void setTore(int tore)
          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

TorLabelEntry

public TorLabelEntry()
Creates a new TorLabelEntry object.


TorLabelEntry

public TorLabelEntry(int tore)
Creates a new TorLabelEntry object.

Parameters:
tore - 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

setTore

public final void setTore(int tore)
TODO Missing Method Documentation

Parameters:
tore - TODO Missing Method Parameter Documentation

getTore

public final int getTore()
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

incTore

public final void incTore()
TODO Missing Method Documentation


updateComponent

public final void updateComponent()
TODO Missing Method Documentation

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