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

Packages that use TreeItem
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.widgets SWT widget public API classes. 
 

Uses of TreeItem in org.eclipse.jface.viewers
 

Methods in org.eclipse.jface.viewers with parameters of type TreeItem
 void StructuredViewer.ColorAndFontCollectorWithProviders. applyFontsAndColors ( TreeItem control)
           
 void StructuredViewer.ColorAndFontCollector. applyFontsAndColors ( TreeItem control)
          Apply the fonts and colors to the control if required.
 

Uses of TreeItem in org.eclipse.swt.custom
 

Methods in org.eclipse.swt.custom that return TreeItem
  TreeItem TreeEditor. getItem ()
          Returns the TreeItem for the row of the cell being tracked by this editor.
 

Methods in org.eclipse.swt.custom with parameters of type TreeItem
 void TreeEditor. setEditor ( Control editor, TreeItem item)
          Specify the Control that is to be displayed and the cell in the tree that it is to be positioned above.
 void TreeEditor. setEditor ( Control editor, TreeItem item, int column)
          Specify the Control that is to be displayed and the cell in the tree that it is to be positioned above.
 void TreeEditor. setItem ( TreeItem item)
          Specifies the TreeItem that is to be edited.
 

Uses of TreeItem in org.eclipse.swt.widgets
 

Methods in org.eclipse.swt.widgets that return TreeItem
  TreeItem TreeItem. getItem (int index)
          Returns the item at the given, zero-relative index in the receiver.
  TreeItem Tree. getItem (int index)
          Returns the item at the given, zero-relative index in the receiver.
  TreeItem Tree. getItem ( Point point)
          Returns the item at the given point in the receiver or null if no such item exists.
  TreeItem[] TreeItem. getItems ()
          Returns a (possibly empty) array of TreeItems which are the direct item children of the receiver.
  TreeItem[] Tree. getItems ()
          Returns a (possibly empty) array of items contained in the receiver that are direct item children of the receiver.
  TreeItem TreeItem. getParentItem ()
          Returns the receiver's parent item, which must be a TreeItem or null when the receiver is a root.
  TreeItem Tree. getParentItem ()
          Returns the receiver's parent item, which must be a TreeItem or null when the receiver is a root.
  TreeItem[] Tree. getSelection ()
          Returns an array of TreeItems that are currently selected in the receiver.
  TreeItem Tree. getTopItem ()
          Returns the item which is currently at the top of the receiver.
 

Methods in org.eclipse.swt.widgets with parameters of type TreeItem
 void Tree. deselect ( TreeItem item)
          Deselects an item in the receiver.
 int TreeItem. indexOf ( TreeItem item)
          Searches the receiver's list starting at the first item (index 0) until an item is found that is equal to the argument, and returns the index of that item.
 int Tree. indexOf ( TreeItem item)
          Searches the receiver's list starting at the first item (index 0) until an item is found that is equal to the argument, and returns the index of that item.
 void Tree. select ( TreeItem item)
          Selects an item in the receiver.
 void Tree. setInsertMark ( TreeItem item, boolean before)
          Display a mark indicating the point at which an item will be inserted.
 void Tree. setSelection ( TreeItem item)
          Sets the receiver's selection to the given item.
 void Tree. setSelection ( TreeItem[] items)
          Sets the receiver's selection to be the given array of items.
 void Tree. setTopItem ( TreeItem item)
          Sets the item which is currently at the top of the receiver.
 void Tree. showItem ( TreeItem item)
          Shows the item.
 

Constructors in org.eclipse.swt.widgets with parameters of type TreeItem
TreeItem ( TreeItem parentItem, 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 ( TreeItem parentItem, 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.
 


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