org.herac.tuxguitar.gui.tools.custom.converter
Class TGConverterProcess
java.lang.Object
org.herac.tuxguitar.gui.tools.custom.converter.TGConverterProcess
- All Implemented Interfaces:
- TGConverterListener
public class TGConverterProcess
- extends java.lang.Object
- implements TGConverterListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EOL
protected static final java.lang.String EOL
- See Also:
- Constant Field Values
COLOR_INFO
protected static final Color COLOR_INFO
COLOR_ERROR
protected static final Color COLOR_ERROR
dialog
protected Shell dialog
output
protected StyledText output
buttonCancel
protected Button buttonCancel
buttonClose
protected Button buttonClose
converter
protected TGConverter converter
finished
protected boolean finished
TGConverterProcess
public TGConverterProcess()
start
public void start(java.lang.String initFolder,
java.lang.String destFolder,
java.lang.String extension)
showProcess
protected void showProcess()
isDisposed
public boolean isDisposed()
loadProperties
public void loadProperties()
loadProperties
public void loadProperties(boolean layout)
loadIcons
public void loadIcons()
loadIcons
public void loadIcons(boolean layout)
notifyFileProcess
public void notifyFileProcess(java.lang.String filename)
- Specified by:
notifyFileProcess
in interface TGConverterListener
notifyFileResult
public void notifyFileResult(java.lang.String filename,
int errorCode)
- Specified by:
notifyFileResult
in interface TGConverterListener
notifyStart
public void notifyStart()
- Specified by:
notifyStart
in interface TGConverterListener
notifyFinish
public void notifyFinish()
- Specified by:
notifyFinish
in interface TGConverterListener
appendLogMessage
protected void appendLogMessage(int code,
java.lang.String fileName)