|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |