JPH01162922A - System for managing display window - Google Patents

System for managing display window

Info

Publication number
JPH01162922A
JPH01162922A JP62320902A JP32090287A JPH01162922A JP H01162922 A JPH01162922 A JP H01162922A JP 62320902 A JP62320902 A JP 62320902A JP 32090287 A JP32090287 A JP 32090287A JP H01162922 A JPH01162922 A JP H01162922A
Authority
JP
Japan
Prior art keywords
window
command
display
processing
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.)
Pending
Application number
JP62320902A
Other languages
Japanese (ja)
Inventor
Shigeyuki Kiguchi
木口 重幸
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.)
NEC Corp
Original Assignee
NEC Corp
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 NEC Corp filed Critical NEC Corp
Priority to JP62320902A priority Critical patent/JPH01162922A/en
Publication of JPH01162922A publication Critical patent/JPH01162922A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To eliminate the logical contradictions generated among windows due to the correction of the window display contents by performing the display of the window regeneration. CONSTITUTION:The primary part of an information processing system consists of a CPU 1, an input device 2 including a keyboard device, a mouse, etc., a main memory 3, and a display device 4 including a CRT display device, etc. Then a series of command trains which produce the contents of the window display are controlled and reused at every window. The logical connections of plural windows are controlled by a window logic structure and a re-execution pointer. Thus it is possible to maintain the absence of the logical contradictions generated among windows due to the correction of the window display contents.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は表示ウィンドウ管理方式に関し、特にマルチウ
ィンドウ表示可能な情報処理システムにおける表示ウィ
ンドウ管理方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a display window management method, and particularly to a display window management method in an information processing system capable of displaying multiple windows.

〔従来の技術〕[Conventional technology]

従来、この種の表示ウィンドウ管理方式は、ウィンドウ
に対応する表示内容をイメージとして保持して管理する
方式であった。
Conventionally, this type of display window management system has been a system in which display content corresponding to a window is held and managed as an image.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

上述した従来の表示ウィンドウ管理方式では、表示され
たウィンドウの内容をイメージとして保持して管理する
ようになっているので、複数のウィンドウが論理的なつ
ながりに基づいて表示されているときには、その中のあ
るウィンドウの表示内容の更新による他のウィンドウの
表示内容に対する影響を反映させることができず、同時
に表示されている複数のウィンドウの表示内容の間に矛
盾が発生する場合があるという欠点がある。
In the conventional display window management method described above, the contents of the displayed window are retained and managed as images, so when multiple windows are displayed based on logical connections, the contents of the displayed windows are This method has the disadvantage that updating the display contents of one window cannot affect the display contents of other windows, and conflicts may occur between the display contents of multiple windows that are displayed at the same time. .

例えば、データベースを検索してその検索したデータに
基づいてグラフを描画するという一連の処理を行う場合
、つまりあるデータベースから必要な表データを検索す
る処理を行うウィンドウ。
For example, when performing a series of processes such as searching a database and drawing a graph based on the searched data, this window is used to search for necessary tabular data from a database.

検索された表データから描画したいデータの範囲を指定
する処理を行うウィンドウおよび指定範囲のデータに対
するグラフを描画する処理を行うウィンドウを実現させ
る場合を考えると、表示されている3枚のウィンドウの
うちの検索された表データの範囲を指定するウィンドウ
に対して指定範囲の変更指示を行った後に3枚のウィン
ドウのうちのグラフを描画するウィンドウの再現表示を
指定しただけでは、以前に描画されたグラフのイメージ
の内容が変更されずに表示が行われ、変更された範囲の
データに対するグラフの再描画が即座には行われないの
で、データの範囲の変更指示を行ったウィンドウの内容
と以前に描画されたグラフを表示しているウィンドウの
内容との間に矛盾が発生する。
When creating a window that performs processing to specify the range of data to be drawn from the searched table data and a window that performs processing to draw a graph for the specified range of data, one of the three displayed windows If you only specify the reproduction display of the window that draws the graph among the three windows after instructing the window that specifies the range of the searched table data to change the specified range, it will not be possible to display the previously drawn window. The contents of the graph image are displayed without being changed, and the graph is not immediately redrawn for the data in the changed range, so the contents of the window where the data range was instructed to change and the previous A conflict occurs between the drawn graph and the contents of the window displaying it.

本発明の目的は、上述の点に鑑み、ウィンドウの再現表
示によりウィンドウの表示内容の修正によって発生した
ウィンドウ間の論理的な矛盾を解消することができるよ
うにした表示ウィンドウ管理方式を提供することにある
In view of the above-mentioned points, an object of the present invention is to provide a display window management method capable of resolving logical contradictions between windows caused by modifying the display contents of windows by reproducing the windows. It is in.

〔問題点を解決するための手段〕[Means for solving problems]

本発明の表示ウィンドウ管理方式は、マルチウィンドウ
表示可能な情報処理システムにおいて、表示されたウィ
ンドウのウィンドウ識別番号と、各ウィンドウの表示内
容を再現させかつ修正に応じて表示内容の変更を行いう
る一連のコマンド列と、各ウィンドウの表示位置および
表示順位を表すウィンドウ描画位置・順位情報と、ウィ
ンドウ間の論理的なつながりを表すウィンドウ論理構造
と、どのウィンドウが再現されたかを表す再実行ポイン
タとを格納するウィンドウ情報管理部と、入力装置から
投入された指令を解釈して解釈された指令内容に基づい
て一連のコマンド列の生成。
The display window management method of the present invention is a system for reproducing the window identification number of the displayed window and the display content of each window in an information processing system capable of multi-window display, and for changing the display content according to corrections. command string, window drawing position/rank information representing the display position and display order of each window, window logical structure representing logical connections between windows, and re-execution pointer representing which window has been reproduced. A window information management unit stores the information, and a series of command sequences are generated based on the interpreted command contents by interpreting the commands input from the input device.

前記ウィンドウ情報管理部への一連のコマンド列の格納
、前記ウィンドウ情報管理部に格納された一連のコマン
ド列の修正、処理手続きの呼出し指示、描画内容を表示
する描画指示等を行う指令解釈・コマンド処理手段と、
この指令解釈・コマンド処理手段からの指示に基づいて
対応する処理手続きを呼び出す処理手続き呼出し手段と
、前記指令解釈・コマンド処理手段から渡された描画指
示を送付する描画指示送付手段とを含むコマンド処理部
と、前記入力装置から投入された指令を前記コマンド処
理部に送付する指令送付手段と、前記コマンド処理部か
ら送付された描画指示に基づいて前記ウィンドウ情報管
理部を参照しながら表示装置に描画情報を出力する描画
情報出力手段とを含む入出力制御部とを有する。
Command interpretation/commands for storing a series of command strings in the window information management section, modifying the series of command strings stored in the window information management section, instructing to call a processing procedure, drawing instructions to display drawing contents, etc. processing means;
Command processing including processing procedure calling means for calling a corresponding processing procedure based on the instruction from the command interpretation/command processing means, and drawing instruction sending means for sending the drawing instruction passed from the command interpretation/command processing means. a command sending unit for sending commands input from the input device to the command processing unit; and drawing on the display device while referring to the window information management unit based on the drawing instructions sent from the command processing unit. It has an input/output control section including a drawing information output means for outputting information.

〔作用〕[Effect]

本発明の表示ウィンドウ管理方式では、ウィンドウ情報
管理部が表示されたウィンドウのウィンドウ識別番号と
、各ウィンドウの表示内容を再現させかつ修正に応じて
表示内容の変更を行いうる一連のコマンド列と、各ウィ
ンドウの表示位置および表示順位を表すウィンドウ描画
位置・順位情報と、ウィンドウ間の論理的なつながりを
表すウィンドウ論理構造と、どのウィンドウが再現され
たかを表す再実行ポインタとを格納し、コマンド処理部
の指令解釈・コマンド処理手段が入力装置から投入され
た指令を解釈して解釈された指令内容に基づいて一連の
コマンド列の生成、ウィンドウ情報管理部への一連のコ
マンド列の格納、ウィンドウ情報管理部に格納された一
連のコマンド列の修正、処理手続きの呼出し指示、描画
内容を表示する描画指示等を行い、処理手続き呼出し手
段が指令解釈・コマンド処理手段からの指示に基づいて
対応する処理手続きを呼び出し、描画指示送付手段が指
令解釈・コマンド処理手段から渡された描画指示を送付
し、入出力制御部の指令送付手段が入力装置から投入さ
れた指令をコマンド処理部に送付し、描画情報出力手段
がコマンド処理部から送付された描画指示に基づいてウ
ィンドウ情報管理部を参照しながら表示装置に描画情報
を出力する。
In the display window management method of the present invention, the window information management unit includes a window identification number of a displayed window, a series of command strings that can reproduce the display content of each window, and change the display content according to corrections. Stores window drawing position and order information that indicates the display position and display order of each window, a window logical structure that indicates the logical connection between windows, and a re-execution pointer that indicates which window has been reproduced, and processes commands. The command interpretation/command processing means of the section interprets the command input from the input device, generates a series of command strings based on the interpreted command contents, stores the series of command strings in the window information management section, and performs window information. A process in which a series of command strings stored in the management unit are modified, a processing procedure is called, a drawing instruction is given to display drawing contents, etc., and the processing procedure calling means responds based on instructions from the command interpretation/command processing means. The procedure is called, the drawing instruction sending means sends the drawing instruction passed from the command interpretation/command processing means, and the command sending means of the input/output control section sends the command input from the input device to the command processing section, and the drawing The information output means outputs drawing information to the display device based on the drawing instruction sent from the command processing section while referring to the window information management section.

〔実施例〕〔Example〕

次に、本発明について図面を参照して詳細に説明する。 Next, the present invention will be explained in detail with reference to the drawings.

第1図は、本発明の一実施例の表示ウィンドウ管理方式
が適用された情報処理システムの構成を示すブロック図
である。この情報処理システムは、中央処理装置1と、
キーボード装置、マウス(位置指定装置)等からなる入
力装置2と、主記憶3と、CRTデイスプレィ装置等か
らなる表示装置4とから、その主要部が構成されている
FIG. 1 is a block diagram showing the configuration of an information processing system to which a display window management method according to an embodiment of the present invention is applied. This information processing system includes a central processing unit 1,
The main parts thereof include an input device 2 consisting of a keyboard device, a mouse (position specifying device), etc., a main memory 3, and a display device 4 consisting of a CRT display device etc.

中央処理装置lは、入出力制御部5と、コマンド処理部
6と、処理手続き部7とを含んで構成されている。
The central processing unit 1 includes an input/output control section 5, a command processing section 6, and a processing procedure section 7.

主記憶3には、ウィンドウ情報管理部8が設けられてい
る。
The main memory 3 is provided with a window information management section 8 .

入出力制御部5は、入力装置2および表示装置4とのイ
ンタフェースを行うインタフェース手段11と、入力装
置2から投入された指令(コマンド。
The input/output control unit 5 includes an interface means 11 that interfaces with the input device 2 and the display device 4, and commands input from the input device 2.

位置指定等)をコマンド処理部6に送付する指令送付手
段12と、コマンド処理部6から送付されてくる描画指
示に基づいてウィンドウ情報管理部8を参照しながら表
示装置4に描画情報を出力する描画情報出力手段13と
、ウィンドウ情報管理部8を参照するウィンドウ情報管
理部参照手段14とを含んでいる。
A command sending means 12 sends information (position designation, etc.) to the command processing section 6, and drawing information is output to the display device 4 while referring to the window information management section 8 based on drawing instructions sent from the command processing section 6. It includes a drawing information output means 13 and a window information management section reference means 14 that refers to the window information management section 8.

コマンド処理部6は、入出力制御部5がら送付されてき
た指令をあらかじめ定義された文法に従って解釈して解
釈された指令内容に基づいて一連のコマンド列32(第
3図参照)を生成したり処理手続きを呼び出す指示を行
ったり一連のコマンド列32をウィンドウ情報管理部8
に格納したりウィンドウ情報管理部8に格納された一連
のコマンド列32の修正を行ったりウィンドウ情報管理
部8から一連のコマンド列を取り出したり描画内容を表
示する描画指示を行ったりする指令解釈・コマンド処理
手段15と、指令解釈・コマンド処理手段15からの指
示に基づいて対応する処理手続きを呼び出す処理手続き
呼出し手段16と、指令解釈・コマンド処理手段15で
生成された一連のコマンド列32等の各種の情報をウィ
ンドウ情報管理部8に格納したりウィンドウ情報管理部
8から取り出したりするウィンドウ情報管理部読み書き
手段17と、指令解釈・コマンド処理手段15から渡さ
れたウィンドウの描画指示を入出力制御部5に送付する
描画指示送付手段18とを含んでいる。
The command processing unit 6 interprets the commands sent from the input/output control unit 5 according to a predefined grammar, and generates a series of command strings 32 (see FIG. 3) based on the interpreted command contents. The window information management unit 8 issues instructions to call processing procedures and sends a series of command sequences 32 to the window information management unit 8.
command interpretation and modification of the series of command strings 32 stored in the window information management section 8, extracting the series of command strings from the window information management section 8, and issuing drawing instructions to display drawing contents. A command processing means 15, a processing procedure calling means 16 that calls a corresponding processing procedure based on an instruction from the command interpretation/command processing means 15, and a series of command strings 32 etc. generated by the command interpretation/command processing means 15. A window information management unit reading/writing unit 17 that stores various information in the window information management unit 8 and retrieves it from the window information management unit 8, and input/output control of window drawing instructions passed from the command interpretation/command processing unit 15. and a drawing instruction sending means 18 for sending the drawing instruction to the drawing section 5.

処理手続き部7は、コマンド処理部6からの指示に基づ
くデータベース操作、数値計算等の内部の処理手続きを
実行するためのものである。
The processing procedure unit 7 is for executing internal processing procedures such as database operations and numerical calculations based on instructions from the command processing unit 6.

ウィンドウ情報管理部8は、ウィンドウ識別番号31 
(第3図参照)毎にウィンドウの描画指示を生成させる
一連のコマンド列32と各ウィンドウの表示位置および
表示順位を表すウィンドウ描画位置・順位情報33(第
3図参照)とをウィンドウ情報23として管理するとと
もに、表示された各ウィンドウ間の論理的なつながりを
表すウィンドウ論理構造21(第2図参照)とどのウィ
ンドウが再現されたかを表す再実行ポインタ22(第2
図参照)とを格納するものである。
The window information management unit 8 uses the window identification number 31
The window information 23 includes a series of command strings 32 that generate drawing instructions for each window (see Fig. 3), and window drawing position/rank information 33 (see Fig. 3) indicating the display position and display order of each window. It also manages the window logical structure 21 (see Figure 2) that represents the logical connection between each displayed window and the re-execution pointer 22 (second window) that represents which window has been reproduced.
(see figure).

第2図は、ウィンドウ情報管理部8の内部構成を示す図
である。ウィンドウ情報管理部8には、ウィンドウ論理
構造21と、再実行ボインク22と、ウィンドウ情報2
3とが格納されている。ウィンドウ情報管理部8に格納
されるウィンドウ論理構造21および再実行ポインタ2
2の内容および数は、表示されているウィンドウの論理
的な木構造によって変化する。ここで、ウィンドウの論
理的な木構造とは、あるウィンドウの表示内容に基づい
て別のウィンドウの処理が行われている場合に、それら
のウィンドウ間に親子関係を導入し、前者のつイントウ
を親または先祖のウィンドウ、後者のウィンドウを子ま
たは子孫のウィンドウと呼び、これらのウィンドウの親
子関係を集めて木構造として表現したものである。
FIG. 2 is a diagram showing the internal configuration of the window information management section 8. As shown in FIG. The window information management unit 8 includes a window logical structure 21, a re-execution point 22, and window information 2.
3 is stored. Window logical structure 21 and re-execution pointer 2 stored in window information management unit 8
The contents and number of 2 vary depending on the logical tree structure of the displayed window. Here, a logical tree structure of windows means that when the processing of another window is performed based on the display contents of one window, a parent-child relationship is introduced between those windows, and the two windows of the former are The latter window is called a parent or ancestor window, and the latter window is called a child or descendant window, and the parent-child relationship of these windows is expressed as a tree structure.

例えば、第4図に示すような木構造で表されるウィンド
ウ間の親子関係を考えると、ウィンドウW、はウィンド
ウW、のデータを用いて処理を行ったもの、ウィンドウ
W、、3はさらにウィンドウW1.のデータを用いて処
理を行ったものを表す。
For example, considering the parent-child relationship between windows represented by a tree structure as shown in Figure 4, window W is the one processed using the data of window W, and window W, . W1. represents the processing performed using the data of

例えば、ウィンドウW、、W、、およびW、3が、デー
タベースから表データを検索する処理を行うウィンドウ
、検索した表データからデータの範囲を指定する処理を
行うウィンドウおよび指定範囲のデータに対するグラフ
を描画する処理を行うウィンドウにそれぞれ対応してい
るような場合がこれに相当する。
For example, windows,W,,,W,, and,W,3,are windows that perform processing to search,table data from a database, windows that perform processing to specify,a range of data from the retrieved table data, and windows that,process graphs for data in the specified range. This corresponds to a case where each window corresponds to a window that performs drawing processing.

第3図は、ウィンドウ情報23のさらに詳細な内部構成
の一例を示す図である。ウィンドウ情報23はウィンド
ウ単位で存在し、ウィンドウ識別番号31と、コマンド
列32と、ウィンドウ描画位置・順位情報33とからな
る。ウィンドウ識別番号31は、そのウィンドウを唯一
識別するためのものである。
FIG. 3 is a diagram showing an example of a more detailed internal structure of the window information 23. The window information 23 exists for each window, and consists of a window identification number 31, a command string 32, and window drawing position/rank information 33. The window identification number 31 is used to uniquely identify that window.

コマンド列32は、そのウィンドウを再現させるのに必
要なコマンドを指令解釈・コマンド処理手段15で解釈
できる形式(コマンド名およびパラメータ列)で複数順
番に並べたものである。ウィンドウ描画位置・順位情報
33は、表示装置4に表示するウィンドウが重なって表
示される場合のためにそのウィンドウの表示位置および
表示順位を表すものである。
The command string 32 is a plurality of commands necessary for reproducing the window arranged in order in a format (command name and parameter string) that can be interpreted by the command interpretation/command processing means 15. The window drawing position/order information 33 indicates the display position and display order of windows displayed on the display device 4 in case they are displayed overlapping each other.

第5図は、ウィンドウ論理構造21と再実行ポインタ2
2との具体的な内容を第4図の木構造で表されるウィン
ドウの親子関係に従って表現した一例を示す図である。
FIG. 5 shows the window logical structure 21 and the re-execution pointer 2.
FIG. 4 is a diagram showing an example in which the specific contents of Windows 2 and 2 are expressed according to the parent-child relationship of windows represented by the tree structure of FIG. 4;

ウィンドウ論理構造21は、ウィンドウの木構造の末端
のウィンドウ(W+□。
The window logical structure 21 is the terminal window (W+□) of the window tree structure.

W、1!等のそれ以下の下位レベルのウィンドウが存在
しないウィンドウ)毎に存在し、再実行ポインタ22が
各ウィンドウ論理構造21毎に付加されている。
W, 1! A re-execution pointer 22 is added to each window logical structure 21.

次に、このように構成された本実施例の表示ウィンドウ
管理方式の動作について説明する。
Next, the operation of the display window management system of this embodiment configured as described above will be explained.

■ 初期ウィンドウの生成 マルチウィンドウ表示可能な情報処理システムが立ち上
げられると、初期ウィンドウが表示装置4に表示される
■ Creation of initial window When an information processing system capable of multi-window display is started up, an initial window is displayed on the display device 4.

利用者がマルチウィンドウ表示可能な情報処理システム
を立ち上げると、まずウィンドウ情報管理部8に初期ウ
ィンドウのウィンドウ論理構造21゜再実行ポインタ2
2およびウィンドウ情報23が図示しない補助記憶装置
等から格納される。
When a user starts up an information processing system that can display multiple windows, the window information management unit 8 first stores the window logical structure 21° re-execution pointer 2 of the initial window.
2 and window information 23 are stored from an auxiliary storage device (not shown) or the like.

コマンド処理部6では、指令解釈・コマンド処理手段1
5が、初期ウィンドウのウィンドウ識別番号31に基づ
いてウィンドウ情報管理部読み書き手段17によりウィ
ンドウ情報管理部8からウィンドウ情報23を読み出し
、ウィンドウ情報23中のコマンド列32を処理して初
期ウィンドウを生成する描画指示(ウィンドウ識別番号
31を含む、以下同様)を生成し、生成した描画指示を
描画指示送付手段18により入出力制御部5に送付する
In the command processing unit 6, the command interpretation/command processing means 1
5 reads the window information 23 from the window information management unit 8 using the window information management unit read/write means 17 based on the window identification number 31 of the initial window, processes the command string 32 in the window information 23, and generates an initial window. A drawing instruction (including the window identification number 31, the same applies hereinafter) is generated, and the generated drawing instruction is sent to the input/output control unit 5 by the drawing instruction sending means 18.

入出力制御部5では、コマンド処理部6から送付されて
きた描画指示を受けた描画情報出力手段13が、ウィン
ドウ識別番号31に基づいてウィンドウ情報管理部参照
手段14によりウィンドウ情報管理部8のウィンドウ描
画位置・順位情報33を参照して初期ウィンドウを生成
する描画指示を初期ウィンドウを描画する描画情報に変
換し、この描画情報をインタフェース手段11を介して
表示装置4に出力する。
In the input/output control section 5, the drawing information output means 13 receives the drawing instruction sent from the command processing section 6, and uses the window information management section reference means 14 to select the window of the window information management section 8 based on the window identification number 31. With reference to the drawing position/rank information 33, a drawing instruction for generating an initial window is converted into drawing information for drawing an initial window, and this drawing information is output to the display device 4 via the interface means 11.

この結果、表示装置4上に初期ウィンドウが生成されて
表示される。
As a result, an initial window is generated and displayed on the display device 4.

■ 処理手続きの呼出し 利用者は、ウィンドウの表示状態から処理手続き呼出し
指令を投入することにより、ウィンドウに対応する処理
手続きを処理手続き部7において行わせて、処理結果を
そのウィンドウに表示させたり、処理結果に伴って新た
に生成される子のウィンドウに表示させたりすることが
できる。
■ Calling a processing procedure By inputting a processing procedure calling command from the display state of a window, the user can cause the processing procedure unit 7 to perform a processing procedure corresponding to the window and display the processing result in the window. It can be displayed in a child window that is newly generated according to the processing result.

利用者がある処理手続きを行うウィンドウに対して入力
装置2から処理手続き呼出し指令を投入すると、この処
理手続き呼出し指令はインタフェ−大手段11を介して
指令送付手段12に渡され、指令送付手段12によりコ
マンド処理部6に送付される。
When a user inputs a processing procedure call command from the input device 2 to a window for performing a certain processing procedure, this processing procedure call command is passed to the command sending means 12 via the large interface means 11, and the command sending means 12 The command is sent to the command processing unit 6.

コマンド処理部6では、指令解釈・コマンド処理手段1
5が、送付されてきた処理手続き呼出し指令をあらかじ
め定義されている文法に従って解釈して、処理手続き呼
出し手段16により処理手続き部7を呼び出して必要な
処理の指示を与える。また、これと同時に、指令解釈・
コマンド処理手段15は、必要な処理の指示を再現可能
な一連のコマンド列を生成し、ウィンドウ情報管理部読
み書き手段17によりウィンドウ情報管理部8の該当す
るウィンドウ識別番号31に対応するコマンド列32に
追加する。
In the command processing unit 6, the command interpretation/command processing means 1
5 interprets the sent processing procedure call command according to a predefined grammar, calls the processing procedure unit 7 by the processing procedure calling means 16, and gives necessary processing instructions. At the same time, directive interpretation and
The command processing means 15 generates a series of command strings capable of reproducing necessary processing instructions, and the window information management section read/write section 17 converts the command strings 32 corresponding to the corresponding window identification numbers 31 of the window information management section 8 into to add.

