com.ls.cockpit.shell
Interface IShellConstants

All Known Implementing Classes:
CockpitShell

public interface IShellConstants

This interface contains all constants for cockpit user interface shell.

Version:
$Revision: 1.1 $
Author:
Last modified by $Author: ASchneider $

Field Summary
static String MAX_COLUMNS_STRING
          The String for the maxRows
static String MAX_ROWS_STRING
          The String for the maxRows
static String MIN_REST_SPACE_STRING
          The String for the minRestSpace
static String TAB_SIZE_STRING
          The String for the tabSize
 

Field Detail

MAX_COLUMNS_STRING

public static final String MAX_COLUMNS_STRING
The String for the maxRows

MAX_ROWS_STRING

public static final String MAX_ROWS_STRING
The String for the maxRows

TAB_SIZE_STRING

public static final String TAB_SIZE_STRING
The String for the tabSize

MIN_REST_SPACE_STRING

public static final String MIN_REST_SPACE_STRING
The String for the minRestSpace