Class fvaswing.utils.tracer.FvTracerCell

Description

Cell implementation FvAsWingTracer logging cell.

Method Index

new FvTracerCell()
getCellComponent(), setCellValue(), setListCellStatus()

Constructor Detail

FvTracerCell

public function FvTracerCell()

Constructor.

Method Detail

getCellComponent

public function getCellComponent():JLabel

Return the represent component of this cell.

Return

a component that represent this cell.

setListCellStatus

public function setListCellStatus(list:JList, isSelected:Boolean):Void

Sets the table cell status, include the owner-JList isSelected and row position.

Parameters

isSelectedtrue to set the cell selected, false to set not selected.

setCellValue

public function setCellValue(v:FvTracerMessage):Void

Sets the value of this cell.

Parameters