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

MenuItemProperties interface

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

About the MenuItemProperties interface

Methods  

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


MenuItemProperties methods

Methods defined in this interface


MenuItemProperties methods

getLabel()

  String getLabel()

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

isEnabled()

  boolean isEnabled()

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

setEnabled(boolean)

  void setEnabled(boolean cond)

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

setLabel(java.lang.String)

  void setLabel(java.lang.String label)

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