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 |
---|---|
static void |
TableViewerEditor.create(TableViewer viewer,
ColumnViewerEditorActivationStrategy editorActivationStrategy,
int feature)
Create a customized editor whose activation process is customized
|
static void |
TableViewerEditor.create(TableViewer viewer,
org.eclipse.jface.viewers.SWTFocusCellManager focusCellManager,
ColumnViewerEditorActivationStrategy editorActivationStrategy,
int feature)
Create a customized editor with focusable cells
|
static void |
TreeViewerEditor.create(TreeViewer viewer,
ColumnViewerEditorActivationStrategy editorActivationStrategy,
int feature)
Create a customized editor whose activation process is customized
|
static void |
TreeViewerEditor.create(TreeViewer viewer,
org.eclipse.jface.viewers.SWTFocusCellManager focusCellManager,
ColumnViewerEditorActivationStrategy editorActivationStrategy,
int feature)
Create a customized editor with focusable cells
|
Constructor and Description |
---|
ColumnViewerEditor(ColumnViewer viewer,
ColumnViewerEditorActivationStrategy editorActivationStrategy,
int feature) |
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.