JPH09128179A - Method for controlling display of table format data - Google Patents

Method for controlling display of table format data

Info

Publication number
JPH09128179A
JPH09128179A JP7280557A JP28055795A JPH09128179A JP H09128179 A JPH09128179 A JP H09128179A JP 7280557 A JP7280557 A JP 7280557A JP 28055795 A JP28055795 A JP 28055795A JP H09128179 A JPH09128179 A JP H09128179A
Authority
JP
Japan
Prior art keywords
column
data
row
rectangle
display
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP7280557A
Other languages
Japanese (ja)
Other versions
JP2972560B2 (en
Inventor
Hiroshi Sakamoto
浩 坂本
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.)
KOBE NIHONDENKI SOFTWARE KK
Original Assignee
KOBE NIHONDENKI SOFTWARE KK
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 KOBE NIHONDENKI SOFTWARE KK filed Critical KOBE NIHONDENKI SOFTWARE KK
Priority to JP7280557A priority Critical patent/JP2972560B2/en
Publication of JPH09128179A publication Critical patent/JPH09128179A/en
Application granted granted Critical
Publication of JP2972560B2 publication Critical patent/JP2972560B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • User Interface Of Digital Computer (AREA)
  • Digital Computer Display Output (AREA)

Abstract

PROBLEM TO BE SOLVED: To efficiently execute display control based upon graphical user interface(GUI) operation by structuring table format data by a rectangle information array consisting of row rectangles and column rectangles and controlling the display of the data. SOLUTION: Table format data are structured by the rectangle information array 19 including row rectangles 141 to 144 and column rectangles 131 to 134 and the display of display data in a data display area 12 are controlled. Areas on which the column rectangles 131 to 134 intersect with the row rectangles 141 to 144 are processed by GUT processing as data display areas. Each rectangle information includes coordinate information and a data identifiction number and forms a row (or column) rectangle information array.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】この発明は、任意数の列およ
び行をもつ表形式データの一部をグラフィカルユーザイ
ンタフェース(以降GUIと略記)を持つシステムのウ
インドウに表示するアプリケーションプログラム(以降
APと略記)の表示制御方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an application program (hereinafter abbreviated as AP) for displaying a part of tabular data having an arbitrary number of columns and rows in a window of a system having a graphical user interface (hereinafter abbreviated as GUI). ) Display control method.

【0002】[0002]

【従来の技術】APによるウインドウへの表形式データ
の表示、およびシステムからAPへのGUI操作に基づ
く表示に関する指示はウインドウ座標情報を仲介して行
われる。APから表示要求するとき、データ表示域の大
きさ等から表示位置計算を行い、システムに表示要求を
発行する。このとき、表形式データの描画矩形範囲は描
画の開始位置と終了位置をその都度算出する必要があ
る。既に表示している表形式データについてシステムが
再描画要求するとき、それの座標位置に基づいて再描画
を実際にしなければならない表形式データの領域はどれ
であるのかをAPの表示要求とは逆の算出方法によって
算出することが必要になる。ユーザがGUI操作した領
域を反転表示するなどのフィードバックについては、シ
ステムから通知される座標から反転すべき表示データの
決定と、それの矩形座標について煩瑣な演算を必要とし
ている。
2. Description of the Related Art An instruction regarding display of tabular data in a window by an AP and display based on a GUI operation from the system to the AP is performed by interposing window coordinate information. When the AP makes a display request, the display position is calculated from the size of the data display area and the like, and the display request is issued to the system. At this time, the drawing rectangle range of the tabular data needs to calculate the drawing start position and the drawing end position each time. When the system makes a redraw request for tabular data that has already been displayed, the area of the tabular data that must be actually redrawn based on its coordinate position is the reverse of the AP display request. It becomes necessary to calculate by the calculation method of. Feedback such as reverse display of an area operated by a user on the GUI requires determination of display data to be reversed from the coordinates notified from the system and complicated calculation of the rectangular coordinates thereof.

【0003】従来の表形式データの表示制御方法を図7
(a)および図7(b)を参照して説明する。表形式デ
ータをスクロールする場合を説明する図7(a)を参照
すると、スクロール前のデータ表示域73の列731乃
至733を左方向にスクロールすると、列731が左に
隠れて、右に列734が追加されて、スクロール後のデ
ータ表示域75が表示される。スクロール前の各列矩形
情報711乃至713は、スクロールの移動位置Xを減
算する処理76によって、スクロール後の各列矩形情報
792乃至794となる。従来の表示制御方法の動作を
説明する図7(b)のフローチャートを参照すると、上
述のスクロールによる移動位置Xについて、データ表示
域73の表示データであるビットマップを−X転送し
(ステップ81)、スクロール後も表示される矩形情報
712および713の位置情報をXだけ減算する(ステ
ップ82)。更に、新たに表示される列734をX分だ
け描画する(ステップ83)。
FIG. 7 shows a conventional display control method for tabular data.
This will be described with reference to (a) and FIG. 7 (b). Referring to FIG. 7A for explaining the case of scrolling tabular data, when columns 731 to 733 of the data display area 73 before scrolling are scrolled leftward, column 731 is hidden on the left and column 734 is displayed on the right. Is added, and the data display area 75 after scrolling is displayed. The column rectangle information 711 to 713 before the scroll becomes the column rectangle information 792 to 794 after the scroll by the process 76 of subtracting the moving position X of the scroll. Referring to the flowchart of FIG. 7 (b) for explaining the operation of the conventional display control method, the bitmap which is the display data of the data display area 73 is transferred by -X for the moving position X by the scroll described above (step 81). The position information of the rectangular information 712 and 713 which is displayed even after scrolling is subtracted by X (step 82). Further, a newly displayed column 734 is drawn by X (step 83).

【0004】以上の説明のように、APは表示済みの表
示データを直接スクロール分移動させる処理を行う。ま
た、表示データを表示する新たな制御情報を生成するた
め、制御情報領域のメモリを新たに要し、かつ該領域の
再利用ができない。また表示データのビットマップ位置
座標を直接処理しなけれならない。
As described above, the AP directly scrolls the display data that has already been displayed by the scroll amount. Moreover, since new control information for displaying the display data is generated, a new memory is required for the control information area, and the area cannot be reused. Moreover, the bitmap position coordinates of the display data must be directly processed.

【0005】[0005]

【発明が解決しようとする課題】表形式データを行およ
び列の矩形情報配列で表現し、かつ該配列を環構造にす
ることによって、表示制御の制御情報領域の所要メモリ
量を少なく、かつ再利用可能にする。また該配列の矩形
情報に含まれる座標情報の処理によって、表示データの
座標情報を直接処理することを不要にする。
By expressing the tabular data as a rectangular information array of rows and columns and forming the array into a ring structure, the required memory amount of the control information area for display control can be reduced and re-creation can be achieved. Make available. Further, by processing the coordinate information included in the rectangular information of the array, it becomes unnecessary to directly process the coordinate information of the display data.

【0006】[0006]

【課題を解決するための手段】この発明の目的は、AP
による表形式データに対するGUI操作を行矩形情報配
列と列矩形情報配列の操作によって制御し、制御情報の
所要メモリを少なくして表形式データ内の表示データの
移動および生成ならびに更新の処理を簡単化する。
The object of the present invention is to provide an AP
Controls GUI operations for tabular data by operating the row rectangular information array and the column rectangular information array, and reduces the required memory for control information to simplify the processing of moving, generating, and updating display data in tabular data. To do.

【0007】そのため、この発明の方法は、表形式デー
タが、行に対応する行矩形と列に対応する列矩形とによ
って表わされ、前記行矩形それぞれを指す行矩形情報を
環状に連鎖してなる行矩形情報配列と前記列矩形それぞ
れを指す列矩形情報を環状に連鎖してなる列矩形情報配
列とによって前記表形式データ内の矩形領域を指定し、
前記矩形領域をウインドウに表示する表形式データの表
示制御方法にあって、前記行矩形情報配列内で隣接する
行矩形情報で定まる行表示範囲と前記列矩形情報配列内
で隣接する列矩形情報で定まる列表示範囲とで囲われる
矩形領域をデータ表示域として前記ウインドウに可視化
し、前記データ表示領域に対するグラフィカルユーザイ
ンタフェース操作が前記行矩形情報配列および前記列矩
形情報配列の操作によって実行されることを特徴とす
る。
Therefore, according to the method of the present invention, tabular data is represented by a row rectangle corresponding to a row and a column rectangle corresponding to a column, and row rectangle information indicating each of the row rectangles is linked in a ring shape. A rectangular area in the tabular data is specified by a row rectangular information array and a column rectangular information array formed by annularly linking the column rectangular information indicating each of the column rectangles,
In a display control method of tabular data for displaying the rectangular area in a window, a row display range defined by adjacent row rectangle information in the row rectangle information array and column rectangle information adjacent in the column rectangle information array are defined. A rectangular area surrounded by a defined column display range is visualized in the window as a data display area, and a graphical user interface operation for the data display area is executed by an operation of the row rectangular information array and the column rectangular information array. Characterize.

【0008】また前記行矩形情報および前記列矩形情報
は、前記データ表示領域内における前記行矩形と列矩形
それぞれの左上と右下の座標位置および識別番号と、を
含むことを特徴とする。
The row rectangle information and the column rectangle information include the upper left and lower right coordinate positions and identification numbers of the row rectangle and the column rectangle, respectively, in the data display area.

【0009】[0009]

【発明の実施の形態】次に、この発明について図面を参
照して説明する。
Next, the present invention will be described with reference to the drawings.

【0010】まず、この発明の方法の一実施例を示す図
1について、ウインドウ上のデータ表示域と表形式デー
タと矩形情報の関連を説明する図2(a),図2
(b),図2(c)を援用して説明する。APが図2
(a)に示すような表形式データ21をデータ表示域1
2に表示するとき、図2(a)のデータ表示域12に表
示される表示データの矩形領域23は、表形式データ2
1の一部に相当する。図1のデータ表示域12を列方向
に配置される列矩形131乃至134と行方向に配置さ
れる行矩形141乃至144は、表形式データ21の列
および行に対応する。図1の列矩形131乃至134と
行矩形141乃至144の数は、データ表示域12の大
きさあるいは表示文字の大きさによって可変である。列
矩形131乃至134と行矩形141乃至144は、図
2(b)の矩形情報配列19に示される項目を含む。矩
形情報配列19は矩形情報1101乃至110nの配列
で、該配列の矩形情報数は、処理対象としてデータ表示
域12に表示される表形式データ21の列矩形または行
矩形の数である。図2(a)の表形式データ21が、例
えば列数255と行数100,000であるとしても、
処理対象が列数50と行数100であれば、列の矩形情
報配列の配列数は50、行の矩形情報配列数は100が
配列数になる。
First, referring to FIG. 1 showing one embodiment of the method of the present invention, FIGS. 2A and 2B for explaining the relationship among the data display area on the window, the tabular data and the rectangular information.
A description will be given with reference to (b) and FIG. 2 (c). AP is Figure 2
The tabular data 21 as shown in (a) is displayed in the data display area 1
2 is displayed, the rectangular area 23 of the display data displayed in the data display area 12 of FIG.
It corresponds to a part of 1. The column rectangles 131 to 134 arranged in the column direction and the row rectangles 141 to 144 arranged in the row direction in the data display area 12 of FIG. 1 correspond to the columns and rows of the tabular data 21. The numbers of the column rectangles 131 to 134 and the row rectangles 141 to 144 in FIG. 1 can be changed depending on the size of the data display area 12 or the size of the display character. The column rectangles 131 to 134 and the row rectangles 141 to 144 include the items shown in the rectangle information array 19 of FIG. The rectangular information array 19 is an array of rectangular information 1101 to 110n, and the number of rectangular information pieces in the array is the number of column rectangles or row rectangles of the tabular data 21 displayed in the data display area 12 as a processing target. Even if the tabular data 21 in FIG. 2A has, for example, 255 columns and 100,000 rows,
If the number of columns to be processed is 50 and the number of rows is 100, the array number of the rectangular information array of columns is 50, and the array number of rectangular information arrays of 100 is 100.

【0011】矩形領域23を列矩形131乃至134と
行矩形141乃至144として扱うには、矩形情報の内
容が保持される必要がある。任意の時点で、保持してお
かなければならない矩形情報内容111は、データ表示
域12に表示される矩形情報の数だけである。矩形情報
1101乃至110nで構成される矩形情報配列19の
配列数は、処理対象として表示されるのであろう列矩形
または行矩形の数になる。表形式データ21のすべての
行矩形および列矩形に対して、列矩形情報および行矩形
情報を用意する必要はない。つまり、表形式データ21
が非常に大きなものであっても、矩形情報配列19は処
理対象の矩形情報に限られる。
In order to treat the rectangular area 23 as the column rectangles 131 to 134 and the row rectangles 141 to 144, it is necessary to hold the contents of the rectangle information. The rectangular information content 111 that must be held at any given time is the number of rectangular information items displayed in the data display area 12. The number of arrays of the rectangular information array 19 configured by the rectangular information 1101 to 110n is the number of column rectangles or row rectangles that will be displayed as a processing target. It is not necessary to prepare column rectangle information and row rectangle information for all row rectangles and column rectangles of the tabular data 21. That is, the tabular data 21
Is very large, the rectangular information array 19 is limited to the rectangular information to be processed.

【0012】図2(b)に示す矩形情報配列19は、図
2(c)に示す矩形情報配列の論理的環構造化112に
よって、列矩形情報配列15,行矩形情報配列17それ
ぞれが環構造に構造化される。この矩形情報配列の論理
的環構造化112では、配列番号
The rectangular information array 19 shown in FIG. 2 (b) has a column rectangular information array 15 and a row rectangular information array 17 each having a ring structure by the logical ring structure 112 of the rectangular information array shown in FIG. 2 (c). Is structured into In the logical ring structure 112 of this rectangular information array, the array element number

〔0〕の前は配列番号
〔n−1〕であり、配列番号
Sequence number [n-1] precedes [0]

〔0〕の次は配列番号
〔1〕として矩形情報配列19を扱う。矩形情報配列1
19をModuloNで演算することに同等である。論
理的環構造化された図1の列矩形情報配列15と行矩形
情報配列17それぞれには、任意の時点でデータ表示域
12に表示されている範囲を示す列表示範囲16と行表
示範囲18があり、この範囲中にある矩形情報111の
データ識別番号が示す行または列がデータ表示域12に
表示される。次に、この実施例の方法によって、GUI
操作をデータ表示域12に施す場合について説明する。
After the [0], the rectangular information array 19 is handled as the array number [1]. Rectangular information array 1
It is equivalent to calculating 19 with ModuloN. In each of the column rectangular information array 15 and the row rectangular information array 17 of FIG. 1 which are logically ring structured, a column display range 16 and a row display range 18 indicating a range displayed in the data display area 12 at an arbitrary time point. The row or column indicated by the data identification number of the rectangular information 111 within this range is displayed in the data display area 12. Next, according to the method of this embodiment, the GUI
A case where an operation is performed on the data display area 12 will be described.

【0013】この方法の第1の実施例における矩形情報
配列のスクロール動作について、説明する。矩形情報配
列19の各矩形情報は、処理対象の列矩形または行矩形
の列数と行数に相当して設ける。矩形情報配列19は、
矩形情報配列の論理的環構造化112として扱うこと
で、列矩形情報配列15,行矩形情報配列17のような
環構造として捉える。これら環構造化された列矩形情報
配列15と行矩形情報配列17には、データ表示域12
に表示される列表示範囲16と行表示範囲18があり、
任意の時点でデータ表示域12に表示されている範囲が
示される。
The scrolling operation of the rectangular information array in the first embodiment of this method will be described. Each piece of rectangle information of the rectangle information array 19 is provided in correspondence with the number of columns and rows of the column rectangle or the row rectangle to be processed. The rectangular information array 19 is
By treating it as a logical ring structure 112 of the rectangular information array, it is regarded as a ring structure such as the column rectangular information array 15 and the row rectangular information array 17. In the column rectangular information array 15 and the row rectangular information array 17 which are ring-structured, the data display area 12
There is a column display range 16 and a row display range 18 displayed in
The range displayed in the data display area 12 at any time is shown.

【0014】データ表示域12の表示データをスクロー
ルする場合を説明する図3(a),図3(b)を援用
し、図3(c)を参照して説明すると、スクロール前の
データ表示域31の表示データに対する列矩形情報配列
310は、列表示範囲35で示す識別番号〔1〕乃至
〔4〕が表示されている。ここで、左方向へ1列スクロ
ールし、列33が隠れ、隠れている列34が現れると
き、列矩形情報配列310を回転36する(図3(c)
のステップ314)。この回転36により、列矩形情報
配列310は、図3(b)の列矩形情報配列311にな
り、列表示範囲312は配列番号〔2〕乃至〔5〕とな
る(ステップ315)。配列番号〔1〕の矩形情報37
が不要になるため、列表示範囲312からは除かれ、ス
クロール後のデータ表示域32に出現する列313の矩
形情報38が利用される。矩形情報37の配列番号の変
更はない。スクロール前の列矩形情報配列310の環構
造を回転36することで、スクロール処理における矩形
情報の変更は終了する。スクロール後のデータ表示域3
2の表示は、列表示範囲312だけに対して行えばよい
(ステップ316)。なお配列数が仮に50である場
合、配列番号〔47〕,〔48〕,〔49〕,
The case where the display data in the data display area 12 is scrolled will be described with reference to FIGS. 3A and 3B and with reference to FIG. 3C. In the column rectangular information array 310 for the 31 display data, the identification numbers [1] to [4] shown in the column display range 35 are displayed. Here, when one column is scrolled to the left and the column 33 is hidden and the hidden column 34 appears, the column rectangular information array 310 is rotated 36 (FIG. 3C).
314). By this rotation 36, the column rectangular information array 310 becomes the column rectangular information array 311 in FIG. 3B, and the column display range 312 becomes the array numbers [2] to [5] (step 315). Rectangle information 37 of sequence number [1]
Is eliminated from the column display range 312, and the rectangular information 38 of the column 313 appearing in the scrolled data display area 32 is used. The array element number of the rectangle information 37 is not changed. By rotating 36 the ring structure of the column rectangle information array 310 before scrolling, the change of the rectangle information in the scroll processing is completed. Data display area 3 after scrolling
2 may be displayed only in the column display range 312 (step 316). If the number of sequences is 50, the sequence numbers [47], [48], [49],

〔0〕を
列表示範囲とするとき、左へ1列スクロールしたとき
は、配列番号〔48〕,〔49〕,
When [0] is set as the column display range and one column is scrolled to the left, array numbers [48], [49],

〔0〕,〔1〕が表
示される。これらはすべて図2(c)のModulo演
算112で算出される。
[0] and [1] are displayed. These are all calculated by the modulo operation 112 in FIG.

【0015】この方法の第2の実施例における既に表示
している表示データを更新する動作を図4(a),図4
(b)を援用して、図4(c)を参照して説明する。既
に表示しているデータ表示域41内に変更データ42が
あるとき、変更データ42の矩形座標領域を求める。第
4列と第3行で定まる単位領域の表示データ値「80」
を「100」に更新する。既に表示されているデータ表
示域41は、列表示範囲45と行表示範囲46で定ま
り、矩形情報のデータ識別番号によって、列表示範囲4
5の第4列の矩形情報47および行表示範囲46の第3
行の矩形情報48を決定する(図4(c)のステップ4
09およびステップ410)。APは列および行で定ま
る矩形領域42の表示データを更新して、描画する(ス
テップ411)。該矩形情報配列には画面表示の矩形情
報(矩形の左上と右下の座標位置)が保持されているの
で、再描画すべきデータ表示域内の該矩形領域42の座
標位置が決定できる。
The operation of updating the already displayed display data in the second embodiment of this method will be described with reference to FIGS.
A description will be given with reference to FIG. 4C with reference to FIG. When the change data 42 is already displayed in the data display area 41, the rectangular coordinate area of the change data 42 is obtained. Display data value "80" of the unit area determined by the fourth column and the third row
Is updated to "100". The data display area 41 already displayed is defined by the column display range 45 and the row display range 46, and the column display range 4 is determined by the data identification number of the rectangular information.
5 in the fourth column of the rectangular information 47 and the row display range 46 in the third
The rectangle information 48 of the row is determined (step 4 in FIG. 4C).
09 and step 410). The AP updates the display data of the rectangular area 42 defined by the columns and rows and draws it (step 411). Since the rectangular information of the screen display (upper left and lower right coordinate positions of the rectangle) is held in the rectangular information array, the coordinate position of the rectangular area 42 in the data display area to be redrawn can be determined.

【0016】この方法の第3の実施例におけるデータ表
示域内の表示データを再描画要求するとき、該表示デー
タを決定する動作を、図5(a),図5(b),図5
(c)を援用し、図5(d)を参照して説明する。シス
テムが表示域51内の一部を消去し、描画要求領域52
が座標(x1,y1)−(x2,y2)で通知されたと
き、この描画要求領域52を含む最小矩形を求める。ま
ず、x1,x2を含む列最小矩形53を列表示範囲45
から求める(図5(d)のステップ516)。同様に、
y1,y2を含む行最小矩形54を求める(ステップ5
17)。APは列最小矩形53と行最小矩形54の交差
矩形を求めることで再描画すべきデータ表示域51内の
座標位置が決定される(ステップ518)。
When redrawing the display data in the data display area in the third embodiment of this method, the operation for determining the display data will be described with reference to FIGS. 5 (a), 5 (b) and 5
With reference to FIG. 5C, description will be made with reference to FIG. The system erases a part of the display area 51, and the drawing request area 52
Is notified by the coordinates (x1, y1)-(x2, y2), the minimum rectangle including the drawing request area 52 is obtained. First, the column minimum rectangle 53 including x1 and x2 is set to the column display range 45.
(Step 516 in FIG. 5D). Similarly,
A row minimum rectangle 54 including y1 and y2 is obtained (step 5)
17). The AP determines the coordinate position in the data display area 51 to be redrawn by obtaining the intersecting rectangle of the column minimum rectangle 53 and the row minimum rectangle 54 (step 518).

【0017】この方法の第4の実施例における利用者に
よって行われるGUI操作のフィードバックによる矩形
座標位置や表示データ範囲を算出する動作を、クリック
操作を示す図6(a),図6(b),図6(c)と、ド
ラッグ操作を示す図6(d),図6(e),図6(f)
を参照して説明する。マウスなどのポインティングデバ
イスを利用者が操作をするとき、画面に対してその操作
をフィードバックしなければならない。例えば、マスク
のクリックやドラッグに対して、その操作はシステムか
ら座標で通知される。クリック操作の場合について説明
すると、図6(a)で利用者がデータ表示域61内の指
定位置62をポインティングする。システムから指定位
置62が座標情報(x,y)で通知される。該座標情報
によって、図6(b)の列矩形63と行矩形64を求
め、その2つの矩形の交差領域65を求めることができ
る。2つの矩形63および64の交差領域65がわかれ
ば、その座標に対して図6(c)の反転表示を指示す
る。
6 (a) and 6 (b) showing a click operation in the operation of calculating the rectangular coordinate position and the display data range by the feedback of the GUI operation performed by the user in the fourth embodiment of this method. , FIG. 6 (c) and FIG. 6 (d), FIG. 6 (e), FIG. 6 (f) showing the drag operation.
This will be described with reference to FIG. When a user operates a pointing device such as a mouse, the operation must be fed back to the screen. For example, when the mask is clicked or dragged, the operation is notified by coordinates from the system. Explaining the case of the click operation, the user points the designated position 62 in the data display area 61 in FIG. 6A. The system notifies the designated position 62 by coordinate information (x, y). Based on the coordinate information, the column rectangle 63 and the row rectangle 64 of FIG. 6B can be obtained, and the intersection area 65 of the two rectangles can be obtained. When the intersection area 65 of the two rectangles 63 and 64 is known, the reverse display of FIG. 6C is instructed for the coordinates.

【0018】ドラッグ操作の場合について説明すると、
図6(d)のドラッグ開始位置69を求める方法はクリ
ック操作と同様である。ドラッグ開始領域610をドラ
ッグ開始位置69から決定する。利用者は任意の場所で
マウスカーソルを移動するが、これもクリック操作と同
様である。図6(e)のドラッグ終了位置611とす
る。これらのドラッグ開始位置69の行矩形68と列矩
形67からドラッグ終了位置611の列矩形612と行
矩形613の2つの矩形を含む最小領域614を求め、
図6(f)の最小領域614の座標に対して反転表示を
行う。
Explaining the case of the drag operation,
The method of obtaining the drag start position 69 in FIG. 6D is the same as the click operation. The drag start area 610 is determined from the drag start position 69. The user moves the mouse cursor at any place, which is also the same as the click operation. The drag end position 611 in FIG. 6E is set. From the row rectangle 68 and the column rectangle 67 at the drag start position 69, the minimum area 614 including the two rectangles of the column rectangle 612 and the row rectangle 613 at the drag end position 611 is obtained,
The coordinates of the minimum area 614 in FIG.

【0019】以上の実施例の説明によれば、構造化され
た矩形情報配列による表示制御方法は、データ表示域の
GUI操作による表形式データの表示制御に好適である
ことが示された。
According to the above description of the embodiments, it is shown that the display control method using the structured rectangular information array is suitable for the display control of the tabular data by the GUI operation in the data display area.

【0020】[0020]

【発明の効果】以上説明したようにこの発明によれば、
行および列の矩形情報で構成される矩形情報配列による
表示制御情報は、制御情報領域のメモリ容量を最小限に
抑えることができる。
As described above, according to the present invention,
The display control information based on the rectangular information array configured by the rectangular information of rows and columns can minimize the memory capacity of the control information area.

【0021】更にこの発明によれば、行および列の矩形
情報配列を環状にすることによって利用を循環して行う
ことができる。
Further, according to the present invention, the rectangular information array of rows and columns can be cyclically used by making the array of information rectangular.

【0022】更にこの発明によれば、既に表示している
データ表示域の表示データを更新などにより再度表示す
るとき、データ表示域内の該データの座標位置を容易に
求めることができる。
Further, according to the present invention, when the display data of the already displayed data display area is displayed again by updating or the like, the coordinate position of the data in the data display area can be easily obtained.

【0023】更にこの発明によれば、データ表示域内の
一部領域をシステムが再描画要求するとき、それに該当
する表示データを容易に求めることができる。
Further, according to the present invention, when the system makes a redrawing request for a partial area in the data display area, the display data corresponding thereto can be easily obtained.

【0024】更にこの発明によれば、利用者によって行
われるマウス操作のフィードバックの矩形座標位置や表
示データ範囲が容易に算出できる。
Further, according to the present invention, the rectangular coordinate position and the display data range of the feedback of the mouse operation performed by the user can be easily calculated.

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

【図1】この発明の方法を示す表形式データの表示部分
と行および列の矩形情報配列の関係を示す図である。
FIG. 1 is a diagram showing a relationship between a display portion of tabular data showing a method of the present invention and a rectangular information array of rows and columns.

【図2】分図(a)はデータ表示域と表形式データとの
対応を、分図(b)は実施例の行(または列)矩形情報
配列と矩形情報内容を、分図(c)は矩形情報配列を環
状に構造化することを、それぞれ示す図である。
FIG. 2 is a diagram (a) showing a correspondence between a data display area and tabular data, and a diagram (b) showing a row (or column) rectangular information array and rectangular information contents of the embodiment, a diagram (c). FIG. 3 is a diagram showing that the rectangular information array is structured into a ring.

