public class BaseTableCellEditor extends AbstractCellEditor implements TableCellEditor, KeyListener, MouseListener, TableModelListener
changeEvent, listenerList| Constructor and Description |
|---|
BaseTableCellEditor(BaseJTable table) |
| Modifier and Type | Method and Description |
|---|---|
void |
addMouseListener(MouseListener l) |
Object |
getCellEditorValue() |
Component |
getTableCellEditorComponent(JTable table,
Object value,
boolean isSelected,
int rowIndex,
int columnIndex) |
boolean |
isCellEditable(EventObject event) |
void |
keyPressed(KeyEvent event) |
void |
keyReleased(KeyEvent e) |
void |
keyTyped(KeyEvent e) |
void |
mouseClicked(MouseEvent e) |
void |
mouseEntered(MouseEvent e) |
void |
mouseExited(MouseEvent e) |
void |
mousePressed(MouseEvent e) |
void |
mouseReleased(MouseEvent e) |
void |
removeMouseListener(MouseListener l) |
void |
setPopupMenu(MenuFactory menu) |
void |
setPopupMenu(PopupMenu popupMenu) |
boolean |
stopCellEditing() |
void |
tableChanged(TableModelEvent e) |
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListener, shouldSelectCellclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddCellEditorListener, cancelCellEditing, removeCellEditorListener, shouldSelectCellpublic BaseTableCellEditor(BaseJTable table)
public void addMouseListener(MouseListener l)
public Object getCellEditorValue()
getCellEditorValue in interface CellEditorpublic Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int rowIndex, int columnIndex)
getTableCellEditorComponent in interface TableCellEditorpublic boolean isCellEditable(EventObject event)
isCellEditable in interface CellEditorisCellEditable in class AbstractCellEditorpublic void keyPressed(KeyEvent event)
keyPressed in interface KeyListenerpublic void keyReleased(KeyEvent e)
keyReleased in interface KeyListenerpublic void keyTyped(KeyEvent e)
keyTyped in interface KeyListenerpublic void mouseClicked(MouseEvent e)
mouseClicked in interface MouseListenerpublic void mouseEntered(MouseEvent e)
mouseEntered in interface MouseListenerpublic void mouseExited(MouseEvent e)
mouseExited in interface MouseListenerpublic void mousePressed(MouseEvent e)
mousePressed in interface MouseListenerpublic void mouseReleased(MouseEvent e)
mouseReleased in interface MouseListenerpublic void removeMouseListener(MouseListener l)
public void setPopupMenu(MenuFactory menu)
public void setPopupMenu(PopupMenu popupMenu)
public boolean stopCellEditing()
stopCellEditing in interface CellEditorstopCellEditing in class AbstractCellEditorpublic void tableChanged(TableModelEvent e)
tableChanged in interface TableModelListenerCopyright © 2015 Revolution Systems Inc.. All rights reserved.