cvj2.app.gui.widgets
クラス ListPanelThumbnailPainter

java.lang.Object
  上位を拡張 cvj2.app.gui.widgets.ListPanelPainter
      上位を拡張 cvj2.app.gui.widgets.ListPanelThumbnailPainter
すべての実装されたインタフェース:
GridPanel.CellPainter

public class ListPanelThumbnailPainter
extends ListPanelPainter

ListPanel のサムネイル描画


フィールドの概要
 
クラス cvj2.app.gui.widgets.ListPanelPainter から継承されたフィールド
bg, border, fg, fontHeight, iconArchive, iconFile, iconFolder, iconPict, listPanel, selBg, selFg
 
コンストラクタの概要
ListPanelThumbnailPainter(ListPanel gridPanel, FileListModel model)
          コンストラクタ
 
メソッドの概要
 Point getCellSize()
          セルサイズ取得
 void paintControl(GC gc, Rectangle rect, java.lang.Object data, int dataIndex, boolean isSelected, boolean hasFocus)
          セル描画
 
クラス cvj2.app.gui.widgets.ListPanelPainter から継承されたメソッド
drawIcon, drawIconAndFilename
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ListPanelThumbnailPainter

public ListPanelThumbnailPainter(ListPanel gridPanel,
                                 FileListModel model)
コンストラクタ

パラメータ:
model -
メソッドの詳細

paintControl

public void paintControl(GC gc,
                         Rectangle rect,
                         java.lang.Object data,
                         int dataIndex,
                         boolean isSelected,
                         boolean hasFocus)
インタフェース GridPanel.CellPainter の記述:
セル描画


getCellSize

public Point getCellSize()
インタフェース GridPanel.CellPainter の記述:
セルサイズ取得