Class StripedViewportBorder

java.lang.Object
javax.swing.border.AbstractBorder
com.explodingpixels.widgets.StripedViewportBorder
All Implemented Interfaces:
PropertyChangeListener, Serializable, EventListener, Border, ListSelectionListener

public class StripedViewportBorder extends AbstractBorder implements ListSelectionListener, PropertyChangeListener
Creates a border for a JViewport that draws a striped background corresponding to the row positions of the given JTable.
See Also: