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

Packages that use Bar
LumiSoft.UI.Controls.WOutlookBar   
 

Uses of Bar in LumiSoft.UI.Controls.WOutlookBar
 

Methods in LumiSoft.UI.Controls.WOutlookBar that return Bar
 Bar Bars.Add(java.lang.String text)
          Add new bar with specified text to bars collection.
 Bar Bars.Add(java.lang.String text, java.lang.String textID)
          Add new bar with specified text and textID to bars collection.
 Bar Bars.get(int index)
          Gets bar from specified index.
 Bar WOutlookBar.getActiveBar()
           
 Bar Items.getBar()
          Gets items owner bar.
 Bar Item.getBar()
          Gets owner bar of item.
 Bar HitInfo.getHittedBar()
           
 Bar[] Bars.getVisibleBars()
          Gets visible bars.
 

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

Methods in LumiSoft.UI.Controls.WOutlookBar with parameters of type Bar
 void OutlookBarListener.BarClicked(java.lang.Object sender, Bar bar)
           
 int Bars.indexOf(Bar bar)
          Gets specified bar index.
 void Bars.remove(Bar bar)
          Removes specified bar.
 void WOutlookBar.setActiveBar(Bar value)