Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

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

Uses of TrayItem in org.eclipse.swt.widgets
 

Fields in org.eclipse.swt.widgets declared as TrayItem
(package private)  TrayItem[] Tray.items
           
 

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

Methods in org.eclipse.swt.widgets with parameters of type TrayItem
(package private)  void Tray.createItem(TrayItem item, int index)
           
(package private)  void Tray.destroyItem(TrayItem item)