JPH02271420A - Method and device for redisplaying window - Google Patents

Method and device for redisplaying window

Info

Publication number
JPH02271420A
JPH02271420A JP9350689A JP9350689A JPH02271420A JP H02271420 A JPH02271420 A JP H02271420A JP 9350689 A JP9350689 A JP 9350689A JP 9350689 A JP9350689 A JP 9350689A JP H02271420 A JPH02271420 A JP H02271420A
Authority
JP
Japan
Prior art keywords
window
display
display data
section
displayed
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
JP9350689A
Other languages
Japanese (ja)
Inventor
Nobuyuki Enoki
信行 榎
Hideyuki Oka
秀幸 岡
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial Co 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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP9350689A priority Critical patent/JPH02271420A/en
Publication of JPH02271420A publication Critical patent/JPH02271420A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To eliminate the calculation of a redisplaying area required for redisplay by controlling a display data record part and a display part with one window as a unit by a display control part and recording and displaying the window redisplay with the change of an window redisplaying order. CONSTITUTION:When the change of the displaying order is inputted from an window displaying order input part 1, an window display control part 2 discovers the window on the forefront surface presently displayed in a display part 3. Next, display data in the window displayed on the forefront surface are recorded and kept in an window display data record part 4. With the change of the displaying order, the window display data of the window to be displayed on the forefront surface are retrieved in the window display data record part 4 and the required window display data are taken out. The taken-out window display data are displayed in the display part 3. Thus, the redisplay is executed with the change of the window displaying order.

Description

【発明の詳細な説明】 産業上の利用分野 本発明は、1つの表示部に複数のウィンドウの表示を行
なう計算機システムにおいてウィンドウの表示順序関係
の変更による再表示を高速に行うウィンドウ再表示方法
と、その方法に用いるウィンドウ再表示装置に関するも
のである。
DETAILED DESCRIPTION OF THE INVENTION Field of Industrial Application The present invention relates to a window redisplay method for quickly redisplaying windows by changing the display order of windows in a computer system that displays a plurality of windows on one display unit. , relates to a window redisplay device used in the method.

従来の技術 従来例として、米国App l e社のコンピュータM
a a h i n t o s hのウィンドウ管理
部(WindowManager)によるウィンドウ再
表示装置について第3図を使ってウィンドウの表示順序
関係の変更に伴う再表示の様子を説明する。第3図のよ
うに、ウィンドウの表示変更を入力するウィンドウ表示
順序入力部2oから、ウィンドウ表示順序変更の入力が
あった場合まず、第1段階としてウィンドウ管理部21
が、ウィンドウを入力された表示順序になるようにウィ
ンドウ枠を表示部22に表示する。次に、ウィンドウ管
理部21は、アブリケーシッン23に対してウィンドウ
内の表示で再表示が必要な部分を描画し直すように指示
する。これを受けたアプリケージ胃ン23は、再表示が
必要な矩形領域を算出し、その矩形領域を再表示する。
Conventional technology As a conventional example, the computer M of Apple Inc.
Regarding the window redisplay device by the window manager (WindowManager) of A.A.H.I.N.T.H., the state of redisplay caused by changing the display order of windows will be explained using FIG. As shown in FIG. 3, when there is an input to change the window display order from the window display order input unit 2o that inputs the window display change, the first step is to input the window display order change to the window management unit 2o.
displays the window frames on the display unit 22 so that the windows are displayed in the input display order. Next, the window management unit 21 instructs the ablicator 23 to redraw the portion of the display within the window that needs to be redisplayed. Upon receiving this, the application cage 23 calculates a rectangular area that needs to be redisplayed, and redisplays the rectangular area.

この様子を第2図を使って説明すると、第2図(−)の
ように最前面からウィンドウA、ウィンドウB、ウィン
ドウCの表示順序から同図(ロ)のようにウィンドウB
2.ウィンドウA、ウィンドウCの表示順序に変更する
ように指示が与えられた場合。
To explain this situation using Figure 2, the display order of Window A, Window B, and Window C from the front as shown in Figure 2 (-), and Window B as shown in Figure 2 (B).
2. When an instruction is given to change the display order of windows A and C.

第3図のアプリケージ町ン23は、第2図(C)の斜線
部1oの部分を再表示する必要がある矩形領域として算
出し、この部分を再表示する。同様に、第2図(a)か
ら(d)のような表示順序に変更する場合は、第2図(
e)の斜線部11.12を再表示することになる。
The application cage town 23 in FIG. 3 calculates the hatched area 1o in FIG. 2(C) as a rectangular area that needs to be redisplayed, and redisplays this area. Similarly, if you want to change the display order as shown in Figures 2(a) to (d),
The shaded areas 11 and 12 in e) will be redisplayed.

上記のように、Machlntoshでは、アプリケー
ジ璽ン23が再表示が必要な矩形領域を算出しその矩形
領域に対して再表示を行なっている。
As described above, in Machlntosh, the application cage 23 calculates the rectangular area that needs to be redisplayed and redisplays the rectangular area.

発明が解決しようとする課題 しかしながら、従来技術で述べたような構成では、ウィ
ンドウに表示されているデータが大量にある場合、ある
いは表示されているウィンドウの個数が多く、重なシが
複雑な場合、再表示の必要な領域の算出が複雑になると
いう問題点を有していた。
Problems to be Solved by the Invention However, the configuration described in the prior art cannot be used when there is a large amount of data displayed in a window, or when there are a large number of displayed windows and the overlapping screens are complex. However, this method has the problem that calculation of the area that needs to be redisplayed becomes complicated.

本発明はかかる点に鑑み、ウィンドウ表示順序入力部の
入力をウィンドウ表示制御部で受けたとき、以前表示部
の最前面の表示されているウィンドウが最前面でなくな
るような場合にそのウィンドウ内の表示データをウィン
ドウ表示データ記録部に保持しておき、次に最前面に表
示されるように表示順序が変更された除、保存してあっ
たウィンドウ表示データを戻してやることで再表示領域
の算出を必要としないウィンドウ再表示方法およびその
方法に用いる装置を提供することを目的とする。
In view of this, when the window display control section receives an input from the window display order input section, if the window that was previously displayed in the foreground of the display section is no longer in the foreground, the The display data is stored in the window display data recording section, and the display order is changed so that it is displayed in the forefront.The redisplay area can be calculated by returning the saved window display data. An object of the present invention is to provide a method for redisplaying a window that does not require redisplaying a window, and an apparatus for use in the method.

課題を解決するための手段 本発明によるウィンドウ再表示装置は、上記課題を解決
するため、ウィンドウの表示順序関係の変更を入力する
ウィンドウ表示順序入力部と、ウィンドウ内部に描画す
べき表示データの表示を行う表示部と、1つのウィンド
ウ毎にウィンドウ表示データを記録するウィンドウ表示
データ記録部と、前記ウィンドウ表示順序入力部の入力
により前記表示部と前記ウィンドウ表示データ記録部を
制御するウィンドウ表示制御部で構成される。
Means for Solving the Problems In order to solve the above problems, the window redisplay device according to the present invention includes a window display order input section for inputting a change in the display order relationship of windows, and a display of display data to be drawn inside the window. a window display data recording section that records window display data for each window; and a window display control section that controls the display section and the window display data recording section based on input from the window display order input section. Consists of.

作  用 ウィンドウの表示順序が変更されウィンドウの再表示の
必要が発生した場合において、まず、ウィンドウの表示
順序入力部から表示順序の変更の入力がちシ、これを受
けたウィンドウ表示制御部は、この時点で表示部の最も
前面に表示されているウィンドウ表示データをウィンド
ウ表示データ記録部に保存するように指示を出し、ウィ
ンドウ表示データ記録部は与えられたウィンドウ表示デ
ータを記録する。
If the display order of the working windows is changed and it becomes necessary to redisplay the windows, first input the change in the display order from the window display order input section, and then the window display control section receives this input. An instruction is issued to store the window display data currently being displayed in the foreground of the display section in the window display data recording section, and the window display data recording section records the given window display data.

