Uses of Class
com.jaxfront.core.xui.TableCell

Packages that use TableCell
com.jaxfront.core.rule   
com.jaxfront.core.ui   
com.jaxfront.core.xui   
com.jaxfront.swing.ui.tools   
 

Uses of TableCell in com.jaxfront.core.rule
 

Methods in com.jaxfront.core.rule that return TableCell
 TableCell FormulaExpression.getTableCell()
           
 

Constructors in com.jaxfront.core.rule with parameters of type TableCell
FormulaExpression(Type source, java.lang.String expression, TableCell cell)
          FormulaExpression constructor.
 

Uses of TableCell in com.jaxfront.core.ui
 

Methods in com.jaxfront.core.ui with parameters of type TableCell
 FontParams FontParams.updateFont(TableCell tableCell)
           
 

Uses of TableCell in com.jaxfront.core.xui
 

Methods in com.jaxfront.core.xui that return TableCell
 TableCell TableCell.clone(Type ownerType)
           
 

Methods in com.jaxfront.core.xui with parameters of type TableCell
 void FormLayoutInfo.addCell(TableCell cell)
           
 

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

Methods in com.jaxfront.swing.ui.tools with parameters of type TableCell
static javax.swing.JComponent FormLayoutBuilder.addTableCell(java.awt.Container container, Type model, Type context, TableCell cell, javax.swing.JPanel tablePanel, javax.swing.JComponent editingType)
           
static void FormLayoutBuilder.applyFocus(java.awt.Container container, javax.swing.JComponent focusComponent, TableCell focusCell)
           
static java.awt.Font FontFactory.createHeaderFont(TableCell tableCell)
          Creates the font for the label.
static java.awt.Font FontFactory.createLabelFont(TableCell tableCell)
          Creates the font for the label.