de.hattrickorganizer.gui.templates
Class DoppelLabelEntry

java.lang.Object
  extended by de.hattrickorganizer.gui.templates.TableEntry
      extended by de.hattrickorganizer.gui.templates.DoppelLabelEntry
All Implemented Interfaces:
java.lang.Comparable, IHOTableEntry
Direct Known Subclasses:
SmilieEntry, SpielerStatusLabelEntry

public class DoppelLabelEntry
extends TableEntry

Ein Panel mit zwei Labels, um zwei Werte in einer Spalte anzuzeigen ( Wert, Verbesserung )


Constructor Summary
DoppelLabelEntry()
          Creates a new DoppelLabelEntry object.
DoppelLabelEntry(java.awt.Color color)
          Creates a new DoppelLabelEntry object.
DoppelLabelEntry(TableEntry links, TableEntry rechts)
          Creates a new DoppelLabelEntry 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
 ColorLabelEntry getLinks()
          Nur benutzen, wenn es auch ein ColorLabelEntry ist!
 ColorLabelEntry getRechts()
          Nur benutzen, wenn es auch ein ColorLabelEntry ist!
 TableEntry getTableEntryLinks()
          TODO Missing Method Documentation
 TableEntry getTableRechts()
          TODO Missing Method Documentation
 void setLabels(TableEntry links, TableEntry rechts)
          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

DoppelLabelEntry

public DoppelLabelEntry()
Creates a new DoppelLabelEntry object.


DoppelLabelEntry

public DoppelLabelEntry(java.awt.Color color)
Creates a new DoppelLabelEntry object.

Parameters:
color - TODO Missing Constructuor Parameter Documentation

DoppelLabelEntry

public DoppelLabelEntry(TableEntry links,
                        TableEntry rechts)
Creates a new DoppelLabelEntry object.

Parameters:
links - TODO Missing Constructuor Parameter Documentation
rechts - 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

setLabels

public final void setLabels(TableEntry links,
                            TableEntry rechts)
TODO Missing Method Documentation

Parameters:
links - TODO Missing Method Parameter Documentation
rechts - TODO Missing Method Parameter Documentation

getLinks

public final ColorLabelEntry getLinks()
Nur benutzen, wenn es auch ein ColorLabelEntry ist!

Returns:
TODO Missing Return Method Documentation

getRechts

public final ColorLabelEntry getRechts()
Nur benutzen, wenn es auch ein ColorLabelEntry ist!

Returns:
TODO Missing Return Method Documentation

getTableEntryLinks

public final TableEntry getTableEntryLinks()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation

getTableRechts

public final TableEntry getTableRechts()
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 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 void updateComponent()
TODO Missing Method Documentation

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