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

Uses of Class
org.eclipse.swt.widgets.Tree

Packages that use Tree
org.eclipse.compare.structuremergeviewer Provides support for finding and displaying the differences between hierarchically structured data. 
org.eclipse.jface.util Provides useful building blocks used throughout JFace, including property change events, a listener list implementation, and runtime checked assertions. 
org.eclipse.jface.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets. 
org.eclipse.swt.custom SWT Custom widgets. 
org.eclipse.swt.dnd SWT Drag and Drop support. 
org.eclipse.swt.widgets SWT widget public API classes. 
org.eclipse.ui.actions Classes for actions and operations used in a workbench window, page, or part in the Eclipse Platform User Interface. 
org.eclipse.ui.dialogs Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface. 
org.eclipse.ui.forms.widgets Custom widgets and controls for forms-based parts. 
 

Uses of Tree in org.eclipse.compare.structuremergeviewer
 

Constructors in org.eclipse.compare.structuremergeviewer with parameters of type Tree
DiffTreeViewer ( Tree tree, CompareConfiguration configuration)
          Creates a new viewer for the given SWT tree control with the specified configuration.
StructureDiffViewer ( Tree tree, CompareConfiguration configuration)
          Creates a new viewer for the given SWT tree control with the specified configuration.
 

Uses of Tree in org.eclipse.jface.util
 

Methods in org.eclipse.jface.util with parameters of type Tree
static boolean ConfigureColumns. 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.
 

Uses of Tree in org.eclipse.jface.viewers
 

Methods in org.eclipse.jface.viewers that return Tree
  Tree TreeViewer. getTree ()
          Returns this tree viewer's tree control.
 

Constructors in org.eclipse.jface.viewers with parameters of type Tree
CheckboxTreeViewer ( Tree tree)
          Creates a tree viewer on the given tree control.
TreeViewer ( Tree tree)
          Creates a tree viewer on the given tree control.
 

Uses of Tree in org.eclipse.swt.custom
 

Constructors in org.eclipse.swt.custom with parameters of type Tree
TreeEditor ( Tree tree)
          Creates a TreeEditor for the specified Tree.
 

Uses of Tree in org.eclipse.swt.dnd
 

Constructors in org.eclipse.swt.dnd with parameters of type Tree
TreeDragSourceEffect ( Tree tree)
          Creates a new TreeDragSourceEffect to handle drag effect from the specified Tree.
TreeDropTargetEffect ( Tree tree)
          Creates a new TreeDropTargetEffect to handle the drag under effect on the specified Tree.
 

Uses of Tree in org.eclipse.swt.widgets
 

Methods in org.eclipse.swt.widgets that return Tree
  Tree TreeItem. getParent ()
          Returns the receiver's parent, which must be a Tree.
  Tree TreeColumn. getParent ()
          Returns the receiver's parent, which must be a Tree.
 

Constructors in org.eclipse.swt.widgets with parameters of type Tree
TreeColumn ( Tree parent, int style)
          Constructs a new instance of this class given its parent (which must be a Tree) and a style value describing its behavior and appearance.
TreeColumn ( Tree parent, int style, int index)
          Constructs a new instance of this class given its parent (which must be a Tree), a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent.
TreeItem ( Tree parent, int style)
          Constructs a new instance of this class given its parent (which must be a Tree or a TreeItem) and a style value describing its behavior and appearance.
TreeItem ( Tree parent, int style, int index)
          Constructs a new instance of this class given its parent (which must be a Tree or a TreeItem), a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent.
 

Uses of Tree in org.eclipse.ui.actions
 

Methods in org.eclipse.ui.actions with parameters of type Tree
protected   Point QuickMenuCreator. computeMenuLocation ( Tree tree)
          Hook to compute the menu location if the focus widget is a tree widget.
 

Constructors in org.eclipse.ui.actions with parameters of type Tree
RenameResourceAction ( IShellProvider provider, Tree tree)
          Creates a new action.
RenameResourceAction ( Shell shell, Tree tree)
          Deprecated. see RenameResourceAction.RenameResourceAction(IShellProvider, Tree)
 

Uses of Tree in org.eclipse.ui.dialogs
 

Constructors in org.eclipse.ui.dialogs with parameters of type Tree
ContainerCheckedTreeViewer ( Tree tree)
          Constructor for ContainerCheckedTreeViewer.
 

Uses of Tree in org.eclipse.ui.forms.widgets
 

Methods in org.eclipse.ui.forms.widgets that return Tree
  Tree FormToolkit. createTree ( Composite parent, int style)
          Creates a tree widget as a part of the form.
 


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