sam.core
Class Settings.Constants.UI.AWT

java.lang.Object
  |
  +--sam.core.Settings.Constants.UI.AWT
Enclosing class:
Settings.Constants.UI

public static class Settings.Constants.UI.AWT
extends java.lang.Object

Repository of all settings related to the text-based user interfaces.


Field Summary
static java.awt.Point DEFAULT_LOCATION
          Default location of components freshly spawned by the awt-based user interface
static java.lang.String DEFAULT_LOG_POSITION
          Default log window position relative to the main window.
static long DIALOG_DEFAULT_LIFETIME
          Default life time of dialog spawned by the awt-based user interface
static java.awt.Color ENCODED_BAR_COLOR
          Encoded progress bar color
static int ENTRY_NAME_LENGTH
          Length of entry names in progress window
static boolean HIDING_LOG_DISABLES_IT
          Wether opening the log window should also enable log
static int LOG_LENGTH
          Default maximal length of log buffer of the awt-based user interface
static java.awt.Dimension LOG_WINDOW_SIZE
          Immutable dimension of the main progress window.
static java.awt.Color PLAIN_BAR_COLOR
          Plain progress bar color
static boolean PRINT_COMPRESSION_RATIO
          Wether to print compression ratio
static java.awt.Dimension PROGRESS_WINDOW_SIZE
          Immutable dimension of the main progress window.
static boolean SHOWING_LOG_ENABLES_IT
          Wether opening the log window should also enable log
static java.awt.Color TEXT_BAR_COLOR
          Text progress bar color
 
Constructor Summary
Settings.Constants.UI.AWT()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DIALOG_DEFAULT_LIFETIME

public static final long DIALOG_DEFAULT_LIFETIME
Default life time of dialog spawned by the awt-based user interface

See Also:
InfoBox, Constant Field Values

PROGRESS_WINDOW_SIZE

public static final java.awt.Dimension PROGRESS_WINDOW_SIZE
Immutable dimension of the main progress window.


LOG_WINDOW_SIZE

public static final java.awt.Dimension LOG_WINDOW_SIZE
Immutable dimension of the main progress window.


DEFAULT_LOCATION

public static final java.awt.Point DEFAULT_LOCATION
Default location of components freshly spawned by the awt-based user interface

See Also:
InfoBox

DEFAULT_LOG_POSITION

public static final java.lang.String DEFAULT_LOG_POSITION
Default log window position relative to the main window.

See Also:
BorderLayout, LogInterface, Constant Field Values

LOG_LENGTH

public static final int LOG_LENGTH
Default maximal length of log buffer of the awt-based user interface

See Also:
InfoBox, Constant Field Values

SHOWING_LOG_ENABLES_IT

public static final boolean SHOWING_LOG_ENABLES_IT
Wether opening the log window should also enable log

See Also:
Constant Field Values

HIDING_LOG_DISABLES_IT

public static final boolean HIDING_LOG_DISABLES_IT
Wether opening the log window should also enable log

See Also:
Constant Field Values

ENTRY_NAME_LENGTH

public static final int ENTRY_NAME_LENGTH
Length of entry names in progress window

See Also:
Constant Field Values

PRINT_COMPRESSION_RATIO

public static final boolean PRINT_COMPRESSION_RATIO
Wether to print compression ratio

See Also:
Constant Field Values

PLAIN_BAR_COLOR

public static final java.awt.Color PLAIN_BAR_COLOR
Plain progress bar color

See Also:
ProgressBar

ENCODED_BAR_COLOR

public static final java.awt.Color ENCODED_BAR_COLOR
Encoded progress bar color

See Also:
ProgressBar

TEXT_BAR_COLOR

public static final java.awt.Color TEXT_BAR_COLOR
Text progress bar color

See Also:
ProgressBar
Constructor Detail

Settings.Constants.UI.AWT

public Settings.Constants.UI.AWT()