org.objectweb.jac.aspects.gui
Interface TableCellViewer

All Superinterfaces:
FieldView, View, ViewIdentity
All Known Implementing Classes:
AttachmentViewer

public interface TableCellViewer
extends FieldView

The GUI target independant cell viewer for a table.


Method Summary
 void setColumn(int column)
          Sets the number of the column being rendered.
 void setRow(int row)
          Sets the number of the row being rendered.
 void setTable(View table)
          Sets the table which contains the cell viewer.
 
Methods inherited from interface org.objectweb.jac.aspects.gui.FieldView
getField, getSubstance, setAutoUpdate, setField, setSubstance, setValue
 
Methods inherited from interface org.objectweb.jac.aspects.gui.View
close, getContext, getDescription, getFactory, getLabel, getMessage, getParentView, getRootView, getStyle, getViewBorder, isClosed, isDescendantOf, setContext, setDescription, setFactory, setFocus, setLabel, setMessage, setParentView, setSize, setStyle, setViewBorder
 
Methods inherited from interface org.objectweb.jac.aspects.gui.ViewIdentity
equalsView, equalsView, getParameters, getType, setParameters, setType
 

Method Detail

setTable

public void setTable(View table)
Sets the table which contains the cell viewer.


setRow

public void setRow(int row)
Sets the number of the row being rendered.


setColumn

public void setColumn(int column)
Sets the number of the column being rendered.