|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IMenuBar | |
---|---|
com.sibvisions.rad.ui.swing.impl | Contains the Swing dependent interface implementations of the platform and technology independent interface definitions. |
com.sibvisions.rad.ui.swing.impl.container | Contains Swing container implementations based on the platform and technology independent interface definitions. |
com.sibvisions.rad.ui.swing.impl.menu | Contains Swing menu implementations based on the platform and technology independent interface definitions. |
javax.rad.genui.container | Contains a generic implementation of the platform and technology independent container interfaces to design graphical user interfaces. |
javax.rad.genui.menu | Contains a generic implementation of the platform and technology independent menu interfaces to design graphical user interfaces. |
javax.rad.ui | Contains all interfaces to develop a graphical user interface. |
javax.rad.ui.container | Contains all interfaces to develop containers for a graphical user interface. |
Uses of IMenuBar in com.sibvisions.rad.ui.swing.impl |
---|
Methods in com.sibvisions.rad.ui.swing.impl that return IMenuBar | |
---|---|
IMenuBar |
SwingFactory.createMenuBar()
Creates a new instance of IMenuBar . |
Methods in com.sibvisions.rad.ui.swing.impl with parameters of type IMenuBar | |
---|---|
void |
SwingApplication.setMenuBar(IMenuBar pMenuBar)
Sets the menubar for this frame. |
void |
SwingApplet.SwingAppletLauncher.setMenuBar(IMenuBar pMenuBar)
Sets the menubar for this frame. |
Uses of IMenuBar in com.sibvisions.rad.ui.swing.impl.container |
---|
Fields in com.sibvisions.rad.ui.swing.impl.container declared as IMenuBar | |
---|---|
protected IMenuBar |
SwingAbstractFrame.menuBar
the menu bar. |
Methods in com.sibvisions.rad.ui.swing.impl.container that return IMenuBar | |
---|---|
IMenuBar |
SwingAbstractFrame.getMenuBar()
Returns the menubar set on this frame. |
Methods in com.sibvisions.rad.ui.swing.impl.container with parameters of type IMenuBar | |
---|---|
void |
SwingInternalFrame.setMenuBar(IMenuBar pMenuBar)
Sets the menubar for this frame. |
void |
SwingFrame.setMenuBar(IMenuBar pMenuBar)
Sets the menubar for this frame. |
Uses of IMenuBar in com.sibvisions.rad.ui.swing.impl.menu |
---|
Classes in com.sibvisions.rad.ui.swing.impl.menu that implement IMenuBar | |
---|---|
class |
SwingMenuBar
The SwingMenuBar is the IMenuBar
implementation for swing. |
Uses of IMenuBar in javax.rad.genui.container |
---|
Fields in javax.rad.genui.container declared as IMenuBar | |
---|---|
protected IMenuBar |
AbstractFrame.menuBar
the menu bar. |
Methods in javax.rad.genui.container that return IMenuBar | |
---|---|
IMenuBar |
AbstractFrame.getMenuBar()
Returns the menubar set on this frame. |
Methods in javax.rad.genui.container with parameters of type IMenuBar | |
---|---|
void |
AbstractFrame.setMenuBar(IMenuBar pMenuBar)
Sets the menubar for this frame. |
Uses of IMenuBar in javax.rad.genui.menu |
---|
Classes in javax.rad.genui.menu that implement IMenuBar | |
---|---|
class |
UIMenuBar
Platform and technology independent menu bar. |
Constructors in javax.rad.genui.menu with parameters of type IMenuBar | |
---|---|
UIMenuBar(IMenuBar pMenuBar)
Creates a new instance of UIMenuBar wit the given
menu bar. |
Uses of IMenuBar in javax.rad.ui |
---|
Methods in javax.rad.ui that return IMenuBar | |
---|---|
IMenuBar |
IFactory.createMenuBar()
Creates a new instance of IMenuBar . |
Uses of IMenuBar in javax.rad.ui.container |
---|
Methods in javax.rad.ui.container that return IMenuBar | |
---|---|
IMenuBar |
IFrame.getMenuBar()
Returns the menubar set on this frame. |
Methods in javax.rad.ui.container with parameters of type IMenuBar | |
---|---|
void |
IFrame.setMenuBar(IMenuBar pMenuBar)
Sets the menubar for this frame. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |