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

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

public class TGBrowserToolBar
extends TGBrowserBar


Field Summary
protected  TGBrowserCollectionCombo collections
           
protected  Menu newBrowserMenu
           
 
Constructor Summary
TGBrowserToolBar(TGBrowserDialog browser)
           
 
Method Summary
 void init(Shell shell)
           
 void initItems()
           
 void loadProperties()
           
 void reload()
           
protected  void updateCollection()
           
 void updateCollections(TGBrowserCollection selection)
           
 void updateItems()
           
 
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
 

Field Detail

newBrowserMenu

protected Menu newBrowserMenu

collections

protected TGBrowserCollectionCombo collections
Constructor Detail

TGBrowserToolBar

public TGBrowserToolBar(TGBrowserDialog browser)
Method Detail

init

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

initItems

public void initItems()

updateItems

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

updateCollections

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

reload

public void reload()

loadProperties

public void loadProperties()

updateCollection

protected void updateCollection()