処理手続き部7は、コマンド処理部6から与えられた必
要な処理の指示に基いて対応する内部処理を行い、必要
な処理の指示に処理結果の出力表示の指示が含まれてい
たならば、処理結果を出力表示するための指示をコマン
ド処理部6に返却する。
The processing procedure section 7 performs the corresponding internal processing based on the necessary processing instructions given from the command processing section 6, and if the necessary processing instructions include an instruction to output and display the processing results, An instruction for outputting and displaying the processing result is returned to the command processing unit 6.

なお、処理結果を出力するために必要になる処理結果の
データ自体は、例えば主記憶3や図示しない補助記憶装
置上に設けられた一時データ格納部(図示せず)に格納
される。この−時データ格納部内に格納されたデータは
、ウィンドウの描画時に適宜読み出されて使用される。
Note that the processing result data itself that is necessary for outputting the processing result is stored, for example, in a temporary data storage section (not shown) provided on the main memory 3 or an auxiliary storage device (not shown). The data stored in this -time data storage section is read out and used as appropriate when drawing a window.

コマンド処理部6では、処理手続き部7から返却された
処理結果を出力表示するための指示を処理手続き呼出し
手段16を介して指令解釈・コマンド処理手段15が受
は取り、指令解釈・コマンド処理手段15は処理結果を
出力表示するための指示をあらかじめ定義されている文
法に従って解釈する。
In the command processing section 6, the instruction for outputting and displaying the processing result returned from the processing procedure section 7 is received by the instruction interpretation/command processing section 15 via the processing procedure calling section 16. 15 interprets instructions for outputting and displaying processing results according to a predefined grammar.

処理結果を出力表示するための指示が処理手続き呼出し
指令が投入されたウィンドウへの処理結果の描画を示し
ている場合には、指令解釈・コマンド処理手段15は、
処理結果を出力表示するための指示をウィンドウへの処
理結果の描画指示に変換して描画指示送付手段18によ
り入出力制御部5に送付する。
If the instruction for outputting and displaying the processing result indicates drawing the processing result on the window into which the processing procedure call command was input, the instruction interpretation/command processing means 15:
An instruction for outputting and displaying the processing result is converted into an instruction to draw the processing result on a window, and the drawing instruction sending means 18 sends the drawing instruction to the input/output control section 5.

また、処理結果を出力表示するための指示が新たなウィ
ンドウの生成を示している場合には、指令解釈・コマン
ド処理手段15は、処理結果を出力表示するための指示
をウィンドウを生成する描画指示に変換して描画指示送
付手段18により人出力制御部5に送付する。これと同
時に、指令解釈・コマンド処理手段15は、ウィンドウ
を生成する描画指示に基づいてウィンドウを生成する描
画指示を再現可能な一連のコマンド列を生成し、新たな
ウィンドウ識別番号31を付与してウィンドウ描画位置
・順位情報33を付加してウィンドウ情報管理部読み書
き手段17によりウィンドウ情報管理部8に格納する。
Further, when the instruction for outputting and displaying the processing result indicates the generation of a new window, the command interpretation/command processing means 15 converts the instruction for outputting and displaying the processing result into the drawing instruction for generating the window. The drawing instruction sending means 18 sends the drawing instruction to the human output control section 5. At the same time, the command interpretation/command processing means 15 generates a series of commands that can reproduce the drawing instruction to generate a window based on the drawing instruction to generate a window, and assigns a new window identification number 31. The window drawing position/rank information 33 is added and stored in the window information management section 8 by the window information management section reading/writing means 17.

また、指令解釈・コマンド処理手段15は、生成される
ウィンドウが木構造の最下位レベルのウィンドウとなる
ので、ウィンドウ論理構造21および再実行ポインタ2
2を生成して、ウィンドウ情報管理部読み書き手段17
によりウィンドウ情報管理部8に格納する。
In addition, the command interpretation/command processing means 15 uses the window logical structure 21 and the re-execution pointer 2 because the generated window is the lowest level window in the tree structure.
2, the window information management section reading/writing means 17
The information is stored in the window information management unit 8 by the following.

入出力制御部5では、コマンド処理部6からのウィンド
ウ・・・の処理結果の描画指示またはウィンドウを生成
する描画指示を基に描画情報出力手段13がウィンドウ
情報管理部参照手段14によりウィンドウ情報管理部8
のウィンドウ描画位置・順位情報33等を参照して、表
示装置4の指定されたウィンドウに処理結果を描画する
描画情報または新たなウィンドウを生成して描画する描
画情報に変換し、この描画情報をインタフェース手段1
1を介して表示装置4に出力する。
In the input/output control section 5, the drawing information output means 13 uses the window information management section reference means 14 to manage window information based on a drawing instruction for the processing result of a window or a drawing instruction for generating a window from the command processing section 6. Part 8
With reference to the window drawing position/rank information 33, etc., the processing result is converted into drawing information for drawing the processing result on the designated window of the display device 4 or drawing information for generating and drawing a new window, and this drawing information is Interface means 1
1 to the display device 4.

この結果、表示装置4に処理手続きの処理結果が表示さ
れる。
As a result, the processing result of the processing procedure is displayed on the display device 4.

以上の処理手続きの呼出しの処理過程を繰り返して行う
ことによって、ウィンドウの生成および表示ならびに処
理手続きの処理結果の表示が行われると同時にコマンド
列の蓄積がウィンドウ情報管理部8において行われる。
By repeating the process of calling the processing procedure described above, the window information management section 8 generates and displays a window, displays the processing result of the processing procedure, and at the same time stores a command string.

このコマンド列の蓄積はウィンドウ単位で行われ、生成
されたウィンドウ毎にウィンドウ情報23にコマンド列
32が順々に蓄積される。
This accumulation of command strings is performed on a window-by-window basis, and the command string 32 is sequentially accumulated in the window information 23 for each generated window.

■ ウィンドウの表示内容の修正 利用者は、ウィンドウ修正指令を投入することにより、
ウィンドウの表示内容を修正することができる。
■ Modifying the window display contents By inputting a window modification command, the user can
You can modify the window display contents.

利用者が入力装置2からウィンドウ修正指令を投入する
と、このウィンドウ修正指令は、インタフェース手段1
1を介して指令送付手段12に渡され、指令送付手段1
2によりコマンド処理部6に送付される。
When the user inputs a window modification command from the input device 2, this window modification command is sent to the interface means 1.
1 to the command sending means 12, and the command sending means 1
2 is sent to the command processing section 6.

