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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic booleanforTable(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 booleanforTree(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- 
ConfigureColumnspublic ConfigureColumns()
 
- 
- 
Method Details- 
forTreeConfigure the columns of the given tree in a keyboard-accessible way, using the given shell provider to parent dialogs.- Parameters:
- tree- the tree
- shellProvider- a shell provider
- Returns:
- falseif the user canceled,- trueotherwise
 
- 
forTableConfigure the columns of the given tree in a keyboard-accessible way, using the given shell provider to parent dialogs.- Parameters:
- table- the table
- shellProvider- a shell provider
- Returns:
- falseif the user canceled,- trueotherwise
 
 
-