de.hattrickorganizer.gui.templates
Class ProgressbarTableEntry

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

public class ProgressbarTableEntry
extends TableEntry

TODO Missing Class Documentation

Author:
TODO Author Name

Constructor Summary
ProgressbarTableEntry(int aktuellerwert, int minwert, int maxwert, int nachkommastellen, double faktor4Label, java.awt.Color bgcolor, java.awt.Color fgcolor, java.lang.String addText)
          Creates a new ProgressbarTableEntry object.
 
Method Summary
 void clear()
          TODO Missing Method Documentation
 int compareTo(java.lang.Object o)
          TODO Missing Method Documentation
 void createComponent()
          TODO Missing Method Documentation
 java.lang.String getAddText()
          Getter for property m_clFGColor.
 int getAktuellerWert()
          Getter for property m_iAktuellerWert.
 java.awt.Color getBGColor()
          Getter for property m_clBGColor.
 javax.swing.JComponent getComponent(boolean isSelected)
          TODO Missing Method Documentation
 double getFaktor4Label()
          Getter for property m_dFaktor4Label.
 java.awt.Color getFGColor()
          Getter for property m_clFGColor.
 int getMaxWert()
          Getter for property m_iMaxWert.
 int getMinWert()
          Getter for property m_iMinWert.
 int getNachkommastellen()
          Getter for property m_iNachkommastellen.
 void setAddText(java.lang.String m_sAddText)
          Setter for property m_clFGColor.
 void setAktuellerWert(int m_iAktuellerWert)
          Setter for property m_iAktuellerWert.
 void setBGColor(java.awt.Color m_clBGColor)
          Setter for property m_clBGColor.
 void setFaktor4Label(double m_dFaktor4Label)
          Setter for property m_dFaktor4Label.
 void setFGColor(java.awt.Color m_clFGColor)
          Setter for property m_clFGColor.
 void setMaxWert(int m_iMaxWert)
          Setter for property m_iMaxWert.
 void setMinWert(int m_iMinWert)
          Setter for property m_iMinWert.
 void setNachkommastellen(int m_iNachkommastellen)
          Setter for property m_iNachkommastellen.
 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

ProgressbarTableEntry

public ProgressbarTableEntry(int aktuellerwert,
                             int minwert,
                             int maxwert,
                             int nachkommastellen,
                             double faktor4Label,
                             java.awt.Color bgcolor,
                             java.awt.Color fgcolor,
                             java.lang.String addText)
Creates a new ProgressbarTableEntry object.

Parameters:
aktuellerwert - TODO Missing Constructuor Parameter Documentation
minwert - TODO Missing Constructuor Parameter Documentation
maxwert - TODO Missing Constructuor Parameter Documentation
nachkommastellen - TODO Missing Constructuor Parameter Documentation
faktor4Label - TODO Missing Constructuor Parameter Documentation
bgcolor - TODO Missing Constructuor Parameter Documentation
fgcolor - TODO Missing Constructuor Parameter Documentation
addText - TODO Missing Constructuor Parameter Documentation
Method Detail

setAddText

public final void setAddText(java.lang.String m_sAddText)
Setter for property m_clFGColor.

Parameters:
m_sAddText - New value of property m_clFGColor.

getAddText

public final java.lang.String getAddText()
Getter for property m_clFGColor.

Returns:
Value of property m_clFGColor.

setAktuellerWert

public final void setAktuellerWert(int m_iAktuellerWert)
Setter for property m_iAktuellerWert.

Parameters:
m_iAktuellerWert - New value of property m_iAktuellerWert.

getAktuellerWert

public final int getAktuellerWert()
Getter for property m_iAktuellerWert.

Returns:
Value of property m_iAktuellerWert.

setBGColor

public final void setBGColor(java.awt.Color m_clBGColor)
Setter for property m_clBGColor.

Parameters:
m_clBGColor - New value of property m_clBGColor.

getBGColor

public final java.awt.Color getBGColor()
Getter for property m_clBGColor.

Returns:
Value of property m_clBGColor.

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

setFGColor

public final void setFGColor(java.awt.Color m_clFGColor)
Setter for property m_clFGColor.

Parameters:
m_clFGColor - New value of property m_clFGColor.

getFGColor

public final java.awt.Color getFGColor()
Getter for property m_clFGColor.

Returns:
Value of property m_clFGColor.

setFaktor4Label

public final void setFaktor4Label(double m_dFaktor4Label)
Setter for property m_dFaktor4Label.

Parameters:
m_dFaktor4Label - New value of property m_dFaktor4Label.

getFaktor4Label

public final double getFaktor4Label()
Getter for property m_dFaktor4Label.

Returns:
Value of property m_dFaktor4Label.

setMaxWert

public final void setMaxWert(int m_iMaxWert)
Setter for property m_iMaxWert.

Parameters:
m_iMaxWert - New value of property m_iMaxWert.

getMaxWert

public final int getMaxWert()
Getter for property m_iMaxWert.

Returns:
Value of property m_iMaxWert.

setMinWert

public final void setMinWert(int m_iMinWert)
Setter for property m_iMinWert.

Parameters:
m_iMinWert - New value of property m_iMinWert.

getMinWert

public final int getMinWert()
Getter for property m_iMinWert.

Returns:
Value of property m_iMinWert.

setNachkommastellen

public final void setNachkommastellen(int m_iNachkommastellen)
Setter for property m_iNachkommastellen.

Parameters:
m_iNachkommastellen - New value of property m_iNachkommastellen.

getNachkommastellen

public final int getNachkommastellen()
Getter for property m_iNachkommastellen.

Returns:
Value of property m_iNachkommastellen.

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 o)
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:
o - 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