unikix.clientapis.emulator
Interface Kix3270Constants

All Known Implementing Classes:
KixEmulator, KixField

public interface Kix3270Constants

This interface defines a number of 3270 related constants used by both KixEmulator and KixField.


Field Summary
static char COLOR_BLUE
           
static char COLOR_DEFAULT
           
static char COLOR_GREEN
           
static char COLOR_NEUTRAL
           
static char COLOR_PINK
           
static char COLOR_RED
           
static char COLOR_TURQ
           
static char COLOR_YELLOW
           
 

Field Detail

COLOR_DEFAULT

public static final char COLOR_DEFAULT

COLOR_BLUE

public static final char COLOR_BLUE

COLOR_RED

public static final char COLOR_RED

COLOR_PINK

public static final char COLOR_PINK

COLOR_GREEN

public static final char COLOR_GREEN

COLOR_TURQ

public static final char COLOR_TURQ

COLOR_YELLOW

public static final char COLOR_YELLOW

COLOR_NEUTRAL

public static final char COLOR_NEUTRAL


Copyright (c) 2001 by Sun Microsystems, Inc. All Rights Reserved