borland.jbcl Packages borland.jbcl Class Hierarchy borland.jbcl.view
borland.jbcl.view.MenuComponentProperties borland.jbcl.view.MenuContainerProperties borland.jbcl.view.MenuItemProperties +----borland.jbcl.view.MenuProperties
Methods
This interface is used internally by other classes in the JBCL. You should never use this interface directly.
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.
void addItem(java.lang.String label)
This method is used internally by other classes in the JBCL. You should never use this method directly.
void addSeparator()
This method is used internally by other classes in the JBCL. You should never use this method directly.
MenuItemProperties getItem(int index)
This method is used internally by other classes in the JBCL. You should never use this method directly.
int getItemCount()
This method is used internally by other classes in the JBCL. You should never use this method directly.
boolean getTearOff()
This method is used internally by other classes in the JBCL. You should never use this method directly.
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.
void removeItem(int index)
This method is used internally by other classes in the JBCL. You should never use this method directly.