org.herac.tuxguitar.gui.editors.effects
Class StrokeEditor

java.lang.Object
  extended by SelectionAdapter
      extended by org.herac.tuxguitar.gui.editors.effects.StrokeEditor

public class StrokeEditor
extends SelectionAdapter


Field Summary
static int HEIGHT
           
static int STATUS_CANCEL
           
static int STATUS_CLEAN
           
static int STATUS_OK
           
static int WIDTH
           
 
Constructor Summary
StrokeEditor()
           
 
Method Summary
protected  GridData getButtonData()
           
protected  int getSelection()
           
 int getStatus()
           
 int getValue()
           
 void open(TGBeat beat)
           
 void setStatus(int status)
           
 void setValue(int value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WIDTH

public static final int WIDTH
See Also:
Constant Field Values

HEIGHT

public static final int HEIGHT
See Also:
Constant Field Values

STATUS_OK

public static final int STATUS_OK
See Also:
Constant Field Values

STATUS_CLEAN

public static final int STATUS_CLEAN
See Also:
Constant Field Values

STATUS_CANCEL

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

StrokeEditor

public StrokeEditor()
Method Detail

open

public void open(TGBeat beat)

getButtonData

protected GridData getButtonData()

getSelection

protected int getSelection()

getStatus

public int getStatus()

setStatus

public void setStatus(int status)

getValue

public int getValue()

setValue

public void setValue(int value)