|
Eclipse Platform Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.viewers.ColumnViewerEditorActivationStrategy
This class is responsible to determine if a cell selection event is triggers an editor activation. Implementors can extend and overwrite to implement custom editing behavior
Constructor Summary | |
---|---|
ColumnViewerEditorActivationStrategy(ColumnViewer viewer)
|
Method Summary | |
---|---|
ColumnViewer |
getViewer()
|
protected boolean |
isEditorActivationEvent(ColumnViewerEditorActivationEvent event)
|
void |
setEnableEditorActivationWithKeyboard(boolean enable)
Enable activation of cell editors by keyboard |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ColumnViewerEditorActivationStrategy(ColumnViewer viewer)
viewer
- the viewer the editor support is attached toMethod Detail |
protected boolean isEditorActivationEvent(ColumnViewerEditorActivationEvent event)
event
- the event triggering the action
true
if this event should open the editorpublic ColumnViewer getViewer()
public void setEnableEditorActivationWithKeyboard(boolean enable)
enable
- true
to enable
|
Eclipse Platform Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.