JP2008090486A - Screen operation controller and information processing system - Google Patents

Screen operation controller and information processing system Download PDF

Info

Publication number
JP2008090486A
JP2008090486A JP2006268894A JP2006268894A JP2008090486A JP 2008090486 A JP2008090486 A JP 2008090486A JP 2006268894 A JP2006268894 A JP 2006268894A JP 2006268894 A JP2006268894 A JP 2006268894A JP 2008090486 A JP2008090486 A JP 2008090486A
Authority
JP
Japan
Prior art keywords
screen
information processing
information
display
processing apparatus
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2006268894A
Other languages
Japanese (ja)
Other versions
JP4894441B2 (en
Inventor
Kiyoshi Kurumi
清 来海
Yuzo Watanabe
裕三 渡辺
Koji Tezuka
宏治 手塚
Takeshi Ueno
武志 上野
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2006268894A priority Critical patent/JP4894441B2/en
Publication of JP2008090486A publication Critical patent/JP2008090486A/en
Application granted granted Critical
Publication of JP4894441B2 publication Critical patent/JP4894441B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • User Interface Of Digital Computer (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a screen operation controller and an information processing system by which various user interfaces can flexibly be realized. <P>SOLUTION: This screen operation controller is provided with: an operation detection means for detecting an operation performed by a user on an operation screen displayed on the display screen of terminal equipment for achieving the transfer of information between a user and information processor; an analyzing means for analyzing an operation detected by the operation detecting means, and for specifying the content of change relating to the operation screen to be presented according to an operation on the operation screen; a component control means for controlling the behavior of an operation object component included in the operation screen and the generation of a new operation component based on the analytic result acquired by the analyzing means; and a cooperation means for requesting proper display information corresponding to the content of the change relating to the operation screen to be presented to an information processor based on the analytic result acquired by the analyzing means, and for reflecting the display information acquired from the information processor on the display of the operation screen on the display screen of the terminal equipment in response to the request. The screen operation controller is arranged in the terminal equipment independently of the information processor. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

本発明は、様々な情報処理装置において利用者と情報処理装置との間で情報授受に用いられているグラフィカルユーザインタフェースの操作用画面の制御を行う画面操作制御装置およびこれを適用した情報処理システムに関する。   The present invention relates to a screen operation control device for controlling an operation screen of a graphical user interface used for information exchange between a user and an information processing device in various information processing devices, and an information processing system to which the screen operation control device is applied. About.

従来のクライアント−サーバ型の情報処理システムにおいてクライアント端末を介して利用者に提供されるグラフィカルユーザインタフェースは、クライアント端末に備えられる表示部に表示される操作用画面とプルダウンリストやチェックボックスなどの操作対象部品の配置を含め、画面の形成とこれらの操作対象部品を利用者が操作した際の振る舞いを、クライアント端末上にあるクライアントアプリケーションのプログラムにおいて規定することで実現されている。   In a conventional client-server type information processing system, a graphical user interface provided to a user via a client terminal is an operation screen displayed on a display unit provided in the client terminal and operations such as a pull-down list and a check box. This is realized by defining the screen formation and the behavior when the user operates these operation target components, including the arrangement of the target components, in the client application program on the client terminal.

このため、図8に示すように、クライアントアプリケーション410ごとに、検出されたキー操作イベントやマウス操作イベントを解析して適切な表示制御処理を行うイベント解析部412が備えられている。このイベント解析部412による解析結果に基づいて、機能処理部413は、必要に応じて通信処理部414を介してバックエンドサーバ装置のサーバアプリケーション420と情報の授受を行い、得られた情報に基づいて、例えば、新たなプルダウンリストや別の操作用画面を表示するための表示データを作成して、表示制御部415を介して表示部416による表示処理に供されている。   Therefore, as shown in FIG. 8, each client application 410 includes an event analysis unit 412 that analyzes the detected key operation event and mouse operation event and performs appropriate display control processing. Based on the analysis result by the event analysis unit 412, the function processing unit 413 exchanges information with the server application 420 of the back-end server device via the communication processing unit 414 as necessary, and based on the obtained information. Thus, for example, display data for displaying a new pull-down list or another operation screen is created and used for display processing by the display unit 416 via the display control unit 415.

一方、WEB型の情報処理システムでは、バックエンドサーバ装置上のサーバアプリケーションからJAVAスクリプト(JAVA:登録商標)などをクライアント端末のブラウザソフトに送り込むことにより、ブラウザソフトの機能を介してグラフィカルユーザインタフェースが実現される。
このようなWEB型の情報処理システムでは、図9に示すように、クライアント端末上のブラウザソフト430に備えられた基本機能部431によって検出されたイベントの受付が行われ、APL432を介してバックエンドサーバ上のサーバアプリケーション440に渡される。そして、これに応じて、ユーザインタフェース(I/F)プログラム441に従って適切なJAVAスクリプトが形成されてブラウザソフト430に返され、このJAVAスクリプトに従ってAPL432が適切な表示制御処理を行うことにより、ポップアップやツールチップのような操作対象の表示や制御とともに、別のブラウザ画面を起動することによる別の操作画面への遷移が実現される。
On the other hand, in a WEB-type information processing system, a graphical user interface is provided via a browser software function by sending a JAVA script (JAVA: registered trademark) or the like from a server application on a back-end server device to the browser software of a client terminal. Realized.
In such a WEB type information processing system, as shown in FIG. 9, an event detected by the basic function unit 431 provided in the browser software 430 on the client terminal is received, and the back end is received via the APL 432. Passed to the server application 440 on the server. In response to this, an appropriate JAVA script is formed in accordance with the user interface (I / F) program 441 and returned to the browser software 430, and the APL 432 performs appropriate display control processing in accordance with the JAVA script. In addition to display and control of an operation target such as a tool tip, transition to another operation screen is realized by starting another browser screen.

上述した従来のグラフィカルインタフェースを適用した情報処理システムでは、クライアントアプリケーション410内のプログラムによる表示データ作成処理あるいは、サーバアプリケーション440内のプログラムによるJAVAスクリプトの形成処理によって、イベントの検出と検出されたイベントに応じた操作画面の制御とを緊密に結び付けることによって、例えば、作業中の操作画面内で定義された情報を使って、別の作業のための操作画面を開いて処理を引き継ぐといった高度なユーザインタフェースが実現されている。   In the information processing system to which the above-described conventional graphical interface is applied, an event is detected and an event is detected by a display data creation process by a program in the client application 410 or a JAVA script formation process by a program in the server application 440. By closely linking the control of the corresponding operation screen, for example, using the information defined in the operation screen being worked on, an advanced user interface that opens the operation screen for another work and takes over the processing Is realized.

そして、このような画面遷移を含む高度なユーザインタフェースを実現するために、従来は、個々の操作画面における操作に対応してその操作画面内で提示されるべき反応(例えば、プルダウンリストの表示など)の種類や、個々の操作画面について遷移する可能性のある他の操作画面の種類、また、これらの画面遷移ごとに引き継ぐべき情報などを、クライアントアプリケーションあるいはサーバアプリケーション開発段階において詳細な仕様として決定し、システムごとに閉じたパッケージとして開発していた(特許文献1参照)。
特開平5−250117号公報
In order to realize an advanced user interface including such a screen transition, conventionally, a response (for example, display of a pull-down list) corresponding to an operation on each operation screen should be presented in the operation screen. ), The types of other operation screens that may change for each operation screen, and the information to be inherited for each screen transition, etc., are determined as detailed specifications at the client application or server application development stage. However, it was developed as a closed package for each system (see Patent Document 1).
Japanese Patent Laid-Open No. 5-250117

しかしながら、個々の画面においてどんな操作に対してどんな表示を返すことが適切であるかということや、個々の操作画面からどの操作画面に遷移し、その際にどんな情報を引き継ぐべきかいうことは、むしろ、情報処理システムを稼動させてから利用者によって次第に認識されていく性質のものであるので、クライアントアプリケーションあるいはサーバアプリケーションの開発段階において、これらの事柄を仕様として明確化することは非常に困難である。   However, what display is appropriate for what operation on each screen is appropriate, and what operation screen should be transferred from each operation screen and what information should be taken over at that time. Rather, it is a property that is gradually recognized by users after the information processing system is operated, so it is very difficult to clarify these matters as specifications at the development stage of client applications or server applications. is there.

このため、従来の情報処理システムの開発では、利用者の意向を反映したユーザインタフェースの仕様の決定に多大な労力と時間を要しており、個々の情報処理システムの開発に時間がかかってしまっていた。
また一方、個々の利用者が担当する業務範囲が広くなってきており、例えば、ひとりの利用者が、監視システムで得られた情報を基にして、保守システムを介して必要な作業を行うというように、従来は独立していたシステム間でも連携が求められるようになっている。
For this reason, in the development of conventional information processing systems, it takes a lot of labor and time to determine user interface specifications that reflect the user's intentions, and it takes time to develop individual information processing systems. It was.
On the other hand, the range of work that individual users are in charge of is increasing. For example, one user performs necessary work through a maintenance system based on information obtained by a monitoring system. As described above, cooperation has been demanded even between systems that have conventionally been independent.

しかしながら、個々の情報処理システムの開発において、他の情報処理システムとの間で可能性のある様々な連携を漏れなく想定し、ユーザインタフェースにかかわるプログラムに連携を可能とするための作りこみをすることは明らかに無駄が多く、また、必要とされる連携を開発段階で特定することもまた難しいことも明らかである。
また、従来の情報処理システム内での操作画面制御技術のように、操作画面内において利用者が行った操作と操作画面内でのボタンやリストの表示などの処理あるいは別の操作画面への遷移といった画面制御処理とがプログラムによって極めて密に結合されたシステムでは、想定された範囲内では利用者の意向を反映した高度なユーザインタフェースを提供できる半面、仕様決定の段階で想定されなかった作業手順などに後から対応することはほぼ不可能である。
However, in the development of individual information processing systems, various possible linkages with other information processing systems are assumed without omission, and efforts are made to enable linkage with programs related to user interfaces. Obviously it is wasteful and it is also difficult to identify the required collaboration at the development stage.
In addition, as in the conventional operation screen control technology in the information processing system, the operation performed by the user on the operation screen and the processing such as button and list display on the operation screen, or transition to another operation screen In a system in which screen control processing such as the above is extremely tightly coupled by a program, an advanced user interface that reflects the user's intention can be provided within the assumed range, but work procedures that were not assumed at the specification decision stage It is almost impossible to deal with these later.

本発明は、異なる情報処理システムで提供される操作画面への遷移を含む多種多様なユーザインタフェースを柔軟に実現可能な画面操作制御装置および情報処理システムを提供することを目的とする。   An object of the present invention is to provide a screen operation control device and an information processing system that can flexibly realize a wide variety of user interfaces including transitions to operation screens provided by different information processing systems.

本発明にかかわる第1の画面操作制御装置は、操作検出手段と、解析手段と、部品制御手段と、連携手段とから構成される。
本発明にかかわる第1の画面操作制御装置の原理は、以下の通りである。
操作検出手段は、利用者と情報処理装置との間で情報の授受を実現するために端末装置の表示画面に表示された操作画面において、利用者によってなされた操作を検出する。解析手段は、操作検出手段によって検出された操作を解析し、操作画面上での操作に応じて提示すべき操作画面に関する変化の内容を特定する。部品制御手段は、解析手段で得られた解析結果に基づいて、操作画面に含まれる操作対象の部品の振る舞いおよび新たな操作部品の生成を制御する。連携手段は、解析手段で得られた解析結果に基づいて、提示すべき操作画面に関する変化の内容に対応する適切な表示情報を情報処理装置に要求し、この要求に応じて情報処理装置から得られた表示情報を端末装置の表示画面における操作画面の表示に反映させる。これらの各手段を備えた画面操作制御装置を、情報処理装置とは独立して端末装置に配置する。
A first screen operation control device according to the present invention is configured by operation detection means, analysis means, component control means, and linkage means.
The principle of the first screen operation control device according to the present invention is as follows.
The operation detecting means detects an operation performed by the user on the operation screen displayed on the display screen of the terminal device in order to realize exchange of information between the user and the information processing apparatus. The analysis unit analyzes the operation detected by the operation detection unit, and specifies the content of the change related to the operation screen to be presented according to the operation on the operation screen. The component control unit controls the behavior of the operation target component included in the operation screen and the generation of a new operation component based on the analysis result obtained by the analysis unit. Based on the analysis result obtained by the analysis means, the cooperation means requests the information processing apparatus for appropriate display information corresponding to the content of the change regarding the operation screen to be presented, and obtains the information from the information processing apparatus in response to this request. The displayed display information is reflected on the display of the operation screen on the display screen of the terminal device. The screen operation control device provided with each of these means is arranged on the terminal device independently of the information processing device.

このように構成された第1の画面操作制御装置の動作は、下記の通りである。
端末装置の表示画面に表示された操作画面について、利用者がマウスなどの入力装置を用いて行った操作を検出する処理と、検出した操作を解析する処理および解析結果に応じて、操作対象の部品を反応させる処理は、端末装置に配置された画面操作制御装置に備えられた操作検出手段、解析手段および部品制御手段によって、情報処理装置とは独立して行われる。また、解析手段によって得られた解析結果により、例えば、適切なプルダウンリストや新たな操作画面を表示するために、情報処理装置に固有の情報を用いた表示情報が必要とされた場合には、連携手段によって情報処理装置に対してこのような表示情報を要求し、得られた表示情報を操作画面の表示に反映させている。
The operation of the first screen operation control device configured as described above is as follows.
For the operation screen displayed on the display screen of the terminal device, a process for detecting an operation performed by a user using an input device such as a mouse, a process for analyzing the detected operation, and an analysis result The process of reacting the parts is performed independently of the information processing apparatus by the operation detection means, analysis means, and parts control means provided in the screen operation control device arranged in the terminal device. In addition, according to the analysis result obtained by the analysis means, for example, when display information using information unique to the information processing apparatus is required to display an appropriate pull-down list or a new operation screen, Such display information is requested from the information processing apparatus by the cooperation means, and the obtained display information is reflected on the display of the operation screen.

このように、上述した第1の画面操作制御装置を適用した場合には、操作画面における操作の検出とその解析とを情報処理装置から切り離して画面操作制御装置に分担され、連携手段によって、情報処理装置と画面操作制御装置とをそれぞれの独立性を保ちながら粗結合されているので、情報処理装置では、操作画面における具体的な操作を意識する必要がない。したがって、画面操作制御装置の解析手段において、例えば、操作画面内のアイコンなどの操作対象に対する新たな操作に対応して、新たに必要となった作業手順で提供すべき操作対象の振る舞いや適切操作画面の表示などを示す解析結果を定義することにより、仕様決定の段階で想定されなかった作業手順などにも柔軟に対応することができる。   As described above, when the above-described first screen operation control device is applied, the detection of the operation on the operation screen and the analysis thereof are separated from the information processing device and are shared by the screen operation control device. Since the processing device and the screen operation control device are roughly coupled while maintaining their independence, the information processing device does not need to be aware of a specific operation on the operation screen. Therefore, in the analysis means of the screen operation control device, for example, in response to a new operation on the operation target such as an icon in the operation screen, the behavior of the operation target to be provided in the newly required work procedure and the appropriate operation By defining the analysis result indicating the display on the screen, it is possible to flexibly deal with work procedures that were not assumed at the specification decision stage.

本発明にかかわる第2の画面操作制御装置は、上述した第1の画面操作制御装置において、連携手段に各情報処理装置対応の中継手段を備えて構成される。
本発明にかかわる第2の画面操作制御装置の原理は、以下の通りである。
上述した第1の画面操作制御装置に備えられた連携手段において、中継手段は、複数の情報処理装置に対応して設けられ、解析手段で得られた解析結果に基づいて、対応する情報処理装置で作成されるべき表示情報に関する要求を選択的に情報処理装置に中継し、対応する情報処理装置からの応答を受け取る。
The second screen operation control device according to the present invention is configured such that, in the above-described first screen operation control device, the linkage unit includes a relay unit corresponding to each information processing device.
The principle of the second screen operation control device according to the present invention is as follows.
In the cooperation means provided in the first screen operation control apparatus described above, the relay means is provided corresponding to the plurality of information processing apparatuses, and the corresponding information processing apparatus is based on the analysis result obtained by the analysis means. The request regarding the display information to be created is selectively relayed to the information processing apparatus, and a response from the corresponding information processing apparatus is received.

このように構成された第2の画面操作制御装置の動作は、下記の通りである。
連携手段に各情報処理装置対応の中継手段を備えることにより、画面操作制御装置を複数の情報処理装置で共用することが可能となる。また、各中継手段において、対応する情報処理装置向けの要求が判別された上で中継されるので、例えば、一方の情報処理装置に対応する操作画面内の操作対象に対する操作に対応して、別の情報処理装置で提供される操作画面の表示を解析手段内で定義しておくことにより、複数の情報処理装置を互いに連携させることができる。
The operation of the second screen operation control device configured as described above is as follows.
By providing the link means with a relay means corresponding to each information processing apparatus, the screen operation control apparatus can be shared by a plurality of information processing apparatuses. In addition, since each relay means relays a request for the corresponding information processing apparatus, it is relayed, for example, in response to an operation on the operation target in the operation screen corresponding to one information processing apparatus. By defining the display of the operation screen provided by the information processing apparatus in the analysis means, a plurality of information processing apparatuses can be linked to each other.

本発明にかかわる第3の画面操作制御装置は、上述した第2の画面操作制御装置において、各情報処理装置対応の中継手段は、装置インタフェースを備えて構成される。
本発明にかかわる第3の画面操作制御装置の原理は、以下の通りである。
上述した第2の画面操作制御装置に各情報処理装置対応で備えられた中継手段において、装置インタフェースは、解析手段で得られた解析結果に対応する要求とこの要求に対する応答の授受を対応する情報処理装置内での固有の処理を考慮して媒介する。
The third screen operation control device according to the present invention is the above-described second screen operation control device, wherein the relay means corresponding to each information processing device is provided with a device interface.
The principle of the third screen operation control device according to the present invention is as follows.
In the relay means provided for each information processing apparatus in the second screen operation control apparatus described above, the apparatus interface corresponds to information corresponding to a request corresponding to the analysis result obtained by the analysis means and a response to the request. It mediates in consideration of unique processing within the processing device.

このように構成された第3の画面操作制御装置の動作は、下記の通りである。
各情報処理装置対応の中継手段に備えられた装置インタフェースにより、例えば、解析結果に対応する操作画面に関する変化の内容を実現するための表示情報に関する要求が、対応する情報処理装置内で該当する内容を表すための表示情報に関する要求に変換され、また、上述した要求に対する応答として得られる表示情報が、画面操作制御装置内での処理に適合した形式の情報に変換される。
The operation of the third screen operation control device configured as described above is as follows.
Content corresponding to a request regarding display information for realizing, for example, the content of change related to the operation screen corresponding to the analysis result by the device interface provided in the relay means corresponding to each information processing device. Is converted into a request related to display information for representing the information, and display information obtained as a response to the request is converted into information in a format suitable for processing in the screen operation control device.

このように、個々の情報処理装置対応の装置インタフェースを備えた構成とすることにより、情報処理装置のプログラムの作りこみによって提供されていたような高度なユーザインタフェースを実現することが可能である。
本発明にかかわる情報処理システムは、操作検出手段と解析手段と部品制御手段と連携手段とを備えた画面操作制御装置の連携手段に各情報処理装置対応の中継手段を設け、これらの中継手段に、対応する情報処理装置に結合して配置される装置インタフェースを備えて構成される。
In this way, by adopting a configuration provided with an apparatus interface corresponding to each information processing apparatus, it is possible to realize an advanced user interface as provided by creating a program for the information processing apparatus.
In the information processing system according to the present invention, a relay unit corresponding to each information processing apparatus is provided in the link unit of the screen operation control apparatus including the operation detection unit, the analysis unit, the component control unit, and the link unit, and the relay unit includes And an apparatus interface arranged in combination with a corresponding information processing apparatus.

本発明にかかわる情報処理システムの原理は、以下の通りである。
少なくとも一つの情報処理装置が利用者との情報の授受を実現するために端末装置上にそれぞれが提供する操作画面を表示させている状態において、操作検出手段は、操作画面に対して、利用者によってなされた操作を検出する。解析手段は、操作検出手段によって検出された操作を解析し、操作画面上での操作に応じて提示すべき操作画面に関する変化の内容を特定する。部品制御手段は、解析手段で得られた解析結果に基づいて、操作画面に含まれる操作対象の部品の振る舞いおよび新たな操作部品の生成を制御する。連携手段は、解析手段で得られた解析結果に基づいて、提示すべき操作画面に関する変化の内容に対応する適切な表示情報を情報処理装置に要求し、この要求に応じて情報処理装置から得られた表示情報を端末装置の表示画面における操作画面の表示に反映させる。連携手段において、中継手段は、少なくとも一つの情報処理装置に対応して設けられ、解析手段で得られた解析結果に基づいて、対応する情報処理装置で作成されるべき表示情報に関する要求を選択的に情報処理装置に中継し、対応する情報処理装置からの応答を受け取る。各情報処理装置対応の中継手段において、装置インタフェースは、対応する情報処理装置に結合して配置され、解析手段で得られた解析結果に対応する要求とこの要求に対する応答の授受を対応する情報処理装置内での固有の処理を考慮して媒介する。
The principle of the information processing system according to the present invention is as follows.
In a state in which at least one information processing device displays an operation screen provided by each terminal device in order to realize exchange of information with the user, the operation detection unit performs the operation on the operation screen. Detect operations performed by. The analysis unit analyzes the operation detected by the operation detection unit, and specifies the content of the change related to the operation screen to be presented according to the operation on the operation screen. The component control unit controls the behavior of the operation target component included in the operation screen and the generation of a new operation component based on the analysis result obtained by the analysis unit. Based on the analysis result obtained by the analysis means, the cooperation means requests the information processing apparatus for appropriate display information corresponding to the content of the change regarding the operation screen to be presented, and obtains the information from the information processing apparatus in response to this request. The displayed display information is reflected on the display of the operation screen on the display screen of the terminal device. In the linking means, the relay means is provided corresponding to at least one information processing apparatus, and selectively selects a request regarding display information to be created by the corresponding information processing apparatus based on the analysis result obtained by the analysis means. Relay to the information processing apparatus and receive a response from the corresponding information processing apparatus. In the relay means corresponding to each information processing device, the device interface is arranged in combination with the corresponding information processing device, and the information processing corresponding to the request corresponding to the analysis result obtained by the analysis means and the transmission / reception of the response to this request It mediates in consideration of unique processing within the device.

このように構成された情報処理システムの動作は、下記の通りである。
各情報処理装置に対応して表示画面に表示された操作画面内の部品に対する操作は、操作検出手段によって検出され、これに応じて解析手段によって得られた解析結果に対応する表示情報に関する要求が、連携手段に設けられた中継手段により、適切な情報処理装置に渡される。このとき、各情報処理装置に結合して配置された装置インタフェースにより、上述した要求は、例えば、個々の情報処理装置に固有の形式で必要とされる情報を要求に変換される。また、この要求に応じて行われる情報処理装置固有の処理によって得られた表示情報を含む応答は、上述した装置インタフェースによって、新たな操作画面の表示や操作画面内の部品の表示に関する変更などを、画面操作制御装置内の処理に適合する形式で表す情報変換された後に、連携手段による操作画面への反映処理に供される。
The operation of the information processing system configured as described above is as follows.
The operation on the part in the operation screen displayed on the display screen corresponding to each information processing device is detected by the operation detection means, and in response to this, a request for display information corresponding to the analysis result obtained by the analysis means is made. Then, the information is transferred to an appropriate information processing apparatus by the relay means provided in the cooperation means. At this time, the request described above is converted into, for example, information required in a format specific to each information processing device by the device interface arranged in combination with each information processing device. In addition, a response including display information obtained by processing unique to the information processing apparatus performed in response to this request is performed by using the above-described apparatus interface to display a new operation screen or a change related to display of components in the operation screen. After the information is converted in a format suitable for the processing in the screen operation control device, it is subjected to a reflection process on the operation screen by the cooperation means.

このように、個々の情報処理装置に結合された装置インタフェースにおいて、画面操作制御装置内の処理に適合した形式で表された情報と情報処理装置固有の形式の情報との間の変換処理を行って、画面操作制御装置と個々の情報処理装置との間でやり取りされる情報の標準化を図ることにより、多種多様な情報処理装置で画面操作制御装置の共有化および連携を図ることが可能となる。   As described above, in the device interface coupled to each information processing device, conversion processing between information expressed in a format suitable for processing in the screen operation control device and information in a format unique to the information processing device is performed. Thus, by standardizing information exchanged between the screen operation control device and each information processing device, it becomes possible to share and link the screen operation control device among a wide variety of information processing devices. .

本発明にかかわる第1の画面操作制御装置によれば、操作画面における操作の検出とその解析とを画面操作制御装置に分担することにより、情報処理装置では、画面操作制御装置を介して、操作画面における操作に関する解析結果として、必要とされる操作画面の制御に関する要求を受け取ることができるので、操作画面における具体的な操作を意識する必要がない。これにより、情報処理装置で用いられるアプリケーションソフトウェアの開発段階において、個々の操作画面における操作の具体的な手順などに関する詳細な仕様を決定するための煩雑な作業を不要とし、開発期間の大幅な短縮を図ることが可能である。   According to the first screen operation control apparatus according to the present invention, the information processing apparatus distributes the operation detection and the analysis on the operation screen to the screen operation control apparatus. Since it is possible to receive a request regarding control of a required operation screen as an analysis result regarding the operation on the screen, there is no need to be aware of a specific operation on the operation screen. This eliminates the need for cumbersome work to determine detailed specifications regarding the specific procedure for operations on individual operation screens during the development phase of application software used in information processing devices, and significantly shortens the development period. Can be achieved.

また、例えば、操作画面内のアイコンなどの操作対象に対する新たな操作に対応して、新たに必要となった作業手順で提供すべき操作対象の振る舞いや新たな操作画面の表示などを示す解析結果を画面操作制御装置において定義することにより、仕様決定の段階で想定されなかった作業手順や具体的な操作の変更などにも柔軟に対応することができる。
また、本発明にかかわる第2の画面操作制御装置によれば、複数の情報処理装置で画面操作制御装置を共用することが可能であり、更に、個々の操作画面における具体的な操作に対応する解析結果を記述したシナリオなどにおいて、一方の情報処理装置の処理にかかわる操作画面内の部品に対する操作に対応して、別の情報処理装置の処理にかかわる操作画面の表示を依頼する手順を記述することにより、これらの情報処理装置間で操作画面の連携を図ることができる。
Also, for example, in response to a new operation on an operation target such as an icon in the operation screen, the analysis result indicating the behavior of the operation target to be provided in the newly required work procedure, the display of the new operation screen, etc. Is defined in the screen operation control device, it is possible to flexibly cope with work procedures and specific operation changes that were not assumed at the specification determination stage.
In addition, according to the second screen operation control device according to the present invention, it is possible to share the screen operation control device among a plurality of information processing devices, and it corresponds to a specific operation on each operation screen. In the scenario describing the analysis result, describe the procedure for requesting the display of the operation screen related to the processing of another information processing device in response to the operation on the part in the operation screen related to the processing of one information processing device. As a result, the operation screen can be linked between these information processing apparatuses.

更に、本発明にかかわる第3の画面操作制御装置によれば、個々の情報処理装置対応に備えられた装置インタフェースにより、それぞれの情報処理装置において固有の情報と、画面操作制御装置内部において部品を制御するための情報やり容赦による操作に関する解析結果とを確実に対応付けることができるので、情報処理装置のプログラムの作りこみによって提供されていたような高度なユーザインタフェースを実現することが可能である。   Furthermore, according to the third screen operation control device according to the present invention, information unique to each information processing device and components within the screen operation control device can be transmitted by the device interface provided for each information processing device. Since it is possible to reliably associate the analysis result regarding the operation by the forgiveness of information exchange for control, it is possible to realize an advanced user interface as provided by the creation of the program of the information processing apparatus.

また、本発明にかかわる情報処理システムによれば、画面操作制御装置と個々の情報処理装置との間でやり取りされる情報の標準化を図ることができるので、多種多様な情報処理装置で画面操作制御装置の共有化および連携を図ることが可能なプラットフォームを提供し、様々な分野の情報処理装置間にまたがる業務処理を可能とし、より柔軟なワークフローを実現することができる。   In addition, according to the information processing system according to the present invention, it is possible to standardize information exchanged between the screen operation control device and each information processing device. A platform capable of sharing and linking devices is provided, business processing can be performed between information processing devices in various fields, and a more flexible workflow can be realized.

以下、図面に基づいて、本発明の実施形態について詳細に説明する。
(第1の実施形態)
図1に、本発明にかかわる画面操作制御装置を適用した情報処理システムの実施形態を示す。
図1に示した情報処理システムにおいて、端末装置201に組み込まれたクライアントアプリケーション(CL−APL)204とバックエンドサーバ206とによって、独立した情報処理を行うクライアント−サーバ型の情報処理装置aが形成されている。同様に、図1に示したブラウザ205とバックエンドサーバ207とによって、別の独立した情報処理を行うWEB型の情報処理装置bが形成されている。
Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.
(First embodiment)
FIG. 1 shows an embodiment of an information processing system to which a screen operation control device according to the present invention is applied.
In the information processing system shown in FIG. 1, a client-server type information processing apparatus a that performs independent information processing is formed by a client application (CL-APL) 204 and a back-end server 206 incorporated in the terminal device 201. Has been. Similarly, the browser 205 and the back-end server 207 illustrated in FIG. 1 form a web-type information processing apparatus b that performs another independent information process.

図1に示したクライアントアプリケーション204には、図8に示したクライアントアプリケーション410に相当する機能処理部208aが備えられており、この機能処理部208aにより、情報処理装置aに固有の機能画面(例えば、操作画面や照会画面)のための表示データが作成され、端末装置201のオペレーティングシステム(OS)202を介して表示部203に表示される。同様に、図1に示したブラウザ205において、機能処理部208bは図9に示したブラウザソフト430に相当するものであり、バックエンドサーバ407から送り込まれたJAVAスクリプトなどに従って、情報処理装置bに固有の機能画面のための表示データを作成して上述したオペレーティングシステム202による表示処理に供し、表示部203を介して提供する。   The client application 204 illustrated in FIG. 1 includes a function processing unit 208a corresponding to the client application 410 illustrated in FIG. 8, and the function processing unit 208a allows a function screen (for example, a function screen unique to the information processing apparatus a) Display data for the operation screen and the inquiry screen) is created and displayed on the display unit 203 via the operating system (OS) 202 of the terminal device 201. Similarly, in the browser 205 shown in FIG. 1, the function processing unit 208 b corresponds to the browser software 430 shown in FIG. 9, and in accordance with the JAVA script or the like sent from the back-end server 407, Display data for a unique function screen is created and used for display processing by the operating system 202 described above, and is provided via the display unit 203.

また、図1に示したクライアントアプリケーション204およびブラウザ205は、それぞれ後述する画面操作制御機構210との間の情報の授受のために、外部インタフェース(I/F)209a、209bを備えている。
一方、図1に示した画面操作制御機構210において、操作受付部211は、キー操作イベントやマウス操作イベントなどの入力に応じて、シナリオ管理部212を介してシナリオファイル213から検出されたイベントに対応する画面操作シナリオを検索し、受け取ったシナリオに従って、部品制御部214、装置連携部215a、215bの動作を制御することにより、後述するようにして、各情報処理装置a、bに対応する機能画面内でのポップアップなどの部品の制御および操作画面間の遷移を制御する。
Also, the client application 204 and the browser 205 shown in FIG. 1 are provided with external interfaces (I / F) 209a and 209b, respectively, for exchanging information with the screen operation control mechanism 210 described later.
On the other hand, in the screen operation control mechanism 210 shown in FIG. 1, the operation reception unit 211 detects an event detected from the scenario file 213 via the scenario management unit 212 in response to an input such as a key operation event or a mouse operation event. Functions corresponding to the information processing apparatuses a and b are searched as described below by searching corresponding screen operation scenarios and controlling the operations of the component control unit 214 and the device cooperation units 215a and 215b according to the received scenario. Controls parts such as pop-ups in the screen and transitions between operation screens.

