public class GotoEditor extends AbstractCellEditor implements TableCellEditor, ActionListener
| Modifier and Type | Class and Description |
|---|---|
class |
GotoEditor.TableButton
Helper class to handle the "GOTO" buttons that take you to a particular
Element ID's representation in the program.
|
changeEvent, listenerList| Constructor and Description |
|---|
GotoEditor(MetadataPane.TablePanel tp)
Construct a GotoEditor for a given TablePanel
|
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(ActionEvent e)
Sets up which button was being clicked, stops editing
|
Object |
getCellEditorValue()
Implement the one CellEditor method that AbstractCellEditor doesn't.
|
Component |
getTableCellEditorComponent(JTable table,
Object value,
boolean isSelected,
int row,
int column)
Override the method defined by AbstractCellEditor.
|
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditingclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddCellEditorListener, cancelCellEditing, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditingpublic GotoEditor(MetadataPane.TablePanel tp)
public void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListenerpublic Object getCellEditorValue()
getCellEditorValue in interface CellEditorpublic Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column)
getTableCellEditorComponent in interface TableCellEditorCopyright © 2014 Open Microscopy Environment