JPH0619670A - Window system and window display method - Google Patents
Window system and window display methodInfo
- Publication number
- JPH0619670A JPH0619670A JP4196160A JP19616092A JPH0619670A JP H0619670 A JPH0619670 A JP H0619670A JP 4196160 A JP4196160 A JP 4196160A JP 19616092 A JP19616092 A JP 19616092A JP H0619670 A JPH0619670 A JP H0619670A
- Authority
- JP
- Japan
- Prior art keywords
- window
- display
- cursor
- cursor movement
- movement
- 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
Links
Landscapes
- Controls And Circuits For Display Device (AREA)
- Digital Computer Display Output (AREA)
Abstract
Description
【0001】[0001]
【産業上の利用分野】本発明は、ビットマップ表示可能
な表示手段を備えた情報処理装置におけるウインドウ表
示を制御するウインドウシステムおよびウインドウ表示
方法に係り、特に表示手段上に複数のウインドウを同時
に表示するマルチウインドウ表示制御を行うウインドウ
システムおよびウインドウ表示方法に関するものであ
る。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a window system and a window display method for controlling a window display in an information processing apparatus having a display means capable of displaying a bitmap, and more particularly to displaying a plurality of windows simultaneously on the display means. The present invention relates to a window system and a window display method for performing multi-window display control.
【0002】[0002]
【従来の技術】図6は従来のウインドウシステムの一例
を示す構成ブロック図であり、以下構成および動作につ
いて説明する。2. Description of the Related Art FIG. 6 is a configuration block diagram showing an example of a conventional window system, and the configuration and operation will be described below.
【0003】マウス(登録商標)等のポインティングデ
バイスからの入力を受け付ける入力部1は、受け付けた
入力をウインドウ制御部3へ出力し、ウインドウ制御部
3は入力したデータの種類により、ウインドウの開示,
ウインドウのアイコン化,アイコンのウインドウ化,プ
ログラムの起動を行う。ウインドウ開示に対する入力の
場合、ウインドウ制御部3はウインドウを開くために、
ウインドウサイズ,ウインドウ位置等の情報をウインド
ウ情報テーブル4に格納するとともに、ウインドウ表示
部5に出力する。ウインドウのアイコン化も前記と同様
に表示情報をウインドウ情報テーブル4に格納するとと
もに、ウインドウ表示部5に出力する。アイコンのウイ
ンドウ化の場合、アイコンの消去を行うために消去情報
をウインドウ表示部5へ出力し、その後ウインドウのア
イコン化によってウインドウ情報テーブル4に格納され
たウインドウの表示情報を取り出し、ウインドウ表示部
5へ出力する。プログラム起動の場合、入力部1から入
力されたプログラム名をプログラム起動部6へ出力す
る。プログラム起動部6は、入力したプログラム名を用
いてプログラムを記憶領域7のプログラム領域7−1へ
ローディングし、プログラムを起動するとともに、プロ
グラムが表示した内容をウインドウ制御部3へ出力す
る。この時、ウインドウ制御部3は入力した内容をウイ
ンドウ表示部5へ出力する。ウインドウ表示部5は、入
力した表示内容に従って画面にウインドウおよびアイコ
ンを表示あるいは消去する。The input unit 1 that receives an input from a pointing device such as a mouse (registered trademark) outputs the received input to the window control unit 3, and the window control unit 3 discloses the window depending on the type of the input data.
Makes windows icons, makes icons windows, and starts programs. In the case of input for window disclosure, the window control unit 3 opens the window by
Information such as window size and window position is stored in the window information table 4 and is output to the window display unit 5. In the window iconization as well, the display information is stored in the window information table 4 and output to the window display unit 5 as in the above. In the case of making the icon into a window, the deletion information is output to the window display unit 5 in order to delete the icon, and then the display information of the window stored in the window information table 4 is taken out by the iconification of the window, and the window display unit 5 Output to. In the case of program activation, the program name input from the input unit 1 is output to the program activation unit 6. The program starting unit 6 loads the program into the program area 7-1 of the storage area 7 using the input program name, starts the program, and outputs the content displayed by the program to the window control unit 3. At this time, the window control unit 3 outputs the input contents to the window display unit 5. The window display unit 5 displays or erases windows and icons on the screen according to the input display contents.
【0004】図7は、図6に示したウインドウ情報テー
ブル4の一例を示す模式図である。この図に示しされる
ように、各ウインドウの左上,右下の座標を持ち、アイ
コン化した場合はアイコンの中心座標およびフラグを有
する。フラグには、ウインドウ開示,アイコン化を示す
フラグがあり、ウインドウ制御部3は、これらウインド
ウ情報テーブル4のデータを設定および参照する。ここ
で、ウインドウが開示され、プログラム領域7−1を起
動した状態の画面例を図8に示す。FIG. 7 is a schematic diagram showing an example of the window information table 4 shown in FIG. As shown in this figure, it has the upper left and lower right coordinates of each window, and in the case of an icon, it has the center coordinates of the icon and a flag. The flags include flags indicating window disclosure and iconification, and the window control unit 3 sets and refers to the data in the window information table 4. Here, FIG. 8 shows a screen example in which the window is disclosed and the program area 7-1 is activated.
【0005】図8に示すように、この時、マウスカーソ
ル10はプログラム領域7−1のウインドウW1の外に
表示され、ポインティングデバイスの移動に伴ってマウ
スカーソル10が図9に示すように、ウインドウW1に
移動する。At this time, as shown in FIG. 8, the mouse cursor 10 is displayed outside the window W1 in the program area 7-1. As the pointing device moves, the mouse cursor 10 moves to the window as shown in FIG. Move to W1.
【0006】[0006]
【発明が解決しようとする課題】従来のウインドウシス
テムは上記のように構成されているので、画面に表示中
のウインドウに対してポインティングデバイスを移動す
ると、マウスカーソルの表示によってウインドウが見辛
くなるとともに、当該ウインドウに対応するアプリケー
ションに対してマウスカーソル移動のイベントが発生す
るため、アプリケーションの処理速度が落ちてしまう等
の問題点があった。Since the conventional window system is configured as described above, when the pointing device is moved with respect to the window being displayed on the screen, the window becomes difficult to see due to the display of the mouse cursor. As a mouse cursor movement event occurs for the application corresponding to the window, there is a problem that the processing speed of the application decreases.
【0007】特に、ウインドウが動画等を表示している
時には、マウスカーソルによって動画の表示が乱れると
ともに、マウスカーソル移動イベントの発生によって動
画表示のリアルタイム性が維持できなくなり、動画表示
の障害となってしまう。In particular, when the window is displaying a moving image or the like, the display of the moving image is disturbed by the mouse cursor, and the real time display of the moving image cannot be maintained due to the occurrence of the mouse cursor movement event, which is an obstacle to the moving image display. I will end up.
【0008】本発明は、上記の問題点を解決するために
なされたもので、表示手段に表示される各ウインドウ毎
にウインドウ内へのカーソル移動制限を設定または制限
解除可能とすることにより、ウインドウ内へのカーソル
移動に伴うイベント処理実行に起因する画面表示不良を
未然に防止できるウインドウシステムおよびウインドウ
表示方法を提供することを目的とする。The present invention has been made in order to solve the above-mentioned problems, and it is possible to set or release the restriction on the movement of the cursor within each window displayed on the display means, so that the window can be released. An object of the present invention is to provide a window system and a window display method capable of preventing a screen display defect due to execution of an event process accompanying the movement of the cursor inward.
【0009】[0009]
【課題を解決するための手段】本発明に係るウインドウ
システムは、カーソル移動を指示する指示手段と、表示
手段に表示可能な各ウインドウ毎に表示ウインドウ内へ
のカーソル移動条件を個別に設定する設定手段と、この
設定手段により設定された各ウインドウ毎に表示ウイン
ドウ内へのカーソル移動条件を記憶管理する管理手段
と、この管理手段により管理されるカーソル移動条件に
基づいて前記指示手段によるカーソル移動指示に伴う各
表示ウインドウ内へのカーソル移動を制御する制御手段
とを有することをウインドウシステム。In a window system according to the present invention, an instruction means for instructing a cursor movement and a setting for individually setting a cursor movement condition into a display window for each window that can be displayed on the display means. Means, management means for storing and managing cursor movement conditions into the display window for each window set by the setting means, and cursor movement instruction by the instruction means based on the cursor movement conditions managed by the management means. And a control means for controlling the movement of the cursor into each display window.
【0010】ウインドウ表示方法は、各ウインドウ毎に
設定された表示ウインドウ内へのカーソル移動条件を参
照しながらカーソル移動指示に伴う各表示ウインドウ内
へのカーソル移動を個別的に制御する。In the window display method, the cursor movement to each display window associated with the cursor movement instruction is individually controlled with reference to the cursor movement condition to each display window set for each window.
【0011】[0011]
【作用】本発明のウインドウシステムにおいては、設定
手段により表示手段に表示可能な各ウインドウ毎に表示
ウインドウ内へのカーソル移動条件が個別的に設定され
ると、管理手段が設定された各ウインドウ毎に表示ウイ
ンドウ内へのカーソル移動条件を記憶管理し、指示手段
により各表示ウエインドウ内へのカーソル移動が発生し
た際に、制御手段が管理されるカーソル移動条件に基づ
いて前記指示手段によるカーソル移動指示に伴う各表示
ウインドウ内へのカーソル移動を制御することにより、
表示不良を伴うようなウインドウ内へのカーソル移動を
有効に制限することを可能とする。In the window system of the present invention, when the cursor moving condition into the display window is individually set for each window that can be displayed on the display means by the setting means, the managing means sets each window. The cursor movement condition to the display window is stored and managed, and when the cursor movement to each display window occurs by the instruction means, the control means controls the cursor movement instruction based on the cursor movement condition managed by the instruction means. By controlling the cursor movement into each display window due to
It is possible to effectively limit the movement of the cursor into the window that causes display failure.
【0012】また、ウインドウ表示方法は、各ウインド
ウ毎に設定された表示ウインドウ内へのカーソル移動条
件を参照しながらカーソル移動指示に伴う各表示ウイン
ドウ内へのカーソル移動を個別的に制御することによ
り、表示される各ウインドウにカーソル移動が指示され
ても、表示ウインドウ内へのカーソル移動を個別的に禁
止することを可能とする。Further, the window display method is performed by individually controlling the cursor movement into each display window according to the cursor movement instruction while referring to the cursor movement condition into the display window set for each window. Even if the cursor movement is instructed to each displayed window, it is possible to individually prohibit the cursor movement into the display window.
【0013】[0013]
【実施例】図1は本発明の一実施例を示すウインドウシ
ステムの構成を説明するブロック図である。なお、図6
と同一のものには同じ符号を付してある。1 is a block diagram for explaining the configuration of a window system showing an embodiment of the present invention. Note that FIG.
The same reference numerals are attached to the same components.
【0014】図において、2は入力制御部で、ポインテ
ィングデバイス等の入力部1からの入力データとウイン
ドウ情報テーブル4の情報に基づいて入力データを修正
してウインドウ制御部3へ出力したり、ウインドウ制御
部3への出力を制御する。In the figure, reference numeral 2 denotes an input control unit which corrects the input data based on the input data from the input unit 1 such as a pointing device and the information in the window information table 4 and outputs it to the window control unit 3 or the window. It controls the output to the control unit 3.
【0015】このように構成されたウインドウシステム
ウおいて、設定手段(入力部1)により表示手段(ウイ
ンドウ表示部5)に表示可能な各ウインドウ毎に表示ウ
インドウ内へのカーソル移動条件が個別的に設定される
と、管理手段(ウインドウ情報テーブル4)が設定され
た各ウインドウ毎に表示ウインドウ内へのカーソル移動
条件を記憶管理し、指示手段(入力部1)により各表示
ウエインドウ内へのカーソル移動が発生した際に、制御
手段(ウインドウ制御部3)が管理されるカーソル移動
条件に基づいて前記指示手段によるカーソル移動指示に
伴う各表示ウインドウ内へのカーソル移動を制御するこ
とにより、表示不良を伴うようなウインドウ内へのカー
ソル移動を有効に制限することを可能とする。In the window system thus constructed, the cursor moving condition into the display window is individually set for each window that can be displayed on the display unit (window display unit 5) by the setting unit (input unit 1). When set to 1, the management means (window information table 4) stores and manages the cursor movement condition into the display window for each set window, and the pointing means (input unit 1) moves the cursor into each display window. When the movement occurs, the control unit (window control unit 3) controls the cursor movement into each display window according to the cursor movement instruction by the instruction unit based on the cursor movement condition managed by the instruction unit, thereby causing a display failure. It is possible to effectively limit the movement of the cursor into the window that accompanies.
【0016】また、ウインドウ表示方法は、各ウインド
ウ毎に設定された表示ウインドウ内へのカーソル移動条
件を参照しながらカーソル移動指示に伴う各表示ウイン
ドウ内へのカーソル移動を個別的に制御することによ
り、表示される各ウインドウにカーソル移動が指示され
ても、表示ウインドウ内へのカーソル移動を個別的に禁
止することを可能とする。Further, the window display method is performed by individually controlling the cursor movement into each display window in accordance with the cursor movement instruction while referring to the cursor movement condition into the display window set for each window. Even if the cursor movement is instructed to each displayed window, it is possible to individually prohibit the cursor movement into the display window.
【0017】図2は、図1に示したウインドウ情報テー
ブル4の一例を示す図である。FIG. 2 is a diagram showing an example of the window information table 4 shown in FIG.
【0018】この図に示されるように、ウインドウ制御
部3は、ウインド番号11,左上座標12,右下座標1
3,アイコン化座標14,フラグ15,カーソル禁止フ
ラグ16を参照しながらウインドウ表示部5へのウイン
ド表示等を制御している。なお、ここで、カーソル禁止
フラグ16とは、入力制御部2によりON/OFFがセ
ットされ、カーソル禁止フラグ16がONの場合には、
入力制御部2が当該ウインドウ番号11で指示される表
示ウインドウ内へのマウスカーソルの進入を禁止するこ
とを意味する。As shown in this figure, the window control section 3 has a window number 11, an upper left coordinate 12, and a lower right coordinate 1.
3, the window display on the window display unit 5 and the like are controlled with reference to the iconified coordinates 14, the flag 15, and the cursor prohibition flag 16. Here, the cursor prohibition flag 16 is ON / OFF set by the input control unit 2, and when the cursor prohibition flag 16 is ON,
This means that the input control unit 2 prohibits the mouse cursor from entering the display window indicated by the window number 11.
【0019】以下、図3に示すフローチャートを参照し
ながら図2に示したウインドウ情報テーブル4の管理処
理について説明する。The management processing of the window information table 4 shown in FIG. 2 will be described below with reference to the flow chart shown in FIG.
【0020】図3は、図2に示したウインドウ情報テー
ブル4の管理処理手順の一例を示すフローチャートであ
る。なお、(1) 〜(4) は各ステップを示す。FIG. 3 is a flow chart showing an example of the management processing procedure of the window information table 4 shown in FIG. Note that (1) to (4) indicate each step.
【0021】先ず、入力部1からプログラム領域7−1
のウインドウに対してカーソル表示抑制要求が入力され
ると、すなわち禁止フラグ設定要求がなされているかど
うかを判定し(1) 、YESならばウインドウ情報テーブ
ル4のカーソル表示禁止フラグ16をONし(3) 、リタ
ーンする。First, from the input section 1 to the program area 7-1.
When the cursor display inhibition request is input to the window of (1), that is, whether the inhibition flag setting request is made (1), if YES, the cursor display inhibition flag 16 of the window information table 4 is turned on (3 ), Return.
【0022】一方、ステップ(1) の判定でNOの場合
は、入力部1からプログラム領域7−1のウインドウに
対してカーソル表示解除要求が入力されると、すなわち
既に禁止フラグ設定要求がなされてカーソル表示禁止フ
ラグ16がONとなっている禁止フラグに対する解除要
求がなされているかどうかを判定し(2) 、NOならばリ
ターンし、YESならばカーソル表示禁止フラグ16を
OFFとし(4) 、処理をリターンする。On the other hand, if the determination in step (1) is NO, when a cursor display cancellation request is input from the input section 1 to the window of the program area 7-1, that is, a prohibition flag setting request has already been made. The cursor display prohibition flag 16 is ON. It is determined whether or not a cancellation request has been made for the prohibition flag (2). If NO, the process returns. If YES, the cursor display prohibition flag 16 is turned OFF (4). To return.
【0023】このように各ウインドウに対して個別的に
カーソル表示禁止フラグ16を背定/解除することがで
き、後述する図4に示すフローチャートに基づくカーソ
ル移動制御実行時にカーソル表示禁止フラグ16の設定
状態からマウスカーソルの移動を制御することができ
る。In this way, the cursor display prohibition flag 16 can be set / released individually for each window, and the cursor display prohibition flag 16 is set when executing the cursor movement control based on the flowchart shown in FIG. The movement of the mouse cursor can be controlled from the state.
【0024】図4は本発明に係るウインドウシステムに
おけるカーソル移動処理手順の一例を示すフローチャー
トである。なお、(1) 〜(9) は各ステップを示す。FIG. 4 is a flow chart showing an example of a cursor movement processing procedure in the window system according to the present invention. Note that (1) to (9) indicate each step.
【0025】先ず、入力部1のポインティングデバイス
等によりカーソル移動指示がなされると(1) 、ウインド
ウ表示部5の画面上に表示されるウインドウW1の外枠
(図5参照)がマウスカーソルK1により指示されたか
どうかを判定し(2) 、NOならば現在カーソルが指示す
る位置情報をウインドウ制御部3に出力し(5) 、マウス
カーソルをポインティングデバイスの操作に追従して画
面上を移動表示させ(6) 、リターンする。First, when a cursor movement instruction is given by the pointing device of the input unit 1 (1), the outer frame (see FIG. 5) of the window W1 displayed on the screen of the window display unit 5 is moved by the mouse cursor K1. It is determined whether or not it is instructed (2), and if NO, the position information currently instructed by the cursor is output to the window control unit 3 (5), and the mouse cursor is moved and displayed on the screen following the operation of the pointing device. (6) Return.
【0026】一方、ステップ(2) の判定でYESの場合
は、入力制御部2がウインドウ情報テーブル4を参照し
(3) 、指示したウインドウに対応するカーソル表示禁止
フラグ16がON状態に設定されているかどうかを判定
し(4) 、YESならば処理を終了し、NOならばポイン
ティングデバイスによるカーソル移動指示がなされたら
(7) 、位置情報をウインドウ制御部3に出力し(8) 、マ
ウスカーソルをポインティングデバイスの操作に追従し
て表示されているウインドウW1内を移動表示させ(9)
、リターンする。これにより、ウインドウW1のカー
ソル表示禁止フラグ16がON状態に設定されている場
合には、ポインティングデバイスを移動操作しても図5
に示すようにマウスカーソルK1はウインドウW1の外
枠から内部へは移動されることが禁止され、他の処理、
例えば動画表示処理等に影響を与えることがなくなる。
また、各ウインドウ毎にマウスカーソルの内部移動を禁
止することができ、マウスカーソルのウインドウ内表示
に伴う情報視覚認知性の低下を有効に排除できる。On the other hand, if the judgment in step (2) is YES, the input control unit 2 refers to the window information table 4.
(3) It is determined whether or not the cursor display prohibition flag 16 corresponding to the instructed window is set to the ON state (4). If YES, the process is ended, and if NO, the cursor movement instruction is given by the pointing device. Cod
(7) The position information is output to the window controller 3 (8), and the mouse cursor is moved and displayed in the displayed window W1 following the operation of the pointing device (9).
, Return. As a result, when the cursor display prohibition flag 16 of the window W1 is set to the ON state, even if the pointing device is moved, the operation shown in FIG.
As shown in, the mouse cursor K1 is prohibited from moving from the outer frame of the window W1 to the inside, and other processing,
For example, it does not affect the moving image display processing.
Further, it is possible to prohibit the internal movement of the mouse cursor for each window, and it is possible to effectively eliminate the deterioration of the visual recognition of information associated with the display of the mouse cursor in the window.
【0027】なお、上記実施例ではマウスカーソルが表
示された各ウインドウ内への移動をカーソル表示禁止フ
ラグ16に基づいて制御する場合について説明したが、
各ウインドウ内にさらに従属するウインドウが表示され
るようなウインドウシステムにおいても、ウインドウ情
報テーブル4上のカーソル表示禁止フラグ16の数を増
やして管理することにより、容易に対応することができ
る。In the above embodiment, the case where the movement of the mouse cursor into each window in which the mouse cursor is displayed is controlled based on the cursor display prohibition flag 16 has been described.
Even a window system in which subordinate windows are displayed within each window can be easily dealt with by increasing and managing the number of cursor display prohibition flags 16 on the window information table 4.
【0028】[0028]
【発明の効果】以上説明したように、本発明は設定手段
により表示手段に表示可能な各ウインドウ毎に表示ウイ
ンドウ内へのカーソル移動条件が個別的に設定される
と、管理手段が設定された各ウインドウ毎に表示ウイン
ドウ内へのカーソル移動条件を管理し、指示手段により
各表示ウエインドウ内へのカーソル移動が発生した際
に、制御手段が管理されるカーソル移動条件に基づいて
前記指示手段によるカーソル移動指示に伴う各表示ウイ
ンドウ内へのカーソル移動を制御するように構成したの
で、表示不良を伴うようなウインドウ内へのカーソル移
動を有効に制限することができる。As described above, according to the present invention, the management means is set when the condition for moving the cursor into the display window is individually set for each window that can be displayed on the display means by the setting means. The cursor movement condition to the display window is managed for each window, and when the cursor movement to each display window is caused by the instruction means, the control means controls the cursor movement condition based on the cursor movement condition managed by the instruction means. Since the cursor movement into each display window according to the movement instruction is controlled, it is possible to effectively limit the cursor movement into the window which causes a display failure.
【0029】また、ウインドウ表示方法は、各ウインド
ウ毎に設定された表示ウインドウ内へのカーソル移動条
件を参照しながらカーソル移動指示に伴う各表示ウイン
ドウ内へのカーソル移動を個別的に制御するように構成
したので、表示される各ウインドウにカーソル移動が指
示されても、表示ウインドウ内へのカーソル移動を個別
的に禁止することができる。In the window display method, the cursor movement to each display window in response to the cursor movement instruction is individually controlled while referring to the cursor movement condition to each display window set for each window. With the configuration, even if the cursor movement is instructed to each displayed window, the movement of the cursor into the display window can be individually prohibited.
【0030】従って、リアルタイム性を維持しなければ
ならないアプリケーションのウインドウに対するポイン
ティングデバイスによる移動イベント処理起動を制限で
き、アプリケーションの処理速度低下による画面表示不
良等を有効に防止できる。また、ウインドウ内へのカー
ソル表示に伴うウインド内情報への表示妨害を排除で
き、ウインド情報視認性を大幅に向上できる等の優れた
効果を奏する。Therefore, it is possible to limit the movement event process activation by the pointing device to the window of the application for which the real-time property must be maintained, and it is possible to effectively prevent the screen display failure and the like due to the reduction of the processing speed of the application. Further, it is possible to eliminate the display obstruction to the in-window information due to the cursor display in the window, and it is possible to significantly improve the visibility of the window information.
【図1】本発明の一実施例を示すウインドウシステムの
構成を説明するブロック図である。FIG. 1 is a block diagram illustrating a configuration of a window system showing an embodiment of the present invention.
【図2】図1に示したウインドウ情報テーブルの一例を
示す図である。FIG. 2 is a diagram showing an example of a window information table shown in FIG.
【図3】図2に示したウインドウ情報テーブルの管理処
理手順緒一例を示すフローチャートである。FIG. 3 is a flowchart showing an example of a management processing procedure of the window information table shown in FIG.
【図4】本発明に係るウインドウシステムにおけるカー
ソル移動処理手順の一例を示すフローチャートである。FIG. 4 is a flowchart showing an example of a cursor movement processing procedure in the window system according to the present invention.
【図5】本発明に係るウインドウシステムにおけるカー
ソル移動処状態を示す模式図である。FIG. 5 is a schematic diagram showing a cursor movement processing state in the window system according to the present invention.
【図6】従来のウインドウシステムの一例を示す構成ブ
ロック図である。FIG. 6 is a configuration block diagram showing an example of a conventional window system.
【図7】図6に示したウインドウ情報テーブルの一例を
示す模式図である。7 is a schematic diagram showing an example of a window information table shown in FIG.
【図8】従来のウインドウシステムにおけるカーソル移
動処理状態を示す模式図である。FIG. 8 is a schematic diagram showing a cursor movement processing state in a conventional window system.
【図9】従来のウインドウシステムにおけるカーソル移
動処理状態を示す模式図である。FIG. 9 is a schematic diagram showing a cursor movement processing state in a conventional window system.
1 入力部 2 入力制御部 3 ウインドウ制御部 4 ウインドウ情報テーブル 5 ウインドウ表示部 6 プログラム起動部 7 記憶領域 1 Input Section 2 Input Control Section 3 Window Control Section 4 Window Information Table 5 Window Display Section 6 Program Starting Section 7 Storage Area
Claims (2)
示手段に表示可能な各ウインドウ毎に表示ウインドウ内
へのカーソル移動条件を個別に設定する設定手段と、こ
の設定手段により設定された各ウインドウ毎に表示ウイ
ンドウ内へのカーソル移動条件を記憶管理する管理手段
と、この管理手段により管理されるカーソル移動条件に
基づいて前記指示手段によるカーソル移動指示に伴う各
表示ウインドウ内へのカーソル移動を制御する制御手段
とを有することをウインドウシステム。1. An instructing means for instructing cursor movement, a setting means for individually setting a cursor moving condition into a display window for each window that can be displayed on the display means, and each window set by this setting means. Management means for storing and managing the cursor movement condition into the display window for each time, and controlling the cursor movement into each display window accompanying the cursor movement instruction by the instructing means based on the cursor movement condition managed by this management means A window system having control means for controlling.
ドウ内へのカーソル移動条件を参照しながらカーソル移
動指示に伴う各表示ウインドウ内へのカーソル移動を個
別的に制御することを特徴とするウインドウ表示方法。2. A window display characterized by individually controlling cursor movement into each display window according to a cursor movement instruction while referring to a cursor movement condition into the display window set for each window. Method.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP4196160A JPH0619670A (en) | 1992-06-30 | 1992-06-30 | Window system and window display method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP4196160A JPH0619670A (en) | 1992-06-30 | 1992-06-30 | Window system and window display method |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH0619670A true JPH0619670A (en) | 1994-01-28 |
Family
ID=16353210
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP4196160A Pending JPH0619670A (en) | 1992-06-30 | 1992-06-30 | Window system and window display method |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH0619670A (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2009041411A1 (en) * | 2007-09-27 | 2009-04-02 | Hitachi Medical Corporation | Information display device |
JP2010181978A (en) * | 2009-02-03 | 2010-08-19 | Seiko Epson Corp | Collaborative work apparatus and method of controlling collaborative work |
-
1992
- 1992-06-30 JP JP4196160A patent/JPH0619670A/en active Pending
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2009041411A1 (en) * | 2007-09-27 | 2009-04-02 | Hitachi Medical Corporation | Information display device |
JP2009080708A (en) * | 2007-09-27 | 2009-04-16 | Hitachi Medical Corp | Information display apparatus |
JP2010181978A (en) * | 2009-02-03 | 2010-08-19 | Seiko Epson Corp | Collaborative work apparatus and method of controlling collaborative work |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8984437B2 (en) | Controlling display of a plurality of windows | |
JP2000330684A (en) | Multi-window display system and window displaying and deleting method | |
JPH11167478A (en) | Warning display method and distributed control system using it | |
JP2000194474A (en) | Plant monitor and control system | |
JPH07199881A (en) | Display control system | |
JPH0619670A (en) | Window system and window display method | |
JPH08234953A (en) | Multiwindow display controller | |
JPH0462090B2 (en) | ||
JPH04118717A (en) | Multi-window control method | |
JPH0511960A (en) | Multiwindow control system | |
JPH09305220A (en) | Plant monitor and control device | |
JPH05108300A (en) | Mouse cursor display system | |
JPH02208693A (en) | Multiwindow screen display device | |
JPH11232005A (en) | Multiwindow controller | |
JPH11212632A (en) | Supervisory control system | |
JP2568784B2 (en) | Man-machine interface processing method for equipment management system | |
JPH08161140A (en) | Multiwindow display controller | |
JPH05189187A (en) | Multiwindow display system | |
JPH0644031A (en) | Multiwindow display device | |
JPH0476724A (en) | Information processor | |
JPH03259326A (en) | Display picture control system | |
JPH03263088A (en) | Cursor display system | |
JPH07248891A (en) | Controlling method for multiwindow screen | |
JPH0227451A (en) | Data control device | |
JPH056254A (en) | Display position control system for window |