com.tensegrity.gui.component
Interface MenuBar

All Superinterfaces:
BasicComponent, Evaluable
All Known Implementing Classes:
SwingMenuBar, SwtMenuBar

public interface MenuBar
extends BasicComponent

Interface for MenuBars. A MenuBar is a container for menus.

Version:
$Id: MenuBar.java,v 1.4 2004/03/12 16:33:59 GillesIachelini Exp $
Author:
GillesIachelini

Method Summary
 void addMenu(Menu menu)
          As a container for Menu instances all implementation must provide an entry point to add these.
 
Methods inherited from interface com.tensegrity.gui.component.BasicComponent
getHeight, getParentComponent, getWidth, repaint
 
Methods inherited from interface com.tensegrity.gui.Evaluable
applyEvList, installEvList
 

Method Detail

addMenu

public void addMenu(Menu menu)
As a container for Menu instances all implementation must provide an entry point to add these. This method adds the parameter Menu to this MenuBar.

Parameters:
menu - the Menu to add to this MenuBar.


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.