|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.hattrickorganizer.gui.templates.TableEntry
de.hattrickorganizer.gui.templates.ProgressbarTableEntry
public class ProgressbarTableEntry
TODO Missing Class Documentation
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 |
---|
public ProgressbarTableEntry(int aktuellerwert, int minwert, int maxwert, int nachkommastellen, double faktor4Label, java.awt.Color bgcolor, java.awt.Color fgcolor, java.lang.String addText)
aktuellerwert
- TODO Missing Constructuor Parameter Documentationminwert
- TODO Missing Constructuor Parameter Documentationmaxwert
- TODO Missing Constructuor Parameter Documentationnachkommastellen
- TODO Missing Constructuor Parameter Documentationfaktor4Label
- TODO Missing Constructuor Parameter Documentationbgcolor
- TODO Missing Constructuor Parameter Documentationfgcolor
- TODO Missing Constructuor Parameter DocumentationaddText
- TODO Missing Constructuor Parameter DocumentationMethod Detail |
---|
public final void setAddText(java.lang.String m_sAddText)
m_sAddText
- New value of property m_clFGColor.public final java.lang.String getAddText()
public final void setAktuellerWert(int m_iAktuellerWert)
m_iAktuellerWert
- New value of property m_iAktuellerWert.public final int getAktuellerWert()
public final void setBGColor(java.awt.Color m_clBGColor)
m_clBGColor
- New value of property m_clBGColor.public final java.awt.Color getBGColor()
public final javax.swing.JComponent getComponent(boolean isSelected)
getComponent
in interface IHOTableEntry
getComponent
in class TableEntry
isSelected
- TODO Missing Method Parameter Documentation
public final void setFGColor(java.awt.Color m_clFGColor)
m_clFGColor
- New value of property m_clFGColor.public final java.awt.Color getFGColor()
public final void setFaktor4Label(double m_dFaktor4Label)
m_dFaktor4Label
- New value of property m_dFaktor4Label.public final double getFaktor4Label()
public final void setMaxWert(int m_iMaxWert)
m_iMaxWert
- New value of property m_iMaxWert.public final int getMaxWert()
public final void setMinWert(int m_iMinWert)
m_iMinWert
- New value of property m_iMinWert.public final int getMinWert()
public final void setNachkommastellen(int m_iNachkommastellen)
m_iNachkommastellen
- New value of property m_iNachkommastellen.public final int getNachkommastellen()
public final void clear()
clear
in interface IHOTableEntry
clear
in class TableEntry
public final int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
compareTo
in interface IHOTableEntry
compareTo
in class TableEntry
o
- TODO Missing Method Parameter Documentation
public final void createComponent()
createComponent
in interface IHOTableEntry
createComponent
in class TableEntry
public final void updateComponent()
updateComponent
in interface IHOTableEntry
updateComponent
in class TableEntry
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |