public class ConfigureColumns extends Object
Constructor and Description |
---|
ConfigureColumns() |
Modifier and Type | Method and Description |
---|---|
static 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.
|
public static boolean forTree(Tree tree, IShellProvider shellProvider)
tree
- the treeshellProvider
- a shell providerfalse
if the user canceled, true
otherwisepublic static boolean forTable(Table table, IShellProvider shellProvider)
table
- the tableshellProvider
- a shell providerfalse
if the user canceled, true
otherwise
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.