Uses of Class
LumiSoft.UI.Controls.WOutlookBar.Item

Packages that use Item
LumiSoft.UI.Controls.WOutlookBar   
 

Uses of Item in LumiSoft.UI.Controls.WOutlookBar
 

Methods in LumiSoft.UI.Controls.WOutlookBar that return Item
 Item Items.get(int index)
          Gets item from specified index.
 Item HitInfo.getHittedItem()
           
 Item WOutlookBar.getStuckenItem()
           
 Item[] Items.getVisibleItems()
          Gets visible items.
 

Methods in LumiSoft.UI.Controls.WOutlookBar that return types with arguments of type Item
 java.util.Iterator<Item> Items.iterator()
          Gets iterator.
 

Methods in LumiSoft.UI.Controls.WOutlookBar with parameters of type Item
 boolean Items.Contains(Item item)
          Gets if items collection contains specified item.
 int Items.IndexOf(Item item)
          Gets item index in collection or -1 if item won't belong to this collection.
 void OutlookBarListener.ItemClicked(java.lang.Object sender, Item bar)
           
 void WOutlookBar.setStuckenItem(Item value)