|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.nebula.widgets.nattable.edit.CellEditorCreatedEvent
public class CellEditorCreatedEvent
The CellEditorCreatedEvent
is fired by the
EditController whenever a editor has been
created.
Please keep in mind that there is no event fired when the editor is destroyed. Clients should associate a dispose listener to the editor widget to be informed whenever the editor get destroyed.
This event is typically consumed by the NatTable
itself to keep track
of the active editor. Any other layer may also consume this event to do
whatever necessary.
Constructor Summary | |
---|---|
CellEditorCreatedEvent(ICellEditor editor)
Creates a new event passing the created editor |
Method Summary | |
---|---|
ILayerEvent |
cloneEvent()
|
boolean |
convertToLocal(ILayer localLayer)
Convert the column/row positions carried by the event to the layer about to handle the event. |
ICellEditor |
getEditor()
Returns the editor associated with this event. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CellEditorCreatedEvent(ICellEditor editor)
editor
- the new editorMethod Detail |
---|
public boolean convertToLocal(ILayer localLayer)
ILayerEvent
convertToLocal
in interface ILayerEvent
localLayer
- layer about to receive the event
public ILayerEvent cloneEvent()
cloneEvent
in interface ILayerEvent
public ICellEditor getEditor()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |