Package org.eclipse.jface.util
Class ConfigureColumns
java.lang.Object
org.eclipse.jface.util.ConfigureColumns
Utilities for configuring columns of trees and tables in a
keyboard-accessible way.
- Since:
- 3.5
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
forTable
(Table table, IShellProvider shellProvider) Configure the columns of the given tree in a keyboard-accessible way, using the given shell provider to parent dialogs.static boolean
forTree
(Tree tree, IShellProvider shellProvider) Configure the columns of the given tree in a keyboard-accessible way, using the given shell provider to parent dialogs.
-
Constructor Details
-
ConfigureColumns
public ConfigureColumns()
-
-
Method Details
-
forTree
Configure the columns of the given tree in a keyboard-accessible way, using the given shell provider to parent dialogs.- Parameters:
tree
- the treeshellProvider
- a shell provider- Returns:
false
if the user canceled,true
otherwise
-
forTable
Configure the columns of the given tree in a keyboard-accessible way, using the given shell provider to parent dialogs.- Parameters:
table
- the tableshellProvider
- a shell provider- Returns:
false
if the user canceled,true
otherwise
-