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

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

public class DestinationFileTypeCombo
extends java.lang.Object


Field Summary
protected  Combo comboBox
          the combo box of available output formats
protected  int lastOutputStreamIndex
          index of the last OutputStream plugin, the rest are exporters and treated differently
 
Constructor Summary
DestinationFileTypeCombo(Composite parent)
          instantiates a combo
 
Method Summary
 void setLayoutData(java.lang.Object layoutData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

comboBox

protected Combo comboBox
the combo box of available output formats


lastOutputStreamIndex

protected int lastOutputStreamIndex
index of the last OutputStream plugin, the rest are exporters and treated differently

Constructor Detail

DestinationFileTypeCombo

public DestinationFileTypeCombo(Composite parent)
instantiates a combo

Method Detail

setLayoutData

public void setLayoutData(java.lang.Object layoutData)