org.herac.tuxguitar.gui.mixer
Class TGMixerTrack
java.lang.Object
org.herac.tuxguitar.gui.mixer.TGMixerTrack
public class TGMixerTrack
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
TGMixerTrack
public TGMixerTrack(TGMixer mixer,
TGTrack track)
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()