org.herac.tuxguitar.gui.editors.effects
Class HarmonicEditor

java.lang.Object
  extended by SelectionAdapter
      extended by org.herac.tuxguitar.gui.editors.effects.HarmonicEditor

public class HarmonicEditor
extends SelectionAdapter


Field Summary
protected  Combo harmonicDataCombo
           
protected  Combo harmonicType
           
static int HEIGHT
           
protected  TGEffectHarmonic result
           
protected  Button[] typeButtons
           
static int WIDTH
           
 
Constructor Summary
HarmonicEditor()
           
 
Method Summary
 TGEffectHarmonic getHarmonic()
           
protected  int getSelectedType()
           
protected  void initDefaults(TGNote note)
           
 TGEffectHarmonic show(TGNote note)
           
protected  void update(TGNote note, int type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WIDTH

public static final int WIDTH
See Also:
Constant Field Values

HEIGHT

public static final int HEIGHT
See Also:
Constant Field Values

harmonicType

protected Combo harmonicType

harmonicDataCombo

protected Combo harmonicDataCombo

result

protected TGEffectHarmonic result

typeButtons

protected Button[] typeButtons
Constructor Detail

HarmonicEditor

public HarmonicEditor()
Method Detail

show

public TGEffectHarmonic show(TGNote note)

initDefaults

protected void initDefaults(TGNote note)

getSelectedType

protected int getSelectedType()

update

protected void update(TGNote note,
                      int type)

getHarmonic

public TGEffectHarmonic getHarmonic()