org.herac.tuxguitar.gui.editors.chord
Class ChordSettingsDialog

java.lang.Object
  extended by org.herac.tuxguitar.gui.editors.chord.ChordSettingsDialog

public class ChordSettingsDialog
extends java.lang.Object

Dialog for customizing chord criteria parameters


Constructor Summary
ChordSettingsDialog()
           
 
Method Summary
protected  void checkMaximunFretValue()
           
protected  void checkMinimumFretValue()
           
protected  void dispose(boolean updated)
           
protected  void init()
           
 boolean open(Shell parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChordSettingsDialog

public ChordSettingsDialog()
Method Detail

open

public boolean open(Shell parent)

init

protected void init()

checkMinimumFretValue

protected void checkMinimumFretValue()

checkMaximunFretValue

protected void checkMaximunFretValue()

dispose

protected void dispose(boolean updated)