sam.core
Class Settings.Constants.UI.Text

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

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

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


Field Summary
static int ENTRY_SHORT_NAME_LENGTH
          The displayed name length of entries in the text-based user interface
static int LINE_LENGTH
          Maximum length of a text-base progress event line
static int PROGRESS_BAR_LENGTH
          The displayed name length of entries in the text-based user interface
 
Constructor Summary
Settings.Constants.UI.Text()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENTRY_SHORT_NAME_LENGTH

public static final int ENTRY_SHORT_NAME_LENGTH
The displayed name length of entries in the text-based user interface

See Also:
UserInterface, Constant Field Values

PROGRESS_BAR_LENGTH

public static final int PROGRESS_BAR_LENGTH
The displayed name length of entries in the text-based user interface

See Also:
UserInterface, Constant Field Values

LINE_LENGTH

public static final int LINE_LENGTH
Maximum length of a text-base progress event line

See Also:
UserInterface, Constant Field Values
Constructor Detail

Settings.Constants.UI.Text

public Settings.Constants.UI.Text()