|
||||||||||
| 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.DoppelLabelEntry
public class DoppelLabelEntry
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 |
|---|
public DoppelLabelEntry()
public DoppelLabelEntry(java.awt.Color color)
color - TODO Missing Constructuor Parameter Documentation
public DoppelLabelEntry(TableEntry links,
TableEntry rechts)
links - TODO Missing Constructuor Parameter Documentationrechts - TODO Missing Constructuor Parameter Documentation| Method Detail |
|---|
public final javax.swing.JComponent getComponent(boolean isSelected)
getComponent in interface IHOTableEntrygetComponent in class TableEntryisSelected - TODO Missing Method Parameter Documentation
public final void setLabels(TableEntry links,
TableEntry rechts)
links - TODO Missing Method Parameter Documentationrechts - TODO Missing Method Parameter Documentationpublic final ColorLabelEntry getLinks()
public final ColorLabelEntry getRechts()
public final TableEntry getTableEntryLinks()
public final TableEntry getTableRechts()
public final void clear()
clear in interface IHOTableEntryclear in class TableEntrypublic int compareTo(java.lang.Object obj)
compareTo in interface java.lang.ComparablecompareTo in interface IHOTableEntrycompareTo in class TableEntryobj - TODO Missing Method Parameter Documentation
public final void createComponent()
createComponent in interface IHOTableEntrycreateComponent in class TableEntrypublic void updateComponent()
updateComponent in interface IHOTableEntryupdateComponent in class TableEntry
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||