public abstract class AbstractCellEditor extends Object implements CellEditor
Module: swing-util-api
To use this in your app, include the following dependency in your POM:
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>swing-util-api</artifactId>
</dependency>| Modifier and Type | Field and Description |
|---|---|
protected EventListenerList |
listenerList |
| Constructor and Description |
|---|
AbstractCellEditor() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCellEditorListener(CellEditorListener l) |
protected void |
fireEditingCanceled()
Notify all listeners that have registered interest for
notification on this event type.
|
protected void |
fireEditingStopped()
Notify all listeners that have registered interest for
notification on this event type.
|
Object |
getCellEditorValue() |
boolean |
isCellEditable(EventObject e) |
void |
removeCellEditorListener(CellEditorListener l) |
boolean |
shouldSelectCell(EventObject anEvent) |
boolean |
stopCellEditing() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcancelCellEditingprotected EventListenerList listenerList
public Object getCellEditorValue()
getCellEditorValue in interface CellEditorpublic boolean isCellEditable(EventObject e)
isCellEditable in interface CellEditorpublic boolean shouldSelectCell(EventObject anEvent)
shouldSelectCell in interface CellEditorpublic boolean stopCellEditing()
stopCellEditing in interface CellEditorpublic void addCellEditorListener(CellEditorListener l)
addCellEditorListener in interface CellEditorpublic void removeCellEditorListener(CellEditorListener l)
removeCellEditorListener in interface CellEditorprotected void fireEditingStopped()
EventListenerListprotected void fireEditingCanceled()
EventListenerListCopyright 2011 Cytoscape Consortium. All rights reserved.