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  Button checkMute
           
protected  Button checkSolo
           
protected  TGMixer mixer
           
protected  TGMixerTrackChannel mixerChannel
           
protected  TGTrack track
           
 
Constructor Summary
TGMixerTrack(TGMixer mixer, TGTrack track)
           
 
Method Summary
 void fireChanges(int type)
           
 TGMixer getMixer()
           
 TGTrack getTrack()
           
 void init(Composite parent)
           
 void loadProperties()
           
protected  void updateChannelValue(int type, int value)
           
 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

checkSolo

protected Button checkSolo

checkMute

protected Button checkMute
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()

updateChannelValue

protected void updateChannelValue(int type,
                                  int value)