org.herac.tuxguitar.gui.tools.scale
Class ScaleManager

java.lang.Object
  extended by org.herac.tuxguitar.gui.tools.scale.ScaleManager

public class ScaleManager
extends java.lang.Object


Field Summary
static int NONE_SELECTION
           
 
Constructor Summary
ScaleManager()
           
 
Method Summary
 java.lang.String[] getKeyNames()
           
 TGScale getScale()
           
 java.lang.String[] getScaleNames()
           
 int getSelectionIndex()
           
 int getSelectionKey()
           
 void selectScale(int index, int key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE_SELECTION

public static final int NONE_SELECTION
See Also:
Constant Field Values
Constructor Detail

ScaleManager

public ScaleManager()
Method Detail

getScale

public TGScale getScale()

selectScale

public void selectScale(int index,
                        int key)

getScaleNames

public java.lang.String[] getScaleNames()

getKeyNames

public java.lang.String[] getKeyNames()

getSelectionIndex

public int getSelectionIndex()

getSelectionKey

public int getSelectionKey()