org.herac.tuxguitar.gui.tools.browser.dialog
Class TGBrowserMenuBar

java.lang.Object
  extended by org.herac.tuxguitar.gui.tools.browser.dialog.TGBrowserBar
      extended by org.herac.tuxguitar.gui.tools.browser.dialog.TGBrowserMenuBar
All Implemented Interfaces:
LanguageLoader

public class TGBrowserMenuBar
extends TGBrowserBar


Constructor Summary
TGBrowserMenuBar(TGBrowserDialog browser)
           
 
Method Summary
 void init(Shell shell)
           
 void loadProperties()
           
 void reload(Shell shell)
           
 void updateCollections(TGBrowserCollection selection)
           
 void updateItems()
           
 void updateTypes()
           
 
Methods inherited from class org.herac.tuxguitar.gui.tools.browser.dialog.TGBrowserBar
addCollection, addCollection, closeCollection, getBrowser, newCollection, openCollection, removeCollection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TGBrowserMenuBar

public TGBrowserMenuBar(TGBrowserDialog browser)
Method Detail

init

public void init(Shell shell)
Specified by:
init in class TGBrowserBar

updateItems

public void updateItems()
Specified by:
updateItems in class TGBrowserBar

loadProperties

public void loadProperties()

updateCollections

public void updateCollections(TGBrowserCollection selection)
Specified by:
updateCollections in class TGBrowserBar

updateTypes

public void updateTypes()

reload

public void reload(Shell shell)