cvj2.app.gui.widgets
クラス ListPanelRowPainter

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

public class ListPanelRowPainter
extends ListPanelPainter

ListPanel の行描画


フィールドの概要
 
クラス cvj2.app.gui.widgets.ListPanelPainter から継承されたフィールド
bg, border, fg, fontHeight, iconArchive, iconFile, iconFolder, iconPict, listPanel, selBg, selFg
 
コンストラクタの概要
ListPanelRowPainter(ListPanel gridPanel, FileListModel model, ListPanelColumnPainter columnPainter)
          コンストラクタ
 
メソッドの概要
 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
 

コンストラクタの詳細

ListPanelRowPainter

public ListPanelRowPainter(ListPanel gridPanel,
                           FileListModel model,
                           ListPanelColumnPainter columnPainter)
コンストラクタ

メソッドの詳細

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 の記述:
セルサイズ取得