JP3647888B2 - User interface processing system - Google Patents

User interface processing system Download PDF

Info

Publication number
JP3647888B2
JP3647888B2 JP12662393A JP12662393A JP3647888B2 JP 3647888 B2 JP3647888 B2 JP 3647888B2 JP 12662393 A JP12662393 A JP 12662393A JP 12662393 A JP12662393 A JP 12662393A JP 3647888 B2 JP3647888 B2 JP 3647888B2
Authority
JP
Japan
Prior art keywords
window
information
user interface
definition information
record
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.)
Expired - Fee Related
Application number
JP12662393A
Other languages
Japanese (ja)
Other versions
JPH06337779A (en
Inventor
衛紀 服部
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 JP12662393A priority Critical patent/JP3647888B2/en
Publication of JPH06337779A publication Critical patent/JPH06337779A/en
Application granted granted Critical
Publication of JP3647888B2 publication Critical patent/JP3647888B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

  • Digital Computer Display Output (AREA)
  • Stored Programmes (AREA)

Description

【0001】
【産業上の利用分野】
本発明は、画面を使って入出力を行なうユーザインタフェース処理システムに関するものである。
【0002】
計算機がますます数多くの分野で利用されてきている今日、計算機自身もより使い易いものになってきている。特に、計算機のユーザインタフェース部分は人間と接する部分であり、計算機へのデータの入力や、計算機への指示が文字主体から、グラフィックからなるアイコンなどのマウスによる選択で行えるなど、使い易いものになっている。しかし、利用者が使い易くなった分、プログラム開発者にとっては、負担が大きくなっている。グラフィックスを使ったユーザインタフェースを実現するGUI部分(Graphical User Interface部分)のプログラムの開発は難しく、本来の処理以上にGUI部分の開発に工数を費やし、プログラムの生産性を著しく低下させているのが現状である。そこで、ユーザインタフェース処理をできるだけ簡単に構築でき、それを応用プログラムから利用したいという要望がある。
【0003】
【従来の技術】
従来、応用プログラムの一部として、図11の▲1▼に示すように、ユーザインタフェース処理が記述されている。このユーザインタフェース処理の記述は、その殆どが各ウィンドウシステムが提供するインタフェースを使って作る。その記述は、簡単なことを実現しようとしても、そのウィンドウシステムの詳細な知識と、高度なプログラミングの知識が要求されていた。
【0004】
最近は図11の▲2▼に示すように、ツールキットと呼ばれるある程度簡単なGUIを実現できるものが実現している。それでも高度なスキルを持ったプログラマでないと、使いこなすことができなかった。
【0005】
また、図11の▲3▼に示すように、GUI構築ツールと称するGUIのレイアウント部分についてプログラムを生成するしくみが実現されているが、ソースプログラムを生成するもので、その後のプログラミングをし、一旦目的プログラムを作ってしまうと、レイアウトの構築ツールではかえられず、利用者にとって非常に不便であった。
【0006】
また、図11の▲4▼に示すように、GUI構築ツールを内蔵した、言語のGUI開発環境を利用した場合、GUIの構築は簡単に行えるが、応用プログラムとのデータのやりとりの部分、特に応用プログラムとGUI環境との間に通信が介在するような場合、そのインタフェースを決めたり、通信部分の処理をプログラミングしたりする必要があり、多大の労力を要していた。
【0007】
【発明が解決しようとする課題】
上述したように、図11の▲1▼から▲4▼によって、GUI部分を開発するには、ウィンドウシステムの詳細な知識が必要となり、しかも、応用プログラムに手を入れてユーザインタフェースを作成する必要があるという問題があった。
【0008】
本発明は、これらの問題を解決するため、ウィンドウシステムの詳細な知識を必要としなく、会話的にユーザインタフェース記述情報およびレコード定義情報を作成し、応用プログラムとユーザインタフェースとをそれぞれ独立に設計および変更を可能にすることを目的としている。
【0009】
【課題を解決するための手段】
図1は、本発明の原理構成図を示す。
図1において、ユーザインタフェース生成機能1は、画面上から会話的に入力されて設計されたウィンドウ定義情報(位置、サイズなど)21、部品やボタンなどのレイアウト情報(位置、サイズなど)22、および処理の処理定義情報23をユーザインタフェース記述情報2として保存したり、画面上から会話的に入力されて設計された、応用プログラム5との入出力時に使う項目名などをレコード定義情報3として保存したりなどするものである。
【0010】
ユーザインタフェース実行部4は、保存したユーザインタフェース記述情報2のウィンドウ定義情報21に従って画面上にウィンドウを表示したり、レイアウト情報22に従ってこのウィンドウ中に部品やボタンを表示したり、これらを表示した状態で応用プログラム5からのレコード定義情報3で定義された項目名を使った入出力要求に対応して、画面上に表示された部品やボタンの入力/選択された当該部品やボタンの処理定義情報23に従った処理によって応用プログラム5にその項目名でデータを渡したり、該当する項目名の位置にデータを表示したりなどするものである。
【0011】
【作用】
本発明は、図1に示すように、ユーザインタフェース生成機能1が画面上から会話的に入力されて設計されたウィンドウ定義情報(位置、サイズなど)21、部品やボタンなどのレイアウト情報(位置、サイズなど)22、および処理の処理定義情報23をユーザインタフェース記述情報2として保存したり、画面上から会話的に入力されて設計された、応用プログラム5との入出力時に使う項目名などをレコード定義情報3として保存したりするようにしている。
【0012】
また、ユーザインタフェース実行部4がこれら保存したユーザインタフェース記述情報2のウィンドウ定義情報21に従って画面上にウィンドウを表示、およびレイアウト情報22に従ってこのウィンドウ中に部品やボタンを表示した状態で、応用プログラム5からのレコード定義情報3で定義された項目名を使った入出力要求に対応して、画面上に表示された部品やボタンの入力/選択された当該部品やボタンの処理定義情報23に従った処理によって応用プログラム5にその項目名でデータを渡したり、該当する項目名の位置にデータを表示したりするようにしている。
【0013】
従って、ウィンドウシステムの詳細な知識を必要としなく、会話的にユーザインタフェース記述情報2およびレコード定義情報3を作成することにより、応用プログラム5とユーザインタフェースとをそれぞれ独立に設計することが可能となると共に、設計後に自由にユーザインタフェース部分を変更することも容易に可能となる。これらにより、ユーザインタフェースを持つ応用プログラム5を短期間に開発することができる。
【0014】
【実施例】
次に、図1から図10を用いて本発明の実施例の構成および動作を順次詳細に説明する。
【0015】
図1は、本発明の原理構成図を示す。
図1において、ユーザインタフェース生成機能1は、表示装置6上に表示した画面上で会話的にユーザインタフェースを設計してユーザインタフェース記述情報2およびレコード定義情報3を生成して保存するものである(図2、図3参照)。ユーザインタフェース記述情報2は、ウィンドウ定義情報21、レイアウト情報22および処理定義情報23から構成されるものである。
【0016】
ウィンドウ定義情報21は、表示装置6上に表示するウィンドウを定義するものであって、ウィンドウの位置、大きさ、タイトルなどを定義するものである(図4、図5、図6参照)。
【0017】
レイアウト情報22は、ウィンドウ内に配置するボタンや部品などのレイアウトを設計して定義した情報である(図4、図7参照)。
処理定義情報23は、部品やボタンから起動される処理を定義する情報である(図4、図8参照)。
【0018】
レコード定義情報3は、応用プログラム5とユーザインタフェースとの間で使用するレコードの項目名を定義するものである(図4、図9参照)。
ユーザインタフェース実行部4は、実行時にユーザインタフェース記述情報2を解析(翻訳)して所定の処理を実行したり、応用プログラム5との間でレコード定義情報3で定義された項目名を使ってデータの授受を行なったりなどするものである(図10参照)。
【0019】
応用プログラム5は、利用者がレコード定義情報3で定義された項目名を使ってユーザインタフェース実行部5に画面からデータの入力要求を行ってその入力されたデータを受け取ったりなどし、各種業務処理を行なうものである。
【0020】
表示装置6は、ウィンドウ7などを表示するものである。
ウィンドウ7は、表示装置6上に設けたウィンドウであって、ここでは当該ウィンドウを使って各種入出力を行なうためのものである。
【0021】
次に、図2に示す順序に従い、図1の構成におけるユーザインタフェース記述情報2およびレコード定義情報3を設計して登録するときの動作を詳細に説明する。
【0022】
図2において、S1は、オペレータがウィンドウの設計を行なう。ここでは、ウィンドウの設計として、ウィンドウのサイズ、位置、タイトルなどを画面上から会話的に入力したり、選択したりする(図6を用いて詳述する)。
【0023】
S2は、S1でオペレータが画面上で会話的に入力したり、選択したりして設計したウィンドウの情報(サイズ、位置、タイトルなど)を保持する。
S3は、オペレータが部品の設計を行なう。ここでは、部品の設計として、部品(編集部品、リスト部品、ボタンなどの部品)のサイズ、位置、エコーなどを画面上から会話的に入力したり、選択したりする(図3、図7を用いて詳述する)。
【0024】
S4は、S3でオペレータが画面上で会話的に入力したり、選択したりして設計した部品の情報(サイズ、位置、エコーなど)を保持する。
S5は、オペレータがレコードの設計を行なう。ここでは、応用プログラム5とユーザインタフェース実行部4とがデータの授受を行なうために、レコードのデータ構造を予め定義して設計し、当該レコードの項目の一覧とする。
【0025】
S6は、S5でオペレータが画面上で会話的に入力したり、選択したりして設計したレコード定義(レコード毎にその項目の一覧)を保持する。
S7は、オペレータが保持した情報の登録を指示する。
【0026】
S8は、ユーザインタフェース情報2およびレコード定義情報3の生成を行う。これにより、右側に記載したように、
・ユーザインタフェース記述情報2
・ウィンドウ定義情報21
・レイアウト情報22
・処理定義情報23(S3の部品の設計時に併せて設計する、図7、図8参照)
・レコード定義情報3
の登録が行われたこととなる。
【0027】
S9は、レコード定義情報3を応用プログラム5にリンクする。これにより、応用プログラム5は、レコード定義情報3中で定義された項目名を使って入出力要求を行って、データの授受を行なうことが可能となる。従って、以降は、応用プログラム5は、このレコード定義情報3中で定義された項目名を使って画面上からデータを取り込んだり、画面上にデータを表示したり、更に外部にデータを出力したりなど容易に行なうことができ、いわば独立に応用プログラム5を作成できることとなり、インタフェース実行部4の内部のユーザインタフェース記述情報を気にする必要がない。
【0028】
以上によって、オペレータがユーザインタフェース生成機能1の制御のもとで、画面上で会話的にウィンドウ設計、部品設計、レコード定義を順次行い、ユーザインタフェース記述情報2およびレコード定義情報3を作成することが可能となる。これらの設計を終了すれば、応用プログラム5はレコード定義情報3中の項目名を使って任意に入出力を行って業務処理を独立に記述して実行させることが可能となると共に、ユーザインタフェース実行部4の制御のもとで、ユーザインタフェース記述情報2を解釈/翻訳して実行するので、当該ユーザインタフェース記述情報2を独立に任意に変更/追加などして機能変更/追加などを独立に行なうことが可能となる。以下順次詳細に説明する。
【0029】
図3は、本発明の商品の設計フローチャートを示す。これは、図2のS3の商品の設計の詳細フローチャートである。
図3において、S11は、編集部品の設計を行なう。これは、オペレータが会話的に画面上で編集部品の設計として、編集部品の
・サイズ
・位置
・エコー制御等
を設計する。
【0030】
S12は、リスト部品の設計を行なう。これは、オペレータが会話的に画面上でリスト部品の設計として、リスト部品の
・サイズ
・位置
・スクロールバー制御等
を設計する。
【0031】
S13は、ボタン部品の設計を行なう。これは、オペレータが会話的に画面上でボタン部品の設計として、ボタン部品の
・サイズ
・位置
・処理定義等
を設計する。
【0032】
S14は、S11、S12およびS13で画面上で会話的に設計された情報を保持する。そして、図2のS7でユーザインタフェース記述情報2のレイアウト情報22や処理定義情報23として生成する。
【0033】
以上によって、オペレータが画面上で会話的に編集部品、リスト部品およびボタンなどを設計し、これら設計した情報を図2のユーザインタフェース記述情報2のレイアウト情報22や処理定義情報23として生成する。
【0034】
図4は、本発明のユーザインタフェース記述情報/レコード定義情報例を示す。これは、図2および図3によって画面上で会話的に設計したユーザイタフェース記述情報2およびレコード定義情報3の例である。
【0035】
ユーザインタフェース記述情報2として、
▲1▼ウィンドウ定義情報21
▲2▼レイアウト情報22
▲3▼処理定義情報23
を図示のように設計して定義する。以下説明する。
【0036】
▲1▼ウィンドウ定義情報21は、

Figure 0003647888
と定義する。これは、ウィンドウ1の位置、サイズ、タイトルを定義したものである。
【0037】
▲2▼レイアウト情報22は、
Figure 0003647888
▲3▼処理定義情報23は、
Figure 0003647888
と定義する。これは、右側に記載したように、編集部品X3の入力データを示し、当該入力データを項目1として応用プログラム5に渡す。
【0038】
レコード定義情報3は、図示のように設計して定義する。説明すると、
Figure 0003647888
と定義する。これは、レコードAの一覧に項目1は文字、項目2は数値を定義する。そして、この項目1、2を使って応用プログラム5との間でデータの授受を行なう。
【0039】
次に、図5を用いてウィンドウ/部品の設計例を説明する。
図5において、表示装置6の画面上にウィンドウ1、編集部品、リスト部品、ボタンを図示のように設計する。
【0040】
・ウィンドウ1は、位置、サイズ、XX業務(タイトルを表す)などを設計する(図4の▲1▼のウィンドウ定義情報、図6参照)。
・編集部品は、ウィンドウ、位置、サイズなどを設計する(図4の▲2▼のレイアウト情報22、図7参照)。
【0041】
・リスト部品は、ウィンドウ、位置、サイズなどを設計する(図4の▲2▼のレイアウト情報22、図7参照)。
・ボタンは、ウィンドウ、位置、サイズなどを設計する(図4の▲2▼のレイアウト情報22、図7参照)。
【0042】
以上のようなウィンドウおよび当該ウィンドウ内に配置する編集部品、リスト部品およびボタンなどを画面上で会話的に設計する。以下説明する。
図6は、本発明のウィンドウ設計説明図を示す。これは、ウィンドウ属性画面上でウィンドウ属性を会話的に入力、選択して設計するものである。
【0043】
・▲1▼の部品名には、部品を識別するための名前を入力する。
・▲2▼の索引番号は、一意の番号を入力する。
・▲3▼のタイトルには、ウィンドウの業務を行なうタイトルとして、図5の例では、“XX業務”を入力する。
【0044】
・▲4▼の位置は、ウィンドウを表示する左上の原点を入力する。
・▲5▼の大きさは、ウィンドウの幅と高さを入力する。
・▲6▼の初期状態は、ウィンドウを最初に表示するときの状態(標準、最小化、最大化)を選択する。
【0045】
・▲7▼のウィンドウスタイルは、以下から任意のものを選択する。
・サイズ変更:サイズ変更の可否
・水平スクロールバー:水平方向のスクロールバーの有無
・垂直スクロールバー:垂直方向のスクロールバーの有無
・システムメニュー:システムメニューの利用の有無
・最大化ボタン:最大化ボタンを付けるの有無
・最小化ボタン:最小化ボタンを付けるの有無
以上のように、ウィンドウ属性画面を表示し、この画面上でオペレータはウィンドウの属性▲1▼から▲7▼について入力/選択して設計する。これらの設計により、図5に示すウィンドウ1の位置、サイズ、XX業務などが設計され、既述した図4の▲1▼のウィンドウ定義情報21が設計されたこととなる。
【0046】
図7は、本発明のレイアウト設計説明図を示す。これは、図6の設計でウィンドウを生成した後、当該ウィンドウ内に配置する部品のレイアウトの設計を行なう。
【0047】
図7の(a)は、編集ウィンドウ上で部品の位置、サイズを入力する様子を示す。編集ウィンドウを図示のように表示し、この編集ウィンドウの中で、部品を配置する位置にカーソルを位置づけてクリックした状態でドラッグして当該部品のサイズを入力する。
【0048】
図7の(b)は、ボタン属性画面を示す。これは、ボタン属性画面上で部品であるボタンの属性を会話的に入力、選択して設計するものである。
・▲1▼の部品名は、部品であるボタンを識別する部品名ここでは“X1”を入力する。
【0049】
・▲2▼の索引番号は、一意の番号を入力する。
・▲3▼の配色は、色と内部様式を入力する。これは、画面や部品の文字の色や背景色と、ハッチングパターンなどを指定する。
【0050】
・▲4▼のテキストは、ボタンの位置に表示するテキストここでは“確定”を入力する。
・▲5▼の位置は、ボタンを表示する左上の原点を入力する。
【0051】
・▲6▼の大きさは、ボタンの幅と高さを入力する。
・▲7▼の初期状態は、ウィンドウを最初に表示するときの状態(標準、最小化、最大化)を選択する。
【0052】
・▲8▼の処理定義は、CLICKを入力する。
以上のように、編集ウィンドウ画面を表示し、この画面上でオペレータはボタンの属性▲1▼から▲8▼について入力/選択して設計する。これらの設計により、図5に示すウィンドウ1中のボタン“確定”が設計されたこととなる(実際に実行する処理内容は図8で定義する)。
【0053】
図8は、本発明の処理定義説明図を示す。これは、図7のボタンの設計中で定義した処理定義について実際の処理の設計を行なう。
ここでは、ボタンX1について、図示の下記のように処理を設計する。
【0054】
X1.CLICK()
・編集部品から“商品A”を取り出し、項目1に代入
・送出
これは、編集部品から商品Aを取り出し、項目1に代入して、応用プログラム5に送出する。そして、応用プログラム5はこの項目1から商品Aを取り出して自身の内部に取り込み、業務処理を行なう。
【0055】
以上のように、処理定義ウィンドウ画面を表示し、この画面上でオペレータはボタンの処理定義を設計する。これらの設計により、図5に示すウィンドウ1中のボタン“確定”の処理が図4の▲3▼の処理定義情報23中の処理1に示すように設計されたこととなる。
【0056】
図9は、本発明のレコード定義説明図を示す。これは、応用プログラム5との間でデータを授受を行なうための項目の設計を行なう。
レコード定義画面を表示し、この画面の中でレコード、例えばレコードAを選択すると、当該レコードAの項目の一覧が図示のよう表示される。この一覧の中に、新たに定義しようとする項目名、属性を図示のように追加入力して定義する。これにより、応用プログラム5とユーザインタフェース実行部4との間で当該項目名にデータを代入して授受することが可能となる。
【0057】
次に、図2から図9によって画面上で会話的に設計したユーザインタフェース記述情報2およびレコード定義情報3をもとに、応用プログラム5が表示された図5のウィンドウ1上との間でデータの入出力を行なう例として、応用プログラム5がREAD要求を発行したときの動作を詳細に説明する。
【0058】
図10において、S21は、オペレータが動作指示を行なう。この際に、ウィンドウファイル名“ファイルA”を指定して動作指示を行なう。
S22は、ユーザインタフェース実行部4がS21で指示された“ファイルA”からユーザインタフェース記述情報2を取り出し、ウィンドウを表示する。例えば図5のウィンドウ1(タイトル“XX業務)を表示する(図4の▲1▼ウィンドウ定義情報21に従ってウィンドウ1を表示する)。
【0059】
S23は、レイアウト情報に従って部品を表示する。ここでは、図5に示すように、
・ボタン
・リスト部品
・編集部品
をそれぞれ表示する(図4の▲2▼レイアウト情報22に従ってボタン、リスト部品、編集部品を表示する。
【0060】
S24は、S23で図5に示すようにウィンドウ1中にボタン、リスト部品、編集部品を表示した状態で、応用プログラム5がレコードAのREAD要求を発行する。
【0061】
S25は、オペレータがS24のREAD要求に対応して、編集部品に入力“商品A”を行なう。
S26は、S25で入力された編集部品“商品A”を保持する。
【0062】
S27は、オペレータが“確定”ボタンを押下する。
S28は、“確定”ボタンの処理“処理1”を起動する。これは、図4の▲2▼のレイアウト情報22のX1の“確定”ボタンが押下されたことに対応して、処理1を起動する。
【0063】
S29は、S28で起動された処理1が処理として、ここでは、保持データ“商品A”をレコードAの項目1に設定し、応用プログラム5に送る。
S30は、通知を受けた応用プログラム5がデータをレコードAの項目1から“商品A”を得る。そして、応用プログラム5は、このREAD要求の発行に対応して受け取った“商品A”をもとに業務処理を実行する。
【0064】
以上によって、オペレータがウィンドウファイル名を指定したことに対応して、該当するユーザインタフェース記述情報2に従ってウィンドウおよび当該ウィンドウ内に編集部品、リスト部品、ボタンを表示する。この表示された状態で、応用プログラム5が入出力要求、ここではREAD要求を発行したことに対応し、表示されたウィンドウ上から入力された“商品A”を保持し、ウィンドウ上のボタン“確定”が押下されたことに対応して、当該ボタン“確定”の処理1によって保持している“商品A”を指定されたレコードAの項目1に設定して応用プログラム5に渡し、応用プログラム5はレコードAの項目1から渡された“商品A”を取り込み、業務処理を行なうことが可能となる。
【0065】
【発明の効果】
以上説明したように、本発明によれば、画面上から会話的に入力されて設計されたウィンドウ定義情報(位置、サイズなど)21、部品やボタンなどのレイアウト情報(位置、サイズなど)22、および処理の処理定義情報23をユーザインタフェース記述情報2として保存、および画面上から会話的に入力されて設計された、応用プログラム5との入出力時に使う項目名をレコード定義情報3として保存し、これら保存した情報をもとにウィンドウ上に表示して応用プログラム5との間で入出力を行なう構成を採用しているため、ウィンドウシステムの詳細な知識を必要としなく、会話的にユーザインタフェース記述情報2およびレコード定義情報3を作成するができると共に、応用プログラム5とユーザインタフェースとをそれぞれ独立に設計することができ、しかも、設計後に自由にユーザインタフェース部分を変更することが容易にできる。これらにより、ユーザインタフェースを持つ応用プログラム5を短期間に開発することが可能となった。
【図面の簡単な説明】
【図1】本発明の原理構成図である。
【図2】本発明のユーザインタフェース記述情報/レコード定義情報の生成フローチャートである。
【図3】本発明の部品の設計フローチャートである。
【図4】本発明のユーザインタフェース記述情報/レコード定義情報例である。
【図5】本発明のウィンドウ/部品の設計例である。
【図6】本発明のウィンドウ設計説明図である。
【図7】本発明のレイアウト設計説明図である。
【図8】本発明の処理定義説明図である。
【図9】本発明のレコード定義説明図である。
【図10】本発明の実行時の動作フローチャートである。
【図11】従来技術の説明図である。
【符号の説明】
1:ユーザインタフェース生成機能
2:ユーザインタフェース記述情報
21:ウィンドウ定義情報
22:レイアウト情報
23:処理定義情報
3:レコード定義情報
4:ユーザインタフェース実行部
5:応用プログラム
6:表示装置
7:ウィンドウ[0001]
[Industrial application fields]
The present invention relates to a user interface processing system that performs input / output using a screen.
[0002]
Today, computers are being used in an increasing number of fields, and the computers themselves are becoming easier to use. In particular, the user interface part of a computer is a part that comes into contact with humans, and it is easy to use, such as inputting data into the computer and selecting the computer from the main character, by selecting a graphic icon or the like with a mouse. ing. However, the burden on the program developer is increased because the user becomes easier to use. It is difficult to develop a GUI part (Graphical User Interface part) program that realizes a user interface using graphics, and it takes more man-hours to develop the GUI part than the original processing, significantly reducing the productivity of the program. Is the current situation. Therefore, there is a demand for constructing user interface processing as easily as possible and using it from an application program.
[0003]
[Prior art]
Conventionally, user interface processing has been described as part of the application program as shown in (1) of FIG. Most of the description of the user interface processing is made by using an interface provided by each window system. The description required detailed knowledge of the window system and advanced programming knowledge even if it was going to be simple.
[0004]
Recently, as shown in (2) of FIG. 11, a tool kit called “tool kit” capable of realizing a somewhat simple GUI has been realized. Still, unless you were a highly skilled programmer, you could not master it.
[0005]
Further, as shown in (3) of FIG. 11, a mechanism for generating a program for the GUI layout part called a GUI construction tool has been realized. However, a source program is generated, and subsequent programming is performed once. Once the target program is created, it cannot be replaced by the layout construction tool, which is very inconvenient for the user.
[0006]
Also, as shown in (4) of FIG. 11, when a language GUI development environment with a built-in GUI construction tool is used, GUI construction can be easily performed, but data exchange with application programs, in particular, When communication is present between the application program and the GUI environment, it is necessary to determine the interface and to program the processing of the communication part, which requires a lot of labor.
[0007]
[Problems to be solved by the invention]
As described above, in order to develop the GUI part according to (1) to (4) in FIG. 11, detailed knowledge of the window system is required, and it is also necessary to create a user interface by working on the application program. There was a problem that there was.
[0008]
In order to solve these problems, the present invention does not require detailed knowledge of the window system, interactively creates user interface description information and record definition information, and independently designs and designs application programs and user interfaces. It is intended to make changes possible.
[0009]
[Means for Solving the Problems]
FIG. 1 shows a principle configuration diagram of the present invention.
In FIG. 1, a user interface generation function 1 includes window definition information (position, size, etc.) 21 designed by interactive input from the screen, layout information (position, size, etc.) 22 such as parts and buttons, and the like. The process definition information 23 of the process is stored as the user interface description information 2, and the item name used when inputting / outputting with the application program 5 that is designed by interactive input from the screen is stored as the record definition information 3. It is something to do.
[0010]
The user interface execution unit 4 displays a window on the screen according to the window definition information 21 of the saved user interface description information 2, displays parts and buttons in this window according to the layout information 22, and displays these In response to the input / output request using the item name defined in the record definition information 3 from the application program 5, the processing definition information of the selected part or button displayed on the screen or the selected part or button is displayed. 23, data is transferred to the application program 5 by the item name, or data is displayed at the position of the corresponding item name.
[0011]
[Action]
As shown in FIG. 1, according to the present invention, window definition information (position, size, etc.) 21 designed by interactive input from the user interface generation function 1 on the screen, layout information (position, (Such as size) 22 and the process definition information 23 of the process are stored as the user interface description information 2, and the item name used when inputting / outputting with the application program 5 designed by interactive input from the screen is recorded. The definition information 3 is stored.
[0012]
The application program 5 is displayed with the user interface execution unit 4 displaying a window on the screen according to the window definition information 21 of the saved user interface description information 2 and displaying parts and buttons in the window according to the layout information 22. In response to the input / output request using the item name defined in the record definition information 3 from the component, the input of the component or button displayed on the screen / the processing definition information 23 of the selected component or button is followed. By processing, data is passed to the application program 5 by the item name, or data is displayed at the position of the corresponding item name.
[0013]
Therefore, the application program 5 and the user interface can be designed independently by creating the user interface description information 2 and the record definition information 3 interactively without requiring detailed knowledge of the window system. At the same time, the user interface portion can be easily changed after design. Thus, the application program 5 having a user interface can be developed in a short time.
[0014]
【Example】
Next, the configuration and operation of the embodiment of the present invention will be sequentially described in detail with reference to FIGS.
[0015]
FIG. 1 shows a principle configuration diagram of the present invention.
In FIG. 1, a user interface generation function 1 is for interactively designing a user interface on a screen displayed on a display device 6 and generating and storing user interface description information 2 and record definition information 3 ( (See FIGS. 2 and 3). The user interface description information 2 includes window definition information 21, layout information 22, and process definition information 23.
[0016]
The window definition information 21 defines a window to be displayed on the display device 6, and defines a window position, size, title, and the like (see FIGS. 4, 5, and 6).
[0017]
The layout information 22 is information defined by designing and defining the layout of buttons and parts arranged in the window (see FIGS. 4 and 7).
The process definition information 23 is information that defines a process activated from a component or button (see FIGS. 4 and 8).
[0018]
The record definition information 3 defines item names of records used between the application program 5 and the user interface (see FIGS. 4 and 9).
The user interface execution unit 4 analyzes (translates) the user interface description information 2 at the time of execution and executes predetermined processing, or uses the item name defined in the record definition information 3 with the application program 5 to perform data And so on (see FIG. 10).
[0019]
The application program 5 uses the item name defined in the record definition information 3 to request the user interface execution unit 5 to input data from the screen and receive the input data. Is to do.
[0020]
The display device 6 displays a window 7 and the like.
The window 7 is a window provided on the display device 6, and here is for performing various inputs / outputs using the window.
[0021]
Next, the operation when the user interface description information 2 and the record definition information 3 in the configuration of FIG. 1 are designed and registered in the order shown in FIG. 2 will be described in detail.
[0022]
In FIG. 2, in S1, the operator designs a window. Here, as the window design, the window size, position, title, etc. are input interactively or selected from the screen (detailed with reference to FIG. 6).
[0023]
In S2, the window information (size, position, title, etc.) designed by the operator interactively inputting or selecting on the screen in S1 is held.
In S3, the operator designs parts. Here, as part design, the size, position, echo, etc. of parts (parts such as editing parts, list parts, buttons) are interactively input or selected from the screen (see FIGS. 3 and 7). And will be described in detail).
[0024]
In S4, information (size, position, echo, etc.) of the parts designed by the operator interactively inputting or selecting on the screen in S3 is held.
In S5, the operator designs a record. Here, in order for the application program 5 and the user interface execution unit 4 to exchange data, the data structure of the record is defined and designed in advance, and a list of items of the record is made.
[0025]
In S6, the record definition (list of items for each record) designed by the operator interactively inputting or selecting on the screen in S5 is held.
S7 instructs registration of information held by the operator.
[0026]
In S8, user interface information 2 and record definition information 3 are generated. This way, as described on the right side,
-User interface description information 2
-Window definition information 21
Layout information 22
Process definition information 23 (designed together with the design of the part in S3, see FIGS. 7 and 8)
Record definition information 3
This means that registration has been performed.
[0027]
S9 links the record definition information 3 to the application program 5. As a result, the application program 5 can send / receive data by making an input / output request using the item name defined in the record definition information 3. Therefore, thereafter, the application program 5 uses the item names defined in the record definition information 3 to capture data from the screen, display data on the screen, and output data to the outside. In other words, the application program 5 can be created independently, and there is no need to worry about user interface description information inside the interface execution unit 4.
[0028]
Thus, the operator can interactively perform window design, part design, and record definition on the screen in order under the control of the user interface generation function 1 to create the user interface description information 2 and the record definition information 3. It becomes possible. When these designs are completed, the application program 5 can arbitrarily input / output using the item names in the record definition information 3 to describe and execute the business process independently, and execute the user interface. Since the user interface description information 2 is interpreted / translated and executed under the control of the unit 4, the user interface description information 2 is arbitrarily changed / added independently to perform function changes / additions independently. It becomes possible. Details will be sequentially described below.
[0029]
FIG. 3 shows a product design flowchart of the present invention. This is a detailed flowchart of the product design in S3 of FIG.
In FIG. 3, S11 designs an editing part. In this case, the operator interactively designs the edit part, such as the size, position, echo control, etc. as the design of the edit part on the screen.
[0030]
In step S12, a list part is designed. This is because the operator interactively designs the list parts on the screen such as the size, position, scroll bar control, etc. of the list parts.
[0031]
In step S13, a button part is designed. The operator interactively designs button parts such as size, position, process definition, etc. as button parts on the screen.
[0032]
S14 holds information designed interactively on the screen in S11, S12 and S13. Then, in S7 of FIG. 2, the layout information 22 and the process definition information 23 of the user interface description information 2 are generated.
[0033]
As described above, the operator interactively designs editing parts, list parts, buttons, and the like on the screen, and the designed information is generated as the layout information 22 and the process definition information 23 of the user interface description information 2 in FIG.
[0034]
FIG. 4 shows an example of user interface description information / record definition information according to the present invention. This is an example of the user interface description information 2 and the record definition information 3 designed interactively on the screen according to FIGS. 2 and 3.
[0035]
As user interface description information 2,
(1) Window definition information 21
(2) Layout information 22
(3) Process definition information 23
Is designed and defined as shown. This will be described below.
[0036]
(1) Window definition information 21 is
Figure 0003647888
It is defined as This defines the position, size, and title of the window 1.
[0037]
(2) Layout information 22 is
Figure 0003647888
(3) The process definition information 23 is
Figure 0003647888
It is defined as This indicates the input data of the editing part X3 as described on the right side, and the input data is passed to the application program 5 as item 1.
[0038]
The record definition information 3 is designed and defined as shown. To explain
Figure 0003647888
It is defined as In the list of records A, item 1 defines a character and item 2 defines a numerical value. Then, data is exchanged with the application program 5 using these items 1 and 2.
[0039]
Next, a window / part design example will be described with reference to FIG.
In FIG. 5, a window 1, an editing part, a list part, and a button are designed on the screen of the display device 6 as shown.
[0040]
Window 1 designs position, size, XX work (represents title), etc. (see window definition information (1) in FIG. 4, FIG. 6).
The editing parts are designed with respect to the window, position, size, etc. (see layout information 22 in (2) of FIG. 4, FIG. 7).
[0041]
The list parts are designed for window, position, size, etc. (see layout information 22 in (2) of FIG. 4, FIG. 7).
-The buttons design the window, position, size, etc. (see layout information 22 in (2) in FIG. 4, FIG. 7).
[0042]
The window as described above and edit parts, list parts, buttons, and the like arranged in the window are interactively designed on the screen. This will be described below.
FIG. 6 shows a window design explanatory diagram of the present invention. This is designed by interactively inputting and selecting window attributes on the window attribute screen.
[0043]
・ Enter a name to identify the part in the part name of (1).
・ Enter a unique number for index number (2).
In the title of (3), “XX business” is input in the example of FIG. 5 as the title for performing the business of the window.
[0044]
・ For the position of (4), input the origin at the upper left to display the window.
-For the size of (5), enter the width and height of the window.
-For the initial state of (6), select the state (standard, minimized, maximized) when the window is first displayed.
[0045]
・ Select any of the following 7 window styles.
-Size change: Whether the size can be changed-Horizontal scroll bar: Whether there is a horizontal scroll bar-Vertical scroll bar: Whether there is a vertical scroll bar-System menu: Whether the system menu is used-Maximize button: Maximize button Presence / absence / minimization button: Displaying the window attribute screen as described above, whether or not the minimization button is added. On this screen, the operator inputs / selects window attributes (1) to (7). design. With these designs, the position, size, XX work, etc. of the window 1 shown in FIG. 5 are designed, and the window definition information 21 shown in FIG.
[0046]
FIG. 7 shows a layout design explanatory diagram of the present invention. In this case, after a window is generated in the design of FIG. 6, the layout of the components arranged in the window is designed.
[0047]
FIG. 7A shows a state in which the position and size of a part are input on the editing window. An edit window is displayed as shown in the figure. In this edit window, the cursor is positioned at the position where the part is to be placed and clicked and dragged to input the size of the part.
[0048]
FIG. 7B shows a button attribute screen. This is designed by interactively inputting and selecting button attributes which are parts on the button attribute screen.
As the part name of (1), “X1” is input here, which is a part name for identifying a button as a part.
[0049]
・ Enter a unique number for index number (2).
・ Enter the color and internal style for (3) color scheme. This specifies the character color and background color of the screen and parts, and the hatching pattern.
[0050]
-For the text of (4), the text to be displayed at the position of the button.
・ For the position of (5), input the origin at the upper left to display the button.
[0051]
・ For the size of (6), enter the width and height of the button.
-The initial state of (7) selects the state (standard, minimized, maximized) when the window is first displayed.
[0052]
-CLICK is input as the process definition of (8).
As described above, the editing window screen is displayed. On this screen, the operator inputs / selects the button attributes (1) to (8) for designing. With these designs, the button “OK” in the window 1 shown in FIG. 5 is designed (the processing contents to be actually executed are defined in FIG. 8).
[0053]
FIG. 8 shows a process definition explanatory diagram of the present invention. In this case, an actual process is designed for the process definition defined in the button design of FIG.
Here, the process for the button X1 is designed as shown below.
[0054]
X1. CLICK ()
“Product A” is taken out from the editing part and assigned / sent to item 1 This takes out product A from the editing part, substitutes it into item 1, and sends it to the application program 5. Then, the application program 5 takes out the product A from this item 1 and takes it in itself to perform business processing.
[0055]
As described above, the process definition window screen is displayed, on which the operator designs the button process definition. With these designs, the processing of the button “confirm” in the window 1 shown in FIG. 5 is designed as shown in the processing 1 in the processing definition information 23 of (3) in FIG.
[0056]
FIG. 9 shows a record definition explanatory diagram of the present invention. This is to design items for exchanging data with the application program 5.
When a record definition screen is displayed and a record such as record A is selected on this screen, a list of items of the record A is displayed as shown in the figure. In this list, an item name and an attribute to be newly defined are additionally input and defined as shown. Thereby, it is possible to exchange data by assigning data to the item name between the application program 5 and the user interface execution unit 4.
[0057]
Next, based on the user interface description information 2 and the record definition information 3 designed interactively on the screen according to FIGS. 2 to 9, data is transferred to and from the window 1 of FIG. 5 in which the application program 5 is displayed. As an example of inputting / outputting, the operation when the application program 5 issues a READ request will be described in detail.
[0058]
In FIG. 10, in S21, the operator gives an operation instruction. At this time, the window file name “file A” is designated to give an operation instruction.
In S22, the user interface execution unit 4 extracts the user interface description information 2 from the “file A” instructed in S21, and displays a window. For example, window 1 (title “XX business”) in FIG. 5 is displayed (window 1 is displayed in accordance with (1) window definition information 21 in FIG. 4).
[0059]
In step S23, the component is displayed according to the layout information. Here, as shown in FIG.
Buttons, list parts, and edit parts are respectively displayed ((2) in FIG. 4) Buttons, list parts, and edit parts are displayed according to the layout information 22.
[0060]
In S24, the application program 5 issues a READ request for the record A in a state where buttons, list parts, and edit parts are displayed in the window 1 as shown in FIG. 5 in S23.
[0061]
In S25, in response to the READ request in S24, the operator inputs “product A” to the editing part.
In S26, the edited part “product A” input in S25 is held.
[0062]
In S27, the operator presses the “OK” button.
In S28, the “confirm” button process “process 1” is activated. This activates the process 1 in response to the pressing of the “confirm” button X1 in the layout information 22 of (2) in FIG.
[0063]
In S29, the process 1 started in S28 is set as the process. Here, the retained data “product A” is set in the item 1 of the record A and sent to the application program 5.
In S30, the application program 5 that has received the notification obtains “product A” from the item 1 of the record A. Then, the application program 5 executes the business process based on the “product A” received in response to the issue of the READ request.
[0064]
As described above, in response to the operator specifying the window file name, the window and the editing parts, list parts, and buttons are displayed in the window according to the corresponding user interface description information 2. In this displayed state, in response to the application program 5 issuing an input / output request, here a READ request, the “product A” input from the displayed window is held and the button “OK” on the window is confirmed. In response to the “press”, the “product A” held by the processing “1” of the button “confirm” is set in the item 1 of the designated record A and passed to the application program 5, and the application program 5 Can receive the “product A” passed from the item 1 of the record A and perform business processing.
[0065]
【The invention's effect】
As described above, according to the present invention, window definition information (position, size, etc.) 21 designed by interactive input from the screen, layout information (position, size, etc.) 22 such as parts and buttons, And the process definition information 23 of the process is stored as the user interface description information 2, and the item name used at the time of input / output with the application program 5 designed interactively from the screen is stored as the record definition information 3, Based on the stored information, it is displayed on the window and input / output to / from the application program 5 is adopted. Therefore, detailed knowledge of the window system is not required, and the user interface description is interactively performed. Information 2 and record definition information 3 can be created, and application program 5 and user interface are independent of each other. It can be designed, moreover, can easily be freely change the user interface portion after design. Thus, the application program 5 having a user interface can be developed in a short time.
[Brief description of the drawings]
FIG. 1 is a principle configuration diagram of the present invention.
FIG. 2 is a generation flowchart of user interface description information / record definition information according to the present invention.
FIG. 3 is a flow chart for designing a part according to the present invention.
FIG. 4 is an example of user interface description information / record definition information according to the present invention.
FIG. 5 is a window / part design example of the present invention.
FIG. 6 is an explanatory diagram of a window design according to the present invention.
FIG. 7 is an explanatory diagram of a layout design of the present invention.
FIG. 8 is a process definition explanatory diagram of the present invention.
FIG. 9 is an explanatory diagram of record definition according to the present invention.
FIG. 10 is an operation flowchart at the time of execution of the present invention.
FIG. 11 is an explanatory diagram of a conventional technique.
[Explanation of symbols]
1: User interface generation function 2: User interface description information 21: Window definition information 22: Layout information 23: Process definition information 3: Record definition information 4: User interface execution unit 5: Application program 6: Display device 7: Window

Claims (1)

面を使って入出力を行うユーザインタフェース処理システムにおいて、
ウインドウを識別する情報(以下、ウインドウ識別子という)に対応する位置とサイズを含むウインドウ定義情報と、部品を識別する情報(以下、部品識別子という)に対応するウインドウ識別子と位置とサイズと処理を識別する情報(以下、処理識別子という)を含むレイアウト情報と、処理識別子で識別される所定の処理で用いる項目を識別する情報(以下、項目識別子という)に対応する部品識別子とデータを含む処理定義情報と、を格納するユーザインタフェース記述情報記憶手段と、
応用プログラムとの入出力時に用いるレコード名、項目識別子、属性を含むレコード定義情報を格納するレコード定義情報記憶手段と、
前記ウインドウ定義情報に基づいてウインドウを表示する手段と、
前記レイアウト情報に基づいて前記ウインドウ中に部品を表示する手段と、
前記レイアウト情報に基づいて前記部品に対応する処理を実行する手段と、
前記部品に対応する処理を実行する場合、前記処理定義情報の項目識別子と前記レコード定義情報の項目識別子間でデータの授受を行う手段と
を備えたことを特徴とするユーザインタフェース処理システム。
In the user interface processing system for inputting and outputting with the screen,
Window definition information including a position and size corresponding to information for identifying a window (hereinafter referred to as a window identifier ) , and a window identifier, position, size, and processing corresponding to information for identifying a component (hereinafter referred to as a component identifier ) Process definition information including component information and data corresponding to layout information including information to be performed (hereinafter referred to as process identifier ) and information for identifying an item used in a predetermined process identified by the process identifier (hereinafter referred to as item identifier ) User interface description information storage means for storing,
Record definition information storage means for storing record definition information including a record name, an item identifier, and an attribute used when inputting / outputting with an application program;
Means for displaying a window based on the window definition information;
Means for displaying a part in the window based on the layout information;
Means for executing processing corresponding to the component based on the layout information;
A user interface processing system, comprising: means for exchanging data between an item identifier of the process definition information and an item identifier of the record definition information when executing a process corresponding to the component.
JP12662393A 1993-05-28 1993-05-28 User interface processing system Expired - Fee Related JP3647888B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP12662393A JP3647888B2 (en) 1993-05-28 1993-05-28 User interface processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP12662393A JP3647888B2 (en) 1993-05-28 1993-05-28 User interface processing system

Publications (2)

Publication Number Publication Date
JPH06337779A JPH06337779A (en) 1994-12-06
JP3647888B2 true JP3647888B2 (en) 2005-05-18

Family

ID=14939781

Family Applications (1)

Application Number Title Priority Date Filing Date
JP12662393A Expired - Fee Related JP3647888B2 (en) 1993-05-28 1993-05-28 User interface processing system

Country Status (1)

Country Link
JP (1) JP3647888B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112130814A (en) * 2020-08-06 2020-12-25 亿存(北京)信息科技有限公司 Project construction method and device and electronic equipment

Also Published As

Publication number Publication date
JPH06337779A (en) 1994-12-06

Similar Documents

Publication Publication Date Title
JPH07200278A (en) Program system using graphic
JP2006092570A (en) System and method for configuring program
JPH07129349A (en) Method for displaying file list, method and processor for starting program
JPH08328795A (en) Method for setting tool button and editing device
JP3835589B2 (en) Drawing device and computer-readable recording medium recording drawing program
JP3647888B2 (en) User interface processing system
Bettig et al. An object-oriented program shell for integrating CAD software tools
JP2003091471A (en) Information processing server, information processing program, computer readable recording medium with the program recorded and information processing system
JP4455400B2 (en) Drawing editor device, display device for control, program thereof and recording medium
JPS63118820A (en) Menu display device
JPH0778215A (en) Executing method for job program
JPH07219753A (en) Conversational program development support system
JPH06202863A (en) System for supporting design of gui application program
JP5954309B2 (en) Program generation support apparatus, program generation support method, and program
JP3150889B2 (en) Software development support method and apparatus
JP3547773B2 (en) User interface control device
JP6604140B2 (en) Information processing apparatus, information processing apparatus control method, and program
JPH086773A (en) Object program generator and object program processing method
JPH09114895A (en) Constituting method for job processing execution supporting system
JPH05334059A (en) Work programming method
JPH07306776A (en) Visual programming method
JP2003263541A (en) Scenario edition device and its processing method
JP2007280093A (en) Picture data preparation method
JP2001051836A (en) Device for supporting software development by gui and its method
JPH10301762A (en) Accessory information processor

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20010918

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20041224

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20050210

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

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20090218

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20090218

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20100218

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20110218

Year of fee payment: 6

LAPS Cancellation because of no payment of annual fees