図1に示したシナリオファイル213には、例えば、図2に示すように、個々の機能画面を特定する画面ラベルと操作対象の部品を特定する部品ラベルおよび操作の種類とに対応して、提示すべき画面操作を示す手順および補助情報からなる画面操作シナリオが蓄積されている。
以下、図2に示した画面操作シナリオの例に基づいて、画面操作制御装置の動作を説明する。
In the scenario file 213 shown in FIG. 1, for example, as shown in FIG. 2, presentation is provided corresponding to the screen label for specifying each functional screen, the part label for specifying the operation target part, and the type of operation. A screen operation scenario including a procedure indicating the screen operation to be performed and auxiliary information is stored.
Hereinafter, the operation of the screen operation control device will be described based on the example of the screen operation scenario shown in FIG.

図3に、画面操作シナリオに定義された情報で操作対象の部品を提示する場合のシーケンス図を示す。
利用者によるマウス操作が行われると、図3に示すように、例えば、操作画面(画面1)内のテキスト表示部分(テキスト01)において右クリックが行われた旨のイベント検出結果が操作受付部211に入力される。これに応じて、操作受付部211は、画面ラベル(画面1)、部品ラベル(テキスト01)および操作(右クリック)を検索キーとしてシナリオ管理部212に画面操作シナリオの検索を指示する。
FIG. 3 shows a sequence diagram in the case of presenting the operation target component with the information defined in the screen operation scenario.
When the user performs a mouse operation, as shown in FIG. 3, for example, an event detection result indicating that a right click has been performed in a text display portion (text 01) in the operation screen (screen 1) is displayed in the operation accepting unit. 211 is input. In response to this, the operation reception unit 211 instructs the scenario management unit 212 to search for a screen operation scenario using the screen label (screen 1), the component label (text 01), and the operation (right click) as search keys.

上述した指示に応じて、シナリオ管理部212がシナリオファイル213を検索することにより、例えば、図2(a)に示すように、補助情報で定義された項目(項目1、項目2)に関するリストの生成および生成したリストのポップアップ表示に関する手順を示す画面操作シナリオが検索されて読み出され、操作受付部211に返される(図3参照)。
このようにして得られた画面操作シナリオで既定された手順に従って、操作受付部211により、部品制御部214に指定された部品(リスト)の作成および表示が指示され、これに応じて、部品制御部214により、適切な部品を表示するための表示データが作成され、オペレーティングシステム202による表示処理に供される。
When the scenario management unit 212 searches the scenario file 213 according to the above-described instruction, for example, as shown in FIG. 2A, a list of items (items 1 and 2) defined in the auxiliary information is displayed. A screen operation scenario indicating a procedure related to the generation and pop-up display of the generated list is retrieved and read out and returned to the operation reception unit 211 (see FIG. 3).
In accordance with the procedure defined in the screen operation scenario obtained in this way, the operation receiving unit 211 instructs the component control unit 214 to create and display the specified component (list). Display data for displaying an appropriate part is created by the unit 214 and is used for display processing by the operating system 202.

このように、表示すべき項目などの情報を予め定義しておける部品を新たに表示するような画面の変更が必要とされている場合については、画面操作制御機構210内の処理によって、必要とされる操作画面内の変化を提示させることができる。
更に、シナリオファイル213に蓄積される画面操作シナリオの補助情報に階層的な構造を適用すれば、例えば、ユーザ認証画面で入力されたユーザIDに応じて、それぞれ異なるメニュー画面を表示させるといった階層的な手順を含んだ複雑な画面操作も実現することができる。
As described above, when it is necessary to change the screen so as to newly display a component for which information such as an item to be displayed can be defined in advance, the change is necessary by the processing in the screen operation control mechanism 210. The change in the operation screen to be displayed can be presented.
Furthermore, if a hierarchical structure is applied to the auxiliary information of the screen operation scenario stored in the scenario file 213, for example, a different menu screen is displayed according to the user ID input on the user authentication screen. Complex screen operations including simple procedures can also be realized.

一方、操作対象の部品を含む操作画面を提供している情報処理装置との連携を必要とする場合には、補助情報に表示すべき項目などに関する情報を定義する代わりに、図2(b)に示すように、提供元の情報処理装置に対して情報を要求する手順(リスト要求)および情報処理装置から返送される情報を取得する手順(リスト取得)を含む画面操作シナリオを作成し、適切な操作を示す検索キーに対応して登録する。   On the other hand, when cooperation with an information processing apparatus that provides an operation screen including an operation target component is required, instead of defining information on items to be displayed in auxiliary information, FIG. Create a screen operation scenario that includes a procedure for requesting information from the information processing device of the provider (list request) and a procedure for acquiring information returned from the information processing device (list acquisition). Registration corresponding to the search key indicating the correct operation.

例えば、図4に示すように、操作画面1のプルダウンボタンが操作された旨のイベント検出結果が操作受付部211に通知されたときに、この操作受付部211からの検索指示に応じて、シナリオ管理部212により、図2(b)に示した画面操作シナリオが読み出され、操作受付部211に返される。
このとき、操作受付部211は、まず、操作画面1を提供している情報処理装置aに対応する装置連携部215aを介して情報処理装置aに、プルダウンリストに表示すべき項目の一覧を問い合わせるための情報転送要求を送出する。次いで、操作受付部211は、この要求に応じて情報処理装置aから返送された情報を取得し、この返送情報をプルダウンリストの項目情報として部品制御部214に渡して、プルダウンリストの作成を指示する。
For example, as shown in FIG. 4, when an event detection result indicating that the pull-down button on the operation screen 1 is operated is notified to the operation reception unit 211, a scenario is generated according to a search instruction from the operation reception unit 211. The screen operation scenario shown in FIG. 2B is read out by the management unit 212 and returned to the operation reception unit 211.
At this time, the operation reception unit 211 first inquires the information processing apparatus a for a list of items to be displayed in the pull-down list via the apparatus cooperation unit 215a corresponding to the information processing apparatus a that provides the operation screen 1. An information transfer request is sent out. Next, the operation reception unit 211 acquires information returned from the information processing apparatus a in response to this request, passes this return information to the component control unit 214 as item information of the pull-down list, and instructs creation of the pull-down list. To do.

このようにして、情報処理装置aと画面操作制御機構210とを連携させることにより、情報処理装置aによって管理されているリスト項目を用いたプルダウンリストを表示させることができる。
なお、上述した情報処理装置との連携動作の際には、図5に示すように、装置連携部215aにより、所定の共通形式で必要とされる情報の内容を記述した情報転送要求が作成されて、この情報転送要求がクライアントアプリケーション204の外部インタフェース209aに渡される。そして、この共通形式の情報転送要求は、外部インタフェース209aにおいて、機能処理部208aに適合した個別形式の情報要求に変換された後に機能処理部208aに渡され、これに応じて、適切な項目情報の作成処理が行われる。
In this way, by linking the information processing apparatus a and the screen operation control mechanism 210, a pull-down list using list items managed by the information processing apparatus a can be displayed.
In the cooperation operation with the information processing apparatus described above, as shown in FIG. 5, an information transfer request describing the content of information required in a predetermined common format is created by the apparatus cooperation unit 215a. This information transfer request is then passed to the external interface 209a of the client application 204. Then, the information transfer request in the common format is converted into an information request in the individual format suitable for the function processing unit 208a in the external interface 209a, and then passed to the function processing unit 208a. The creation process is performed.

このようにして作成された項目情報は、外部インタフェース209aにおいて共通形式に変換された後に画面操作制御機構210に返され、装置連携部215aを介して操作受付部211の処理に供される。
上述したように、端末装置201に配置されたクライアントアプリケーション204の外部インタフェース205aによって、画面操作制御機構210内の共通形式の情報とクライアントアプリケーション204固有の固有形式の情報との間の変換を行うことにより、従来のクライアントアプリケーション430と同等の高度なユーザインタフェースを提供することができる。
The item information created in this way is converted to a common format in the external interface 209a, then returned to the screen operation control mechanism 210, and used for processing of the operation reception unit 211 via the device cooperation unit 215a.
As described above, conversion between the common format information in the screen operation control mechanism 210 and the unique format information unique to the client application 204 is performed by the external interface 205a of the client application 204 arranged in the terminal device 201. Thus, an advanced user interface equivalent to that of the conventional client application 430 can be provided.

また、図2(c)に示すように、操作画面1に対応する情報処理装置aに新たな操作画面の生成を指示する手順(画面生成)を含む画面操作シナリオを登録することにより、情報処理装置が扱う処理内容に含まれるあらゆる操作画面への遷移を実現することができる。
図6に、画面遷移動作を表すシーケンス図を示す。
例えば、操作画面1内にポップアップ表示されたリストの項目が選択された旨を示すイベント検出結果の通知に応じて、操作受付部211は、該当する検索キーをシナリオ管理部212に指定して画面操作シナリオの検索を指示し、これに応じて、図2(c)に示したような画面操作シナリオを得る。
Further, as shown in FIG. 2C, by registering a screen operation scenario including a procedure (screen generation) for instructing the information processing apparatus a corresponding to the operation screen 1 to generate a new operation screen, information processing is performed. Transition to any operation screen included in the processing content handled by the apparatus can be realized.
FIG. 6 shows a sequence diagram representing the screen transition operation.
For example, in response to a notification of an event detection result indicating that an item in the pop-up list in the operation screen 1 has been selected, the operation reception unit 211 designates the corresponding search key to the scenario management unit 212 and displays the screen. An operation scenario search is instructed, and a screen operation scenario as shown in FIG.

このとき、操作受付部211は、画面操作シナリオの手順に従って、まず。選択されたリストの項目を含むパラメータを編集し、得られたパラメータを指定して、装置連携部215aを介して情報処理装置aに新たな操作画面の作成を要求する。
この要求に応じて、情報処理装置aを構成するクライアントアプリケーション204の機能処理部208aにより、上述したパラメータで指定された新たな操作画面を表示するための表示データが作成される。このようにして作成された表示データは、従来と同様に、直接、オペレーティングシステム202の表示処理に供され、これに応じて、新たな操作画面が表示部203を介して利用者に提供され、画面遷移が実現される。
At this time, the operation reception unit 211 first follows the procedure of the screen operation scenario. The parameter including the item of the selected list is edited, the obtained parameter is designated, and the information processing apparatus a is requested to create a new operation screen via the apparatus cooperation unit 215a.
In response to this request, the function processing unit 208a of the client application 204 constituting the information processing apparatus a creates display data for displaying a new operation screen specified by the above-described parameters. The display data created in this way is directly used for display processing of the operating system 202 as in the past, and in response to this, a new operation screen is provided to the user via the display unit 203, Screen transition is realized.

次に、操作対象の操作画面を提供している情報処理装置aとは独立した業務処理を行っている別の情報処理装置bとの間で、業務の連携を図る方法について説明する。
例えば、図2(d)に示すように、情報処理装置aが提供する操作画面1における操作に対応して、補助情報によって情報処理装置bを指定した業務処理の実行を要求する手順(起動要求)を含む画面操作シナリオが読み出されると、図7に示すように、操作受付部211により、情報処理装置bに対応する装置連携部215bに起動要求の送出が指示される。
Next, a method for coordinating business with another information processing apparatus b that performs business processing independent of the information processing apparatus a that provides an operation screen to be operated will be described.
For example, as shown in FIG. 2D, in response to an operation on the operation screen 1 provided by the information processing apparatus a, a procedure for requesting execution of a business process specifying the information processing apparatus b by auxiliary information (start request) 7 is read out, the operation accepting unit 211 instructs the device cooperation unit 215b corresponding to the information processing device b to send an activation request, as shown in FIG.

この指示に応じて、装置連携部215bによって情報処理装置bに送出された起動要求に応じて、情報処理装置bにより、業務処理起動のための操作画面用の表示データが作成され、この表示データが端末装置201のオペレーティングシステム202による表示処理に供される。この表示データに基づいて、オペレーティングシステム202が、新たな操作画面を表示部203を介して利用者に提供する処理を行うことにより、情報処理装置aが提供する操作画面1における操作に応じて、別の情報処理装置bの操作画面に遷移させることができる。   In response to this instruction, in response to the activation request sent to the information processing apparatus b by the apparatus cooperation unit 215b, the information processing apparatus b creates display data for an operation screen for starting business processing. Is subjected to display processing by the operating system 202 of the terminal device 201. Based on this display data, the operating system 202 performs a process of providing a new operation screen to the user via the display unit 203, so that an operation on the operation screen 1 provided by the information processing apparatus a is performed. It is possible to make a transition to an operation screen of another information processing apparatus b.

このように、図1に示した画面操作制御機構210を適用した情報処理システムでは、端末装置201の表示部203に表示されている個々の操作画面における操作の検出および解釈にかかわる処理が、クライアントアプリケーション204から切り離され、画面操作制御機構210に分担されている。同様に、WEB型の情報処理装置bを構成するバックエンドサーバ207からも、端末装置201の表示部203に表示されている個々の操作画面における操作の検出および解釈にかかわる処理が切り離されて、画面操作制御機構210に分担されている。   As described above, in the information processing system to which the screen operation control mechanism 210 shown in FIG. 1 is applied, the processing related to the detection and interpretation of the operation on each operation screen displayed on the display unit 203 of the terminal device 201 is performed by the client. It is separated from the application 204 and is shared by the screen operation control mechanism 210. Similarly, processing related to detection and interpretation of operations on individual operation screens displayed on the display unit 203 of the terminal device 201 is separated from the back-end server 207 constituting the WEB-type information processing device b, The screen operation control mechanism 210 is shared.

