Package jmri.jmrit.logixng.tools.swing
Class InlineLogixNGsTableModel.MenuCellEditor
java.lang.Object
javax.swing.AbstractCellEditor
jmri.jmrit.logixng.tools.swing.InlineLogixNGsTableModel.MenuCellEditor
- All Implemented Interfaces:
ActionListener,Serializable,EventListener,CellEditor,TableCellEditor
- Enclosing class:
- InlineLogixNGsTableModel
public static class InlineLogixNGsTableModel.MenuCellEditor
extends AbstractCellEditor
implements TableCellEditor, ActionListener
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) JTable(package private) InlineLogixNGsTableModelFields inherited from class javax.swing.AbstractCellEditor
changeEvent, listenerList -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidactionPerformed(ActionEvent event) getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column) Methods inherited from class javax.swing.AbstractCellEditor
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditingMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.swing.CellEditor
addCellEditorListener, cancelCellEditing, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
-
Field Details
-
_table
-
_tableModel
-
-
Constructor Details
-
MenuCellEditor
-
-
Method Details
-
getCellEditorValue
- Specified by:
getCellEditorValuein interfaceCellEditor
-
getTableCellEditorComponent
public Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column) - Specified by:
getTableCellEditorComponentin interfaceTableCellEditor
-
actionPerformed
- Specified by:
actionPerformedin interfaceActionListener
-