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

MenuProperties interface

borland.jbcl.view.MenuComponentProperties
borland.jbcl.view.MenuContainerProperties
borland.jbcl.view.MenuItemProperties
   +----borland.jbcl.view.MenuProperties

About the MenuProperties interface

Methods  

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


MenuProperties methods

Methods defined in this interface

Methods implemented in borland.jbcl.view.MenuContainerProperties

Methods implemented in borland.jbcl.view.MenuItemProperties


MenuProperties methods

addItem(borland.jbcl.view.MenuItemProperties)

  void addItem(borland.jbcl.view.MenuItemProperties mi)

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

addItem(java.lang.String)

  void addItem(java.lang.String label)

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

addSeparator()

  void addSeparator()

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

getItem(int)

  MenuItemProperties getItem(int index)

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

getItemCount()

  int getItemCount()

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

getTearOff()

  boolean getTearOff()

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

removeItem(borland.jbcl.view.MenuItemProperties)

  void removeItem(borland.jbcl.view.MenuItemProperties item)

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

removeItem(int)

  void removeItem(int index)

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