AsWing A3 API
All Packages
|
All Classes
|
Index
|
Frames
No Frames
Interface GridListCellFactory
Methods
Package
org.aswing.ext
Interface
public interface GridListCellFactory
Implementors
GeneralGridListCellFactory
The factory to generate grid list cell instances.
Public Methods
Method
Defined by
createNewGridListCell
():
GridListCell
Creates a new list cell.
GridListCellFactory
Method detail
createNewGridListCell
()
method
public function createNewGridListCell():
GridListCell
Creates a new list cell.
Returns
GridListCell