次に、ウィンドウ制御部は、新たKもっとも前面に表示
すべきウィンドウをウィンドウ表示データ記録部から検
索し、得られたウィンドウ表示データを表示部に表示す
る。
Next, the window control section searches the window display data recording section for a new window to be displayed in the forefront, and displays the obtained window display data on the display section.

以上述べたように、本発明ではウィンドウ表示順序変更
に伴うウィンドウの再表示を1つのウィンドウを単位と
してウィンドウ表示制御部がウィンドウ表示データ記録
部と表示部を制御し、記録・表示することで、再表示に
必要な矩形領域を算出する必要がなく、より簡単にウィ
ンドウの表示順序の変更に伴う再表示を行なうことが可
能となる。
As described above, in the present invention, the window display control unit controls the window display data recording unit and the display unit to record and display the redisplay of windows in response to a change in the window display order in units of one window. There is no need to calculate the rectangular area required for redisplay, and redisplay can be performed more easily when the window display order is changed.

実施例 本発明の実施例を図を参照しながら説明する。Example Embodiments of the present invention will be described with reference to the drawings.

第1図は、本発明によるウィンドウ再表示装置の一実施
例である。第1図において、1はウィンドウ表示順序入
力部であシラインドウの表示順序の変更を入力する。2
はウィンドウ表示制御部であり、各ウィンドウの表示す
べき内容に関して、ウィンドウ表示データの記録と表示
の指示を行なう。
FIG. 1 shows an embodiment of a window redisplay device according to the present invention. In FIG. 1, reference numeral 1 denotes a window display order input section for inputting changes in the display order of windows. 2
1 is a window display control section, which instructs recording and display of window display data regarding the contents to be displayed in each window.

3は表示部であシ、各ウィンドウ表示データを1つの画
面に表示する部分である。4はウィンドゥ表示データ記
録部であシ、指示されるウィンドウのウィンドウ表示デ
ータを記録する。以上のように構成された本実施例につ
いて、その動作を以下詳細に説明する。
Reference numeral 3 denotes a display unit, which is a part that displays each window display data on one screen. Reference numeral 4 denotes a window display data recording section, which records window display data of the designated window. The operation of this embodiment configured as above will be described in detail below.

まず、ウィンドウ表示制御部の制御の流れを簡単に説明
する。
First, the flow of control of the window display control section will be briefly explained.

ステップ1:ウィンドウ表示順序入力部からの表示順序
変更の入力があった場合、ス テップ2に行く。そうでない場合は、 何もしない。
Step 1: If there is an input to change the display order from the window display order input section, go to Step 2. Otherwise, do nothing.

ステップ2:現在、表示部に表示されている最前面のウ
ィンドウを見つける。
Step 2: Find the frontmost window currently displayed on the display.

ステップ3:最前面に表示されているウィンドウ内部の
表示データをウィンドウ表示 データ記録部に保存する。
Step 3: Save the display data inside the window displayed in the foreground in the window display data recording section.

ステップ4:表示順序変更に伴い最前面に表示されるこ
ととなったウィンドウのウィ ンドウ表示データをウィンドウ表示 データ記録部検索し、必要なウィン ドウ表示データを取り出す。
Step 4: Search the window display data recording section for the window display data of the window that is to be displayed in the foreground due to the display order change, and take out the necessary window display data.

ステップ6:取り出したウィンドウ表示データを表示部
に表示する。
Step 6: Display the retrieved window display data on the display section.

以上のような流れで、ウィンドウ表示順序変更に伴う再
表示を行う。次に実際の様子を第2図を使って説明する
In the flow described above, re-display is performed in response to changing the window display order. Next, the actual situation will be explained using FIG.

第2図(−)に示すように3つのウィンドウが、最前面
からウィンドウA、ウィンドウB、ウィンドウCの表示
順序で表示部3に表示されている時に、表示順序が第2
図(b)のように最前面からウィンドウB、ウィンドウ
A、ウィンドウCの表示順序に変更するようにウィンド
ウ表示順序入力部10入力を受けた場合、まずウィンド
ウ表示制御部2が現在、表示部3の最前面にあるウィン
ドウAを見つけ、最前面のウィンドウAの内部に描画さ
れているウィンドウ表示データをウィンドウ表示データ
記録部4にウィンドウ表示データAとして保存する。次
に、ウィンドウ表示制御部2は、新たに最前面になるウ
ィンドウBのウィンドウ表示データを以前、最前面でな
くなった時にウィンドウ表示データ記録部に保存してお
いたウィンドウBのウィンドウ表示データを表示部3に
表示するためにウィンドウ表示データ記録部4を検索し
、得られたウィンドウ表示データBを表示部3に表示す
る。
As shown in FIG. 2 (-), when three windows are displayed on the display unit 3 in the display order of window A, window B, and window C from the front, the display order is
When the window display order input unit 10 receives an input to change the display order of window B, window A, and window C from the frontmost as shown in FIG. The foreground window A is found, and the window display data drawn inside the foreground window A is stored as window display data A in the window display data recording section 4. Next, the window display control unit 2 displays the window display data of window B, which will newly become the foreground, and the window display data of window B that was previously saved in the window display data recording unit when it was no longer the foreground. The window display data recording section 4 is searched for display on the display section 3, and the obtained window display data B is displayed on the display section 3.

同様に第3図(、)に示すように3つのウィンドウ表示
順序から第3図(d)のような表示順序に変更するよう
にウィンドウ表示順序入力部1の入力を受けた場合、ま
ずウィンドウAのウィンドウ表示データをウィンドウ表
示データ記録部4に保存し、次にウィンドウ表示データ
記録部4に記録しである、ウィンドウ表示データBを表
示部3に表示する。
Similarly, when receiving an input from the window display order input section 1 to change the display order of three windows from the three window display order shown in FIG. 3(,) to the display order as shown in FIG. 3(d), first The window display data B is stored in the window display data recording section 4, and then the window display data B recorded in the window display data recording section 4 is displayed on the display section 3.

発明の効果 本発明では、表示制御部の制御によりウィンドウの表示
順序が切り替わる際に、最前面のウィンドウ表示データ
を記録し、また以前記録しておいたウィンドウの表示デ
ータの中から新たに、最前面に表示されるウィンドウの
表示データを復元する。このため、ウィンドウの表示順
序関係の変更に伴う再表示に必要な再表示領域の計算が
必要なく簡単に再表示が行なわれる。また、記録してお
くデータの量は、表示可能なウィンドウの数によって増
すといえるが記録デバイスの価格低下に伴い容易に大量
の記録が実現可能であり、ウィンドウの表示順序に伴う
高速な再表示に極めて高い効果があるといえる。
Effects of the Invention In the present invention, when the display order of windows is changed by the control of the display control unit, the frontmost window display data is recorded, and the display data of the frontmost window is newly recorded from among the previously recorded window display data. Restore the display data of the window that is on top. Therefore, redisplaying is easily performed without the need to calculate the redisplay area required for redisplaying due to a change in the display order of windows. In addition, the amount of data to be recorded can be said to increase depending on the number of windows that can be displayed, but as the price of recording devices decreases, large amounts of data can be easily recorded, and redisplay can be performed quickly depending on the order in which the windows are displayed. It can be said that it has an extremely high effect.

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

第1図は本発明の一実施例に於けるウィンドウ再表示装
置の構成図、第2図は本発明の一実施例および従来例の
説明図、第3図は従来例の説明図である。 1・・・・・・入力部、2・・・・・・ウィンドウ表示
順序指示部、3・・・・・・ウィンドウ表示制御部、4
・・・・・・表示管理部、5・・・・・・表示装置、6
・・・・・・ウィンドウ表示データ記録部。 代理人の氏名 弁理士 粟 野 重 孝 ほか1名薬 図 第 図 ωJ (^ゆII−C) むbノ (8−eA−#C) (CφA”&) (CJ CB4A”C”) (C−A9) n 第 図
FIG. 1 is a block diagram of a window redisplay device according to an embodiment of the present invention, FIG. 2 is an explanatory diagram of an embodiment of the present invention and a conventional example, and FIG. 3 is an explanatory diagram of a conventional example. 1...Input section, 2...Window display order instruction section, 3...Window display control section, 4
... Display management section, 5 ... Display device, 6
...Window display data recording section. Name of agent: Patent attorney Shigetaka Awano and one other person Pharmaceutical diagram ωJ (^YuII-C) Mubno (8-eA-#C) (CφA”&) (CJ CB4A”C”) (C -A9) n Figure

Claims (2)

【特許請求の範囲】[Claims] (1)ウィンドウの表示順序関係の変更を入力するウィ
ンドウ表示順序入力部と、ウィンドウ内部に描画すべき
ウィンドウ表示データの表示を行う表示部と、1つのウ
ィンドウ毎にウィンドウ表示データを記録するウィンド
ウ表示データ記録部と、前記ウィンドウ表示順序入力部
の入力により前記表示部の最前面にあるウィンドウ表示
データを前記ウィンドウ表示データ記録部に記録する指
示を出しさらに前記ウィンドウ表示データ記録部から新
たに最前面に表示すべきウィンドウ表示データを取りだ
し前記表示部に表示するよう指示するウィンドウ表示制
御部を有することを特徴とするウィンドウ再表示装置。
(1) A window display order input section for inputting changes in the display order of windows, a display section for displaying window display data to be drawn inside the window, and a window display for recording window display data for each window. A data recording section and an input from the window display order input section issue an instruction to record the window display data at the forefront of the display section in the window display data recording section; 1. A window re-display device, comprising: a window display control section that instructs the display section to extract window display data to be displayed on the display section.
(2)ウィンドウの表示順序関係の変更入力にともない
前記表示部の最前面にあるウインドウのウィンドウ表示
データを記録し、新たに最前面になるウィンドウのウィ
ンドウ表示データを取り出し、前記表示部に表示するこ
とでウィンドウの再表示を行うことを特徴とするウィン
ドウ再表示方法。
(2) In response to an input to change the display order of windows, record the window display data of the window that is in the foreground of the display section, retrieve the window display data of the window that will newly become the foreground, and display it on the display section. A window redisplaying method characterized by redisplaying a window.
JP9350689A 1989-04-13 1989-04-13 Method and device for redisplaying window Pending JPH02271420A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9350689A JPH02271420A (en) 1989-04-13 1989-04-13 Method and device for redisplaying window

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP9350689A JPH02271420A (en) 1989-04-13 1989-04-13 Method and device for redisplaying window

Publications (1)

Publication Number Publication Date
JPH02271420A true JPH02271420A (en) 1990-11-06

Family

ID=14084234

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9350689A Pending JPH02271420A (en) 1989-04-13 1989-04-13 Method and device for redisplaying window

Country Status (1)

Country Link
JP (1) JPH02271420A (en)

Similar Documents

Publication Publication Date Title
JPH08263251A (en) Method and device for displaying image
JPH0795261B2 (en) Menu display method
JP2506120B2 (en) Image display method
JPH02271420A (en) Method and device for redisplaying window
JP3029318B2 (en) Image work station
JPH06337768A (en) Display system and display method of hierarchical structure data
JP3566916B2 (en) Multi-screen control device and method, and storage medium used therefor
JPH04287094A (en) Display system for multiwindow system
JPH06167967A (en) Map display system
JP7148931B2 (en) Information display device, control method for information display device, mobile terminal device, and control method for mobile terminal device
JPH11338456A (en) Map display system and image scroll processing method in it
JPH0277834A (en) Multiwindow display device
JPH08212044A (en) Method and device for synchronously displaying inter terminal pictures
JPS6320525A (en) Display device
JPH0652224A (en) Card type data base retrieving device
JPS62186289A (en) Display control unit
JPH04301686A (en) Re-display processing control system
JPS6461785A (en) Display device
JPH06139248A (en) Schedule information control system
JPH02287614A (en) Window managing system
JPH04139495A (en) Window redisplay system
JPS63138459A (en) Display system for retrieved result of intra-table data
JPH1049540A (en) Information retrieval system
JPH0736655A (en) Picture information processor
JPS6177889A (en) Screen control system