したがって、クライアントアプリケーション204およびバックエンドサーバ207のサーバアプリケーションの開発段階においては、個々の操作画面の構成に関する仕様を決定すれば十分であり、それぞれの操作画面における操作に対応する個々の部品の振る舞いや別の画面への遷移に関する仕様を決定する必要がない。また、独立した情報処理装置間での連携も容易に実現可能である。   Therefore, at the development stage of the server application of the client application 204 and the back-end server 207, it is sufficient to determine the specifications regarding the configuration of the individual operation screens, and the behaviors of the individual components corresponding to the operations on the respective operation screens are determined. There is no need to determine the specifications for transition to another screen. In addition, cooperation between independent information processing apparatuses can be easily realized.

更に、図1に示した画面操作制御機構210のシナリオファイル213に新たな画面操作シナリオを登録することにより、操作画面における新たな操作に対応して、所望の変化を操作画面に反映することができる。また、既存の画面操作シナリオに対応する検索キーを変更することにより、その画面操作シナリオで規定された手順を起動させる操作を変更することも可能である。   Further, by registering a new screen operation scenario in the scenario file 213 of the screen operation control mechanism 210 shown in FIG. 1, a desired change can be reflected on the operation screen in response to a new operation on the operation screen. it can. Further, by changing the search key corresponding to the existing screen operation scenario, it is possible to change the operation for starting the procedure defined in the screen operation scenario.

以上に説明したように、本発明にかかわる画面操作制御装置によれば、個々の情報処理装置を構成するアプリケーションプログラムやサーバプログラムを、操作画面内の各部品に関する操作に対する配慮から解放することができる。これにより、利用者による操作に応じて多彩な画面操作が必要とされる様々な情報処理システムを構成するプログラム開発に要する期間を大幅に短縮することが可能であるので、大規模施設の監視システムや管理システムを始めとする多種多様な情報処理システムにおけるプログラム開発の効率化手段として非常に有用である。   As described above, according to the screen operation control device according to the present invention, it is possible to release application programs and server programs that constitute individual information processing devices from consideration for operations related to each component in the operation screen. . As a result, it is possible to drastically reduce the time required to develop programs that make up various information processing systems that require various screen operations in response to user operations. It is very useful as a means of improving the efficiency of program development in various information processing systems including management systems.

また、本発明にかかわる画面操作制御装置を適用することにより、情報処理システムを稼働させた後の操作手順の追加や変更などに柔軟に対処することが可能となるので、多種多様な情報処理システムの保守管理分野においても非常に有用である。
更に、独立した情報処理装置間での連携を容易に実現可能であるので、複雑なワークフローにも柔軟に対応することが可能であり、また、ワークフローの変化にも追従することができるので、ワークフローの効率化の点でも有用である。
In addition, by applying the screen operation control apparatus according to the present invention, it becomes possible to flexibly cope with the addition or change of the operation procedure after operating the information processing system. It is also very useful in the field of maintenance management.
Furthermore, since it is possible to easily realize cooperation between independent information processing devices, it is possible to flexibly cope with complex workflows and to follow changes in workflows. It is also useful in terms of efficiency.

本発明にかかわる画面操作制御装置を適用した情報処理システムの実施形態を示す図である。It is a figure which shows embodiment of the information processing system to which the screen operation control apparatus concerning this invention is applied. 画面操作シナリオの例を示す図である。It is a figure which shows the example of a screen operation scenario. シナリオ定義情報で操作対象の部品を提示する場合のシーケンス図である。It is a sequence diagram in the case of presenting a part to be operated with scenario definition information. 直属の情報処理装置と連携する場合のシーケンス図である。It is a sequence diagram in the case of cooperating with a direct information processing apparatus. 情報処理装置との連携動作を表すシーケンス図である。It is a sequence diagram showing cooperation operation with an information processor. 画面遷移動作を表すシーケンス図である。It is a sequence diagram showing screen transition operation. 別の情報処理装置と連携する動作を表すシーケンス図である。It is a sequence diagram showing the operation | movement cooperated with another information processing apparatus. 従来のクライアント−サーバ型情報処理システムの構成例を示す図である。It is a figure which shows the structural example of the conventional client-server type | mold information processing system. 従来のWEB型情報処理システムの構成例を示す図である。It is a figure which shows the structural example of the conventional WEB type | mold information processing system.

符号の説明Explanation of symbols

201 端末装置
202 オペレーティングシステム(OS)
203、416 表示部
204、410 クライアントアプリケーション(CL−APL)
205 ブラウザ
206、207 バックエンドサーバ
208、413 機能処理部
209 外部インタフェース(I/F)
210 画面操作制御機構
211 操作受付部
212 シナリオ管理部
213 シナリオファイル
214 部品制御部
215 装置連携部
410 クライアントアプリケーション
412 イベント解析部
414 通信処理部
415 表示制御部
420、440 サーバアプリケーション
430 ブラウザソフト
431 基本機能部
432 APL
441 ユーザインタフェース(I/F)プログラム

201 terminal device 202 operating system (OS)
203, 416 Display unit 204, 410 Client application (CL-APL)
205 Browser 206, 207 Back-end server 208, 413 Function processing unit 209 External interface (I / F)
210 Screen operation control mechanism 211 Operation reception unit 212 Scenario management unit 213 Scenario file 214 Component control unit 215 Device cooperation unit 410 Client application 412 Event analysis unit 414 Communication processing unit 415 Display control unit 420, 440 Server application 430 Browser software 431 Basic functions Part 432 APL
441 User interface (I / F) program

Claims (4)

利用者と情報処理装置との間で情報の授受を実現するために端末装置の表示画面に表示された操作画面において、利用者によってなされた操作を検出する操作検出手段と、
前記操作検出手段によって検出された操作を解析し、前記操作画面上での操作に応じて提示すべき操作画面に関する変化の内容を特定する解析手段と、
前記解析手段で得られた解析結果に基づいて、前記操作画面に含まれる操作対象の部品の振る舞いおよび新たな操作部品の生成を制御する部品制御手段と、
前記解析手段で得られた解析結果に基づいて、前記提示すべき操作画面に関する変化の内容に対応する適切な表示情報を前記情報処理装置に要求し、この要求に応じて前記情報処理装置から得られた表示情報を前記端末装置の表示画面における操作画面の表示に反映させる連携手段とを備え、
前記情報処理装置とは独立して前記端末装置に配置された
ことを特徴とする画面操作制御装置
Operation detecting means for detecting an operation performed by the user on the operation screen displayed on the display screen of the terminal device in order to realize exchange of information between the user and the information processing device;
Analyzing the operation detected by the operation detection means, and analyzing means for specifying the content of the change related to the operation screen to be presented according to the operation on the operation screen;
Based on the analysis result obtained by the analysis means, the component control means for controlling the behavior of the operation target part included in the operation screen and the generation of a new operation part;
Based on the analysis result obtained by the analyzing means, the information processing device is requested for appropriate display information corresponding to the content of the change relating to the operation screen to be presented, and obtained from the information processing device in response to the request. And a link means for reflecting the displayed display information on the display of the operation screen on the display screen of the terminal device,
A screen operation control device arranged in the terminal device independently of the information processing device
請求項1に記載の画面操作制御装置において、
前記連携手段は、前記複数の情報処理装置に対応して設けられ、前記解析手段で得られた解析結果に基づいて、対応する情報処理装置で作成されるべき表示情報に関する要求を選択的に前記情報処理装置に中継し、前記対応する情報処理装置からの応答を受け取る中継手段を備えた
ことを特徴とする画面操作制御装置。
The screen operation control device according to claim 1,
The cooperation unit is provided corresponding to the plurality of information processing devices, and selectively requests for display information to be created by the corresponding information processing device based on the analysis result obtained by the analysis unit. A screen operation control device comprising relay means for relaying to an information processing device and receiving a response from the corresponding information processing device.
請求項2に記載の画面操作制御装置において、
前記各情報処理装置対応の中継手段は、
前記解析手段で得られた解析結果に対応する要求とこの要求に対する応答の授受を対応する情報処理装置内での固有の処理を考慮して媒介する装置インタフェースを備えた
ことを特徴とする画面操作制御装置。
The screen operation control device according to claim 2,
The relay means corresponding to each information processing apparatus,
A screen operation characterized by comprising a device interface that mediates a request corresponding to the analysis result obtained by the analysis means and exchange of a response to the request in consideration of unique processing in the corresponding information processing device Control device.
少なくとも一つの情報処理装置が利用者との情報の授受を実現するために端末装置の表示画面上にそれぞれ提供する操作画面を、画面操作制御装置を介して端末装置の表示画面に表示させる情報処理システムにおいて、
前記画面操作制御装置は、
前記操作画面において、利用者によってなされた操作を検出する操作検出手段と、
前記操作検出手段によって検出された操作を解析し、前記操作画面上での操作に応じて提示すべき操作画面に関する変化の内容を特定する解析手段と、
前記解析手段で得られた解析結果に基づいて、前記操作画面に含まれる操作対象の部品の振る舞いおよび新たな操作部品の生成を制御する部品制御手段と、
前記解析手段で得られた解析結果に基づいて、前記提示すべき操作画面に関する変化の内容に対応する適切な表示情報を前記情報処理装置に要求し、この要求に応じて前記情報処理装置から得られた表示情報を前記端末装置の表示画面における操作画面の表示に反映させる連携手段とを備え、
前記連携手段は、前記少なくとも一つの情報処理装置に対応して設けられ、前記解析手段で得られた解析結果に基づいて、対応する情報処理装置で作成されるべき表示情報に関する要求を選択的に前記情報処理装置に中継し、前記対応する情報処理装置からの応答を受け取る中継手段を備え、
前記各情報処理装置対応の中継手段は、前記対応する情報処理装置に結合して配置され、前記解析手段で得られた解析結果に対応する要求とこの要求に対する応答の授受を対応する情報処理装置内での固有の処理を考慮して媒介する装置インタフェースを備えた
ことを特徴とする情報処理システム。
Information processing for displaying on the display screen of the terminal device via the screen operation control device an operation screen provided on the display screen of the terminal device in order for at least one information processing device to exchange information with the user In the system,
The screen operation control device includes:
Operation detecting means for detecting an operation performed by the user on the operation screen;
Analyzing the operation detected by the operation detection means, and analyzing means for specifying the content of the change related to the operation screen to be presented according to the operation on the operation screen;
Based on the analysis result obtained by the analysis means, the component control means for controlling the behavior of the operation target part included in the operation screen and the generation of a new operation part;
Based on the analysis result obtained by the analyzing means, the information processing device is requested for appropriate display information corresponding to the content of the change relating to the operation screen to be presented, and obtained from the information processing device in response to the request. And a link means for reflecting the displayed display information on the display of the operation screen on the display screen of the terminal device,
The linkage means is provided corresponding to the at least one information processing apparatus, and selectively requests for display information to be created by the corresponding information processing apparatus based on the analysis result obtained by the analysis means. Relaying to the information processing apparatus, comprising a relay means for receiving a response from the corresponding information processing apparatus;
The information processing apparatus corresponding to each information processing apparatus is arranged to be coupled to the corresponding information processing apparatus, and corresponds to a request corresponding to the analysis result obtained by the analysis means and a response to the request. An information processing system characterized by having a device interface that mediates the processing inherent in the system.
JP2006268894A 2006-09-29 2006-09-29 Screen operation control device and information processing system Expired - Fee Related JP4894441B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006268894A JP4894441B2 (en) 2006-09-29 2006-09-29 Screen operation control device and information processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006268894A JP4894441B2 (en) 2006-09-29 2006-09-29 Screen operation control device and information processing system

Publications (2)

Publication Number Publication Date
JP2008090486A true JP2008090486A (en) 2008-04-17
JP4894441B2 JP4894441B2 (en) 2012-03-14

Family

ID=39374584

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006268894A Expired - Fee Related JP4894441B2 (en) 2006-09-29 2006-09-29 Screen operation control device and information processing system

Country Status (1)

Country Link
JP (1) JP4894441B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010224748A (en) * 2009-03-23 2010-10-07 Digital Sensation Co Ltd Information processor, image processing method, and program

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000201387A (en) * 1998-07-09 2000-07-18 Matsushita Electric Ind Co Ltd Network control unit, control terminal and network terminal
JP2005092522A (en) * 2003-09-17 2005-04-07 Nomura Research Institute Ltd System for transition of screen state, interface system, program for transition of screen state, program for interface system, method for transition of screen state, and interface method

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000201387A (en) * 1998-07-09 2000-07-18 Matsushita Electric Ind Co Ltd Network control unit, control terminal and network terminal
JP2005092522A (en) * 2003-09-17 2005-04-07 Nomura Research Institute Ltd System for transition of screen state, interface system, program for transition of screen state, program for interface system, method for transition of screen state, and interface method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010224748A (en) * 2009-03-23 2010-10-07 Digital Sensation Co Ltd Information processor, image processing method, and program

Also Published As

Publication number Publication date
JP4894441B2 (en) 2012-03-14

Similar Documents

Publication Publication Date Title
JP5768419B2 (en) Edit control system, image processing apparatus, edit control program, and recording medium
JP4251645B2 (en) Information processing method and apparatus
WO2009116163A1 (en) Application development support device, program and recording medium
JP2003177880A (en) Printing job managing device and printing job operating method
JP2011164854A (en) Print setting management device, application device, print setting management method, print control method, and program
CN105630283B (en) Information processing equipment and method for information processing equipment
CN102202146B (en) Display screen control device, display screen control method
JP2008131388A (en) Image forming apparatus, and display control method and program
JP5006823B2 (en) Screen information generation device, terminal control device, screen information generation method, screen information generation program, terminal control method, and terminal control program
JP5140553B2 (en) Information processing apparatus and image forming system including the same
JP6271916B2 (en) Information processing apparatus, control method therefor, and program
US20080244581A1 (en) Application collaboration system, collaboration method and collaboration program
JP4894441B2 (en) Screen operation control device and information processing system
JP6304433B2 (en) Information processing apparatus, server, processing method thereof, and program
JP6403429B2 (en) Image forming apparatus, control method thereof, and program
JP2009169793A (en) Service management method, system, and program
JP2009110050A (en) Information processor, information processing system, display control method, display control program, and recording medium
US10796108B2 (en) Integrated machine information management with application interactive user interface
JP2004288055A (en) Service processing system, service processing method and service processing program
JP6729166B2 (en) Information processing device and program
JP5140552B2 (en) Information processing apparatus and image forming system including the same
JP2006163993A (en) Data processing system, data processor, data processing method, storage medium storing computer readable program, and program
JP2011253423A (en) Operation support system
JP2017182572A (en) Data processing device, information processing device, data processing method of data processing device, data processing method of information processing device, and program
JP6697168B2 (en) Information processing apparatus, processing method thereof, and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20090611

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20110421

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110517

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110707

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20111129

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20111212

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20150106

Year of fee payment: 3

LAPS Cancellation because of no payment of annual fees