Uses of Class
org.eclipse.jface.viewers.ColumnViewerEditorActivationEvent
-
Packages that use ColumnViewerEditorActivationEvent Package Description org.eclipse.jface.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets. -
-
Uses of ColumnViewerEditorActivationEvent in org.eclipse.jface.viewers
Methods in org.eclipse.jface.viewers with parameters of type ColumnViewerEditorActivationEvent Modifier and Type Method Description void
CellEditor. activate(ColumnViewerEditorActivationEvent activationEvent)
Activate the editor but also inform the editor which event triggered its activation.void
CheckboxCellEditor. activate(ColumnViewerEditorActivationEvent activationEvent)
abstract void
ColumnViewerEditorActivationListener. afterEditorActivated(ColumnViewerEditorActivationEvent event)
Called after an editor has been activatedabstract void
ColumnViewerEditorActivationListener. beforeEditorActivated(ColumnViewerEditorActivationEvent event)
Called before an editor is activatedprotected boolean
ColumnViewerEditorActivationStrategy. isEditorActivationEvent(ColumnViewerEditorActivationEvent event)
protected void
ColumnViewer. triggerEditorActivationEvent(ColumnViewerEditorActivationEvent event)
Invoking this method fires an editor activation event which tries to enable the editor but before this event is passed toColumnViewerEditorActivationStrategy
to see if this event should really trigger editor activationprotected abstract void
ColumnViewerEditor. updateFocusCell(ViewerCell focusCell, ColumnViewerEditorActivationEvent event)
protected void
TableViewerEditor. updateFocusCell(ViewerCell focusCell, ColumnViewerEditorActivationEvent event)
protected void
TreeViewerEditor. updateFocusCell(ViewerCell focusCell, ColumnViewerEditorActivationEvent event)
-