Public Member Functions

alma.acs.logging.io.LoadFileChooser Class Reference

Inheritance diagram for alma.acs.logging.io.LoadFileChooser:
alma.acs.logging.io.LogsFileChooser

List of all members.

Public Member Functions

 LoadFileChooser (File currentDir, String title, String[] extensions, LoggingClient client)
void actionPerformed (ActionEvent e)
void execute ()

Detailed Description

A FileChooser customized to show hidden files

Author:
acaproni

Constructor & Destructor Documentation

alma.acs.logging.io.LoadFileChooser.LoadFileChooser ( File  currentDir,
String  title,
String[]  extensions,
LoggingClient  client 
)

Constructor: build and show the modal dialog

Parameters:
currentDir The dir whose content is shown at startup
title The title of the window (it appears also in the button)
extensions The (case insensitive) extensions of the files to show in the chooser (can be null or empty in case of no filtering)
client The LoggingClient invoking this file chooser

References alma.acs.logging.io.LogsFileChooser.fileChooser.


Member Function Documentation

void alma.acs.logging.io.LoadFileChooser.actionPerformed ( ActionEvent  e  ) 
See also:
java.awt.event.ActionListener

References alma.acs.logging.io.LogsFileChooser.fileChooser.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties