Uses of Class
org.eclipse.jface.viewers.ColumnViewerEditorActivationStrategy
-
Packages that use ColumnViewerEditorActivationStrategy Package Description org.eclipse.jface.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets. -
-
Uses of ColumnViewerEditorActivationStrategy in org.eclipse.jface.viewers
Methods in org.eclipse.jface.viewers with parameters of type ColumnViewerEditorActivationStrategy Modifier and Type Method Description static voidTableViewerEditor. create(TableViewer viewer, ColumnViewerEditorActivationStrategy editorActivationStrategy, int feature)Create a customized editor whose activation process is customizedstatic voidTableViewerEditor. create(TableViewer viewer, org.eclipse.jface.viewers.SWTFocusCellManager focusCellManager, ColumnViewerEditorActivationStrategy editorActivationStrategy, int feature)Create a customized editor with focusable cellsstatic voidTreeViewerEditor. create(TreeViewer viewer, ColumnViewerEditorActivationStrategy editorActivationStrategy, int feature)Create a customized editor whose activation process is customizedstatic voidTreeViewerEditor. create(TreeViewer viewer, org.eclipse.jface.viewers.SWTFocusCellManager focusCellManager, ColumnViewerEditorActivationStrategy editorActivationStrategy, int feature)Create a customized editor with focusable cellsConstructors in org.eclipse.jface.viewers with parameters of type ColumnViewerEditorActivationStrategy Constructor Description ColumnViewerEditor(ColumnViewer viewer, ColumnViewerEditorActivationStrategy editorActivationStrategy, int feature)
-