Uses of Class
com.retek.commons.gui.widget.RStatusBar

Packages that use RStatusBar
com.retek.commons.gui.core   
com.retek.commons.gui.table   
com.retek.commons.gui.widget   
com.retek.rcom.gui.screen.customermain   
com.retek.rcom.gui.widget   
com.retek.rmm.gui.core   
com.retek.rmm.gui.screen.shippingrate   
com.retek.rmm.gui.widget   
 

Uses of RStatusBar in com.retek.commons.gui.core
 

Methods in com.retek.commons.gui.core that return RStatusBar
 RStatusBar WidgetManager.getStatusBar()
          Gets the status bar the widget manager is using.
 

Methods in com.retek.commons.gui.core with parameters of type RStatusBar
 void WidgetManager.setStatusBar(RStatusBar statusBar)
          Sets the status bar for the widget manager to use (otherwise it uses its own).
 

Uses of RStatusBar in com.retek.commons.gui.table
 

Methods in com.retek.commons.gui.table with parameters of type RStatusBar
 void REntryTable.setStatusBar(RStatusBar statusBar)
          Sets the status bar for the table.
 

Uses of RStatusBar in com.retek.commons.gui.widget
 

Methods in com.retek.commons.gui.widget that return RStatusBar
 RStatusBar RFrame.getStatusBar()
          Retrieves the status bar associated with the frame.
 RStatusBar RDialog.getStatusBar()
          Retrieves the status bar.
 

Methods in com.retek.commons.gui.widget with parameters of type RStatusBar
protected abstract  void RView.setStatusBar(RStatusBar statusBar)
          Abstract methods that should be defined by sub-classes of RView.
protected  void RScreen.setStatusBar(RStatusBar statusBar)
          Sets the status bar for this screen.
 void RTab.setStatusBar(RStatusBar statusBar)
          Assigns a status bar to the widget manager for the tab.
 

Uses of RStatusBar in com.retek.rcom.gui.screen.customermain
 

Methods in com.retek.rcom.gui.screen.customermain with parameters of type RStatusBar
 void AddressPanel.setStatusBar(RStatusBar statusBar)
          SETTERS
 

Uses of RStatusBar in com.retek.rcom.gui.widget
 

Methods in com.retek.rcom.gui.widget with parameters of type RStatusBar
protected  void RcomView.setStatusBar(RStatusBar statusBar)
          Assigns a status bar to the widget manager for this view.
 

Uses of RStatusBar in com.retek.rmm.gui.core
 

Methods in com.retek.rmm.gui.core that return RStatusBar
static RStatusBar Rmm.getStatusBar()
           
 

Uses of RStatusBar in com.retek.rmm.gui.screen.shippingrate
 

Constructors in com.retek.rmm.gui.screen.shippingrate with parameters of type RStatusBar
ShippingRateTableView(RStatusBar statusBar, boolean editable)
           
 

Uses of RStatusBar in com.retek.rmm.gui.widget
 

Methods in com.retek.rmm.gui.widget with parameters of type RStatusBar
 void RmmView.setStatusBar(RStatusBar statusBar)
          Assigns a status bar to the widget manager for this view.
 



Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28