com.tirsen.angkor.table
Interface TableModel

All Superinterfaces:
ChangeSource, java.io.Serializable
All Known Implementing Classes:
AbstractTableModel

public interface TableModel
extends java.io.Serializable, ChangeSource

Version:
$Revision: 1.5 $
$Id: TableModel.java,v 1.5 2002/10/09 21:37:37 tirsen Exp $
Author:
$Author: tirsen $

Method Summary
 int getColumnCount()
           
 java.lang.String getColumnName(int column)
           
 int getEnd()
           
 int getRowCount()
           
 int getStart()
           
 ValueModel getValueAt(int row, int column)
           
 void setRange(int start, int end)
          Sets the range actually shown.
 
Methods inherited from interface com.tirsen.angkor.event.ChangeSource
addChangeListener, removeChangeListener
 

Method Detail

getColumnName

public java.lang.String getColumnName(int column)

getValueAt

public ValueModel getValueAt(int row,
                             int column)

getColumnCount

public int getColumnCount()

getRowCount

public int getRowCount()

setRange

public void setRange(int start,
                     int end)
Sets the range actually shown. Access to rows outside this range is prohibited.


getStart

public int getStart()

getEnd

public int getEnd()


Copyright © 2002-2002 . All Rights Reserved.