JIDE 3.5.15

com.jidesoft.grid
Interface SortTableHeaderRenderer.SortArrow

Enclosing class:
SortTableHeaderRenderer

public static interface SortTableHeaderRenderer.SortArrow

An interface for SortArrow, the arrow which is used to display on the table header to indicate sort direction and sort index.


Method Summary
 void setDirection(JTable table, boolean ascending)
           
 void setText(String text)
           
 

Method Detail

setDirection

void setDirection(JTable table,
                  boolean ascending)

setText

void setText(String text)

JIDE 3.5.15