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

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

public class BeatMenuItem
extends java.lang.Object
implements MenuItems


Constructor Summary
BeatMenuItem(Shell shell, Menu parent, int style)
           
 
Method Summary
 void loadIcons()
           
 void loadProperties()
          Actualiza los textos
 void showItems()
           
 void update()
          Actualiza los estados
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeatMenuItem

public BeatMenuItem(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 los estados

Specified by:
update in interface ItemBase

loadProperties

public void loadProperties()
Description copied from interface: ItemBase
Actualiza los textos

Specified by:
loadProperties in interface ItemBase

loadIcons

public void loadIcons()