borland.jbcl Packages  borland.jbcl Class Hierarchy  borland.jbcl.view 

MenuBarProperties interface

borland.jbcl.view.MenuComponentProperties
borland.jbcl.view.MenuContainerProperties
   +----borland.jbcl.view.MenuBarProperties

About the MenuBarProperties interface

Methods  

This interface is used internally by other classes in the JBCL. You should never use this interface directly.


MenuBarProperties methods

Methods defined in this interface

Methods implemented in borland.jbcl.view.MenuContainerProperties


MenuBarProperties methods

addMenu(borland.jbcl.view.MenuProperties)

  void addMenu(borland.jbcl.view.MenuProperties m)

This method is used internally by other classes in the JBCL. You should never use this method directly.

getHelpMenu()

  MenuProperties getHelpMenu()

This method is used internally by other classes in the JBCL. You should never use this method directly.

getMenu(int)

  MenuProperties getMenu(int i)

This method is used internally by other classes in the JBCL. You should never use this method directly.

getMenuCount()

  int getMenuCount()

This method is used internally by other classes in the JBCL. You should never use this method directly.

removeMenu(borland.jbcl.view.MenuProperties)

  void removeMenu(borland.jbcl.view.MenuProperties m)

This method is used internally by other classes in the JBCL. You should never use this method directly.

removeMenu(int)

  void removeMenu(int index)

This method is used internally by other classes in the JBCL. You should never use this method directly.

setHelpMenu(borland.jbcl.view.MenuProperties)

  void setHelpMenu(borland.jbcl.view.MenuProperties m)
This method is used internally by other classes in the JBCL. You should never use this method directly.