public class XPathCellRender extends AbstractCellEditor implements TableCellEditor, MouseListener, WindowFocusListener
| Modifier and Type | Field and Description | 
|---|---|
| protected JFrame | frame | 
| protected int | mouseX | 
| protected int | mouseY | 
| protected JPanel | panel | 
changeEvent, listenerList| Constructor and Description | 
|---|
| XPathCellRender() | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | getCellEditorValue() | 
| Component | getTableCellEditorComponent(JTable table,
                           Object value,
                           boolean isSelected,
                           int row,
                           int column) | 
| protected JXToolBar | initToolbar(JXToolBar toolbar) | 
| void | mouseClicked(MouseEvent e) | 
| void | mouseEntered(MouseEvent e) | 
| void | mouseExited(MouseEvent e) | 
| void | mousePressed(MouseEvent e) | 
| void | mouseReleased(MouseEvent e) | 
| void | windowGainedFocus(WindowEvent e) | 
| void | windowLostFocus(WindowEvent e) | 
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditingclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddCellEditorListener, cancelCellEditing, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditingprotected JPanel panel
protected JFrame frame
protected int mouseX
protected int mouseY
public Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column)
getTableCellEditorComponent in interface TableCellEditorpublic Object getCellEditorValue()
getCellEditorValue in interface CellEditorpublic 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 windowGainedFocus(WindowEvent e)
windowGainedFocus in interface WindowFocusListenerpublic void windowLostFocus(WindowEvent e)
windowLostFocus in interface WindowFocusListenerCopyright © 2019. All Rights Reserved.