Uses of Interface
org.ChinaVO.FITSManager.FListView.FListViewPosibility

Packages that use FListViewPosibility
org.ChinaVO.FITSManager.FListView   
 

Uses of FListViewPosibility in org.ChinaVO.FITSManager.FListView
 

Classes in org.ChinaVO.FITSManager.FListView that implement FListViewPosibility
 class FDetailView
          FDetailView implements the viewDetail in FListView.
codes below is an example about how to initialize columns.
 class FList
          JList implements the thumbnail, icon, list,tails view in FListView.
example:
FCommonList m_viewIcons = new FCommonList(JList.HORIZONTAL_WRAP,
FCommonList.NormalICON, SwingConstants.CENTER,
SwingConstants.BOTTOM, new Dimension(80, 80));