|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.util.ConfigureColumns
public class ConfigureColumns
Utilities for configuring columns of trees and tables in a keyboard-accessible way.
Constructor Summary | |
---|---|
ConfigureColumns()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfigureColumns()
Method Detail |
---|
public static boolean forTree(Tree tree, IShellProvider shellProvider)
tree
- the treeshellProvider
- a shell provider
false
if the user canceled, true
otherwisepublic static boolean forTable(Table table, IShellProvider shellProvider)
table
- the tableshellProvider
- a shell provider
false
if the user canceled, true
otherwise
|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.