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

Packages that use FlipOrientationTableModel
com.jaxfront.swing.ui.beans   
com.jaxfront.swing.ui.tools   
 

Uses of FlipOrientationTableModel in com.jaxfront.swing.ui.beans
 

Methods in com.jaxfront.swing.ui.beans that return FlipOrientationTableModel
 FlipOrientationTableModel RowHeadedTable.getModel()
          Returns the flip orientation table model.
 

Constructors in com.jaxfront.swing.ui.beans with parameters of type FlipOrientationTableModel
RowHeadedTable(FlipOrientationTableModel tm, AbstractListTypeView view, int noOfDisplayableRows)
          Create a row headed table from the flipped orientation table model
 

Uses of FlipOrientationTableModel in com.jaxfront.swing.ui.tools
 

Methods in com.jaxfront.swing.ui.tools with parameters of type FlipOrientationTableModel
 void TableSorter.setModel(FlipOrientationTableModel model)
           
 void TableMap.setModel(FlipOrientationTableModel model)
          Sets a table model.
 

Constructors in com.jaxfront.swing.ui.tools with parameters of type FlipOrientationTableModel
TableSorter(FlipOrientationTableModel model, javax.swing.JTable table)
          Default constructor.