Uses of Class
com.jaxfront.core.ui.RowHeaderLabellingStrategy

Packages that use RowHeaderLabellingStrategy
com.jaxfront.core.ui   
com.jaxfront.core.ui.tableModel   
 

Uses of RowHeaderLabellingStrategy in com.jaxfront.core.ui
 

Subclasses of RowHeaderLabellingStrategy in com.jaxfront.core.ui
 class InteligentRowHeaderLabellingStrategy
          Provides simple labelling via displaying a counter for the header.
 class PrimitiveRowHeaderLabellingStrategy
          Provides simple labelling via displaying a counter for the header.
 

Methods in com.jaxfront.core.ui that return RowHeaderLabellingStrategy
static RowHeaderLabellingStrategy RowHeaderLabellingStrategy.create(java.lang.String strategyName, ListType model)
          Factory method to create a labelling strategy via qualified class name
 RowHeaderLabellingStrategy FlipOrientationTableModel.getStrategy()
          Accessor to the labelling strategy needed by the view.
 

Uses of RowHeaderLabellingStrategy in com.jaxfront.core.ui.tableModel
 

Methods in com.jaxfront.core.ui.tableModel that return RowHeaderLabellingStrategy
 RowHeaderLabellingStrategy ListTypeTableModel.getStrategy()
          Accessor to the labelling strategy needed by the view.