Uses of Class
net.sf.jeppers.grid.GridUI

Uses of GridUI in net.sf.jeppers.grid
 

Subclasses of GridUI in net.sf.jeppers.grid
 class BasicGridHeaderUI
          GridUI for use with row and column headers.
 class BasicGridUI
           
 

Methods in net.sf.jeppers.grid that return GridUI
 GridUI JGridHeader.getUI()
           
 GridUI JGrid.getUI()
          Returns the L&F object that renders this component.
 

Methods in net.sf.jeppers.grid with parameters of type GridUI
 void JGridHeader.setUI(GridUI gridUI)
           
 void JGrid.setUI(GridUI ui)
          Sets the L&F object that renders this component.