Eclipse Platform
Release 3.3

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

Packages that use ExpandItem
org.eclipse.swt.widgets SWT widget public API classes.  
 

Uses of ExpandItem in org.eclipse.swt.widgets
 

Methods in org.eclipse.swt.widgets that return ExpandItem
 ExpandItem ExpandBar.getItem(int index)
          Returns the item at the given, zero-relative index in the receiver.
 ExpandItem[] ExpandBar.getItems()
          Returns an array of ExpandItems which are the items in the receiver.
 

Methods in org.eclipse.swt.widgets with parameters of type ExpandItem
 int ExpandBar.indexOf(ExpandItem 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.
 


Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.