|
CICS® Transaction Gateway Programming Reference v1.1.0.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IScreenInfo
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 |
---|
int getDefaultBackgroundColor()
int getDefaultCharSet()
int getDefaultForegroundColor()
int getDepth()
int getFieldCount()
int getWidth()
boolean supportsHighlighting()
|
©Copyright IBM Corp. 1994, 2014 Legal |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |