com.trolltech.qt.gui
Class QTableArea

java.lang.Object
  extended by com.trolltech.qt.gui.QTableArea
Direct Known Subclasses:
QAccessibleTableInterface.CellAtIndex

public class QTableArea
extends java.lang.Object


Field Summary
 int column
           
 int columnCount
           
 int row
           
 int rowCount
           
 
Constructor Summary
QTableArea(int row, int column, int rowCount, int columnCount)
          This constructor is internal to Qt Jambi.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

row

public int row

column

public int column

rowCount

public int rowCount

columnCount

public int columnCount
Constructor Detail

QTableArea

public QTableArea(int row,
                  int column,
                  int rowCount,
                  int columnCount)
This constructor is internal to Qt Jambi.