Package docking.widgets.table
Class IconButtonTableCellEditor<R>
java.lang.Object
javax.swing.AbstractCellEditor
docking.widgets.table.IconButtonTableCellEditor<R>
- All Implemented Interfaces:
ActionListener,Serializable,EventListener,CellEditor,TableCellEditor
public class IconButtonTableCellEditor<R> NEW
extends AbstractCellEditor
implements TableCellEditor, ActionListener
- See Also:
-
Field Summary
FieldsChangeModifier and TypeFieldDescriptionprotected static final Stringprotected JButtonprotected RFields inherited from class javax.swing.AbstractCellEditor
changeEvent, listenerList -
Constructor Summary
ConstructorsChangeConstructorDescriptionIconButtonTableCellEditor(GTableFilterPanel<R> filterPanel, Icon icon, Consumer<R> action) -
Method Summary
ChangeModifier and TypeMethodDescriptionvoidgetTableCellEditorComponent(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
-
BLANK
- See Also:
-
button
-
row
-
-
Constructor Details
-
IconButtonTableCellEditor
-
-
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
-