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

java.lang.Object
  extended by org.herac.tuxguitar.gui.tools.browser.dialog.TGBrowserCollectionCombo

public class TGBrowserCollectionCombo
extends java.lang.Object


Constructor Summary
TGBrowserCollectionCombo(Composite parent, int style)
           
 
Method Summary
 void add(TGBrowserCollection collection)
           
 void addSelectionListener(SelectionListener listener)
           
 TGBrowserCollection getSelection()
           
 boolean isEmpty()
           
 void removeAll()
           
 void select(int index)
           
 void setEnabled(boolean enabled)
           
 void setLayoutData(java.lang.Object layoutData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TGBrowserCollectionCombo

public TGBrowserCollectionCombo(Composite parent,
                                int style)
Method Detail

add

public void add(TGBrowserCollection collection)

getSelection

public TGBrowserCollection getSelection()

addSelectionListener

public void addSelectionListener(SelectionListener listener)

setLayoutData

public void setLayoutData(java.lang.Object layoutData)

removeAll

public void removeAll()

select

public void select(int index)

setEnabled

public void setEnabled(boolean enabled)

isEmpty

public boolean isEmpty()