JP2007233802A - Screen controller and screen control method for event-driven application, and program therefor - Google Patents

Screen controller and screen control method for event-driven application, and program therefor Download PDF

Info

Publication number
JP2007233802A
JP2007233802A JP2006055967A JP2006055967A JP2007233802A JP 2007233802 A JP2007233802 A JP 2007233802A JP 2006055967 A JP2006055967 A JP 2006055967A JP 2006055967 A JP2006055967 A JP 2006055967A JP 2007233802 A JP2007233802 A JP 2007233802A
Authority
JP
Japan
Prior art keywords
screen
event
screens
superimposed
definition information
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
JP2006055967A
Other languages
Japanese (ja)
Other versions
JP4758253B2 (en
Inventor
Yoshitaka Minagawa
義孝 皆川
Riyouko Akutsu
亮子 阿久津
Ryoichi Aoki
良一 青木
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
Fujitsu Frontech Ltd
Original Assignee
Fujitsu Ltd
Fujitsu Frontech 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, Fujitsu Frontech Ltd filed Critical Fujitsu Ltd
Priority to JP2006055967A priority Critical patent/JP4758253B2/en
Publication of JP2007233802A publication Critical patent/JP2007233802A/en
Application granted granted Critical
Publication of JP4758253B2 publication Critical patent/JP4758253B2/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 optimize a screen resource, and to reduce development cost and maintenance cost, in screen control in an event-driven application. <P>SOLUTION: Screen configuration definition information showing that a plurality of screens are superimposed to configure one screen is previously registered in a screen configuration definition information storage part 14. A screen control part 10 superimposes the plurality of previously registered screens according to the screen configuration definition information in response to screen generation requirement from the application 2 to generate the one screen. An event registration part 12 registers an event in each screen in response to event registration requirement when the screen of a registration target is the screen obtained by superimposing the plurality of screens. An event notification part 13 changes occurrence source information of the event into an original screen name designated by the application 2 and notifies the application 2 when the registered event occurs in one of the plurality of superimposed screens. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は,イベントドリブン型アプリケーションの画面制御装置に関し,特に,Java(登録商標)アプリケーション等のイベントドリブン型アプリケーションの画面制御において,画面定義が冗長に増えないようにするとともに,利用するアプリケーションに影響を与えないようにし,かつ性能の劣化を防ぐことを可能にした画面制御技術に関するものである。   The present invention relates to a screen control apparatus for event-driven applications, and in particular, in screen control of event-driven applications such as Java (registered trademark) applications, the screen definition does not increase redundantly and affects the application to be used. The present invention relates to a screen control technology that prevents the deterioration of performance and prevents deterioration of performance.

コンピュータを用いて業務を遂行するためのアプリケーションプログラム(以下,単に「アプリケーション」という)では,通常,多くの画面を用いてユーザへの情報の提示およびユーザからのデータの入力等を行う。このようなアプリケーションが用いる画面は,一般に画面全体のすべてにわたって異なる内容を持つものよりも,画面中の基本的な部分は共通で,一部分だけが異なるというものが多い。このような場合でも,従来,プログラム開発者は一つ一つの画面について別々に作成することを行っていた。   In an application program (hereinafter simply referred to as an “application”) for performing business using a computer, information is presented to the user, data is input from the user, and the like by using many screens. The screens used by such applications generally have a common basic part in the screen and differ only in part, rather than having different contents throughout the entire screen. Even in such a case, the program developer has conventionally created each screen separately.

以下,図14〜図17に従って,従来の画面作成および画面制御の例について説明する。例えば図14に示すように,既存の画面A0および画面B0があり,それぞれに項目c,項目dを追加して,新しい画面A1および画面B1を作成するものとする。   Hereinafter, examples of conventional screen creation and screen control will be described with reference to FIGS. For example, as shown in FIG. 14, there are existing screens A0 and B0, and items c and d are added to create screens A1 and B1, respectively.

このような画面の作成を,アプリケーションが行う場合には,例えば図15に示すように,既存の画面全体の資産(画面定義情報)を利用し,アプリケーションにおける画面作成プログラムを変更することにより画面A0,B0にそれぞれ項目cと項目dを加え,新しい画面A1,画面B1を作成することを行っていた。しかし,この方法は,プログラム開発者が構築される画面の資産を十分に理解する必要があるだけでなく,画面作成処理のプログラムをコーディングする必要があり,プログラム開発者の負担が大きいという問題があった。   When the application creates such a screen, for example, as shown in FIG. 15, the screen A0 is obtained by changing the screen creation program in the application using the assets (screen definition information) of the entire existing screen. , B0, item c and item d are respectively added to create a new screen A1 and screen B1. However, this method not only requires the program developer to fully understand the assets of the screen to be constructed, but also requires the coding of the screen creation processing program, resulting in a heavy burden on the program developer. there were.

近年,このような画面制御のプログラム開発負担を軽減するため,例えばVisual Basic(登録商標)やJava(登録商標)などに代表されるようなGUI(Graphical User Interface)ツールが画面の作成に用いられるようになってきた。   In recent years, GUI (Graphical User Interface) tools such as Visual Basic (registered trademark) and Java (registered trademark) are used to create screens in order to reduce the burden of program development for screen control. It has become like this.

図16は,GUIツールを用いた画面作成の例を示す。GUIツールを用いて画面を作成する場合,あらかじめ用意された画面要素の部品を,画面のフォームに貼り付けることにより,目的とする画面を作成することができ,これに伴ってボタン等の画面に関する各種リソースも自動生成することができるので,図15のようにプログラムを書いて画面を作成する場合に比べて,画面は簡易に作成することができるようになった。しかし,一方で,画面の定義情報は画面単位で作成されるため,通常,一枚ずつの画面のパターン毎に画面定義を作成することとなり,その全画面の資産は従来のプログラミングによる画面作成よりも増加してしまう。   FIG. 16 shows an example of screen creation using a GUI tool. When creating a screen using a GUI tool, the screen can be created by pasting the screen element parts prepared in advance to the screen form. Since various resources can be automatically generated, the screen can be created more easily than when the screen is created by writing a program as shown in FIG. However, on the other hand, since the screen definition information is created on a screen basis, it is usually necessary to create a screen definition for each screen pattern. Will also increase.

図17は,GUIツールによって作成された画面B1についてのイベント登録およびイベント通知処理の説明図である。以下では,イベントドリブン型アプリケーションを実装する環境として,Javaを用いた例に従って説明する。Java言語の場合,図16のようなGUIツールによって作成された画面定義は,画面を構成する際に必要となるサイズ,属性等の情報を記述したものであり,ファイルの拡張子が「.java」であるソースプログラムの形式で保持される。このGUI操作で作成された画面定義は,「パネル」と呼ばる。   FIG. 17 is an explanatory diagram of event registration and event notification processing for the screen B1 created by the GUI tool. Below, it demonstrates according to the example which used Java as an environment which mounts an event driven type application. In the case of the Java language, the screen definition created by the GUI tool as shown in FIG. 16 describes information such as the size and attributes necessary for configuring the screen, and the file extension is “.java”. In the form of a source program. The screen definition created by this GUI operation is called a “panel”.

アプリケーション2が,画面B1を表示し,画面B1へのユーザの入力に従ってデータを処理する場合,例えば図17に示すような処理を行う。まず,画面制御部100に対して画面B1生成処理の依頼を行う。画面制御部100では,画面B1の定義情報を読み込み,画面入出力制御部3に対し画面B1の生成を通知する。画面入出力制御部3は,Javaの制御プログラムである。   When the application 2 displays the screen B1 and processes data according to the user input to the screen B1, for example, the processing shown in FIG. 17 is performed. First, the screen control unit 100 is requested to perform screen B1 generation processing. The screen control unit 100 reads the definition information of the screen B1 and notifies the screen input / output control unit 3 of the generation of the screen B1. The screen input / output control unit 3 is a Java control program.

次に,アプリケーション2からのイベント登録処理の依頼により,画面制御部100は,画面B1のイベント登録を行う。イベント登録とは,画面上で発生するイベント(ユーザ操作等)と,その処理を行うアプリケーション処理部との紐付けを行うための処理を意味する。この処理を行うことにより,画面上にて発生したイベントを,アプリケーション2側で処理することが可能となる。イベントとは,ユーザが画面上のボタンをクリックしたとか,データ項目の入力域にユーザがデータを書き込んだというような事象をいう。   Next, in response to an event registration process request from the application 2, the screen control unit 100 registers an event for the screen B1. Event registration means processing for associating an event (such as a user operation) that occurs on the screen with an application processing unit that performs the processing. By performing this process, an event occurring on the screen can be processed on the application 2 side. An event is an event such as a user clicking a button on the screen or a user writing data in an input area of a data item.

次に,アプリケーション2は,画面制御部100に対し画面B1の表示依頼を行い,これにより画面入出力制御部3への画面B1の表示依頼が行われる。この画面B1において,ユーザの操作によりイベントが発生すると,イベント登録に応じたイベント振り分け処理が行われ,イベント登録の際に登録されたアプリケーション2のイベントハンドラ21にイベント発生が通知される。イベントハンドラ21は,発生したイベントの項目に応じた処理を実行する。   Next, the application 2 requests the screen control unit 100 to display the screen B 1, and thereby requests the screen input / output control unit 3 to display the screen B 1. In this screen B1, when an event is generated by a user operation, an event distribution process corresponding to the event registration is performed, and the event occurrence is notified to the event handler 21 of the application 2 registered at the time of event registration. The event handler 21 executes processing corresponding to the item of the event that has occurred.

表示画面上にデータ入力されるデータ項目対応の領域を設ける情報処理装置において,各データ項目の属性,データ入力順序,各画面ごとのデータ入力可能なデータ項目など,項目定義情報の変更による画面処理プログラムの修正をなくすことを目的とした技術として,例えば特許文献1に記載されている技術がある。この特許文献1に記載された技術では,画面項目定義として複数の画面に共通するデータ項目を定義し,画面処理プログラムは,その画面項目定義を参照してデータ入力の有無や項目値の属性等のチェックを行うようにしている。この技術は,データ項目の部品化を可能としているが,表示画面自体の一部分の部品化,共通化を図った技術ではなく,画面を重ね合わせることなどは考慮されていない。
特開平10−207699号公報
Screen processing by changing item definition information such as attributes of each data item, data entry order, and data items that can be entered for each screen, in an information processing device that provides an area corresponding to data items to be entered on the display screen As a technique aiming at eliminating the correction of the program, there is a technique described in Patent Document 1, for example. In the technique described in Patent Document 1, a data item common to a plurality of screens is defined as a screen item definition, and the screen processing program refers to the screen item definition to indicate whether or not data is input, item value attributes, and the like. To check. Although this technology allows data items to be componentized, it is not a technology that attempts to make a part of the display screen itself a part, and does not consider overlapping the screens.
JP-A-10-207699

本発明は,共通部分が存在する複数の画面の定義情報を画面単位で作成した場合に,画面定義情報の画面資産が冗長に増えてしまうという問題を解決し,画面資産の最適化を実現すること,また,既存の画面資産を利用するアプリケーションに処理の負担が増えることがないようにすること,また,イベントドリブンに関してアプリケーションに性能の劣化が生じないようにすることを目的とする。   The present invention solves the problem of redundantly increasing screen assets of screen definition information when creating definition information for multiple screens with common parts in units of screens, and realizes optimization of screen assets. In addition, it is intended to prevent an increase in processing load on an application that uses existing screen assets, and to prevent performance degradation of the application with respect to event-driven.

すなわち,本発明は,画面を利用して入出力を行う画面制御を用いるアプリケーションを,実際のデータ処理を行うアプリケーション部分と画面制御部とに分離し,画面からのイベント通知によりアプリケーションを動作させる制御方式において,画面資産の最適化を図り,かつ開発コストおよびメンテナンスコストの低減化を実現することを課題とする。   That is, the present invention separates an application using screen control that performs input / output using a screen into an application part that performs actual data processing and a screen control unit, and controls the application to operate by event notification from the screen. In this method, the objective is to optimize screen assets and reduce development costs and maintenance costs.

本発明は,上記課題を解決するため,画面を出力し,画面上で発生したイベントに対するデータ処理を行うイベントドリブン型アプリケーションから要求された画面制御を行う画面制御装置であって,複数の画面を重ね合わせ,一つの画面を構成することを示す画面構成定義情報を記憶する画面構成定義情報記憶手段と,イベントドリブン型アプリケーションからの画面生成要求に対し,画面構成定義情報記憶手段を参照し,あらかじめ登録された複数の画面を重ね合わせることにより一つの画面を生成する画面生成手段と,イベントドリブン型アプリケーションからの画面へのイベント登録要求に対し,画面構成定義情報記憶手段を参照することにより,登録対象の画面が複数の画面を重ね合わせた画面であるかどうかを判別し,複数の画面を重ね合わせたものである場合には,その複数の画面のそれぞれに属する要求されたイベントを登録するイベント登録手段と,イベント登録手段によって登録したイベントが,重ね合わせた複数の画面の一つで発生した場合に,イベントの発生元情報を重ね合わせた複数の画面によって構成される一つの画面に変更してイベントドリブン型アプリケーションに通知するイベント通知手段とを備えることを第1の特徴とする。   In order to solve the above-described problems, the present invention is a screen control apparatus that performs screen control requested by an event-driven application that outputs a screen and performs data processing on an event that has occurred on the screen. The screen configuration definition information storage means for storing the screen configuration definition information indicating that one screen is overlapped, and the screen configuration definition information storage means for the screen generation request from the event-driven application, Registration by referring to the screen configuration definition information storage means for screen generation means that generates a single screen by superimposing multiple registered screens, and event registration requests to screens from event-driven applications It is determined whether the target screen is a screen in which multiple screens are overlapped. Is an event registration means for registering the requested event belonging to each of the plurality of screens, and the event registered by the event registration means is one of the superimposed screens. A first feature is that it comprises event notification means for notifying an event-driven application by changing to a single screen composed of a plurality of screens on which event generation source information is superimposed.

これにより,イベントドリブン型アプリケーションが扱う画面を,複数の画面を組み合わせた一つの物理画面とすることができ,アプリケーションは,複数の画面を意識しないで1つの画面としてデータ処理を実行することができるようになる。一つの物理画面を複数の画面を結合して構成することができることから,画面上の一部の領域だけが異なる画面が多数存在した場合に,同一の領域部分を別画面として定義し,多数の画面でその別画面として定義された部分を共通に利用することができるようになり,全体として画面の資産を少なくすることができる。また,アプリケーションは,一つの物理画面だけに着目してイベントに対する処理を行えばよいので,処理負担が増えることはない。   As a result, the screen handled by the event-driven application can be a single physical screen combining multiple screens, and the application can execute data processing as a single screen without being conscious of the multiple screens. It becomes like this. Since a single physical screen can be configured by combining multiple screens, when there are many screens that differ only in some areas on the screen, the same area is defined as a separate screen, The part defined as another screen in the screen can be used in common, and the screen assets as a whole can be reduced. In addition, since the application only needs to perform processing for an event while paying attention to only one physical screen, the processing load does not increase.

また,上記本発明において,画面構成定義情報記憶手段が記憶する画面構成定義情報が,少なくともイベントドリブン型アプリケーションが指定する画面名と,画面を重ね合わせるときの台紙となるベース画面の画面名と,ベース画面に重ね合わせる1または複数の画面のそれぞれの重ね合わせ画面名と,ベース画面に重ね合わせる1または複数の画面のそれぞれのベース画面上における重ね合わせの位置を示す情報とを含むようにすることを第2の特徴とする。   In the present invention, the screen configuration definition information stored in the screen configuration definition information storage means includes at least a screen name specified by the event-driven application, a screen name of a base screen that becomes a mount when the screens are superimposed, The name of each of the one or more screens to be superimposed on the base screen and the information indicating the position of the overlay on the base screen of each of the one or more screens to be superimposed on the base screen are included. Is the second feature.

このように構成すれば,基本となるベース画面とそれに重ね合わせる画面の管理を容易に行うことができるようになる。   With this configuration, it becomes possible to easily manage the basic base screen and the screen superimposed on it.

さらに,上記本発明において,画面生成手段は,ベース画面に重ね合わせる1または複数の画面のそれぞれの背景色を透明に設定することを第3の特徴とする。   Further, in the present invention, the screen generation means has a third feature that the background color of each of the one or more screens to be superimposed on the base screen is set to be transparent.

このように構成すれば,ベース画面の一部分が重ね合わせ画面の背景色によって部分的に塗りつぶされることを防ぐことができ,画面デザイン上の不整合が生じないようにすることができる。   With this configuration, it is possible to prevent a part of the base screen from being partially filled with the background color of the superimposed screen, and to prevent inconsistencies in the screen design.

本発明によれば,複数の画面において,同一の領域を共通化した別画面として扱うことにより,画面の定義数が冗長に増えることがないので,画面定義を含めたアプリケーションの開発コスト,資産管理コストの削減が可能になる。また,画面における共通部分を別定義にすることにより,メンテナンス性が向上する。さらに,本発明は,ベースとなる画面とそれに重ね合わせる共通部分の画面とを別画面としても,イベント通知においては,アプリケーションに複数の画面を意識させないで,一つの画面に見せる仕組みを設けたので,アプリケーションの処理の負担が最初から一つの画面の場合と比較して増加することがなく,性能の劣化も発生しないという効果がある。   According to the present invention, the number of screen definitions does not increase redundantly by treating the same area as a separate screen in a plurality of screens. Cost can be reduced. Also, maintainability is improved by defining different common parts on the screen. Furthermore, in the present invention, even if the base screen and the common portion screen overlapped with each other are separate screens, the event notification has a mechanism that allows an application to display a single screen without making multiple screens conscious. As a result, the processing load of the application does not increase compared to the case of a single screen from the beginning, and the performance is not deteriorated.

以下,本発明の実施の形態を図面を用いながら詳細に説明する。図1は,本発明の構成例を示すブロック図である。図中,1はCPUおよびメモリ等からなるデータ処理装置,2は画面を通して入出力を行い,データを処理するアプリケーション(プログラム),10は本発明に係る画面制御を行う画面制御部,11は画面構成定義に従って画面を生成する画面生成部,12は生成された画面に対しイベントを登録するイベント登録部,13は画面上のユーザ操作によってイベントが発生したときにアプリケーション2にイベントを通知するイベント通知部,14は画面構成定義情報を記憶する画面構成定義情報記憶部,3は画面の表示制御および画面上でのイベントの発生を検出する画面入出力制御部,4は画面を表示する表示装置,5はキーボードやマウス等の入力装置である。   Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings. FIG. 1 is a block diagram showing a configuration example of the present invention. In the figure, 1 is a data processing device comprising a CPU and a memory, 2 is an application (program) for performing input / output through the screen and processing data, 10 is a screen control unit for performing screen control according to the present invention, and 11 is a screen. A screen generation unit that generates a screen according to the configuration definition, 12 is an event registration unit that registers an event for the generated screen, and 13 is an event notification that notifies the application 2 of an event when an event is generated by a user operation on the screen. , 14 is a screen configuration definition information storage unit for storing screen configuration definition information, 3 is a screen display control and screen input / output control unit for detecting the occurrence of an event on the screen, and 4 is a display device for displaying the screen, Reference numeral 5 denotes an input device such as a keyboard or a mouse.

アプリケーション2および画面制御部10が,例えばJava言語で記述される場合,画面入出力制御部3は,それらを実行制御する機能を持つJavaの制御プログラムの一部であり,既存のものである。   When the application 2 and the screen control unit 10 are described in, for example, the Java language, the screen input / output control unit 3 is a part of a Java control program having a function of executing and controlling them, and is an existing one.

図2は,本発明の概要を説明するための図である。例えば,アプリケーション2が,図2(A)に示す××検索画面と,図2(B)に示す△△検索画面の二つの画面を用いるとする。これらの画面は似た内容であり,特に画面下部の条件結果出力の領域は同一である。従来の技術では,GUIエディタ等を用いて,××検索画面と△△検索画面のそれぞれについて,個別に画面定義およびイベントに対する処理ロジックを記載していた。なお,昨今のGUIエディタでは,GUI部品をフォームに貼り付ければ,その部品に対する制御の記載も完了するものがあり,ここでの画面定義は一般の定義だけでなく,画面に特化した部品ロジックも含んだ情報を意味する。   FIG. 2 is a diagram for explaining the outline of the present invention. For example, it is assumed that the application 2 uses two screens, that is, an xx search screen shown in FIG. 2A and a ΔΔ search screen shown in FIG. These screens have similar contents, and in particular, the condition result output area at the bottom of the screen is the same. In the prior art, the screen definition and event processing logic are individually described for each of the xx search screen and the △ Δ search screen using a GUI editor or the like. In addition, in recent GUI editors, if a GUI part is pasted on a form, the description of the control for that part may be completed. The screen definition here is not only a general definition but also a part logic specialized for a screen. Means information including

このような従来の方法では,画面ごとに個別に設計が行われ,条件結果出力の領域のようにまったく同様であったとしても,共通化は図られていなかった。結果として画面資産が冗長となり,メンテナビリティも低下する結果となっていた。   In such a conventional method, each screen is individually designed, and even if it is exactly the same as in the condition result output area, it has not been shared. As a result, screen assets become redundant and maintainability is reduced.

これに対し,本発明では,以下に詳しく説明するように,(1)共通部分の別画面化,(2)別画面を重ね合わせて一つの画面を生成,(3)イベント通知の統一化,によって,従来技術の問題点を解決する。   On the other hand, in the present invention, as will be described in detail below, (1) a separate screen of the common part, (2) a single screen is generated by superimposing the different screens, (3) a unified event notification, This solves the problems of the prior art.

(1)共通部分の別画面化
本発明による共通部分の別画面化について説明する。本発明では,例えば図2(C)に示すように,××検索画面と△△検索画面において,画面上まったく同一の領域(条件結果出力部分)を,共通化した別画面として定義する。この例では,条件結果画面として定義している。これにより,××検索画面と△△検索画面における定義数は減少することになる。
(1) Making the common part a different screen The common part making a different screen according to the invention will be described. In the present invention, for example, as shown in FIG. 2C, in the XX search screen and the ΔΔ search screen, the same area (condition result output portion) on the screen is defined as a common separate screen. In this example, it is defined as a condition result screen. As a result, the number of definitions in the XX search screen and the ΔΔ search screen decreases.

なお,共通化した画面は,背景色を透明にし,表示のときには結合して重ね合わせるようにする。これにより共通化した画面は,ベースとなる業務固有の画面のレイアウトや背景色に依存しなくなる。共通画面である条件結果画面の背景色が透明であれば,例えば図2(D)に示す□□検索画面のように,ベースとなる画面にメニューバー等が存在するようなケースでも,重なった部分が共通画面によって塗りつぶされてしまうようなことはない。また,重ね合わせる条件結果画面の位置を事前に設定可能になっているので,これによっても,重ね合わせによるベース画面上の情報の欠落を防ぐことができる。   Note that the common screens have a transparent background color and are combined and overlapped when displayed. As a result, the common screen does not depend on the screen layout and background color specific to the base business. If the background color of the condition result screen, which is a common screen, is transparent, it overlaps even in the case where a menu bar or the like exists on the base screen, such as the □□ search screen shown in Fig. 2 (D). The part is not filled with the common screen. In addition, since the position of the condition result screen to be superimposed can be set in advance, it is possible to prevent the lack of information on the base screen due to the overlay.

(2)別画面を重ね合わせて一つの画面を生成
アプリケーションの実行時に画面を生成し表示する際には,ベースとなる××検索画面や△△検索画面に,条件結果画面の共通画面の定義を重ね合わせ,一つの業務画面を構成する。このため,重ね合わせの定義情報を管理する画面構成定義情報を用意しておく。
(2) Generating a single screen by overlaying different screens When creating and displaying a screen when an application is executed, a common screen for the condition result screen is defined in the base XX search screen or △△ search screen. Are combined to form one business screen. For this reason, screen configuration definition information for managing superposition definition information is prepared.

図3は,画面構成定義情報テーブルの例を示す。この画面構成定義情報テーブルは,図1の画面構成定義情報記憶部14に画面構成定義情報ファイル140として記憶される。画面構成定義情報ファイル140のファイル名は,あらかじめ固定的に定めたファイル名としてもよく,また,アプリケーション2の環境設定情報として事前に登録されたファイル名などであってもよい。   FIG. 3 shows an example of the screen configuration definition information table. This screen configuration definition information table is stored as a screen configuration definition information file 140 in the screen configuration definition information storage unit 14 of FIG. The file name of the screen configuration definition information file 140 may be a file name fixed in advance, or may be a file name registered in advance as environment setting information of the application 2.

この画面構成定義情報テーブルにおける業務画面名は,複数の画面を重ね合わせることにより構成される画面の論理名である。ベース業務画面名は,重ね合わせの台紙(ベース)となる業務画面名である。重ね合わせ画面名は,ベース業務画面上に重ねる業務画面名である。この重ね合わせ画面名は,一つの業務画面名に対して複数の業務画面を定義することができる。図3の例では,☆☆検索結果画面に対して,条件結果画面と結果補足画面の二つの重ね合わせ画面名が定義されている。なお,各画面のサイズ,属性等は,画面定義情報として別に記憶されている。個別の画面定義情報については従来技術と同様であるので,ここでの詳しい説明は省略する。   The business screen name in this screen configuration definition information table is a logical name of a screen configured by overlapping a plurality of screens. The base business screen name is the business screen name that becomes the overlay mount (base). The superimposed screen name is a business screen name that is superimposed on the base business screen. With this superimposed screen name, a plurality of business screens can be defined for one business screen name. In the example of FIG. 3, for the ☆☆ search result screen, two superimposed screen names are defined: a condition result screen and a result supplement screen. Note that the size and attributes of each screen are stored separately as screen definition information. Since the individual screen definition information is the same as that of the prior art, a detailed description thereof is omitted here.

画面構成定義情報テーブル中の開始位置および終了位置は,重ね合わせ画面名をベース業務画面上に重ねるときのベース業務画面の表示位置からの重ね合わせの相対位置を示し,ピクセルの座標位置で指定される。開始位置が重ね合わせる画面領域の左上のピクセル位置を示すのに対し,終了位置は重ね合わせる画面領域の右下のピクセル位置を示す。   The start position and end position in the screen configuration definition information table indicate the relative position of the overlay from the display position of the base task screen when the overlay screen name is superimposed on the base task screen, and are specified by the pixel coordinate position. The The start position indicates the upper left pixel position of the screen area to be overlapped, while the end position indicates the lower right pixel position of the screen area to be overlapped.

図4に,画面構成定義情報に基づく画面構成の例を示す。例えば,図3の画面構成定義情報テーブルによって定義された××検索結果画面は,条件結果画面の重ね合わせ画面が結合されて,図4(A)に示すように構成される。なお,△△検索結果画面も同様に定義され,類似画面の共通化が図られている。   FIG. 4 shows an example of the screen configuration based on the screen configuration definition information. For example, the XX search result screen defined by the screen configuration definition information table of FIG. 3 is configured as shown in FIG. Note that the search result screen is also defined in the same manner, and similar screens are shared.

同様に,□□検索結果画面は,条件結果画面の重ね合わせ画面が結合されて,図4(B)に示すように構成される。□□検索結果画面のベースとなる□□検索画面では,左端にメニュー領域が設けられているため,重ね合わせの開始位置が異なる位置に定義されている。   Similarly, the □□ search result screen is configured as shown in FIG. 4B by combining the superimposed result result screens. □□ The search result screen, which is the base of the □□ search screen, has a menu area at the left end, so the overlay start position is defined at a different position.

☆☆検索結果画面は,条件結果画面と結果補足画面の二つの画面が重ね合わされて,図4(C)に示すように構成される。このように複数の重ね合わせ画面を貼り付けることにより,共通化を図ることも可能である。   The search result screen is configured as shown in FIG. 4C by superimposing two screens, a condition result screen and a result supplement screen. By pasting a plurality of overlapping screens in this way, it is also possible to make common.

画面構成定義情報テーブルにおける業務画面名または重ね合わせ画面名に,重ね合わせ済みの画面を指定することもできる。これにより,画面資産のさらなる共通化が可能である。図5にその例を示す。図5の例では,ベース業務画面および重ね合わせ画面に,重ね合わせ済み業務画面が指定されており,これによって更なる重ね合わせ済み画面が生成されている。   It is also possible to specify a superimposed screen as the business screen name or the superimposed screen name in the screen configuration definition information table. This makes it possible to further share screen assets. An example is shown in FIG. In the example of FIG. 5, a superimposed business screen is specified for the base business screen and the superimposed screen, and a further superimposed screen is generated.

図6は,他の画面表示例を示している。前述したように,重ね合わせ画面の背景色は透明化されている。したがって,ベース業務画面の重ね合わせ領域に,文字等が記載されているとき,それが図6に示すように部分的に見えることになる。   FIG. 6 shows another screen display example. As described above, the background color of the superimposed screen is made transparent. Therefore, when characters or the like are written in the overlapping area of the base business screen, they are partially visible as shown in FIG.

(3)イベント通知の統一化(アプリケーション制御互換)
前述した画面構成定義情報により,複数の画面定義を組み合わせて一つの画面を構成することにより,物理的に1枚の画面に見せることが可能であるが,そのままでは,アプリケーション2が実装上,複数の画面を制御する必要がある。
(3) Unified event notification (compatible with application control)
By combining a plurality of screen definitions with the above-described screen configuration definition information, a single screen can be physically displayed as one screen. Need to control the screen.

図7に従って,複数の画面を重ね合わせることによって生じるアプリケーション2への影響について説明する。図7(A)の××検索結果画面のように,従来の重ね合わせのない画面構成の場合には,アプリケーション2は,1枚の画面に対して単純に画面生成およびイベント登録の処理を行えばよい。イベント登録は,ユーザによる画面上の項目操作等のイベント条件を,画面入出力制御部3がアプリケーション2等に通知できるようにするための事前の登録処理である。イベント通知は,登録されたイベント条件が発生したときに,それを処理するアプリケーション2等にイベントの発生を知らせる処理である。ここでは,イベント通知に対してアプリケーション2により項目操作が行われている。ここでの項目操作は,アプリケーション2により表示文字等を設定する制御の依頼である。このように,画面定義と表示画面とが1対1に対応している場合には,アプリケーション2は,画面ごとに画面生成およびイベント登録の処理の依頼を行って簡単に処理することができる。   The influence on the application 2 caused by superimposing a plurality of screens will be described with reference to FIG. In the case of a conventional screen configuration without overlapping, such as the xx search result screen in FIG. 7A, the application 2 simply performs screen generation and event registration processing for one screen. Just do it. Event registration is pre-registration processing for enabling the screen input / output control unit 3 to notify the application 2 and the like of event conditions such as item operations on the screen by the user. Event notification is processing for notifying the occurrence of an event to the application 2 or the like that processes the registered event condition when it occurs. Here, the item operation is performed by the application 2 for the event notification. The item operation here is a control request for setting display characters and the like by the application 2. As described above, when the screen definition and the display screen have a one-to-one correspondence, the application 2 can easily perform processing by requesting screen generation and event registration processing for each screen.

しかし,重ね合わせ済み画面を直接アプリケーション2が制御する場合には,次のような問題が発生する。例えば,図7(B)に示すように,××検索結果画面が,××検索画面をベースとして,それに条件結果画面を重ね合わせた画面であったとする。この場合,アプリケーション2は,××検索画面制御,条件結果画面制御のそれぞれを意識して,全体の画面制御に関する処理を行う必要が生じる。具体的には××検索画面に対するイベント登録処理,条件結果画面に対するイベント登録処理等,個別の画面ごとに画面の表示制御およびイベント登録の処理を行うことが必要になる。このように,画面を重ねることにより,アプリケーション2の処理ロジックとして,複数の画面に対するイベント制御や項目制御を実装しなければならなくなるので,アプリケーション2の画面制御が,図7(A)のような1枚だけの画面構成の場合に比べて複雑化し,画面を共通化したことによる処理規模の悪化,性能の劣化が生じることになる。   However, when the application 2 directly controls the superimposed screen, the following problem occurs. For example, as shown in FIG. 7B, it is assumed that the xx search result screen is a screen obtained by superimposing the condition result screen on the xx search screen. In this case, the application 2 needs to perform processing related to the entire screen control in consideration of each of the xx search screen control and the condition result screen control. Specifically, it is necessary to perform screen display control and event registration processing for each individual screen, such as event registration processing for the XX search screen and event registration processing for the condition result screen. In this way, by overlapping the screens, it is necessary to implement event control and item control for a plurality of screens as the processing logic of the application 2. Therefore, the screen control of the application 2 is as shown in FIG. Compared to the case of a single screen configuration, the processing becomes more complicated, and the processing scale and performance deteriorate due to the common screen.

そこで,本発明では,図8に示すように,重ね合わせ済み画面であっても,アプリケーション2には重ね合わせなしの1枚の画面であるかのように見えるための仕組みを,画面制御部10内に設ける。アプリケーション2は,例えば××検索結果画面が,××検索画面に条件結果画面を重ね合わせた画面であったとしても,図7(A)の重ね合わせなしの××検索結果画面の場合と同様に,1枚の××検索結果画面だけを,画面生成,イベント登録または項目操作の際に指定すればよく,これに対して画面制御部10内で,重ね合わせに伴う画面生成,表示およびイベント通知先等の画面制御の互換性を実現する。   Therefore, in the present invention, as shown in FIG. 8, the screen control unit 10 has a mechanism for causing the application 2 to appear as if it is a single screen without overlapping, even if it is a superimposed screen. Provide in. For example, even if the XX search result screen is a screen obtained by superimposing the condition result screen on the XX search screen, the application 2 is the same as the case of the XX search result screen without overlay shown in FIG. In addition, only one XX search result screen needs to be specified at the time of screen generation, event registration, or item operation. On the other hand, in the screen control unit 10, screen generation, display, and events accompanying superposition are performed. Realize screen control compatibility such as notification destination.

例えば,××検索画面には,イベント登録対象の項目として項目aがあり,条件結果画面にはイベント登録対象の項目として項目c,dがあったとしても,アプリケーション2には,項目a,c,dのすべてが1枚の××検索結果画面の項目として扱うことができるようにする。このため,画面制御部10は,アプリケーション2から××検索結果画面に対するイベント登録依頼があると,画面入出力制御部3に対し,××検索画面についての項目aのイベント登録,また,条件結果画面についての項目c,dのイベント登録をそれぞれ行う。   For example, in the xx search screen, there is an item a as an event registration target item, and even if the condition result screen has items c and d as event registration target items, the application 2 includes items a and c. , D can be handled as one item on the xx search result screen. For this reason, when the application 2 requests an event registration for the XX search result screen, the screen control unit 10 registers the event of item a for the XX search screen with respect to the screen input / output control unit 3 and the condition result. Event registration of items c and d for the screen is performed.

図9は,画面制御部10が行うイベント登録処理の例を示している。ここでは,前述した××検索画面がパネルA,条件結果画面がパネルBとして示されている。画面制御部10は,アプリケーション2からのイベント登録処理の依頼があると,重ね合わせるすべてのパネルに対して,図9に示すようにイベント登録を行う。パネルAとパネルBとが重ね合わされることによって1枚の画面として扱われるべきものであるかどうかは,図3で示した画面構成定義情報テーブルによって容易に判別することができる。すなわち,アプリケーション2が,例えば業務画面名として××検索結果画面を指定すれば,画面制御部10は,画面構成定義情報テーブルを参照することにより,その画面が××検索画面のベース業務画面と条件結果画面の重ね合わせ画面とから構成されるものであることを判別して,それぞれに対するイベント登録処理を行う。   FIG. 9 shows an example of event registration processing performed by the screen control unit 10. Here, the above-described xx search screen is shown as panel A, and the condition result screen is shown as panel B. When there is a request for event registration processing from the application 2, the screen control unit 10 performs event registration for all the panels to be superimposed as shown in FIG. Whether the panel A and the panel B should be handled as a single screen by being overlaid can be easily determined from the screen configuration definition information table shown in FIG. In other words, if the application 2 designates, for example, an xx search result screen as the business screen name, the screen control unit 10 refers to the screen configuration definition information table, and the screen becomes the base business screen of the xx search screen. It is determined that the screen is composed of overlapping condition result screens, and event registration processing is performed for each.

図10は,画面制御部10が行うイベント通知処理の例を示している。この例では,アプリケーション2が,業務画面名として「A0」を指定して,それに対するイベント登録依頼を行い,画面制御部10は,この業務画面A0を構成するパネルA,パネルBに対して,それぞれ項目aおよび項目c,dのイベント登録を行っている。   FIG. 10 shows an example of event notification processing performed by the screen control unit 10. In this example, the application 2 designates “A0” as the business screen name and makes an event registration request for the business screen name. The screen control unit 10 applies to the panels A and B constituting the business screen A0. Event registration is performed for item a and items c and d, respectively.

ここで,パネルBの項目cに対してユーザからのデータ入力等があり,イベントが発生したとする。画面入出力制御部3は,そのイベントを検出し,イベント登録元の画面制御部10に対し,パネルBの項目cにイベントが発生したことを割込み等によって通知する。画面制御部10は,イベント発生元のパネルBが,業務画面A0を構成する画面であることから,イベント発生元のパネルBを,「A0」の業務画面名に変更して,アプリケーション2にイベント通知を行う。これによって,アプリケーション2は,パネルA,パネルBを区別することなく,業務画面A0だけを考慮した処理を実行できることになる。   Here, it is assumed that an event occurs when there is data input from the user for the item c on the panel B. The screen input / output control unit 3 detects the event and notifies the event control source screen control unit 10 that an event has occurred in the item c of the panel B by an interrupt or the like. The screen control unit 10 changes the event generation panel B to the business screen name “A0” because the event generation panel B is the screen that constitutes the business screen A0. Make a notification. As a result, the application 2 can execute processing considering only the business screen A0 without distinguishing between the panel A and the panel B.

図11は,画面制御部10における画面生成部11の画面生成処理フローチャートである。アプリケーション2からの業務画面名を指定した画面生成依頼に対し,画面生成部11は,最初に画面構成定義情報ファイルを読み込む(ステップS10)。この画面構成定義情報ファイルを参照することにより,画面の生成を依頼された業務画面名に対して,重ね合わせ画面が定義されているかどうかを判別する(ステップS11)。   FIG. 11 is a screen generation process flowchart of the screen generation unit 11 in the screen control unit 10. In response to the screen generation request specifying the business screen name from the application 2, the screen generation unit 11 first reads the screen configuration definition information file (step S10). By referring to the screen configuration definition information file, it is determined whether or not a superimposed screen is defined for the business screen name requested to generate a screen (step S11).

重ね合わせ画面が定義されていない場合,従来と同様に依頼を受けた画面をそのまま生成する処理を実行し(ステップS12),処理を終了する。   If the superimposed screen is not defined, a process for generating the requested screen as it is as before is executed (step S12), and the process is terminated.

画面構成定義情報ファイルに,重ね合わせ画面が定義されている場合,まず依頼された業務画面名に対応づけられたベース業務画面名を抽出し,その定義情報を読み込むことにより,ベース業務画面を生成する(ステップS13)。その後,画面構成定義情報ファイルに登録された重ね合わせ画面の数だけ,以下のステップS14〜S17を繰り返す。   If an overlay screen is defined in the screen configuration definition information file, the base business screen name associated with the requested business screen name is first extracted and the definition information is read to generate the base business screen. (Step S13). Thereafter, the following steps S14 to S17 are repeated for the number of superimposed screens registered in the screen configuration definition information file.

画面構成定義情報ファイルから,依頼された業務画面名に対応づけられた重ね合わせ画面名を抽出し,その定義情報を読み込むことにより,重ね合わせ画面を生成する(ステップS14)。次に,その重ね合わせ画面の背景色を透明に設定する(ステップS15)。その後,ステップS13で生成したベース業務画面上に,重ね合わせ画面を貼り付ける。(ステップS16)。このとき,重ね合わせ画面を貼り付ける位置は,画面構成定義情報ファイルに登録された重ね合わせ画面の開始位置,終了位置に従う。開始位置および終了位置によって定まる画面サイズが,実際の重ね合わせ画面のサイズより小さい場合,例えば重ね合わせ画面からの左上端を基準にした領域の抽出処理,または重ね合わせ画面の縮小処理を行うことにより,サイズを合わせる。以上の処理を画面構成定義情報ファイルに登録された重ね合わせ画面が終了するまで繰り返し,すべての重ね合わせ画面の重ね合わせが終了したならば処理を終了する(ステップS17)。   The superimposed screen name associated with the requested business screen name is extracted from the screen configuration definition information file, and the definition information is read to generate a superimposed screen (step S14). Next, the background color of the superimposed screen is set to be transparent (step S15). Thereafter, the overlay screen is pasted on the base business screen generated in step S13. (Step S16). At this time, the position where the overlay screen is pasted follows the start position and end position of the overlay screen registered in the screen configuration definition information file. If the screen size determined by the start position and end position is smaller than the actual size of the superimposed screen, for example, by extracting the area based on the upper left corner from the superimposed screen or reducing the superimposed screen , Match the size. The above processing is repeated until the superposition screen registered in the screen configuration definition information file is completed. When superposition of all the superposition screens is completed, the processing is terminated (step S17).

図12は,画面制御部10におけるイベント登録部12のイベント登録処理フローチャートである。アプリケーション2からの業務画面名と項目を指定したイベント登録依頼に対し,イベント登録部12は,まず画面構成定義情報ファイルを読み込む(ステップS20)。この画面構成定義情報ファイルを参照することにより,イベントの登録を依頼された業務画面名に対して,重ね合わせ画面が定義されているかどうかを判別する(ステップS21)。   FIG. 12 is an event registration process flowchart of the event registration unit 12 in the screen control unit 10. In response to an event registration request specifying a business screen name and items from the application 2, the event registration unit 12 first reads a screen configuration definition information file (step S20). By referring to this screen configuration definition information file, it is determined whether or not a superimposed screen is defined for the business screen name requested to register the event (step S21).

重ね合わせ画面が定義されていない場合,従来と同様に依頼を受けた業務画面にそのままイベントを登録する処理を実行し(ステップS22),処理を終了する。   If the superimposed screen is not defined, the process of registering the event as it is on the requested business screen is executed as in the conventional case (step S22), and the process is terminated.

画面構成定義情報ファイルに,重ね合わせ画面が定義されている場合,まず依頼された業務画面名に対応づけられたベース業務画面名を抽出し,そのベース業務画面に対してイベントを登録する処理を実行する(ステップS23)。すなわち,そのベース業務画面に対してイベントを登録することを画面入出力制御部3に通知する。   If an overlay screen is defined in the screen configuration definition information file, first extract the base business screen name associated with the requested business screen name, and register the event for that base business screen. Execute (Step S23). That is, it notifies the screen input / output control unit 3 that an event is registered for the base business screen.

次に,画面構成定義情報ファイルから,依頼された業務画面名に対応づけられた重ね合わせ画面名を抽出し,重ね合わせ画面に対してイベントを登録する処理を実行する(ステップS24)。この処理を画面構成定義情報ファイルに登録された重ね合わせ画面が終了するまで繰り返す(ステップS25)。重ね合わせ画面が終了したならば,ステップS23およびステップS24で登録したイベントの通知先の情報をメモリに記憶し,保持する(ステップS26)。イベント通知先情報を保持しておくのは,画面入出力制御部3からのイベント発生の通知があったときに,発生元のパネルをアプリケーション2から指定された業務画面名に変更するためである。   Next, a superposition screen name associated with the requested business screen name is extracted from the screen configuration definition information file, and an event is registered in the superposition screen (step S24). This process is repeated until the superimposed screen registered in the screen configuration definition information file is completed (step S25). When the superposition screen is completed, the event notification destination information registered in step S23 and step S24 is stored in the memory and held (step S26). The event notification destination information is retained in order to change the source panel to the business screen name specified by the application 2 when an event occurrence notification is received from the screen input / output control unit 3. .

図13は,画面制御部10におけるイベント通知部13のイベント通知処理フローチャートである。画面上でユーザ操作等によりイベントが発生すると,画面入出力制御部3からイベント通知があるので,そのイベント通知を受信する(ステップS30)。イベント通知の発生元情報をもとに,イベント登録時に記憶したイベント通知先情報を参照する(ステップS31)。イベント通知先情報の参照結果から発生元の画面名(パネル名)の変更が必要かどうかを判定する(ステップS32)。   FIG. 13 is an event notification process flowchart of the event notification unit 13 in the screen control unit 10. When an event occurs on the screen due to a user operation or the like, an event notification is received from the screen input / output control unit 3, and the event notification is received (step S30). Based on the event notification source information, the event notification destination information stored at the time of event registration is referred to (step S31). It is determined from the reference result of the event notification destination information whether or not the source screen name (panel name) needs to be changed (step S32).

イベント通知先情報として発生元の情報が保持されていない場合,重ね合わせの画面からではない通常の1枚の画面で発生したイベントであるので,次のステップS33の処理をスキップする。イベント通知先情報として発生元の情報が保持されている場合には,イベント発生元を,イベント登録時にアプリケーション2から指定された業務画面名に変更する(ステップS33)。その後,イベントをアプリケーション2へ通知する(ステップS34)。   If the event source information is not held as event notification destination information, the event has occurred on one normal screen that is not from the superimposed screen, so the processing in the next step S33 is skipped. If the event source information is held as the event notification destination information, the event source is changed to the business screen name designated by the application 2 at the time of event registration (step S33). Thereafter, the event is notified to the application 2 (step S34).

これによって,アプリケーション2に対し,複数のパネルで発生したイベントを,1枚の業務画面で発生したイベントとして見せることが可能になる。   As a result, an event occurring on a plurality of panels can be shown to the application 2 as an event occurring on one business screen.

以上の画面制御部10の処理は,コンピュータとソフトウェアプログラムとによって実現することができ,そのプログラムをコンピュータ読み取り可能な記録媒体に記録して提供することも,ネットワークを通して提供することも可能である。   The processing of the screen control unit 10 described above can be realized by a computer and a software program, and the program can be provided by being recorded on a computer-readable recording medium or provided through a network.

画面制御部10のプログラムは,プラットフォームとなるJava等(本発明の実施はJavaに限られるわけではない)の制御プログラムである画面入出力制御部3と,実際のデータ処理によって業務を遂行するアプリケーション2との間に存在し,複数のアプリケーション2に対して共通に設けることも,また各アプリケーション2ごとにコンピュータ内にローディングされるようにすることもできる。また,アプリケーション2内に,画面制御部10を実現するプログラムをアプリケーション2の一部として組み込むことも可能である。   The program of the screen control unit 10 includes a screen input / output control unit 3 that is a control program of Java or the like that is a platform (the implementation of the present invention is not limited to Java), and an application that performs work by actual data processing. 2 and can be provided in common for a plurality of applications 2 or can be loaded into the computer for each application 2. Further, a program for realizing the screen control unit 10 can be incorporated in the application 2 as a part of the application 2.

本発明の構成例を示すブロック図である。It is a block diagram which shows the structural example of this invention. 本発明の概要を説明するための図である。It is a figure for demonstrating the outline | summary of this invention. 画面構成定義情報テーブルの例を示す図である。It is a figure which shows the example of a screen structure definition information table. 画面構成定義情報に基づく画面構成の例を示す図である。It is a figure which shows the example of a screen structure based on screen structure definition information. 重ね合わせ画面の表示例を示す図である。It is a figure which shows the example of a display of a superimposition screen. 他の重ね合わせ画面の表示例を示す図である。It is a figure which shows the example of a display of another superimposition screen. 複数の画面を重ね合わせることによって生じるアプリケーションへの影響を説明するための図である。It is a figure for demonstrating the influence on the application which arises by superimposing a some screen. 画面制御部によるイベント登録および通知の処理を説明する図である。It is a figure explaining the process of event registration and notification by a screen control part. イベント登録処理の概要を示す図である。It is a figure which shows the outline | summary of an event registration process. イベント通知処理の概要を示す図である。It is a figure which shows the outline | summary of an event notification process. 画面生成部の画面生成処理フローチャートである。It is a screen generation process flowchart of a screen generation part. イベント登録部のイベント登録処理フローチャートである。It is an event registration process flowchart of an event registration part. イベント通知部のイベント通知処理フローチャートである。It is an event notification process flowchart of an event notification part. 従来技術を説明するための図である。It is a figure for demonstrating a prior art. 従来技術を説明するための図である。It is a figure for demonstrating a prior art. 従来技術を説明するための図である。It is a figure for demonstrating a prior art. 従来技術を説明するための図である。It is a figure for demonstrating a prior art.

符号の説明Explanation of symbols

1 データ処理装置
2 アプリケーション
3 画面入出力制御部
4 表示装置
5 入力装置
10 画面制御部
11 画面生成部
12 イベント登録部
13 イベント通知部
14 画面構成定義情報記憶部
140 画面構成定義情報ファイル
DESCRIPTION OF SYMBOLS 1 Data processing apparatus 2 Application 3 Screen input / output control part 4 Display apparatus 5 Input device 10 Screen control part 11 Screen generation part 12 Event registration part 13 Event notification part 14 Screen structure definition information storage part 140 Screen structure definition information file

Claims (5)

画面を出力し,画面上で発生したイベントに対するデータ処理を行うイベントドリブン型アプリケーションから要求された画面制御を行う画面制御装置であって,
複数の画面を重ね合わせ,一つの画面を構成することを示す画面構成定義情報を記憶する画面構成定義情報記憶手段と,
前記イベントドリブン型アプリケーションからの画面生成要求に対し,前記画面構成定義情報記憶手段を参照し,あらかじめ登録された複数の画面を重ね合わせることにより一つの画面を生成する画面生成手段と,
前記イベントドリブン型アプリケーションからの画面へのイベント登録要求に対し,前記画面構成定義情報記憶手段を参照することにより,登録対象の画面が複数の画面を重ね合わせた画面であるかどうかを判別し,複数の画面を重ね合わせたものである場合には,その複数の画面のそれぞれに属する要求されたイベントを登録するイベント登録手段と,
前記イベント登録手段によって登録したイベントが,重ね合わせた複数の画面の一つで発生した場合に,イベントの発生元情報を前記重ね合わせた複数の画面によって構成される一つの画面に変更して前記イベントドリブン型アプリケーションに通知するイベント通知手段とを備えた
ことを特徴とするイベントドリブン型アプリケーションの画面制御装置。
A screen controller that performs screen control requested by an event-driven application that outputs a screen and performs data processing on an event that has occurred on the screen.
Screen configuration definition information storage means for storing screen configuration definition information indicating that a plurality of screens are overlapped to form one screen;
In response to a screen generation request from the event-driven application, a screen generation unit that refers to the screen configuration definition information storage unit and generates a single screen by superimposing a plurality of pre-registered screens;
In response to an event registration request to the screen from the event-driven application, by referring to the screen configuration definition information storage means, it is determined whether the screen to be registered is a screen in which a plurality of screens are superimposed, An event registration means for registering a requested event belonging to each of the plurality of screens, in a case where the plurality of screens are superimposed;
When the event registered by the event registration means occurs on one of a plurality of superimposed screens, the event generation source information is changed to one screen composed of the plurality of superimposed screens. An event-driven application screen control apparatus comprising an event notification means for notifying an event-driven application.
請求項1記載のイベントドリブン型アプリケーションの画面制御装置において,
前記画面構成定義情報記憶手段が記憶する画面構成定義情報は,少なくとも前記イベントドリブン型アプリケーションが指定する画面名と,画面を重ね合わせるときの台紙となるベース画面の画面名と,前記ベース画面に重ね合わせる1または複数の画面のそれぞれの重ね合わせ画面名と,前記ベース画面に重ね合わせる1または複数の画面のそれぞれのベース画面上における重ね合わせの位置を示す情報とを含む
ことを特徴とするイベントドリブン型アプリケーションの画面制御装置。
In the event-driven application screen control device according to claim 1,
The screen configuration definition information stored in the screen configuration definition information storage means includes at least a screen name specified by the event-driven application, a screen name of a base screen that becomes a mount when the screens are superimposed, and an overlay on the base screen. Event-driven, characterized in that it includes a superimposed screen name of each of the one or more screens to be combined and information indicating a position of the overlapping of each of the one or more screens to be superimposed on the base screen. Type screen control device.
請求項2記載のイベントドリブン型アプリケーションの画面制御装置において,
前記画面生成手段は,前記ベース画面に重ね合わせる1または複数の画面のそれぞれの背景色を透明に設定する
ことを特徴とするイベントドリブン型アプリケーションの画面制御装置。
The screen controller for event-driven application according to claim 2,
The screen control means for event-driven applications, wherein the screen generation means sets the background color of each of one or more screens to be superimposed on the base screen to be transparent.
画面を出力し,画面上で発生したイベントに対するデータ処理を行うイベントドリブン型アプリケーションから要求された画面制御を行うための,画面生成手段と,イベント登録手段と,イベント通知手段と,複数の画面を重ね合わせて一つの画面を構成することを示す画面構成定義情報を記憶する画面構成定義情報記憶手段とを備えるコンピュータシステムにおける画面制御方法であって,
前記画面生成手段が,前記イベントドリブン型アプリケーションからの画面生成要求に対し,前記画面構成定義情報記憶手段を参照し,あらかじめ登録された複数の画面を重ね合わせることにより一つの画面を生成する過程と,
前記イベント登録手段が,前記イベントドリブン型アプリケーションからの画面へのイベント登録要求に対し,前記画面構成定義情報記憶手段を参照することにより,登録対象の画面が複数の画面を重ね合わせた画面であるかどうかを判別し,複数の画面を重ね合わせたものである場合には,その複数の画面のそれぞれに属する要求されたイベントを登録する過程と,
前記イベント通知手段が,前記イベント登録手段により登録したイベントが,重ね合わせた複数の画面の一つで発生した場合に,イベントの発生元情報を前記重ね合わせた複数の画面によって構成される一つの画面に変更して前記イベントドリブン型アプリケーションに通知する過程とを有する
ことを特徴とするイベントドリブン型アプリケーションの画面制御方法。
Screen generation means, event registration means, event notification means, and multiple screens for screen control requested by event-driven applications that output screens and perform data processing on events that occur on the screen A screen control method in a computer system, comprising screen configuration definition information storage means for storing screen configuration definition information indicating that one screen is configured to be superimposed,
A step of generating a single screen by superimposing a plurality of pre-registered screens with reference to the screen configuration definition information storage unit in response to a screen generation request from the event-driven application; ,
The event registration unit refers to the screen configuration definition information storage unit in response to an event registration request to the screen from the event-driven application, so that the registration target screen is a screen in which a plurality of screens are superimposed. The process of registering the requested event belonging to each of the plurality of screens, and
If the event registered by the event notifying unit is generated by one of the plurality of superimposed screens, the event generation source information is constituted by one of the plurality of superimposed screens. Changing the screen to notify the event-driven application of the event-driven application.
画面を出力し,画面上で発生したイベントに対するデータ処理を行うイベントドリブン型アプリケーションから要求された画面制御を,コンピュータに実行させるための画面制御プログラムであって,
前記コンピュータを,
複数の画面を重ね合わせ,一つの画面を構成することを示す画面構成定義情報を記憶する画面構成定義情報記憶手段と,
前記イベントドリブン型アプリケーションからの画面生成要求に対し,前記画面構成定義情報記憶手段を参照し,あらかじめ登録された複数の画面を重ね合わせることにより一つの画面を生成する画面生成手段と,
前記イベントドリブン型アプリケーションからの画面へのイベント登録要求に対し,前記画面構成定義情報記憶手段を参照することにより,登録対象の画面が複数の画面を重ね合わせた画面であるかどうかを判別し,複数の画面を重ね合わせたものである場合には,その複数の画面のそれぞれに属する要求されたイベントを登録するイベント登録手段と,
前記イベント登録手段によって登録したイベントが,重ね合わせた複数の画面の一つで発生した場合に,イベントの発生元情報を前記重ね合わせた複数の画面によって構成される一つの画面に変更して前記イベントドリブン型アプリケーションに通知するイベント通知手段として
機能させるためのイベントドリブン型アプリケーションの画面制御プログラム。
A screen control program for causing a computer to execute screen control requested by an event-driven application that outputs a screen and performs data processing on an event occurring on the screen.
Said computer,
Screen configuration definition information storage means for storing screen configuration definition information indicating that a plurality of screens are overlapped to form one screen;
In response to a screen generation request from the event-driven application, a screen generation unit that refers to the screen configuration definition information storage unit and generates a single screen by superimposing a plurality of pre-registered screens;
In response to an event registration request to the screen from the event-driven application, by referring to the screen configuration definition information storage means, it is determined whether the screen to be registered is a screen in which a plurality of screens are superimposed, An event registration means for registering a requested event belonging to each of the plurality of screens, when the screens are superimposed on each other;
When the event registered by the event registration means occurs on one of a plurality of superimposed screens, the event generation source information is changed to one screen composed of the plurality of superimposed screens. An event-driven application screen control program that functions as an event notification means for notifying an event-driven application.
JP2006055967A 2006-03-02 2006-03-02 Screen controller for event-driven application, screen control method and program thereof Expired - Fee Related JP4758253B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006055967A JP4758253B2 (en) 2006-03-02 2006-03-02 Screen controller for event-driven application, screen control method and program thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006055967A JP4758253B2 (en) 2006-03-02 2006-03-02 Screen controller for event-driven application, screen control method and program thereof

Publications (2)

Publication Number Publication Date
JP2007233802A true JP2007233802A (en) 2007-09-13
JP4758253B2 JP4758253B2 (en) 2011-08-24

Family

ID=38554325

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006055967A Expired - Fee Related JP4758253B2 (en) 2006-03-02 2006-03-02 Screen controller for event-driven application, screen control method and program thereof

Country Status (1)

Country Link
JP (1) JP4758253B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011233017A (en) * 2010-04-28 2011-11-17 Ricoh Co Ltd Information processor, image processor, image processing system, picture customization method, picture customization program and recording medium recorded with its program

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06124183A (en) * 1992-10-13 1994-05-06 Toshiba Corp Multiwindow system
JPH06161693A (en) * 1992-11-17 1994-06-10 Sony Corp Gui parts constitution method
JP2002014764A (en) * 2000-06-28 2002-01-18 Nec Soft Ltd Pointing device event input system
JP2003050698A (en) * 2001-08-07 2003-02-21 Yaskawa Electric Corp System and method for configuring picture
JP2004086774A (en) * 2002-08-28 2004-03-18 Toshiba Corp Screen structural drawing modeling device, program, and screen structural drawing modeling method
JP2005050241A (en) * 2003-07-31 2005-02-24 Internatl Business Mach Corp <Ibm> Server, information processing method, and program
JP2005201720A (en) * 2004-01-14 2005-07-28 Hitachi Sci Syst Ltd Clinical examination system

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06124183A (en) * 1992-10-13 1994-05-06 Toshiba Corp Multiwindow system
JPH06161693A (en) * 1992-11-17 1994-06-10 Sony Corp Gui parts constitution method
JP2002014764A (en) * 2000-06-28 2002-01-18 Nec Soft Ltd Pointing device event input system
JP2003050698A (en) * 2001-08-07 2003-02-21 Yaskawa Electric Corp System and method for configuring picture
JP2004086774A (en) * 2002-08-28 2004-03-18 Toshiba Corp Screen structural drawing modeling device, program, and screen structural drawing modeling method
JP2005050241A (en) * 2003-07-31 2005-02-24 Internatl Business Mach Corp <Ibm> Server, information processing method, and program
JP2005201720A (en) * 2004-01-14 2005-07-28 Hitachi Sci Syst Ltd Clinical examination system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011233017A (en) * 2010-04-28 2011-11-17 Ricoh Co Ltd Information processor, image processor, image processing system, picture customization method, picture customization program and recording medium recorded with its program
US8656287B2 (en) 2010-04-28 2014-02-18 Ricoh Company, Ltd. Information processing apparatus, information processing system, and information processing method

Also Published As

Publication number Publication date
JP4758253B2 (en) 2011-08-24

Similar Documents

Publication Publication Date Title
US8438537B2 (en) System arrangement and method for automated application development with user guidance
US20170286068A1 (en) Development support system
US20080244424A1 (en) Source code generating device
CN102221993A (en) Declarative definition of complex user interface state changes
WO2011033644A1 (en) Application development assisting device, program, and recording medium
EP1895407A1 (en) HMI development support apparatus, HMI development support method and HMI development support program
JP6141561B2 (en) Object adjustment tool and object adjustment program
JP4758253B2 (en) Screen controller for event-driven application, screen control method and program thereof
JP5432214B2 (en) RIA application execution method capable of supporting various screens and recording medium therefor
JP6231260B2 (en) Screen control system, screen control program, screen creation support program, and screen control method
CN102520895B (en) The printer driver of the registration model centered by use case and being separated of application
JP2015049645A (en) Information processing device, information processing device control method, and program
JP4819177B2 (en) Screen processing program
JP6322631B2 (en) Embedded software development method, programming device and embedded device
JP4526354B2 (en) Screen creation device
WO2016092626A1 (en) Development assistance system
JP4854332B2 (en) Graphic display program and graphic display method
KR20190115401A (en) Method, apparatus and program for linked view
JP2012155515A (en) Source device driver and method for creating execution module
JP2015148925A (en) Program generation device and method
JP5772639B2 (en) Design support device
JP2018128919A (en) Work plan creation system, work plan creation method and work plan creation program
JP2014032584A (en) Information processing method and device for component replacement
JP6314141B2 (en) Document creation method and document creation apparatus for embedded software
JP5067491B2 (en) Screen processing program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20080807

RD03 Notification of appointment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7423

Effective date: 20080807

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20080807

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20101022

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20101102

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20101228

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: 20110531

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: 20110602

R150 Certificate of patent or registration of utility model

Ref document number: 4758253

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20140610

Year of fee payment: 3

LAPS Cancellation because of no payment of annual fees