|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.dse.tools.workbench.gui.RequestEditCell
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 |
public RequestEditCell(javax.swing.JTable tb, int r, int c)
tb
- javax.swing.JTableMethod Detail |
public void run()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |