uk.ac.essex.ia.imageview.pref
Interface IVPreferences

All Known Implementing Classes:
ImageViewer, IVPreferenceObject, IVPreferencePanel

public interface IVPreferences


Date: 15-Jul-2002


Field Summary
static java.lang.String CURRENT_DIRECTORY_NAME
          The currently displayed image directory
static java.lang.String CURRENT_FILE_NAME
          The currently displayed file
static java.lang.String FILE_LIST
          Used to store a list of file names to allow users session to be restored
static java.lang.String LOAD_HISTOGRAM
          Whether to load the images histogram
static java.lang.String LOAD_STATISTICS
          Whether to load the images statistics
static java.lang.String RESTORE_SESSION
          Whether to restore the session ie/ load all files open when closed
static java.lang.String SHOW_EXPLORER_PANE
          Whether to show the explorer pane
 

Field Detail

LOAD_HISTOGRAM

static final java.lang.String LOAD_HISTOGRAM
Whether to load the images histogram

See Also:
Constant Field Values

LOAD_STATISTICS

static final java.lang.String LOAD_STATISTICS
Whether to load the images statistics

See Also:
Constant Field Values

SHOW_EXPLORER_PANE

static final java.lang.String SHOW_EXPLORER_PANE
Whether to show the explorer pane

See Also:
Constant Field Values

RESTORE_SESSION

static final java.lang.String RESTORE_SESSION
Whether to restore the session ie/ load all files open when closed

See Also:
Constant Field Values

FILE_LIST

static final java.lang.String FILE_LIST
Used to store a list of file names to allow users session to be restored

See Also:
Constant Field Values

CURRENT_FILE_NAME

static final java.lang.String CURRENT_FILE_NAME
The currently displayed file

See Also:
Constant Field Values

CURRENT_DIRECTORY_NAME

static final java.lang.String CURRENT_DIRECTORY_NAME
The currently displayed image directory

See Also:
Constant Field Values