Public Member Functions

alma.acs.logging.io.SaveFileChooser Class Reference

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

List of all members.

Public Member Functions

 SaveFileChooser (String title, File currentDir)
void actionPerformed (ActionEvent e)
boolean mustBeCompressed ()
int getCompressionLevel ()

Detailed Description

The file chooser for saving, supporting compression

Author:
acaproni

Constructor & Destructor Documentation

alma.acs.logging.io.SaveFileChooser.SaveFileChooser ( String  title,
File  currentDir 
)

Constructor

Parameters:
title The title of the dialog
currentDirectoryPath The path of the current folder

Member Function Documentation

void alma.acs.logging.io.SaveFileChooser.actionPerformed ( ActionEvent  e  ) 
See also:
java.awt.event.ActionListener.actionPerformed(java.awt.event.ActionEvent)
int alma.acs.logging.io.SaveFileChooser.getCompressionLevel (  ) 
Returns:
The compression level

Referenced by alma.acs.logging.table.LogTableDataModel.saveFile().

boolean alma.acs.logging.io.SaveFileChooser.mustBeCompressed (  ) 
Returns:
true if the file must be compressed

Referenced by alma.acs.logging.table.LogTableDataModel.saveFile().


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