com.ibm.dse.tools.workbench.gui
Class RequestEditCell

java.lang.Object
  |
  +--com.ibm.dse.tools.workbench.gui.RequestEditCell

public class RequestEditCell
extends java.lang.Object
implements java.lang.Runnable

This class allows the table to edit a cell


Constructor Summary
RequestEditCell(javax.swing.JTable tb, int r, int c)
          This constructor creates a RequestEditCell object with the given table and row and column to edit.
 
Method Summary
 void run()
          This method edits the cell at the specified position.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestEditCell

public RequestEditCell(javax.swing.JTable tb,
                       int r,
                       int c)
This constructor creates a RequestEditCell object with the given table and row and column to edit.
Parameters:
tb - javax.swing.JTable
Method Detail

run

public void run()
This method edits the cell at the specified position.
Specified by:
run in interface java.lang.Runnable