Ontimize 5.2072EN

com.ontimize.gui.table
Class CustomTableEditionEvent

java.lang.Object
  extended bycom.ontimize.gui.table.CustomTableEditionEvent

public class CustomTableEditionEvent
extends java.lang.Object


Field Summary
protected  int column
           
protected  java.lang.Object newValue
           
protected  int row
           
protected  Table table
           
 
Constructor Summary
CustomTableEditionEvent(Table table, java.lang.Object newValue, int row, int column)
           
 
Method Summary
 int getColumn()
           
 java.lang.Object getNewValue()
           
 int getRow()
           
 Table getTable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

table

protected Table table

newValue

protected java.lang.Object newValue

row

protected int row

column

protected int column
Constructor Detail

CustomTableEditionEvent

public CustomTableEditionEvent(Table table,
                               java.lang.Object newValue,
                               int row,
                               int column)
Method Detail

getTable

public Table getTable()

getNewValue

public java.lang.Object getNewValue()

getRow

public int getRow()

getColumn

public int getColumn()

Ontimize