Uses of Class
com.eliad.swing.GridUI

Packages that use GridUI
com.eliad.swing This is the main package of the grid component. 
 

Uses of GridUI in com.eliad.swing
 

Subclasses of GridUI in com.eliad.swing
 class BasicGridHeaderUI
          Basic GridHeaderUI implementation.
 class BasicGridUI
          Basic GridUI implementation.
 

Methods in com.eliad.swing that return GridUI
 GridUI JSmartGrid.getUI()
          Returns the Look & Feel object that renders this component.
 GridUI JSmartGridHeader.getUI()
          Returns the Look & Feel object that renders this component.
 

Methods in com.eliad.swing with parameters of type GridUI
 void JSmartGrid.setUI(GridUI ui)
          Sets the Look & Feel object that renders this component and repaints.
 void JSmartGridHeader.setUI(GridUI ui)
          Sets the Look & Feel object that renders this component and repaints.