Uses of Class
LumiSoft.UI.Controls.WTab.Tab

Packages that use Tab
LumiSoft.UI.Controls.WTab   
 

Uses of Tab in LumiSoft.UI.Controls.WTab
 

Methods in LumiSoft.UI.Controls.WTab that return Tab
 Tab Tabs.Add(java.lang.String caption)
          Adds new tab to tabs collection.
 Tab Tabs.Add(java.lang.String caption, java.lang.Object tag)
          Adds new tab to tabs collection.
 Tab Tabs.Add(java.lang.String caption, java.lang.Object tag, int imageIndex)
          Adds new tab to tabs collection.
 Tab Tabs.get(int index)
          Gets tab at specified index.
 Tab WTabBar.getSelectedTab()
          Gets selected tab.
 

Methods in LumiSoft.UI.Controls.WTab that return types with arguments of type Tab
 java.util.Iterator<Tab> Tabs.iterator()
          Gets iterator.
 

Methods in LumiSoft.UI.Controls.WTab with parameters of type Tab
 int Tabs.IndexOf(Tab tab)
          Gets specified tab index in tabs collection.
 void WTabBar.MakeTabVisible(Tab tab)
          Makes specified tab visible (scrolls to visible area).
 void WTabBar.setSelectedTab(Tab s)
          Sets selected tab.
 void TabListener.TabChanged(java.lang.Object sender, Tab newTab, Tab oldTab)
           
 

Constructors in LumiSoft.UI.Controls.WTab with parameters of type Tab
TabPage(Tab tab, java.awt.Component tabPage)