de.miethxml.hawron.gui.io
Class ProjectExportFileFilter
java.lang.Object
javax.swing.filechooser.FileFilter
de.miethxml.hawron.gui.io.ProjectExportFileFilter
- public class ProjectExportFileFilter
- extends javax.swing.filechooser.FileFilter
- Author:
- Simon Mieth
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_CLI_FORMAT
public static int DEFAULT_CLI_FORMAT
HAWRON_FORMAT
public static int HAWRON_FORMAT
ANT_BUILDFILE_FORMAT
public static int ANT_BUILDFILE_FORMAT
ProjectExportFileFilter
public ProjectExportFileFilter(ProjectExport exporter)
accept
public boolean accept(java.io.File f)
getDescription
public java.lang.String getDescription()
getExporter
public ProjectExport getExporter()
- Returns:
- Returns the exporter.
setExporter
public void setExporter(ProjectExport exporter)
- Parameters:
exporter - The exporter to set.
getFileFormat
public int getFileFormat()
- Returns:
- Returns the fileFormat.
setFileFormat
public void setFileFormat(int fileFormat)
- Parameters:
fileFormat - The fileFormat to set.