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, stopCellEditing
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addCellEditorListener, cancelCellEditing, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
public GotoEditor(MetadataPane.TablePanel tp)
public void actionPerformed(ActionEvent e)
actionPerformed
in interface ActionListener
public Object getCellEditorValue()
getCellEditorValue
in interface CellEditor
public Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column)
getTableCellEditorComponent
in interface TableCellEditor
Copyright © 2014 Open Microscopy Environment