org.herac.tuxguitar.gui.marker
Class MarkerEditor

java.lang.Object
  extended by org.herac.tuxguitar.gui.marker.MarkerEditor

public class MarkerEditor
extends java.lang.Object


Field Summary
static int STATUS_EDIT
           
static int STATUS_NEW
           
 
Constructor Summary
MarkerEditor(Marker marker)
           
MarkerEditor(Marker marker, int status)
           
 
Method Summary
 void show(Shell shell)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STATUS_NEW

public static final int STATUS_NEW
See Also:
Constant Field Values

STATUS_EDIT

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

MarkerEditor

public MarkerEditor(Marker marker)

MarkerEditor

public MarkerEditor(Marker marker,
                    int status)
Method Detail

show

public void show(Shell shell)