【図3】分図(a)はスクロール前のデータ表示域と矩
形情報配列を、分図(b)はスクロール後のデータ表示
域と矩形情報配列を、分図(c)はスクロール操作時の
矩形情報配列操作の流れを、それぞれ示す図である。
FIG. 3A is a diagram showing a data display area before scrolling and a rectangular information array, FIG. 3B is a data display area after scrolling and a rectangular information array, and FIG. It is a figure which shows the flow of a rectangle information arrangement operation, respectively.

【図4】分図(a)は表示データの再描画に関するデー
タ表示域と矩形情報を、分図(b)は更新後のデータ表
示域を、分図(c)は表示データ更新による再描画に関
する流れを、それぞれ示す図である。
FIG. 4A is a data display area and rectangle information relating to redrawing of display data, FIG. 4B is a data display area after updating, and FIG. 4C is a redrawing by updating display data. It is a figure which respectively shows the flow regarding.

【図5】分図(a)は描画要求領域を、分図(b)は再
描画に関する矩形操作を、分図(c)は更新後のデータ
表示域の表示データを、分図(d)は描画要求領域への
データの再描画に関する矩形操作の流れを、それぞれ示
す図である。
FIG. 5A is a drawing request area, FIG. 5B is a rectangular operation relating to redrawing, FIG. 5C is display data in an updated data display area, and FIG. FIG. 6 is a diagram showing a flow of a rectangular operation relating to redrawing of data in a drawing request area.

【図6】分図(a),(b),(c)は利用者のマウス
操作のフィードバックに関するクリック操作の矩形操作
を、分図(d),(e),(f)は利用者のマウス操作
のフィードバックに関するドラック操作の矩形操作を、
それぞれ示す図である。
6A, 6B, 6C, 6C, 6C, 6D, 6C, and 6C show a rectangular operation of a click operation relating to feedback of a user's mouse operation, and FIGS. Rectangle operation of drag operation related to feedback of mouse operation,
FIG.

【図7】分図(a)は従来技術による表形式データのデ
ータ表示域のスクロール操作を、分図(b)はスクロー
ル操作の流れを、それぞれ示す図である。
FIG. 7A is a diagram showing a scroll operation of a data display area of tabular data according to the related art, and FIG. 7B is a diagram showing a flow of the scroll operation.

【符号の説明】[Explanation of symbols]

12 データ表示域 131乃至134 列矩形 141乃至144 行矩形 15 列矩形情報配列 16 列表示範囲 17 行矩形情報配列 18 行表示範囲 19 行(または列)矩形情報配列 1101乃至110n 行(または列)矩形情報 111 行(または列)矩形情報内容 112 矩形情報配列の論理的環構造 12 data display area 131 to 134 column rectangle 141 to 144 row rectangle 15 column rectangle information array 16 column display area 17 row rectangle information array 18 row display range 19 row (or column) rectangle information array 1101 to 110n row (or column) rectangle Information 111 Row (or column) rectangle information content 112 Logical ring structure of rectangle information array

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 表形式データが、行に対応する行矩形と
列に対応する列矩形とによって表わされ、前記行矩形そ
れぞれを指す行矩形情報を環状に連鎖してなる行矩形情
報配列と前記列矩形それぞれを指す列矩形情報を環状に
連鎖してなる列矩形情報配列とによって前記表形式デー
タ内の矩形領域を指定し、前記矩形領域をウインドウに
表示する表形式データの表示制御方法にあって、 前記行矩形情報配列内で隣接する行矩形情報で定まる行
表示範囲と前記列矩形情報配列内で隣接する列矩形情報
で定まる列表示範囲とで囲われる矩形領域をデータ表示
域として前記ウインドウに可視化し、前記データ表示領
域に対するグラフィカルユーザインタフェース操作が前
記行矩形情報配列および前記列矩形情報配列の操作によ
って実行されることを特徴とする表形式データの表示制
御方法。
1. A row rectangle information array in which tabular data is represented by a row rectangle corresponding to a row and a column rectangle corresponding to a column, and row rectangle information indicating each of the row rectangles is linked in a ring shape. A display control method of tabular data in which a rectangular area in the tabular data is designated by a column rectangular information array in which column rectangular information indicating each of the column rectangles is annularly linked and the rectangular area is displayed in a window. There is a rectangular area surrounded by a row display range defined by adjacent row rectangle information in the row rectangle information array and a column display range defined by adjacent column rectangle information in the column rectangular information array as a data display area. It is visualized in a window, and the graphical user interface operation for the data display area is performed by the operation of the row rectangular information array and the column rectangular information array. Display control method tabular data to.
【請求項2】 前記行矩形情報および前記列矩形情報
は、前記データ表示領域内における前記行矩形と列矩形
それぞれの左上と右下の座標位置および識別番号と、を
含むことを特徴とする請求項1記載の表形式データの表
示制御方法。
2. The row rectangle information and the column rectangle information include upper left and lower right coordinate positions and identification numbers of the row rectangle and the column rectangle, respectively, in the data display area. A method for controlling display of tabular data according to item 1.
JP7280557A 1995-10-27 1995-10-27 Display control method for tabular data Expired - Lifetime JP2972560B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7280557A JP2972560B2 (en) 1995-10-27 1995-10-27 Display control method for tabular data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7280557A JP2972560B2 (en) 1995-10-27 1995-10-27 Display control method for tabular data

