Class GridViewerEditor
java.lang.Object
ColumnViewerEditor
org.eclipse.nebula.jface.gridviewer.GridViewerEditor
public class GridViewerEditor
extends ColumnViewerEditor
FIXME
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intThe selection follows the editor
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidcreate(GridTableViewer viewer, ColumnViewerEditorActivationStrategy editorActivationStrategy, int feature) FIXMEstatic voidcreate(GridTreeViewer viewer, ColumnViewerEditorActivationStrategy editorActivationStrategy, int feature) FIXMEViewerCellFIXMEprotected voidFIXMEprotected voidsetLayoutData(LayoutData layoutData) FIXMEprotected voidupdateFocusCell(ViewerCell focusCell, ColumnViewerEditorActivationEvent event) 
- 
Field Details- 
SELECTION_FOLLOWS_EDITORpublic static final int SELECTION_FOLLOWS_EDITORThe selection follows the editor- See Also:
 
 
- 
- 
Method Details- 
setEditorFIXME
- 
setLayoutDataprotected void setLayoutData(LayoutData layoutData) FIXME
- 
getFocusCellpublic ViewerCell getFocusCell()FIXME
- 
updateFocusCellprotected void updateFocusCell(ViewerCell focusCell, ColumnViewerEditorActivationEvent event) 
- 
createpublic static void create(GridTableViewer viewer, ColumnViewerEditorActivationStrategy editorActivationStrategy, int feature) FIXME- Parameters:
- viewer-
- editorActivationStrategy-
- feature-
 
- 
createpublic static void create(GridTreeViewer viewer, ColumnViewerEditorActivationStrategy editorActivationStrategy, int feature) FIXME- Parameters:
- viewer-
- editorActivationStrategy-
- feature-
 
 
-