sam.core
Class Settings.Constants.UI

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

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

Repository of settings related to user interfaces.


Nested Class Summary
static class Settings.Constants.UI.AWT
          Repository of all settings related to the text-based user interfaces.
static class Settings.Constants.UI.Text
          Repository of all settings related to the text-based user interfaces.
 
Field Summary
static java.lang.String FAILSAFE
          The name of a failsafe user interface Its initialization should never fail.
static java.lang.String[] PREFERENCES
          The decreasing ordered list of the preferred user interfaces
 
Constructor Summary
Settings.Constants.UI()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FAILSAFE

public static java.lang.String FAILSAFE
The name of a failsafe user interface Its initialization should never fail.

See Also:
UserInterface

PREFERENCES

public static java.lang.String[] PREFERENCES
The decreasing ordered list of the preferred user interfaces

Constructor Detail

Settings.Constants.UI

public Settings.Constants.UI()