org.kde.qt
Class QTableSelection

java.lang.Object
  extended by org.kde.qt.QTableSelection
All Implemented Interfaces:
QtSupport

public class QTableSelection
extends java.lang.Object
implements QtSupport


Constructor Summary
  QTableSelection()
           
protected QTableSelection(java.lang.Class dummy)
           
  QTableSelection(int start_row, int start_col, int end_row, int end_col)
           
 
Method Summary
 int anchorCol()
           
 int anchorRow()
           
 int bottomRow()
           
 void dispose()
          Delete the wrapped C++ instance ahead of finalize()
 void expandTo(int row, int col)
           
protected  void finalize()
          Deletes the wrapped C++ instance
 void init(int row, int col)
           
 boolean isActive()
           
 boolean isDisposed()
          Has the wrapped C++ instance been deleted?
 boolean isEmpty()
           
 int leftCol()
           
 int numCols()
           
 int numRows()
           
 boolean op_equals(QTableSelection s)
           
 boolean op_not_equals(QTableSelection s)
           
 int rightCol()
           
 int topRow()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QTableSelection

protected QTableSelection(java.lang.Class dummy)

QTableSelection

public QTableSelection()

QTableSelection

public QTableSelection(int start_row,
                       int start_col,
                       int end_row,
                       int end_col)
Method Detail

init

public void init(int row,
                 int col)

expandTo

public void expandTo(int row,
                     int col)

op_equals

public boolean op_equals(QTableSelection s)

op_not_equals

public boolean op_not_equals(QTableSelection s)

topRow

public int topRow()

bottomRow

public int bottomRow()

leftCol

public int leftCol()

rightCol

public int rightCol()

anchorRow

public int anchorRow()

anchorCol

public int anchorCol()

numRows

public int numRows()

numCols

public int numCols()

isActive

public boolean isActive()

isEmpty

public boolean isEmpty()

finalize

protected void finalize()
                 throws java.lang.InternalError
Deletes the wrapped C++ instance

Overrides:
finalize in class java.lang.Object
Throws:
java.lang.InternalError

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()


isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?