Uses of Class
LumiSoft.UI.Controls.WStatusBarPanel

Packages that use WStatusBarPanel
LumiSoft.UI.Controls   
 

Uses of WStatusBarPanel in LumiSoft.UI.Controls
 

Methods in LumiSoft.UI.Controls that return WStatusBarPanel
 WStatusBarPanel WStatusBarPanelCollection.Add(boolean autoSize)
          Adds new statusbar panel to panels collection.
 WStatusBarPanel WStatusBarPanelCollection.Add(int width)
          Adds new statusbar panel to panels collection.
 WStatusBarPanel WStatusBarPanelCollection.Add(int width, java.lang.String text)
          Adds new statusbar panel to panels collection.
 WStatusBarPanel WStatusBarPanelCollection.get(int index)
          Gets the StatusBarPanel at the specified index.
 

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

Methods in LumiSoft.UI.Controls with parameters of type WStatusBarPanel
 void WStatusBarPanelCollection.Remove(WStatusBarPanel panel)
          Removes specified panel from panles collection.