|
||||||||||
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.SkillEntry
public class SkillEntry
Skillanzeige eines Spielers (Nachkommastellen in Grau)
Constructor Summary | |
---|---|
SkillEntry()
Creates a new SkillEntry object. |
|
SkillEntry(double zahl)
Creates a new SkillEntry object. |
|
SkillEntry(double zahl,
java.awt.Color foreground,
java.awt.Color foreground2,
java.awt.Color background)
Creates a new SkillEntry object. |
Method Summary | |
---|---|
void |
clear()
TODO Missing Method Documentation |
int |
compareTo(java.lang.Object obj)
Vergleich zum Sortieren |
void |
createComponent()
Erstellt eine passende Komponente |
void |
createText()
Erzeugt die beiden Texte aus der Zahl |
javax.swing.JComponent |
getComponent(boolean isSelected)
Gibt eine passende Komponente zurück |
double |
getZahl()
Gibt die Zahl zurück |
void |
setBGColor(java.awt.Color bgcolor)
TODO Missing Method Documentation |
void |
setFGColor(java.awt.Color fgcolor)
TODO Missing Method Documentation |
void |
setZahl(double zahl)
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 |
---|
public SkillEntry()
public SkillEntry(double zahl)
zahl
- TODO Missing Constructuor Parameter Documentationpublic SkillEntry(double zahl, java.awt.Color foreground, java.awt.Color foreground2, java.awt.Color background)
zahl
- TODO Missing Constructuor Parameter Documentationforeground
- TODO Missing Constructuor Parameter Documentationforeground2
- TODO Missing Constructuor Parameter Documentationbackground
- TODO Missing Constructuor Parameter DocumentationMethod Detail |
---|
public final void setBGColor(java.awt.Color bgcolor)
bgcolor
- TODO Missing Method Parameter Documentationpublic final javax.swing.JComponent getComponent(boolean isSelected)
getComponent
in interface IHOTableEntry
getComponent
in class TableEntry
isSelected
- TODO Missing Constructuor Parameter Documentation
public final void setFGColor(java.awt.Color fgcolor)
fgcolor
- TODO Missing Method Parameter Documentationpublic final void setZahl(double zahl)
zahl
- TODO Missing Method Parameter Documentationpublic final double getZahl()
public final void clear()
clear
in interface IHOTableEntry
clear
in class TableEntry
public final int compareTo(java.lang.Object obj)
compareTo
in interface java.lang.Comparable
compareTo
in interface IHOTableEntry
compareTo
in class TableEntry
obj
- TODO Missing Constructuor Parameter Documentation
public final void createComponent()
createComponent
in interface IHOTableEntry
createComponent
in class TableEntry
public final void createText()
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 |