org.herac.tuxguitar.gui.items.menu
Class HelpMenuItem

java.lang.Object
  extended by org.herac.tuxguitar.gui.items.menu.HelpMenuItem
All Implemented Interfaces:
ItemBase, MenuItems

public class HelpMenuItem
extends java.lang.Object
implements MenuItems


Constructor Summary
HelpMenuItem(Shell shell, Menu parent, int style)
           
 
Method Summary
 void loadProperties()
          Actualiza el texto del item
 void showItems()
           
 void update()
          Actualiza el estado del item
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelpMenuItem

public HelpMenuItem(Shell shell,
                    Menu parent,
                    int style)
Method Detail

showItems

public void showItems()
Specified by:
showItems in interface MenuItems

update

public void update()
Description copied from interface: ItemBase
Actualiza el estado del item

Specified by:
update in interface ItemBase

loadProperties

public void loadProperties()
Description copied from interface: ItemBase
Actualiza el texto del item

Specified by:
loadProperties in interface ItemBase