コマンド処理部6では、指令解釈・コマンド処理手段1
5が送付されてきたウィンドウ修正指令をあらかじめ定
義されている文法に従って解釈して、ウィンドウ情報管
理部読み書き手段17によりウィンドウ情報管理部8の
該当するウィンドウ識別番号31に対応する一連のコマ
ンド列32を修正する。
In the command processing unit 6, the command interpretation/command processing means 1
5 interprets the sent window modification command according to a predefined grammar, and the window information management section reading/writing means 17 reads a series of command strings 32 corresponding to the corresponding window identification number 31 of the window information management section 8. Fix it.

また、このとき、コマンド列32が修正されたウィンド
ウを含むウィンドウ論理構造21に対応する再実行ポイ
ンタ22がウィンドウ修正指令を受は付けたウィンドウ
に対して設定される。そして、コマンド列32の修正後
は、指令解釈・コマンド処理手段15は、ウィンドウ情
報管理部読み書き手段17によりウィンドウ情報管理部
8から修正済の一連のコマンド列32を取り出し、■の
処理手続きの呼出しの場合と同様にして、修正済のウィ
ンドウの表示内容が表示装置4上に描画される。
Also, at this time, the re-execution pointer 22 corresponding to the window logical structure 21 that includes the window whose command string 32 has been modified is set for the window that has accepted the window modification command. After the command string 32 has been modified, the command interpretation/command processing means 15 retrieves the corrected series of command strings 32 from the window information management section 8 using the window information management section reading/writing means 17, and calls the processing procedure (2). In the same manner as in the above case, the modified display contents of the window are drawn on the display device 4.

この結果、修正されたウィンドウの表示内容は、以前の
同一のウィンドウ識別番号31をもつウィンドウの表示
内容とは異なったものとなる。
As a result, the display content of the modified window becomes different from the display content of the previous window having the same window identification number 31.

■ ウィンドウの再現表示 利用者は、ウィンドウ再現表示指令を投入することによ
り、ウィンドウ情報管理部8に蓄積されたウィンドウ情
報23等に基づいてウィンドウを再現表示させることが
できる。
(2) Reproducing and displaying a window The user can reproduce and display a window based on the window information 23 and the like stored in the window information management section 8 by inputting a window reproduction and display command.

入力袋W2からウィンドウ再現表示指令が投入されると
、このウィンドウ再現表示指令はインタフェース手段1
1を介して指令送付手段12に渡され、指令送付手段1
2によりコマンド処理部6に送付される。
When a window reproduction display command is input from the input bag W2, this window reproduction display command is sent to the interface means 1.
1 to the command sending means 12, and the command sending means 1
2 is sent to the command processing unit 6.

コマンド処理部6では、指令解釈・コマンド処理手段1
5が送付されてきたウィンドウ再現表示指令をあらかじ
め定義されている文法に従って解釈して、ウィンドウ情
報管理部読み書き手段17によりウィンドウ情報管理部
8からウィンドウ識別番号31に基づいて一連のコマン
ド列32を取得し、■の処理手続きの呼出しの場合と同
様にして、ウィンドウの再現表示が行われる。
In the command processing unit 6, the command interpretation/command processing means 1
5 interprets the sent window reproduction display command according to a predefined grammar, and acquires a series of command strings 32 from the window information management section 8 based on the window identification number 31 by the window information management section reading/writing means 17. Then, the window is reproduced and displayed in the same manner as in the case of calling the processing procedure (2).

また、■のウィンドウの表示内容の修正を行ったときに
は、そのままでは修正されたウィンドウの表示内容が子
のウィンドウの表示内容に反映されていないので、両ウ
ィンドウの表示内容に矛盾が発生する場合がある。この
ような場合には、利用者が子のウィンドウに対するウィ
ンドウの再現表示指令を入力装置2から投入することに
より、ウィンドウ間の表示内容の矛盾を解消することが
できる。すなわち、コマンド処理部6では、利用者から
のウィンドウ再現表示指令に基いて、ウィンドウ論理構
造21および再実行ボインク22を参照して、親のウィ
ンドウの表示内容に従った子のウィンドウの再現表示を
行う、子のウィンドウの再現表示時に、再現表示された
子のウィンドウに対して再実行ポインタ22が設定され
る。なお、ある親のウィンドウから末端のウィンドウま
での再現表示指令を与えることにより、連続的に全ての
子孫のウィンドウに対する再現表示を行うこともでき、
この場合には末端のウィンドウに対して再実行ポインタ
22が設定される。
Additionally, when you modify the display content of the window in ■, the modified window display content will not be reflected in the display content of the child window, so there may be a conflict between the display content of both windows. be. In such a case, by inputting a window reproduction display command for the child window from the input device 2, the user can resolve the inconsistency in the display contents between the windows. That is, the command processing unit 6 refers to the window logical structure 21 and the re-execution point 22 based on a window reproduction display command from the user, and reproduces and displays the child window according to the display contents of the parent window. When the child window is reproduced and displayed, a re-execution pointer 22 is set for the reproduced child window. By giving a reproduction display command from a certain parent window to the terminal window, it is also possible to continuously reproduce the display for all descendant windows.
In this case, a re-execution pointer 22 is set for the terminal window.

■ 別ウィンドウの生成 利用者は、ある親のウィンドウにおいて先に投入された
処理手続き呼出し指令によりある子のウィンドウが生成
されて表示された状態であっても、同じ親ウィンドウに
対して別の処理手続き呼出し指令を入力装置2から投入
することにより、別の子のウィンドウを生成して表示さ
せることができる0例えば、検索された表データに対し
てグラフを描画させた後に、同一の指定範囲のデータに
対してもう1つ別のグラフを描画するような場合がこれ
に相当する。
■ Creation of another window Even if a child window is created and displayed due to a processing procedure call command that was previously input in a parent window, the user cannot perform another process on the same parent window. By inputting a procedure call command from the input device 2, another child window can be generated and displayed. For example, after drawing a graph for the searched table data, This is the case when you want to draw another graph for the data.

