|
Diamond Control Suite 3.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
diamondedge.swing.grid.GridEvent
diamondedge.swing.grid.GridEditorEvent
public class GridEditorEvent
| Field Summary |
|---|
| Fields inherited from class diamondedge.swing.grid.GridEvent |
|---|
EDIT_CANCELED, EDIT_STARTED, EDIT_STOPPED, EDIT_VALIDATE, POSITION_CHANGED, ROW_EDIT_CANCELED, ROW_MODIFIED, ROW_SAVED |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
GridEditorEvent(Object source,
int eventType,
int row,
int col,
Component editorComponent)
|
|
| Method Summary | |
|---|---|
Component |
getEditorComponent()
Returns the component used to edit the cell. |
| Methods inherited from class diamondedge.swing.grid.GridEvent |
|---|
cancel, getColumn, getRow, getType, isCanceled |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GridEditorEvent(Object source,
int eventType,
int row,
int col,
Component editorComponent)
| Method Detail |
|---|
public Component getEditorComponent()
|
Diamond Control Suite 3.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||