org.herac.tuxguitar.gui.util

Class FileChooser

public class FileChooser extends Object

Field Summary
static FileChooser.FilterFormatALL_FORMAT
static FileChooser.FilterFormatEXPORT_ASCII_FORMAT
static FileChooser.FilterFormatEXPORT_MIDI_FORMAT
static FileChooser.FilterFormatEXPORT_PDF_FORMAT
static FileChooser.FilterFormatIMPORT_MIDI_FORMAT
static FileChooser.FilterFormatOPEN_FORMAT
static FileChooser.FilterFormatSAVE_FORMAT
Constructor Summary
FileChooser()
Method Summary
static FileChooserinstance()
Stringopen(Shell parent, FileChooser.FilterFormat format)
Stringsave(Shell parent, FileChooser.FilterFormat format)

Field Detail

ALL_FORMAT

public static FileChooser.FilterFormat ALL_FORMAT

EXPORT_ASCII_FORMAT

public static FileChooser.FilterFormat EXPORT_ASCII_FORMAT

EXPORT_MIDI_FORMAT

public static FileChooser.FilterFormat EXPORT_MIDI_FORMAT

EXPORT_PDF_FORMAT

public static FileChooser.FilterFormat EXPORT_PDF_FORMAT

IMPORT_MIDI_FORMAT

public static FileChooser.FilterFormat IMPORT_MIDI_FORMAT

OPEN_FORMAT

public static FileChooser.FilterFormat OPEN_FORMAT

SAVE_FORMAT

public static FileChooser.FilterFormat SAVE_FORMAT

Constructor Detail

FileChooser

public FileChooser()

Method Detail

instance

public static FileChooser instance()

open

public String open(Shell parent, FileChooser.FilterFormat format)

save

public String save(Shell parent, FileChooser.FilterFormat format)