|
||||||||||
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.ColorLabelEntry
public class ColorLabelEntry
Field Summary | |
---|---|
static java.awt.Color |
BG_FLAGGEN
TODO Missing Parameter Documentation |
static java.awt.Color |
BG_SPIELEREINZELWERTE
TODO Missing Parameter Documentation |
static java.awt.Color |
BG_SPIELERPOSITONSWERTE
TODO Missing Parameter Documentation |
static java.awt.Color |
BG_SPIELERSONDERWERTE
TODO Missing Parameter Documentation |
static java.awt.Color |
BG_SPIELERSUBPOSITONSWERTE
TODO Missing Parameter Documentation |
static java.awt.Color |
BG_STANDARD
TODO Missing Parameter Documentation |
static java.awt.Color |
FG_GRAU
TODO Missing Parameter Documentation |
static java.awt.Color |
FG_STANDARD
TODO Missing Parameter Documentation |
static java.awt.Color |
FG_TRANSFERMARKT
TODO Missing Parameter Documentation |
static java.awt.Color |
FG_VERBESSERUNG
TODO Missing Parameter Documentation |
protected static java.awt.Color |
FG_VERLETZT
TODO Missing Parameter Documentation |
static java.awt.Color |
FG_VERSCHLECHTERUNG
TODO Missing Parameter Documentation |
Constructor Summary | |
---|---|
ColorLabelEntry(double zahl,
java.awt.Color bg_color,
boolean currencyformat,
int nachkommastellen)
ColorLabel zu darstellen von Geldwert mit Hintergrundfarbe, nachkommstellen sind nur für nichtcurrency interessant |
|
ColorLabelEntry(double sortindex,
java.lang.String text,
java.awt.Color foreground,
java.awt.Color background,
int horizontalAusrichtung)
ColorLabel nur mit Text und sortindex |
|
ColorLabelEntry(float zahl)
ColorLabel zu darstellen von Veränderungen |
|
ColorLabelEntry(float zahl,
java.awt.Color bg_color,
boolean currencyformat)
ColorLabel zu darstellen von Veränderungen mit Hintergrundfarbe |
|
ColorLabelEntry(float zahl,
java.awt.Color bg_color,
boolean currencyformat,
boolean farbeInvertieren)
Creates a new ColorLabelEntry object. |
|
ColorLabelEntry(float zahl,
java.awt.Color bg_color,
boolean currencyformat,
boolean farbeInvertieren,
int nachkommastellen)
ColorLabel zu darstellen von Veränderungen mit Hintergrundfarbe |
|
ColorLabelEntry(javax.swing.Icon icon,
double sortindex,
java.awt.Color foreground,
java.awt.Color background,
int horizontalAusrichtung)
ColorLabel nur mit Icon und sortindex |
|
ColorLabelEntry(int number,
java.awt.Color foreground,
java.awt.Color background,
int horizontalAusrichtung)
Creates a new ColorLabelEntry object. |
|
ColorLabelEntry(int intzahl,
double zahl,
boolean aktuell,
java.awt.Color background,
boolean mitText)
ColorLabel mit Image zur Darstellung von Veränderungen |
|
ColorLabelEntry(int changeVal,
java.lang.String text,
double sortVal,
boolean aktuell,
java.awt.Color background,
boolean mitText)
ColorLabel mit Image zur Darstellung von Veränderungen (mit Text als String) |
|
ColorLabelEntry(java.lang.String text,
java.awt.Color foreground,
java.awt.Color background,
int horizontalAusrichtung)
ColorLabel ohne Icon |
Method Summary | |
---|---|
void |
clear()
TODO Missing Method Documentation |
int |
compareTo(java.lang.Object obj)
Vergleich zum Sortieren |
void |
createComponent()
Erstellt eine passende Komponente |
javax.swing.JComponent |
getComponent(boolean isSelected)
Gibt eine passende Komponente zurück |
static java.awt.Color |
getForegroundForSpieler(ISpieler spieler)
|
java.lang.String |
getText()
Gibt den Text zurück |
double |
getZahl()
Gibt die Zahl zurück |
void |
setAusrichtung(int ausrichtung)
TODO Missing Method Documentation |
void |
setBGColor(java.awt.Color bgcolor)
TODO Missing Method Documentation |
void |
setFGColor(java.awt.Color fgcolor)
TODO Missing Method Documentation |
void |
setFont(java.awt.Font font)
TODO Missing Method Documentation |
void |
setFontStyle(int fontStyle)
TODO Missing Method Documentation |
void |
setGrafischeVeraenderungswert(double zahl,
boolean aktuell,
boolean mitText)
Ändern der Grafik der Veränderung (Für Werte ohne Sub, d.h. |
void |
setGrafischeVeraenderungswert(int intzahl,
double zahl,
boolean aktuell,
boolean mitText)
Ändern der Grafik der Veränderung (Für Werte mit Sub, d.h. |
void |
setIcon(javax.swing.Icon icon)
TODO Missing Method Documentation |
void |
setIcon(javax.swing.Icon icon,
int imageAusrichtung)
TODO Missing Method Documentation |
void |
setIconWithSort(javax.swing.Icon icon,
double sortindex)
TODO Missing Method Documentation |
void |
setSpezialNumber(float zahl,
boolean currencyformat)
TODO Missing Method Documentation |
void |
setSpezialNumber(int zahl,
boolean currencyformat)
TODO Missing Method Documentation |
void |
setSpezialNumber(int zahl,
boolean currencyformat,
boolean showZero)
TODO Missing Method Documentation |
void |
setText(java.lang.String text)
|
void |
setToolTipText(java.lang.String text)
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 |
Field Detail |
---|
public static java.awt.Color FG_STANDARD
public static java.awt.Color FG_GRAU
protected static java.awt.Color FG_VERLETZT
public static final java.awt.Color FG_VERBESSERUNG
public static final java.awt.Color FG_VERSCHLECHTERUNG
public static java.awt.Color FG_TRANSFERMARKT
public static final java.awt.Color BG_STANDARD
public static final java.awt.Color BG_SPIELERSONDERWERTE
public static final java.awt.Color BG_SPIELEREINZELWERTE
public static final java.awt.Color BG_SPIELERPOSITONSWERTE
public static final java.awt.Color BG_SPIELERSUBPOSITONSWERTE
public static final java.awt.Color BG_FLAGGEN
Constructor Detail |
---|
public ColorLabelEntry(java.lang.String text, java.awt.Color foreground, java.awt.Color background, int horizontalAusrichtung)
text
- TODO Missing Constructuor Parameter Documentationforeground
- TODO Missing Constructuor Parameter Documentationbackground
- TODO Missing Constructuor Parameter DocumentationhorizontalAusrichtung
- TODO Missing Constructuor Parameter Documentationpublic ColorLabelEntry(int number, java.awt.Color foreground, java.awt.Color background, int horizontalAusrichtung)
number
- TODO Missing Constructuor Parameter Documentationforeground
- TODO Missing Constructuor Parameter Documentationbackground
- TODO Missing Constructuor Parameter DocumentationhorizontalAusrichtung
- TODO Missing Constructuor Parameter Documentationpublic ColorLabelEntry(javax.swing.Icon icon, double sortindex, java.awt.Color foreground, java.awt.Color background, int horizontalAusrichtung)
icon
- TODO Missing Constructuor Parameter Documentationsortindex
- TODO Missing Constructuor Parameter Documentationforeground
- TODO Missing Constructuor Parameter Documentationbackground
- TODO Missing Constructuor Parameter DocumentationhorizontalAusrichtung
- TODO Missing Constructuor Parameter Documentationpublic ColorLabelEntry(double sortindex, java.lang.String text, java.awt.Color foreground, java.awt.Color background, int horizontalAusrichtung)
sortindex
- TODO Missing Constructuor Parameter Documentationtext
- TODO Missing Constructuor Parameter Documentationforeground
- TODO Missing Constructuor Parameter Documentationbackground
- TODO Missing Constructuor Parameter DocumentationhorizontalAusrichtung
- TODO Missing Constructuor Parameter Documentationpublic ColorLabelEntry(int intzahl, double zahl, boolean aktuell, java.awt.Color background, boolean mitText)
intzahl
- TODO Missing Constructuor Parameter Documentationzahl
- TODO Missing Constructuor Parameter Documentationaktuell
- TODO Missing Constructuor Parameter Documentationbackground
- TODO Missing Constructuor Parameter DocumentationmitText
- TODO Missing Constructuor Parameter Documentationpublic ColorLabelEntry(int changeVal, java.lang.String text, double sortVal, boolean aktuell, java.awt.Color background, boolean mitText)
changeVal
- Change value for the icontext
- text to showsortVal
- value for sortaktuell
- current or old data setbackground
- background colormitText
- show the text?public ColorLabelEntry(float zahl)
zahl
- TODO Missing Constructuor Parameter Documentationpublic ColorLabelEntry(float zahl, java.awt.Color bg_color, boolean currencyformat)
zahl
- TODO Missing Constructuor Parameter Documentationbg_color
- TODO Missing Constructuor Parameter Documentationcurrencyformat
- TODO Missing Constructuor Parameter Documentationpublic ColorLabelEntry(float zahl, java.awt.Color bg_color, boolean currencyformat, boolean farbeInvertieren)
zahl
- TODO Missing Constructuor Parameter Documentationbg_color
- TODO Missing Constructuor Parameter Documentationcurrencyformat
- TODO Missing Constructuor Parameter DocumentationfarbeInvertieren
- TODO Missing Constructuor Parameter Documentationpublic ColorLabelEntry(float zahl, java.awt.Color bg_color, boolean currencyformat, boolean farbeInvertieren, int nachkommastellen)
zahl
- TODO Missing Constructuor Parameter Documentationbg_color
- TODO Missing Constructuor Parameter Documentationcurrencyformat
- TODO Missing Constructuor Parameter DocumentationfarbeInvertieren
- TODO Missing Constructuor Parameter Documentationnachkommastellen
- TODO Missing Constructuor Parameter Documentationpublic ColorLabelEntry(double zahl, java.awt.Color bg_color, boolean currencyformat, int nachkommastellen)
zahl
- TODO Missing Constructuor Parameter Documentationbg_color
- TODO Missing Constructuor Parameter Documentationcurrencyformat
- TODO Missing Constructuor Parameter Documentationnachkommastellen
- TODO Missing Constructuor Parameter DocumentationMethod Detail |
---|
public final void setAusrichtung(int ausrichtung)
ausrichtung
- TODO Missing Method Parameter Documentationpublic 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 static java.awt.Color getForegroundForSpieler(ISpieler spieler)
public final void setFGColor(java.awt.Color fgcolor)
fgcolor
- TODO Missing Method Parameter Documentationpublic final void setFont(java.awt.Font font)
font
- TODO Missing Method Parameter Documentationpublic final void setFontStyle(int fontStyle)
fontStyle
- TODO Missing Method Parameter Documentationpublic final void setGrafischeVeraenderungswert(double zahl, boolean aktuell, boolean mitText)
zahl
- TODO Missing Constructuor Parameter Documentationaktuell
- TODO Missing Constructuor Parameter DocumentationmitText
- TODO Missing Constructuor Parameter Documentationpublic final void setGrafischeVeraenderungswert(int intzahl, double zahl, boolean aktuell, boolean mitText)
intzahl
- TODO Missing Constructuor Parameter Documentationzahl
- TODO Missing Constructuor Parameter Documentationaktuell
- TODO Missing Constructuor Parameter DocumentationmitText
- TODO Missing Constructuor Parameter Documentationpublic final void setIcon(javax.swing.Icon icon)
icon
- TODO Missing Method Parameter Documentationpublic final void setIcon(javax.swing.Icon icon, int imageAusrichtung)
icon
- TODO Missing Method Parameter DocumentationimageAusrichtung
- TODO Missing Method Parameter Documentationpublic final void setIconWithSort(javax.swing.Icon icon, double sortindex)
icon
- TODO Missing Method Parameter Documentationsortindex
- TODO Missing Method Parameter Documentationpublic final void setSpezialNumber(int zahl, boolean currencyformat)
zahl
- TODO Missing Method Parameter Documentationcurrencyformat
- TODO Missing Method Parameter Documentationpublic final void setSpezialNumber(int zahl, boolean currencyformat, boolean showZero)
zahl
- TODO Missing Method Parameter Documentationcurrencyformat
- TODO Missing Method Parameter DocumentationshowZero
- TODO Missing Method Parameter Documentationpublic final void setSpezialNumber(float zahl, boolean currencyformat)
zahl
- TODO Missing Method Parameter Documentationcurrencyformat
- TODO Missing Method Parameter Documentationpublic final void setText(java.lang.String text)
public final java.lang.String getText()
public final void setToolTipText(java.lang.String text)
text
- 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 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 |