Eclipse Platform
2.0

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

Packages that use Item
org.eclipse.swt.custom SWT Custom widgets. 
org.eclipse.swt.widgets SWT widget public API classes. 
 

Uses of Item in org.eclipse.swt.custom
 

Subclasses of Item in org.eclipse.swt.custom
 class CTabItem
           
 class TableTreeItem
          A TableTreeItem is a selectable user interface object that represents an item in a heirarchy of items in a TableTree.
 

Uses of Item in org.eclipse.swt.widgets
 

Subclasses of Item in org.eclipse.swt.widgets
 class CoolItem
          Instances of this class are selectable user interface objects that represent the dynamically positionable areas of a CoolBar.
 class MenuItem
          Instances of this class represent a selectable user interface object that issues notification when pressed and released.
 class TabItem
          Instances of this class represent a selectable user interface object corresponding to a tab for a page in a tab folder.
 class TableColumn
          Instances of this class represent a column in a table widget.
 class TableItem
          Instances of this class represent a selectable user interface object that represents an item in a table.
 class ToolItem
          Instances of this class represent a selectable user interface object that represents a button in a tool bar.
 class TreeItem
          Instances of this class represent a selectable user interface object that represents a hierarchy of tree items in a tree widget.
 


Eclipse Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.