| Package | org.aswing |
| Class | public class AbstractListCell |
| Implements | ListCell |
| Subclasses | DefaultListCell |
| Property | Defined by | ||
|---|---|---|---|
| value : * | AbstractListCell | ||
| Method | Defined by | ||
|---|---|---|---|
| AbstractListCell | |||
|
Subclass should override this method
| AbstractListCell | ||
|
getCellValue():*
| AbstractListCell | ||
|
setCellValue(value:*):void
| AbstractListCell | ||
|
setListCellStatus(list:JList, isSelected:Boolean, index:int):void
| AbstractListCell | ||
| value | property |
protected var value:*
| AbstractListCell | () | constructor |
public function AbstractListCell()
| getCellComponent | () | method |
| getCellValue | () | method |
public function getCellValue():*
Returns
* |
| setCellValue | () | method |
public function setCellValue(value:*):voidParameters
value:* |
| setListCellStatus | () | method |
public function setListCellStatus(list:JList, isSelected:Boolean, index:int):voidParameters
list:JList |
|
isSelected:Boolean |
|
index:int |