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

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

public class PluginMenuItem
extends java.lang.Object
implements MenuItems


Constructor Summary
PluginMenuItem(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

PluginMenuItem

public PluginMenuItem(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