Uses of Class
org.eclipse.jface.viewers.ColumnViewerEditorActivationEvent
Packages that use ColumnViewerEditorActivationEvent
Package
Description
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 ColumnViewerEditorActivationEventModifier and TypeMethodDescriptionvoidCellEditor.activate(ColumnViewerEditorActivationEvent activationEvent) Activate the editor but also inform the editor which event triggered its activation.voidCheckboxCellEditor.activate(ColumnViewerEditorActivationEvent activationEvent) abstract voidColumnViewerEditorActivationListener.afterEditorActivated(ColumnViewerEditorActivationEvent event) Called after an editor has been activatedabstract voidColumnViewerEditorActivationListener.beforeEditorActivated(ColumnViewerEditorActivationEvent event) Called before an editor is activatedprotected booleanColumnViewerEditorActivationStrategy.isEditorActivationEvent(ColumnViewerEditorActivationEvent event) protected voidColumnViewer.triggerEditorActivationEvent(ColumnViewerEditorActivationEvent event) Invoking this method fires an editor activation event which tries to enable the editor but before this event is passed toColumnViewerEditorActivationStrategyto see if this event should really trigger editor activationprotected abstract voidColumnViewerEditor.updateFocusCell(ViewerCell focusCell, ColumnViewerEditorActivationEvent event) protected voidTableViewerEditor.updateFocusCell(ViewerCell focusCell, ColumnViewerEditorActivationEvent event) protected voidTreeViewerEditor.updateFocusCell(ViewerCell focusCell, ColumnViewerEditorActivationEvent event)