org.objectweb.fractal.explorer.api
Interface FractalBrowserConstants


public interface FractalBrowserConstants

A collection of constants used for managing Fractal browser GUI.

Version:
0.1
Author:
Jerome Moroy

Field Summary
static int DIRECTORY_FILE_FILTER
          JFileChooser which allows to select only directories.
static int FRACTAL_FILE_FILTER
          Defines the fractal file filter.
static int XML_FILE_FILTER
          JFileChooser which allows to select XML files.
 

Field Detail

FRACTAL_FILE_FILTER

static final int FRACTAL_FILE_FILTER
Defines the fractal file filter.

See Also:
Constant Field Values

DIRECTORY_FILE_FILTER

static final int DIRECTORY_FILE_FILTER
JFileChooser which allows to select only directories.

See Also:
Constant Field Values

XML_FILE_FILTER

static final int XML_FILE_FILTER
JFileChooser which allows to select XML files.

See Also:
Constant Field Values