org.herac.tuxguitar.gui.mixer
Class TGMixerTrackChannel

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

public class TGMixerTrackChannel
extends java.lang.Object


Field Summary
protected  Combo effectChannel
           
protected  org.herac.tuxguitar.gui.mixer.TGMixerTrackChannel.ChannelList effectChannels
           
protected  Combo normalChannel
           
protected  org.herac.tuxguitar.gui.mixer.TGMixerTrackChannel.ChannelList normalChannels
           
 
Constructor Summary
TGMixerTrackChannel(TGMixerTrack mixer)
           
 
Method Summary
 void fireChannelChange(TGChannel channel)
           
protected  TGChannel getChannel()
           
protected  TGTrack getTrack()
           
 void init(Composite parent)
           
 void updateItems(boolean reload)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

normalChannel

protected Combo normalChannel

effectChannel

protected Combo effectChannel

normalChannels

protected org.herac.tuxguitar.gui.mixer.TGMixerTrackChannel.ChannelList normalChannels

effectChannels

protected org.herac.tuxguitar.gui.mixer.TGMixerTrackChannel.ChannelList effectChannels
Constructor Detail

TGMixerTrackChannel

public TGMixerTrackChannel(TGMixerTrack mixer)
Method Detail

getTrack

protected TGTrack getTrack()

getChannel

protected TGChannel getChannel()

init

public void init(Composite parent)

updateItems

public void updateItems(boolean reload)

fireChannelChange

public void fireChannelChange(TGChannel channel)