|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FListViewDataRequestInterface
FListView needs its user to provide these informations.
Method Summary | |
---|---|
FListViewItemCell |
getCellValue(int row,
int col)
Provide the information in detail view. The information should be construct in a FListViewItemCell instance. |
javax.swing.Icon |
getIcon(int mIconType,
int i)
Provide a Icon. |
void |
reLoadData(boolean isReSort)
|
Method Detail |
---|
javax.swing.Icon getIcon(int mIconType, int i)
mIconType
- type of icon.FCommonList.BIGICON=1 | Big Icon |
FCommonList.NormalICON=2 | Normal Icon |
FCommonList.SMALLICON=3 | Small Icon |
FCommonList.THUMBNAIL=4 | Thumbnails |
i
- index of the item, which needs an icon.
FListViewItemCell getCellValue(int row, int col)
row
- row position in detail view.col
- column position in detail view.
void reLoadData(boolean isReSort)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |