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, wait
cancelCellEditing
protected EventListenerList listenerList
public Object getCellEditorValue()
getCellEditorValue
in interface CellEditor
public boolean isCellEditable(EventObject e)
isCellEditable
in interface CellEditor
public boolean shouldSelectCell(EventObject anEvent)
shouldSelectCell
in interface CellEditor
public boolean stopCellEditing()
stopCellEditing
in interface CellEditor
public void addCellEditorListener(CellEditorListener l)
addCellEditorListener
in interface CellEditor
public void removeCellEditorListener(CellEditorListener l)
removeCellEditorListener
in interface CellEditor
protected void fireEditingStopped()
EventListenerList
protected void fireEditingCanceled()
EventListenerList
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.