CICS® Transaction Gateway Programming Reference v1.1.0.0

com.ibm.connector2.screen
Interface IExtendedAttributes

All Known Subinterfaces:
EPIFieldRecord

public interface IExtendedAttributes

This interface defines the constant values used when working with extended attributes.


Field Summary
static int black
          The color black.
static int blinkHlt
          Blink highlight.
static int blue
          The color blue.
static int cyan
          The color cyan.
static int darkblue
          The color dark blue.
static int defaultColor
          Default colour.
static int defaultHlt
          Default highlight.
static int defaultTran
          Default transparency.
static int gray
          The color gray.
static int green
          The color green.
static int intenseHlt
          Intense highlight.
static int neutral
          Neutral foreground color.
static int neutralBGrnd
          Neutral background colour.
static int normalHlt
          Normal highlight.
static int opaqueTran
          Opaque transparency.
static int orange
          The color orange.
static int orTran
          OR transparency.
static int paleCyan
          The color pale cyan.
static int paleGreen
          The color pale green.
static int pink
          The color pink.
static int purple
          The color purple.
static int red
          The color red.
static int reverseHlt
          Reverse highlight.
static int underscoreHlt
          Underscore highlight.
static int white
          The color white.
static int xorTran
          XOR transparency.
static int yellow
          The color yellow.
 

Field Detail

defaultHlt

static final int defaultHlt
Default highlight.

See Also:
Constant Field Values

normalHlt

static final int normalHlt
Normal highlight.

See Also:
Constant Field Values

blinkHlt

static final int blinkHlt
Blink highlight.

See Also:
Constant Field Values

reverseHlt

static final int reverseHlt
Reverse highlight.

See Also:
Constant Field Values

underscoreHlt

static final int underscoreHlt
Underscore highlight.

See Also:
Constant Field Values

intenseHlt

static final int intenseHlt
Intense highlight.

See Also:
Constant Field Values

defaultColor

static final int defaultColor
Default colour.

See Also:
Constant Field Values

neutralBGrnd

static final int neutralBGrnd
Neutral background colour.

See Also:
Constant Field Values

blue

static final int blue
The color blue.

See Also:
Constant Field Values

red

static final int red
The color red.

See Also:
Constant Field Values

pink

static final int pink
The color pink.

See Also:
Constant Field Values

green

static final int green
The color green.

See Also:
Constant Field Values

cyan

static final int cyan
The color cyan.

See Also:
Constant Field Values

yellow

static final int yellow
The color yellow.

See Also:
Constant Field Values

neutral

static final int neutral
Neutral foreground color.

See Also:
Constant Field Values

black

static final int black
The color black.

See Also:
Constant Field Values

darkblue

static final int darkblue
The color dark blue.

See Also:
Constant Field Values

orange

static final int orange
The color orange.

See Also:
Constant Field Values

purple

static final int purple
The color purple.

See Also:
Constant Field Values

paleGreen

static final int paleGreen
The color pale green.

See Also:
Constant Field Values

paleCyan

static final int paleCyan
The color pale cyan.

See Also:
Constant Field Values

gray

static final int gray
The color gray.

See Also:
Constant Field Values

white

static final int white
The color white.

See Also:
Constant Field Values

defaultTran

static final int defaultTran
Default transparency.

See Also:
Constant Field Values

orTran

static final int orTran
OR transparency.

See Also:
Constant Field Values

xorTran

static final int xorTran
XOR transparency.

See Also:
Constant Field Values

opaqueTran

static final int opaqueTran
Opaque transparency.

See Also:
Constant Field Values

©Copyright IBM Corp. 1994, 2014
Legal