利用者が入力装置2から別の処理手続き呼出し指令を投
入すると、■の処理手続きの呼出しの場合と同様にして
ウィンドウの生成および表示が行われる。このようにし
て新たに生成されたウィンドウに対しては、木構造の最
下位レベルのウィンドウとなるので、新たにウィンドウ
論理構造21および再実行ポインタ22が与えられるこ
とはいうまでもない。
When the user inputs another processing procedure call command from the input device 2, a window is generated and displayed in the same manner as in the case of calling the processing procedure (2). It goes without saying that the window newly generated in this way is given a new window logical structure 21 and a re-execution pointer 22, since it becomes the lowest level window in the tree structure.

■ ウィンドウの削除 利用者は、あるウィンドウに対してウィンドウ削除指令
を投入することにより、削除対象となるウィンドウから
すべての子孫のウィンドウまでを削除することができる
■ Deleting a window By issuing a window deletion command to a certain window, the user can delete all descendant windows from the window to be deleted.

入力装置2からウィンドウ削除指令が投入されると、こ
のウィンドウ削除指令はインタフェース手段11を介し
て指令送付手段12に渡され、指令送付手段12により
コマンド処理部6に送付される。
When a window deletion command is input from the input device 2, this window deletion command is passed to the command sending means 12 via the interface means 11, and is sent to the command processing section 6 by the command sending means 12.

コマンド処理部6では、指令解釈・コマンド処理手段1
5が送付されてきたウィンドウ削除指令をあらかじめ定
義されている文法に従って解釈して、ウィンドウ情報管
理部読み書き手段17により削除対象となるウィンドウ
およびそのウィンドウのすべての子孫のウィンドウに関
するウィンドウ論理構造21.再実行ポインタ22およ
びウィンドウ情報23をウィンドウ情報管理部8から削
除する。また、指令解釈・コマンド処理手段15は、描
画指示送付手段18により表示装置4上に表示されてい
る削除対象となるウィンドウおよびそのウィンドウのす
べての子孫のウィンドウを削除する描画指示を入出力制
御部5に送付する。
In the command processing unit 6, the command interpretation/command processing means 1
5 interprets the sent window deletion command according to a predefined grammar, and uses the window information management section reading/writing means 17 to create a window logical structure 21.5 regarding the window to be deleted and all descendant windows of that window. The re-execution pointer 22 and window information 23 are deleted from the window information management section 8. The command interpretation/command processing means 15 also sends a drawing instruction to the input/output control unit to delete the window to be deleted displayed on the display device 4 and all descendant windows of the window by the drawing instruction sending means 18. Send to 5.

入出力制御部5では、すべての描画指示を描画情報に変
換して、表示装置4に出力する。この結果、表示装置4
に表示された削除対象となるウィンドウからすべての子
孫のウィンドウまでが削除される。
The input/output control unit 5 converts all drawing instructions into drawing information and outputs it to the display device 4. As a result, the display device 4
All descendant windows of the window to be deleted are deleted.

なお、ウィンドウの削除に際しては利用者に確認を促す
ようにすることもできる。
Note that it is also possible to prompt the user to confirm when deleting a window.

ところで、本発明は本実施例に限定されるものではなく
、特に本実施例のウィンドウ情報管理部8の内部表現の
形式は、第3図および第5図の表現形式に限られるもの
ではない。
By the way, the present invention is not limited to this embodiment, and in particular, the format of internal representation of the window information management section 8 of this embodiment is not limited to the formats of representation shown in FIGS. 3 and 5.

また、例えば、ウィンドウの表示内容を保存するために
、コマンド列を保持するだけではなく、入出力制御部5
に送付される一連の描画指示の列を併せて保持すること
により、ウィンドウの表示内容の修正指示が無い場合に
は速やかなウィンドウの描画が可能となり、それよって
本発明の表示ウィンドウ管理方式の効果をさらに高める
ことが可能である。
In addition, for example, in order to save the display contents of the window, the input/output control unit 5
By retaining a series of drawing instructions sent to , it is possible to quickly draw the window when there is no instruction to modify the display contents of the window, thereby increasing the effect of the display window management method of the present invention. It is possible to further increase the

〔発明の効果〕〔Effect of the invention〕

以上説明したように本発明は、ウィンドウの表示内容を
発生させる一連のコマンド列をウィンドウ毎に管理して
再利用し、複数のウィンドウ間の論理的なつながりをウ
ィンドウ論理構造および再実行ポインタによって管理す
ることにより、ウィンドウの表示内容の修正に対するウ
ィンドウ間の論理的な無矛盾性の維持を図ることができ
る効果がある。
As explained above, the present invention manages and reuses a series of command sequences that generate the display contents of a window for each window, and manages logical connections between multiple windows using a window logical structure and a re-execution pointer. By doing so, it is possible to maintain logical consistency between windows even when the display contents of the windows are modified.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は本発明の一実施例の表示ウィンドウ管理方式が
適用された情報処理システムの構成を示すブロック図、 第2図は第1図中のウィンドウ情報管理部の内部構成を
示す図、 第3図は第2図中のウィンドウ情報の内部構成の一例を
示す図、 第4図はウィンドウ間の親子関係を木構造で表現した一
例を示す図、 第5図は第2図中のウィンドウ論理構造および再実行ポ
インタを第4図に示した親子関係に従って例示する図で
ある。 図において、 1・・・中央処理装置、 2・・・入力装置、 3・・・主記憶、 4・・・表示装置、 5・・・入出力制御部、 6・・・コマンド処理部、 7・・・処理手続き部、 8・・・ウィンドウ情報管理部、 11・・・インタフェース手段、 12・・・指令送付手段、 13・・・描画情報出力手段、 14・・・ウィンドウ情報管理部参照手段、15・・・
指令解釈・コマンド処理手段、16・・・処理手続き呼
出し手段、 l7・・・ウィンドウ情報管理部読み書き手段、1B・
・・描画指示送付手段、 21・・・ウィンドウ論理構造、 22・・・再実行ポインタ、 23・・・ウィンドウ情報、 31・・・ウィンドウ識別番号、 32・・・コマンド列、゛ 33・・・ウィンドウ描画位置・順位情報である。
FIG. 1 is a block diagram showing the configuration of an information processing system to which a display window management method according to an embodiment of the present invention is applied; FIG. 2 is a diagram showing the internal configuration of the window information management section in FIG. 1; Figure 3 shows an example of the internal structure of the window information in Figure 2, Figure 4 shows an example of the parent-child relationship between windows expressed in a tree structure, and Figure 5 shows the window logic in Figure 2. FIG. 5 is a diagram illustrating the structure and re-execution pointer according to the parent-child relationship shown in FIG. 4; In the figure, 1... central processing unit, 2... input device, 3... main memory, 4... display device, 5... input/output control unit, 6... command processing unit, 7 ...Processing procedure section, 8.Window information management section, 11.Interface means, 12.Command sending means, 13.Drawing information output means, 14.Window information management section reference means. , 15...
Command interpretation/command processing means, 16... Processing procedure calling means, l7... Window information management section reading/writing means, 1B.
...Drawing instruction sending means, 21... Window logical structure, 22... Re-execution pointer, 23... Window information, 31... Window identification number, 32... Command string, 33... This is window drawing position/rank information.

