public interface ITableCellEditor extends IControlCommon
Modifier and Type | Method and Description |
---|---|
void |
cancelEditing(ITableCell cell,
int row,
int column) |
void |
startEditing(ITableCell cell,
int row,
int column) |
void |
stopEditing(ITableCell cell,
int row,
int column) |
getLayoutConstraints, getMaxSize, getMinSize, getPreferredSize, setLayoutConstraints, setToolTipText
getBackgroundColor, getForegroundColor, getPosition, getSize, isVisible, redraw, requestFocus, setBackgroundColor, setCursor, setForegroundColor, setPosition, setRedrawEnabled, setSize, setVisible
getUiReference, isEnabled, setEnabled
addComponentListener, removeComponentListener
addFocusListener, removeFocusListener
addKeyListener, removeKeyListener
addMouseListener, removeMouseListener
addMouseMotionListener, removeMouseMotionListener
addPopupDetectionListener, removePopupDetectionListener
void startEditing(ITableCell cell, int row, int column)
void stopEditing(ITableCell cell, int row, int column)
void cancelEditing(ITableCell cell, int row, int column)
Siehe auch Jowidgets Nutzerhandbuch