|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ChinaVO.FITSManager.FListViewOperator.FListViewGetIconListener
public abstract class FListViewGetIconListener
someone who want to provider the icons for files in FListView should extends this Listener.
| Constructor Summary | |
|---|---|
FListViewGetIconListener()
|
|
| Method Summary | |
|---|---|
abstract javax.swing.Icon |
getIcon(java.io.File f,
int iconType)
used for FListViewOperator to get the icons from other provider. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FListViewGetIconListener()
| Method Detail |
|---|
public abstract javax.swing.Icon getIcon(java.io.File f,
int iconType)
f - a File instance.iconType - the type of the icons.| FCommonList.BIGICON=1 | Big Icon |
| FCommonList.NormalICON=2 | Normal Icon |
| FCommonList.SMALLICON=3 | Small Icon |
| FCommonList.THUMBNAIL=4 | Thumbnails |
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||