org.herac.tuxguitar.gui.items.tool
Class DynamicToolItems

java.lang.Object
  extended by org.herac.tuxguitar.gui.items.ToolItems
      extended by org.herac.tuxguitar.gui.items.tool.DynamicToolItems
All Implemented Interfaces:
ItemBase

public class DynamicToolItems
extends ToolItems


Field Summary
static java.lang.String NAME
           
 
Constructor Summary
DynamicToolItems()
           
 
Method Summary
 void loadIcons()
           
 void loadProperties()
          Actualiza los textos
 void showItems(ToolBar toolBar)
           
 void update()
          Actualiza los estados
 
Methods inherited from class org.herac.tuxguitar.gui.items.ToolItems
getEditor, getName, isEnabled, setEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values
Constructor Detail

DynamicToolItems

public DynamicToolItems()
Method Detail

showItems

public void showItems(ToolBar toolBar)
Specified by:
showItems in class ToolItems

update

public void update()
Description copied from interface: ItemBase
Actualiza los estados


loadProperties

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


loadIcons

public void loadIcons()