org.herac.tuxguitar.gui.mixer
Class TGMixerTrack

java.lang.Object
  extended by org.herac.tuxguitar.gui.mixer.TGMixerTrack

public class TGMixerTrack
extends java.lang.Object


Field Summary
protected  Scale balanceScale
           
protected  TGMixer mixer
           
protected  TGMixerTrackChannel mixerChannel
           
protected  Button muteCheckBox
           
protected  Button soloCheckBox
           
protected  java.lang.String tipBalance
           
protected  java.lang.String tipVolume
           
protected  TGTrack track
           
protected  UndoableTrackChannel undoableBalance
           
protected  UndoableTrackChannel undoableVolume
           
protected  Scale volumeScale
           
 
Constructor Summary
TGMixerTrack(TGMixer mixer, TGTrack track)
           
 
Method Summary
 void fireChanges(int type)
           
 TGMixer getMixer()
           
 TGTrack getTrack()
           
 void init(Composite parent)
           
 void loadProperties()
           
 void updateItems()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

track

protected TGTrack track

mixer

protected TGMixer mixer

mixerChannel

protected TGMixerTrackChannel mixerChannel

soloCheckBox

protected Button soloCheckBox

muteCheckBox

protected Button muteCheckBox

balanceScale

protected Scale balanceScale

volumeScale

protected Scale volumeScale

tipVolume

protected java.lang.String tipVolume

tipBalance

protected java.lang.String tipBalance

undoableVolume

protected UndoableTrackChannel undoableVolume

undoableBalance

protected UndoableTrackChannel undoableBalance
Constructor Detail

TGMixerTrack

public TGMixerTrack(TGMixer mixer,
                    TGTrack track)
Method Detail

init

public void init(Composite parent)

fireChanges

public void fireChanges(int type)

loadProperties

public void loadProperties()

updateItems

public void updateItems()

getTrack

public TGTrack getTrack()

getMixer

public TGMixer getMixer()