CICS® Transaction Gateway Programming Reference v1.1.0.0

com.ibm.connector2.screen
Interface IScreenInfo

All Superinterfaces:
java.lang.Cloneable, java.io.Serializable

public interface IScreenInfo
extends java.lang.Cloneable, java.io.Serializable

This interface defines the screen information interface. This will allow a user to query the characteristics of the screen.


Method Summary
 int getDefaultBackgroundColor()
          Returns the default background color for the screen.
 int getDefaultCharSet()
          Returns the default character set for the screen.
 int getDefaultForegroundColor()
          Returns the default foreground color of the screen.
 int getDepth()
          Returns the depth or number of rows in the screen.
 int getFieldCount()
          Returns the number of fields on the screen.
 int getWidth()
          Returns the width or number of columns in the screen.
 boolean supportsHighlighting()
          Returns whether a screen supports extended highlighting
 

Method Detail

getDefaultBackgroundColor

int getDefaultBackgroundColor()
Returns the default background color for the screen.


getDefaultCharSet

int getDefaultCharSet()
Returns the default character set for the screen.


getDefaultForegroundColor

int getDefaultForegroundColor()
Returns the default foreground color of the screen.


getDepth

int getDepth()
Returns the depth or number of rows in the screen.


getFieldCount

int getFieldCount()
Returns the number of fields on the screen.


getWidth

int getWidth()
Returns the width or number of columns in the screen.


supportsHighlighting

boolean supportsHighlighting()
Returns whether a screen supports extended highlighting


©Copyright IBM Corp. 1994, 2014
Legal