- groovy.inspect.swingui.ButtonOrTextEditor
-
- All Implemented Interfaces and Traits:
- TableCellEditor
@CompileStatic
@Deprecated
class ButtonOrTextEditor
extends AbstractCellEditor
implements TableCellEditor
A table cell editor that will return a button automatically if it is the cell value,
a text field if the value exists, or null otherwise (non editable cell).
This hack allows to interact with buttons in a cell.
-
-
Methods Summary
-
Inherited Methods Summary
Inherited Methods
Methods inherited from class |
Name |
class AbstractCellEditor |
shouldSelectCell, stopCellEditing, cancelCellEditing, addCellEditorListener, removeCellEditorListener, getCellEditorListeners, isCellEditable, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll, getCellEditorValue |
Copyright © 2003-2020 The Apache Software Foundation. All rights reserved.