Class ConvertFormHandler
java.lang.Object
com.musicxmltasks.ui.javafx.handler.FormHandler
com.musicxmltasks.ui.javafx.handler.ConvertFormHandler
public class ConvertFormHandler extends FormHandler
-
Field Summary
Fields inherited from class com.musicxmltasks.ui.javafx.handler.FormHandler
taskForm -
Constructor Summary
Constructors Constructor Description ConvertFormHandler(TaskForm taskForm) -
Method Summary
Modifier and Type Method Description voidfromListSelected(java.lang.String selectionName)voidinitializeForm()voidscoreNameDeleteChecked(java.lang.String scoreName, boolean checked)voidsetResetScoreNames()voidsetScoreNameFrom()voidshowPdfBox()voidshowPdfOffBox()voidtoListSelected(java.lang.String selectionName)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ConvertFormHandler
-
-
Method Details
-
initializeForm
public void initializeForm()- Specified by:
initializeFormin classFormHandler
-
fromListSelected
public void fromListSelected(java.lang.String selectionName) -
toListSelected
public void toListSelected(java.lang.String selectionName) -
scoreNameDeleteChecked
public void scoreNameDeleteChecked(java.lang.String scoreName, boolean checked) -
setScoreNameFrom
public void setScoreNameFrom() -
setResetScoreNames
public void setResetScoreNames() -
showPdfBox
public void showPdfBox() -
showPdfOffBox
public void showPdfOffBox()
-