org.ejtools.adwt.service
Interface MenuBarService

All Superinterfaces:
java.beans.beancontext.BeanContextContainerProxy, ToolBarService
All Known Implementing Classes:
MenuBarServiceProvider

public interface MenuBarService
extends ToolBarService

Description of the Class

Version:
$Revision: 1.5 $
Author:
Laurent Etiemble

Nested Class Summary
static interface MenuBarService.Listener
          Description of the Class
 
Field Summary
static int NO_LAYOUT
          Description of the Field
static int SEPARATOR_AFTER
          Description of the Field
static int SEPARATOR_BEFORE
          Description of the Field
 
Method Summary
 void addMenuBarListener(MenuBarService.Listener mbsl)
          Adds a feature to the MenuBarListener attribute of the MenuBarService object
 void removeMenuBarListener(MenuBarService.Listener mbsl)
          Description of the Method
 
Methods inherited from interface org.ejtools.adwt.service.ToolBarService
register, unregister
 
Methods inherited from interface java.beans.beancontext.BeanContextContainerProxy
getContainer
 

Field Detail

NO_LAYOUT

public static final int NO_LAYOUT
Description of the Field

See Also:
Constant Field Values

SEPARATOR_BEFORE

public static final int SEPARATOR_BEFORE
Description of the Field

See Also:
Constant Field Values

SEPARATOR_AFTER

public static final int SEPARATOR_AFTER
Description of the Field

See Also:
Constant Field Values
Method Detail

addMenuBarListener

public void addMenuBarListener(MenuBarService.Listener mbsl)
Adds a feature to the MenuBarListener attribute of the MenuBarService object

Parameters:
mbsl - The feature to be added to the MenuBarListener attribute

removeMenuBarListener

public void removeMenuBarListener(MenuBarService.Listener mbsl)
Description of the Method

Parameters:
mbsl - Description of Parameter


Copyright © 2002-2003 EJTools Org.. All Rights Reserved.