Package com.softwaremining.ui
Class DisplayHelper
java.lang.Object
com.softwaremining.ui.DisplayHelper
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaccept(IDisplayable displayable) static voidaccept(IDisplayable displayable, int row, int column) Screen handling method representing COBOL's ACCEPT FROM SCREEN methodsstatic voidaccept(IDisplayable displayable, CBLBean toAccept) Screen handling method representing COBOL's ACCEPT FROM SCREEN methodsstatic voidaccept(IDisplayable displayable, CBLBean toAccept, int row, int column) static voidaccept(IDisplayable displayable, ISMObject toAccept) Screen handling method representing COBOL's ACCEPT FROM SCREEN methodsstatic voidaccept(IDisplayable displayable, ISMObject toAccept, int row, int column) Screen handling method representing COBOL's ACCEPT FROM SCREEN methodsstatic voidacceptSection(IDisplayable displayable, XMLScreenDefReader screenDefReader, String screenSubSection) Screen handling method representing COBOL's ACCEPT FROM SCREEN methodsstatic voidacceptSection(IDisplayable displayable, String screenSubSection) Screen handling method representing COBOL's ACCEPT FROM SCREEN methodsstatic voidclearScreen(IDisplayable displayable) Screen handling method representing COBOL's DISPLAY BLANK statement.static voiddisplay(IDisplayable displayable, double toDisplay) Screen handling method representing COBOL's DISPLAY TO SCREEN statement.static voiddisplay(IDisplayable displayable, double toDisplay, int row, int column) Screen handling method representing COBOL's DISPLAY TO SCREEN statement.static voiddisplay(IDisplayable displayable, double toDisplay, int row, int column, int size) Screen handling method representing COBOL's DISPLAY TO SCREEN statement.static voiddisplay(IDisplayable displayable, int toDisplay) Screen handling method representing COBOL's DISPLAY TO SCREEN statement.static voiddisplay(IDisplayable displayable, int toDisplay, int row, int column) Screen handling method representing COBOL's DISPLAY TO SCREEN statement.static voiddisplay(IDisplayable displayable, int toDisplay, int row, int column, int size) Screen handling method representing COBOL's DISPLAY TO SCREEN statement.static voiddisplay(IDisplayable displayable, long toDisplay) Screen handling method representing COBOL's DISPLAY TO SCREEN statement.static voiddisplay(IDisplayable displayable, long toDisplay, int row, int column) Screen handling method representing COBOL's DISPLAY TO SCREEN statement.static voiddisplay(IDisplayable displayable, AbstractCBLField toDisplay) Screen handling method representing COBOL's DISPLAY TO SCREEN statement.static voiddisplay(IDisplayable displayable, AbstractCBLField toDisplay, int row, int column) Screen handling method representing COBOL's DISPLAY TO SCREEN statementstatic voiddisplay(IDisplayable displayable, CBLBean toDisplay, int row, int column) static voiddisplay(IDisplayable displayable, ISMObject toDisplay) Screen handling method representing COBOL's DISPLAY TO SCREEN statement.static voiddisplay(IDisplayable displayable, ISMObject toDisplay, int row, int column) Deprecated.static voiddisplay(IDisplayable displayable, String toDisplay) Screen handling method representing COBOL's DISPLAY TO SCREEN statement.static voiddisplay(IDisplayable displayable, String toDisplay, int cursorPos) Screen handling method representing COBOL's DISPLAY TO SCREEN statement.static voiddisplay(IDisplayable displayable, String toDisplay, int row, int column) Screen handling method representing COBOL's DISPLAY TO SCREEN statement.static voiddisplay(IDisplayable displayable, String toDisplay, int row, int column, int size) Screen handling method representing COBOL's DISPLAY TO SCREEN statement.static voiddisplay(IDisplayable displayable, String paramName, String toDisplay, int row, int column) Screen handling method representing COBOL's DISPLAY TO SCREEN statement.static DisplayRequestdisplay(AbstractCBLField toDisplay, int row, int column) Screen handling method representing COBOL's DISPLAY TO SCREEN statementstatic voiddisplaySection(IDisplayable displayable, XMLScreenDefReader screenDefReader, String screenSubSection) Screen handling method representing COBOL's DISPLAY TO SCREEN statement.static voiddisplaySection(IDisplayable displayable, String screenSubSection) Screen handling method representing COBOL's DISPLAY TO SCREEN statement.static voidsupport for COBOL Exhibit statementstatic voidflushDisplay(IDisplayable displayable) Flush the cached display itemsstatic voidpopulateAcceptResponseFromDisplayRequest(DisplayRequest displayRequest, AcceptResponse acceptResponse) static DisplayRequestpopulateDisplayRequest(IDisplayable displayable, DisplayRequest displayRequest) Go thru DisplayRequest Parameter names (which correspond to fields), for each parameter (field), pass the value of the field to the DisplayRequest lsit.static voidreceiveAcceptResponse(IDisplayable displayable) Read data from the screenClientstatic voidsendDisplayRequest(IDisplayable displayable, DisplayRequest displayRequest) method used internally by softwaremining frameworkstatic voidserializeDisplayObjectToFrontEnd(IDisplayable displayable, String paramName, IFieldContainer displayObject) Display Object THis is used for Manually designing new JSP Displays
-
Field Details
-
log
-
-
Constructor Details
-
DisplayHelper
public DisplayHelper()
-
-
Method Details
-
display
Screen handling method representing COBOL's DISPLAY TO SCREEN statement -
display
public static void display(IDisplayable displayable, AbstractCBLField toDisplay, int row, int column) Screen handling method representing COBOL's DISPLAY TO SCREEN statement -
display
-
display
Screen handling method representing COBOL's DISPLAY TO SCREEN statement. The system can be configured to write the DISPLAY'ed statements to a log file -
display
Screen handling method representing COBOL's DISPLAY TO SCREEN statement. The system can be configured to write the DISPLAY'ed statements to a log file -
display
public static void display(IDisplayable displayable, String paramName, String toDisplay, int row, int column) Screen handling method representing COBOL's DISPLAY TO SCREEN statement. The system can be configured to write the DISPLAY'ed statements to a log file -
display
Screen handling method representing COBOL's DISPLAY TO SCREEN statement. The system can be configured to write the DISPLAY'ed statements to a log file -
display
Screen handling method representing COBOL's DISPLAY TO SCREEN statement. The system can be configured to write the DISPLAY'ed statements to a log file -
populateDisplayRequest
public static DisplayRequest populateDisplayRequest(IDisplayable displayable, DisplayRequest displayRequest) Go thru DisplayRequest Parameter names (which correspond to fields), for each parameter (field), pass the value of the field to the DisplayRequest lsit. -
display
Screen handling method representing COBOL's DISPLAY TO SCREEN statement. The system can be configured to write the DISPLAY'ed statements to a log file -
display
Deprecated.Screen handling method representing COBOL's DISPLAY TO SCREEN statement. The system can be configured to write the DISPLAY'ed statements to a log file -
display
Screen handling method representing COBOL's DISPLAY TO SCREEN statement. The system can be configured to write the DISPLAY'ed statements to a log file -
display
public static void display(IDisplayable displayable, String toDisplay, int row, int column, int size) Screen handling method representing COBOL's DISPLAY TO SCREEN statement. The system can be configured to write the DISPLAY'ed statements to a log file -
serializeDisplayObjectToFrontEnd
public static void serializeDisplayObjectToFrontEnd(IDisplayable displayable, String paramName, IFieldContainer displayObject) Display Object THis is used for Manually designing new JSP Displays -
display
Screen handling method representing COBOL's DISPLAY TO SCREEN statement. The system can be configured to write the DISPLAY'ed statements to a log file -
display
Screen handling method representing COBOL's DISPLAY TO SCREEN statement. The system can be configured to write the DISPLAY'ed statements to a log file -
display
Screen handling method representing COBOL's DISPLAY TO SCREEN statement. The system can be configured to write the DISPLAY'ed statements to a log file -
display
public static void display(IDisplayable displayable, double toDisplay, int row, int column, int size) Screen handling method representing COBOL's DISPLAY TO SCREEN statement. The system can be configured to write the DISPLAY'ed statements to a log file -
display
Screen handling method representing COBOL's DISPLAY TO SCREEN statement. The system can be configured to write the DISPLAY'ed statements to a log file -
display
Screen handling method representing COBOL's DISPLAY TO SCREEN statement. The system can be configured to write the DISPLAY'ed statements to a log file -
display
Screen handling method representing COBOL's DISPLAY TO SCREEN statement. The system can be configured to write the DISPLAY'ed statements to a log file -
exhibit
support for COBOL Exhibit statement- Parameters:
toDisplay-
-
displaySection
Screen handling method representing COBOL's DISPLAY TO SCREEN statement. The system can be configured to write the DISPLAY'ed statements to a log file -
displaySection
public static void displaySection(IDisplayable displayable, XMLScreenDefReader screenDefReader, String screenSubSection) Screen handling method representing COBOL's DISPLAY TO SCREEN statement. The system can be configured to write the DISPLAY'ed statements to a log file -
sendDisplayRequest
method used internally by softwaremining framework -
receiveAcceptResponse
Read data from the screenClient -
accept
Screen handling method representing COBOL's ACCEPT FROM SCREEN methods -
accept
-
accept
Screen handling method representing COBOL's ACCEPT FROM SCREEN methods -
accept
Screen handling method representing COBOL's ACCEPT FROM SCREEN methods -
accept
-
acceptSection
Screen handling method representing COBOL's ACCEPT FROM SCREEN methods -
acceptSection
public static void acceptSection(IDisplayable displayable, XMLScreenDefReader screenDefReader, String screenSubSection) Screen handling method representing COBOL's ACCEPT FROM SCREEN methods -
accept
Screen handling method representing COBOL's ACCEPT FROM SCREEN methods -
clearScreen
Screen handling method representing COBOL's DISPLAY BLANK statement. -
flushDisplay
Flush the cached display items -
populateAcceptResponseFromDisplayRequest
public static void populateAcceptResponseFromDisplayRequest(DisplayRequest displayRequest, AcceptResponse acceptResponse)
-