org.herac.tuxguitar.gui.mixer
Class TGMixer
java.lang.Object
org.herac.tuxguitar.gui.mixer.TGMixer
- All Implemented Interfaces:
- TGUpdateListener, IconLoader, LanguageLoader
public class TGMixer
- extends java.lang.Object
- implements TGUpdateListener, IconLoader, LanguageLoader
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MUTE
public static final int MUTE
- See Also:
- Constant Field Values
SOLO
public static final int SOLO
- See Also:
- Constant Field Values
VOLUME
public static final int VOLUME
- See Also:
- Constant Field Values
BALANCE
public static final int BALANCE
- See Also:
- Constant Field Values
CHORUS
public static final int CHORUS
- See Also:
- Constant Field Values
REVERB
public static final int REVERB
- See Also:
- Constant Field Values
PHASER
public static final int PHASER
- See Also:
- Constant Field Values
TREMOLO
public static final int TREMOLO
- See Also:
- Constant Field Values
CHANNEL
public static final int CHANNEL
- See Also:
- Constant Field Values
CHANGE_ALL
public static final int CHANGE_ALL
- See Also:
- Constant Field Values
dialog
protected Shell dialog
TGMixer
public TGMixer()
show
public void show()
addListeners
public void addListeners()
removeListeners
public void removeListeners()
loadData
protected void loadData()
changeVolume
protected void changeVolume()
loadVolume
protected void loadVolume()
clear
protected void clear()
isDisposed
public boolean isDisposed()
fireChanges
public void fireChanges(TGChannel channel,
int type)
loadProperties
public void loadProperties()
- Specified by:
loadProperties
in interface LanguageLoader
loadProperties
public void loadProperties(boolean pack)
loadIcons
public void loadIcons()
- Specified by:
loadIcons
in interface IconLoader
updateItems
public void updateItems()
updateValues
public void updateValues()
update
public void update()
dispose
public void dispose()
doUpdate
public void doUpdate(int type)
- Specified by:
doUpdate
in interface TGUpdateListener