leon.view.graphic
Interface LyGraphicalMenuBar
- All Superinterfaces:
- LyFreeInterface, LyGraphicalComponent, LyViewComponent
- All Known Implementing Classes:
- LyJQMenuBar, LyMobileMenuBar, LyStrutsMenuBar, LySwingMenuBar
public interface LyGraphicalMenuBar
- extends LyGraphicalComponent
The LyGraphicalMenuBar interface represents the abstract graphical component
for the menuBar of views.dtd regardless of the target (swing, swt, dhtml...).
- See Also:
LyMenuBar
Field Summary |
static java.lang.String |
__VERSION
|
Method Summary |
void |
addMenu(LyMenu menus,
int pos)
Inserts a sub-component menus at given position. |
void |
removeMenu(LyMenu menus)
Removes a sub-component menus. |
__VERSION
static final java.lang.String __VERSION
- See Also:
- Constant Field Values
addMenu
void addMenu(LyMenu menus,
int pos)
- Inserts a sub-component menus at given position.
- Parameters:
menus
- The menus to add to menus list.pos
- Position where the sub-component is inserted.
removeMenu
void removeMenu(LyMenu menus)
- Removes a sub-component menus.
- Parameters:
menus
- The menus to remove to menus list.
Website: W4 S.A., contact us: support@w4global.com