ice.pilots.html4
Interface ParameterConstants

All Known Implementing Classes:
TheView

public interface ParameterConstants

These parameter strings are used in TheView as values for the getComputedStyle javascript call. These are similar, but not exactly the same as the original CSS property names in CSSLookup. Rather, these should match the names defined by Mozilla, here:

See Also:
"http://www.mozilla.org/docs/dom/domref/dom_style_ref18.html#1002335"

Field Summary
static String IMPORTANT_PRIORITY
           
static String NORMAL_PRIORITY
           
static String PARAMETER_ALL
           
static String PARAMETER_BACKGROUND_COLOR
           
static String PARAMETER_HEIGHT
           
static String PARAMETER_LEFT
           
static String PARAMETER_MARGIN
           
static String PARAMETER_MARGIN_BOTTOM
           
static String PARAMETER_MARGIN_LEFT
           
static String PARAMETER_MARGIN_RIGHT
           
static String PARAMETER_MARGIN_TOP
           
static String PARAMETER_TOP
           
static String PARAMETER_WIDTH
           
 

Field Detail

PARAMETER_TOP

public static final String PARAMETER_TOP
See Also:
Constant Field Values

PARAMETER_LEFT

public static final String PARAMETER_LEFT
See Also:
Constant Field Values

PARAMETER_HEIGHT

public static final String PARAMETER_HEIGHT
See Also:
Constant Field Values

PARAMETER_WIDTH

public static final String PARAMETER_WIDTH
See Also:
Constant Field Values

PARAMETER_BACKGROUND_COLOR

public static final String PARAMETER_BACKGROUND_COLOR
See Also:
Constant Field Values

PARAMETER_MARGIN_TOP

public static final String PARAMETER_MARGIN_TOP
See Also:
Constant Field Values

PARAMETER_MARGIN_RIGHT

public static final String PARAMETER_MARGIN_RIGHT
See Also:
Constant Field Values

PARAMETER_MARGIN_BOTTOM

public static final String PARAMETER_MARGIN_BOTTOM
See Also:
Constant Field Values

PARAMETER_MARGIN_LEFT

public static final String PARAMETER_MARGIN_LEFT
See Also:
Constant Field Values

PARAMETER_MARGIN

public static final String PARAMETER_MARGIN
See Also:
Constant Field Values

PARAMETER_ALL

public static final String PARAMETER_ALL
See Also:
Constant Field Values

NORMAL_PRIORITY

public static final String NORMAL_PRIORITY
See Also:
Constant Field Values

IMPORTANT_PRIORITY

public static final String IMPORTANT_PRIORITY
See Also:
Constant Field Values