|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IHOTableEntry
An Entry for a JTable, first set addHOTableRendere( javax.swing.JTable table ) so your table shows the Entry correct
Method Summary | |
---|---|
void |
clear()
Clear the Component and reset it to the defaultvalues You donīt have to use this method at all, but it is recommend. |
int |
compareTo(java.lang.Object obj)
Usefull to sort the table |
void |
createComponent()
Create the Component. |
javax.swing.JComponent |
getComponent(boolean isSelected)
This methode returns the JComponent, which shall be shown in the Table. |
void |
updateComponent()
Update the Component which was created bei createComponent instead of creating a new one. |
Method Detail |
---|
javax.swing.JComponent getComponent(boolean isSelected)
isSelected
- TODO Missing Constructuor Parameter Documentation
void clear()
int compareTo(java.lang.Object obj)
compareTo
in interface java.lang.Comparable
obj
- TODO Missing Constructuor Parameter Documentation
void createComponent()
void updateComponent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |