|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--sam.core.Settings.Constants.UI.AWT
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 |
public static final long DIALOG_DEFAULT_LIFETIME
awt
-based user interface
InfoBox
,
Constant Field Valuespublic static final java.awt.Dimension PROGRESS_WINDOW_SIZE
public static final java.awt.Dimension LOG_WINDOW_SIZE
public static final java.awt.Point DEFAULT_LOCATION
awt
-based user interface
InfoBox
public static final java.lang.String DEFAULT_LOG_POSITION
BorderLayout
,
LogInterface
,
Constant Field Valuespublic static final int LOG_LENGTH
awt
-based user interface
InfoBox
,
Constant Field Valuespublic static final boolean SHOWING_LOG_ENABLES_IT
public static final boolean HIDING_LOG_DISABLES_IT
public static final int ENTRY_NAME_LENGTH
public static final boolean PRINT_COMPRESSION_RATIO
public static final java.awt.Color PLAIN_BAR_COLOR
ProgressBar
public static final java.awt.Color ENCODED_BAR_COLOR
ProgressBar
public static final java.awt.Color TEXT_BAR_COLOR
ProgressBar
Constructor Detail |
public Settings.Constants.UI.AWT()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |