kieker.tools.traceAnalysis.gui.util
Class FileChooserActionListener
java.lang.Object
kieker.tools.traceAnalysis.gui.util.FileChooserActionListener
- All Implemented Interfaces:
- ActionListener, EventListener
public final class FileChooserActionListener
- extends Object
- implements ActionListener
An action listener which can be used to choose a file or a directory for a given text component.
- Since:
- 1.10
- Author:
- Nils Christian Ehmke
createFileChooserActionListener
public static FileChooserActionListener createFileChooserActionListener(JTextComponent textComponent,
Component parent)
createDirectoryChooserActionListener
public static FileChooserActionListener createDirectoryChooserActionListener(JTextComponent textComponent,
Component parent)
actionPerformed
public void actionPerformed(ActionEvent event)
- Specified by:
actionPerformed
in interface ActionListener
Copyright 2014 Kieker Project, http://kieker-monitoring.net>