FilesPanel

public class FilesPanel extends JPanel implements DocumentListener

Fields

configField

JTextField configField

mapField

JTextField mapField

Constructors

FilesPanel

public FilesPanel(Component parent)

Methods

addCommandChangeListener

public void addCommandChangeListener(CommandChangeListener listener)

changedUpdate

public void changedUpdate(DocumentEvent e)

insertUpdate

public void insertUpdate(DocumentEvent e)

removeCommandChangeListener

public void removeCommandChangeListener(CommandChangeListener listener)

removeUpdate

public void removeUpdate(DocumentEvent e)

toArgList

public List<String> toArgList()