Kieker 1.12

kieker.tools.traceAnalysis.gui.util
Class FileChooserActionListener

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

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

Method Detail

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

Kieker 1.12

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