Package com.softwaremining.ui
Interface IDisplayable
- All Known Subinterfaces:
IBaseService
,ICicsBaseService
- All Known Implementing Classes:
BaseService
,BullBaseService
,CAIdealBaseService
,CicsBaseService
,DcAppLauncherService
,DliBaseService
,DMSBaseService
,ESQLBaseService
,FileLoaderService
,HpBaseService
,ILEBaseService
,ILEScreen
,KeyGenerator
,ShadowBaseService
,VaxBaseService
,VosBaseService
,WangBaseService
public interface IDisplayable
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The HTML forms contains a hidden INPUT field called _FKEY_INPUT, which is responsible for keeping track of which key was pressed It is used for monitoring Funtion-Keys ...static final String
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionvoid
assignLastKeyPressed
(int keyNumber) Originally introduced for handling Tandem Screens.void
assignTargetXMLScreen
(boolean targetIsXML) Used internally by framework to support JSP type screensvoid
int
int
method used internally by SoftwareMining frameworkgetXMLScreenDefReader
(String filenameAndPath) boolean
boolean
Used internally by framework to support JSP type screensmethod used internally by SoftwareMining frameworkretrieveField
(String fieldName) int
Originally introduced for handling Tandem Screens.void
setLastDisplayColumn
(int lastDisplayColumn) void
setLastDisplayRow
(int lastDisplayRow)
-
Field Details
-
_FKEY_INPUT
The HTML forms contains a hidden INPUT field called _FKEY_INPUT, which is responsible for keeping track of which key was pressed It is used for monitoring Funtion-Keys ...- See Also:
-
_INVALIDATE
- See Also:
-
FKEY_1
static final int FKEY_1- See Also:
-
FKEY_2
static final int FKEY_2- See Also:
-
FKEY_3
static final int FKEY_3- See Also:
-
FKEY_4
static final int FKEY_4- See Also:
-
FKEY_5
static final int FKEY_5- See Also:
-
FKEY_6
static final int FKEY_6- See Also:
-
FKEY_7
static final int FKEY_7- See Also:
-
FKEY_8
static final int FKEY_8- See Also:
-
FKEY_9
static final int FKEY_9- See Also:
-
FKEY_10
static final int FKEY_10- See Also:
-
FKEY_11
static final int FKEY_11- See Also:
-
FKEY_12
static final int FKEY_12- See Also:
-
-
Method Details
-
retrieveField
-
getField
-
getScreenClassName
String getScreenClassName() -
getLastDisplayColumn
int getLastDisplayColumn() -
setLastDisplayColumn
void setLastDisplayColumn(int lastDisplayColumn) -
getLastDisplayRow
int getLastDisplayRow() -
setLastDisplayRow
void setLastDisplayRow(int lastDisplayRow) -
getScreenClient
IScreenClient getScreenClient()method used internally by SoftwareMining framework -
getXMLScreenDefReader
-
assignLastKeyPressed
void assignLastKeyPressed(int keyNumber) Originally introduced for handling Tandem Screens. But has potential of usage in CICS screens- Parameters:
keyNumber
-
-
retrieveLastKeyPressed
int retrieveLastKeyPressed()Originally introduced for handling Tandem Screens. But has potential of usage in CICS screens- Returns:
- KeyNumber
-
assignTargetXMLScreen
void assignTargetXMLScreen(boolean targetIsXML) Used internally by framework to support JSP type screens- Parameters:
targetIsXML
-
-
isTargetXMLScreen
boolean isTargetXMLScreen()Used internally by framework to support JSP type screens -
makeUpClassScreenSourceName
String makeUpClassScreenSourceName()method used internally by SoftwareMining framework- Returns:
- - a string representing the XML screen file for program. For example, for class com.softwaremining.examples.Loan, the following string will be returned: /com/softwaremining/examples/loan/xml/screens/Loan.xml
-
isGUIScreensEnabled
boolean isGUIScreensEnabled() -
disableGUIScreens
void disableGUIScreens()
-