Publications (2)

Publication Number Publication Date
JPH09128179A true JPH09128179A (en) 1997-05-16
JP2972560B2 JP2972560B2 (en) 1999-11-08

Family

ID=17626708

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7280557A Expired - Lifetime JP2972560B2 (en) 1995-10-27 1995-10-27 Display control method for tabular data

Country Status (1)

Country Link
JP (1) JP2972560B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009093356A (en) * 2007-10-05 2009-04-30 Sony Corp Information processor and scroll method
JP2009301092A (en) * 2008-06-10 2009-12-24 Konami Digital Entertainment Co Ltd Item-selecting device, item selection method, and program
JP2015079507A (en) * 2013-10-18 2015-04-23 株式会社トゥービーソフトTobesoft Co., Ltd. Grid output controller for mobile device and output control method for grid

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009093356A (en) * 2007-10-05 2009-04-30 Sony Corp Information processor and scroll method
JP2009301092A (en) * 2008-06-10 2009-12-24 Konami Digital Entertainment Co Ltd Item-selecting device, item selection method, and program
JP2015079507A (en) * 2013-10-18 2015-04-23 株式会社トゥービーソフトTobesoft Co., Ltd. Grid output controller for mobile device and output control method for grid

Also Published As

Publication number Publication date
JP2972560B2 (en) 1999-11-08

Similar Documents

Publication Publication Date Title
JP4148634B2 (en) Storage medium storing cursor control program and cursor display control device
JPS6324462A (en) Window state display system
JPH08286831A (en) Pen input type electronic device and its control method
JPH04276821A (en) Operating method for computer display control system and computer display system, control method in computer display system and computer display control apparatus
JPS62276673A (en) Multiwindow display device
JPH09269885A (en) Size changing method for window and graphical user interface
JPH09160739A (en) Data processing system and input method
US6664990B1 (en) Computer display pointer with alternate hot spots
JP2806312B2 (en) Graphic input device
JPH09128179A (en) Method for controlling display of table format data
JPH08255221A (en) Character graphic input editing device
JP3045905B2 (en) Character drawing device
JP2000020212A (en) Device and method for table data display and storage medium having stored program for table data display thereon
JPH11272393A (en) Position designation device and storage medium
JPH04328626A (en) Information processor
JP2842511B2 (en) Form creation device
JPH07295747A (en) Computer system
JP3721759B2 (en) Screen operation instruction method and apparatus
JPH0822553A (en) Method and system for setting entry condition
JP2922578B2 (en) Character processor
JPH04191972A (en) Editing system for character attribute
JPH0756704A (en) Method for controlling multiwindow screen
JPH01266619A (en) Command menu display method for display device
JPH1027086A (en) Display device
JP2001046768A (en) Embroidery data preparation device

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 19990803

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

S533 Written request for registration of change of name

Free format text: JAPANESE INTERMEDIATE CODE: R313533

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

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

Free format text: PAYMENT UNTIL: 20070827

Year of fee payment: 8

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

Free format text: PAYMENT UNTIL: 20080827

Year of fee payment: 9

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

Free format text: PAYMENT UNTIL: 20080827

Year of fee payment: 9

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

Free format text: PAYMENT UNTIL: 20090827

Year of fee payment: 10

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

Free format text: PAYMENT UNTIL: 20090827

Year of fee payment: 10

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

Free format text: PAYMENT UNTIL: 20100827

Year of fee payment: 11

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

Free format text: PAYMENT UNTIL: 20110827

Year of fee payment: 12

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

Free format text: PAYMENT UNTIL: 20110827

Year of fee payment: 12

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

Free format text: PAYMENT UNTIL: 20120827

Year of fee payment: 13

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

Free format text: PAYMENT UNTIL: 20130827

Year of fee payment: 14

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

EXPY Cancellation because of completion of term