public class ColumnViewerEditorActivationStrategy extends Object
| Constructor and Description |
|---|
ColumnViewerEditorActivationStrategy(ColumnViewer viewer) |
| Modifier and Type | Method and Description |
|---|---|
ColumnViewer |
getViewer() |
protected boolean |
isEditorActivationEvent(ColumnViewerEditorActivationEvent event) |
void |
setEnableEditorActivationWithKeyboard(boolean enable)
Enable activation of cell editors by keyboard
|
public ColumnViewerEditorActivationStrategy(ColumnViewer viewer)
viewer - the viewer the editor support is attached toprotected boolean isEditorActivationEvent(ColumnViewerEditorActivationEvent event)
event - the event triggering the actiontrue if this event should open the editorpublic ColumnViewer getViewer()
public void setEnableEditorActivationWithKeyboard(boolean enable)
enable - true to enable
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.