Uses of Class
info.bliki.wiki.filter.WPCell

Packages that use WPCell
info.bliki.wiki.filter   
 

Uses of WPCell in info.bliki.wiki.filter
 

Methods in info.bliki.wiki.filter with parameters of type WPCell
 boolean WPRow.add(WPCell cell)
           
 

Constructor parameters in info.bliki.wiki.filter with type arguments of type WPCell
WPRow(java.util.List<WPCell> cells)