Claims (1)

【特許請求の範囲】 マルチウィンドウ表示可能な情報処理システムにおいて
、 表示されたウィンドウのウィンドウ識別番号と、各ウィ
ンドウの表示内容を再現させかつ修正に応じて表示内容
の変更を行いうる一連のコマンド列と、各ウィンドウの
表示位置および表示順位を表すウィンドウ描画位置・順
位情報と、ウィンドウ間の論理的なつながりを表すウィ
ンドウ論理構造と、どのウィンドウが再現されたかを表
す再実行ポインタとを格納するウィンドウ情報管理部と
、入力装置から投入された指令を解釈して解釈された指
令内容に基づいて一連のコマンド列の生成、前記ウィン
ドウ情報管理部への一連のコマンド列の格納、前記ウィ
ンドウ情報管理部に格納された一連のコマンド列の修正
、処理手続きの呼出し指示、描画内容を表示する描画指
示等を行う指令解釈・コマンド処理手段と、この指令解
釈・コマンド処理手段からの指示に基づいて対応する処
理手続きを呼び出す処理手続き呼出し手段と、前記指令
解釈・コマンド処理手段から渡された描画指示を送付す
る描画指示送付手段とを含むコマンド処理部と、 前記入力装置から投入された指令を前記コマンド処理部
に送付する指令送付手段と、前記コマンド処理部から送
付された描画指示に基づいて前記ウィンドウ情報管理部
を参照しながら表示装置に描画情報を出力する描画情報
出力手段とを含む入出力制御部と、 を有することを特徴とする表示ウィンドウ管理方式。
[Scope of Claim] In an information processing system capable of multi-window display, a series of command sequences capable of reproducing the window identification numbers of displayed windows and the display contents of each window and changing the display contents according to corrections. , window drawing position/rank information representing the display position and display order of each window, a window logical structure representing logical connections between windows, and a re-execution pointer representing which window has been reproduced. an information management unit; interpreting a command input from an input device; generating a series of command sequences based on the interpreted command content; storing the series of command sequences in the window information management unit; a command interpreting/command processing means for modifying a series of command strings stored in the memory, instructing to call processing procedures, drawing instructions for displaying drawing contents, etc., and responding based on instructions from the command interpreting/command processing means. a command processing unit including a processing procedure calling means for calling a processing procedure, and a drawing instruction sending means for sending a drawing instruction passed from the command interpretation/command processing means; and a command processing unit that processes the command input from the input device. an input/output control section, the input/output control section including a command sending means for sending a command to the command processing section, and a drawing information output means for outputting drawing information to a display device while referring to the window information management section based on the drawing instruction sent from the command processing section. A display window management method comprising:
JP62320902A 1987-12-18 1987-12-18 System for managing display window Pending JPH01162922A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP62320902A JPH01162922A (en) 1987-12-18 1987-12-18 System for managing display window

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP62320902A JPH01162922A (en) 1987-12-18 1987-12-18 System for managing display window

Publications (1)

Publication Number Publication Date
JPH01162922A true JPH01162922A (en) 1989-06-27

Family

ID=18126544

Family Applications (1)

Application Number Title Priority Date Filing Date
JP62320902A Pending JPH01162922A (en) 1987-12-18 1987-12-18 System for managing display window

Country Status (1)

Country Link
JP (1) JPH01162922A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6900698B2 (en) 2003-01-17 2005-05-31 Oki Electric Industry Co., Ltd. Negative feedback amplifier with electrostatic discharge protection circuit
JP2014006806A (en) * 2012-06-26 2014-01-16 Canon Inc Display control device, control method therefor, and program

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6900698B2 (en) 2003-01-17 2005-05-31 Oki Electric Industry Co., Ltd. Negative feedback amplifier with electrostatic discharge protection circuit
JP2014006806A (en) * 2012-06-26 2014-01-16 Canon Inc Display control device, control method therefor, and program

Similar Documents

Publication Publication Date Title
JP3123025B2 (en) Cut and paste filter in data processing system
JPH04337843A (en) Program operation display method
US6339439B1 (en) Device for modifying appearance of related display planes
US5781905A (en) Program generating method combining data item part with database manipulation part
JP2959069B2 (en) Slip input processor
JPH01162922A (en) System for managing display window
JPH08329004A (en) Method for improving terminal operability of application program use
JPS62197826A (en) Production of system flow specifications
JPS6315322A (en) Acquiring and reclaiming system for command history
JPH08147152A (en) Software specification reuse support device
JP2585311B2 (en) How to create a program
JPH08212361A (en) Device and method for editing graphic
JP4180099B2 (en) Recording medium recording sequence analysis program, sequence analysis apparatus, and sequence analysis method
JP3083552B2 (en) Hierarchy editing processor
JP2907277B2 (en) User interface system for supervisory control system
JP3722854B2 (en) Data editing device
JP3020213B2 (en) Document processing device
JPH096981A (en) Drawing production and editing device
JP3461872B2 (en) Screen display control method and device
JPH0750480B2 (en) Text data editing device
JPS63197229A (en) Automatic generation system for module structure
JPH01175663A (en) Document edition system
JPH0744446A (en) Relating method for grouped information
JP2665206B2 (en) Front screen drawing processing method
JPH04333927A (en) Data flow edition managing device