Package | Description |
---|---|
org.eclipse.jface.viewers |
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
|
Modifier and Type | Method and 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 activated
|
abstract void |
ColumnViewerEditorActivationListener.beforeEditorActivated(ColumnViewerEditorActivationEvent event)
Called before an editor is activated
|
protected 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 to
ColumnViewerEditorActivationStrategy to see if this event should really
trigger editor activation |
protected abstract void |
ColumnViewerEditor.updateFocusCell(ViewerCell focusCell,
ColumnViewerEditorActivationEvent event) |
protected void |
TreeViewerEditor.updateFocusCell(ViewerCell focusCell,
ColumnViewerEditorActivationEvent event) |
protected void |
TableViewerEditor.updateFocusCell(ViewerCell focusCell,
ColumnViewerEditorActivationEvent event) |
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.