|
||||||||||
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 Documentationpublic DoppelLabelEntry(TableEntry links, TableEntry rechts)
links
- TODO Missing Constructuor Parameter Documentationrechts
- TODO Missing Constructuor Parameter DocumentationMethod Detail |
---|
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 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 IHOTableEntry
clear
in class TableEntry
public int compareTo(java.lang.Object obj)
compareTo
in interface java.lang.Comparable
compareTo
in interface IHOTableEntry
compareTo
in class TableEntry
obj
- TODO Missing Method Parameter Documentation
public final void createComponent()
createComponent
in interface IHOTableEntry
createComponent
in class TableEntry
public 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 |