Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

org.eclipse.jface.util
Class ConfigureColumns


java.lang.Object
  extended by 
org.eclipse.jface.util.ConfigureColumns

public class ConfigureColumns
extends Object

Utilities for configuring columns of trees and tables in a keyboard-accessible way.

Since:
3.5

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

ConfigureColumns

public ConfigureColumns()
Method Detail

forTree

public 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.

Parameters:
tree - the tree
shellProvider - a shell provider
Returns:
false if the user canceled, true otherwise

forTable

public 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.

Parameters:
table - the table
shellProvider - a shell provider
Returns:
false if the user canceled, true otherwise

Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire