kieker.tools.traceAnalysis.gui.util
Class FileChooserActionListener
java.lang.Object
kieker.tools.traceAnalysis.gui.util.FileChooserActionListener
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener
public final class FileChooserActionListener
- extends java.lang.Object
- implements java.awt.event.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createFileChooserActionListener
public static FileChooserActionListener createFileChooserActionListener(javax.swing.text.JTextComponent textComponent,
java.awt.Component parent)
createDirectoryChooserActionListener
public static FileChooserActionListener createDirectoryChooserActionListener(javax.swing.text.JTextComponent textComponent,
java.awt.Component parent)
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent event)
- Specified by:
actionPerformed
in interface java.awt.event.ActionListener
Copyright 2015 Kieker Project, http://kieker-monitoring.net