org.herac.tuxguitar.gui.tools.custom.converter
Class TGConverterDialog

java.lang.Object
  extended by org.herac.tuxguitar.gui.tools.custom.converter.TGConverterDialog

public class TGConverterDialog
extends java.lang.Object


Field Summary
protected  Button buttonCancel
           
protected  Button buttonOK
           
protected  Shell dialog
           
protected  Group group
           
protected  Button inputFolderChooser
           
protected  Label inputFolderLabel
           
protected  Button outputFolderChooser
           
protected  Label outputFolderLabel
           
protected  Label outputFormatLabel
           
protected  java.util.List outputFormats
           
 
Constructor Summary
TGConverterDialog()
           
 
Method Summary
protected  java.lang.String getFileFormat(int index)
           
 boolean isDisposed()
           
 void loadIcons()
           
 void loadIcons(boolean layout)
           
 void loadProperties()
           
 void loadProperties(boolean layout)
           
 void show()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

outputFormats

protected java.util.List outputFormats

dialog

protected Shell dialog

group

protected Group group

outputFormatLabel

protected Label outputFormatLabel

outputFolderLabel

protected Label outputFolderLabel

inputFolderLabel

protected Label inputFolderLabel

inputFolderChooser

protected Button inputFolderChooser

outputFolderChooser

protected Button outputFolderChooser

buttonOK

protected Button buttonOK

buttonCancel

protected Button buttonCancel
Constructor Detail

TGConverterDialog

public TGConverterDialog()
Method Detail

show

public void show()

isDisposed

public boolean isDisposed()

getFileFormat

protected java.lang.String getFileFormat(int index)

loadProperties

public void loadProperties()

loadProperties

public void loadProperties(boolean layout)

loadIcons

public void loadIcons()

loadIcons

public void loadIcons(boolean layout)