Inheritance diagram for javawrapper::ModelFlowSetup::ListRenderer:

Public Member Functions | |
| ListRenderer (int iWidth) | |
| Constructor. | |
| Component | getListCellRendererComponent (JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) |
Private Attributes | |
| float | m_fComponentWidth |
| The width of the component in which this will be displayed. | |
Copyright: Copyright (c) Charles D. Canham 2003
Company: Institute of Ecosystem Studies
|
|
Constructor.
|
|
|
The width of the component in which this will be displayed. This is float to save a casting step later when rendering. |
1.4.6-NO