Kieker 1.10

kieker.tools.traceAnalysis.gui.util
Class FileChooserActionListener

java.lang.Object
  extended by 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

Method Summary
 void actionPerformed(ActionEvent event)
           
static FileChooserActionListener createDirectoryChooserActionListener(JTextComponent textComponent, Component parent)
           
static FileChooserActionListener createFileChooserActionListener(JTextComponent textComponent, Component parent)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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

Kieker 1.10

Copyright 2014 Kieker Project, http://kieker-monitoring.net