Package gg.xp.xivsupport.gui
Class NoCellEditor
java.lang.Object
gg.xp.xivsupport.gui.NoCellEditor
- All Implemented Interfaces:
CellEditor
,TableCellEditor
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
getTableCellEditorComponent
(JTable table, Object value, boolean isSelected, int row, int column) boolean
isCellEditable
(EventObject anEvent) void
boolean
shouldSelectCell
(EventObject anEvent) boolean
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
NoCellEditor
public NoCellEditor()
-
-
Method Details
-
getTableCellEditorComponent
public Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column) - Specified by:
getTableCellEditorComponent
in interfaceTableCellEditor
-
getCellEditorValue
- Specified by:
getCellEditorValue
in interfaceCellEditor
-
isCellEditable
- Specified by:
isCellEditable
in interfaceCellEditor
-
shouldSelectCell
- Specified by:
shouldSelectCell
in interfaceCellEditor
-
stopCellEditing
public boolean stopCellEditing()- Specified by:
stopCellEditing
in interfaceCellEditor
-
cancelCellEditing
public void cancelCellEditing()- Specified by:
cancelCellEditing
in interfaceCellEditor
-
addCellEditorListener
- Specified by:
addCellEditorListener
in interfaceCellEditor
-
removeCellEditorListener
- Specified by:
removeCellEditorListener
in interfaceCellEditor
-