Uses of Interface
org.netbeans.microedition.lcdui.TableModel

Packages that use TableModel
org.netbeans.microedition.lcdui   
 

Uses of TableModel in org.netbeans.microedition.lcdui
 

Classes in org.netbeans.microedition.lcdui that implement TableModel
 class SimpleTableModel
          Simple implementation of TableModel.
 

Methods in org.netbeans.microedition.lcdui with parameters of type TableModel
 void TableItem.setModel(TableModel model)
          Sets a new model to the table.
 void TableModelListener.tableModelChanged(TableModel model)
          The supplied TableModel has changed.
 void TableItem.tableModelChanged(TableModel changedModel)
          Listener for changes of the model.
 

Constructors in org.netbeans.microedition.lcdui with parameters of type TableModel
TableItem(javax.microedition.lcdui.Display display, java.lang.String label, TableModel model)
          Creates a new instance of TableItem with a model.
TableItem(javax.microedition.lcdui.Display display, java.lang.String label, TableModel model, ColorSchema colorSchema)
          Creates a new instance of TableItem with a model.