| javax.swing.JLabel org.underworldlabs.swing.ListLineRenderer
ListLineRenderer | public class ListLineRenderer extends JLabel implements ListCellRenderer(Code) | | The ListLineRenderer class provides a renderer for a JList where
the contents may be text with new line characters.
It removes the system new line characters (square symbols)
from each statement for display.
author: Takis Diakoumis version: $Revision: 1.4 $ |
defaultLineSpace | protected int defaultLineSpace(Code) | | |
ListLineRenderer | public ListLineRenderer()(Code) | | Constructor
|
getDefaultLineSpace | public int getDefaultLineSpace()(Code) | | |
getListCellRendererComponent | public Component getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus)(Code) | | |
getTab | public int getTab(int index)(Code) | | |
setDefaultLineSpace | public void setDefaultLineSpace(int defaultLine)(Code) | | |
|
|