Uses of Class
org.apache.commons.jelly.tags.swing.model.ExpressionTableModel

Packages that use ExpressionTableModel
org.apache.commons.jelly.tags.swing The JellySwing Library which is a Jelly Library for creating Rich User Interfaces using Swing via XML markup (a Jelly script)  
org.apache.commons.jelly.tags.swing.model Swing model implementations that can be used with JellySwing  
 

Uses of ExpressionTableModel in org.apache.commons.jelly.tags.swing
 

Methods in org.apache.commons.jelly.tags.swing that return ExpressionTableModel
 ExpressionTableModel TableModelTag.getTableModel()
           
 

Uses of ExpressionTableModel in org.apache.commons.jelly.tags.swing.model
 

Methods in org.apache.commons.jelly.tags.swing.model with parameters of type ExpressionTableModel
 java.lang.Object ExpressionTableColumn.evaluateValue(ExpressionTableModel model, java.lang.Object row, int rowIndex, int columnIndex)
          Evaluates the value of a cell
 



Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.