JP3474973B2 - Tabular editor - Google Patents

Tabular editor

Info

Publication number
JP3474973B2
JP3474973B2 JP21886095A JP21886095A JP3474973B2 JP 3474973 B2 JP3474973 B2 JP 3474973B2 JP 21886095 A JP21886095 A JP 21886095A JP 21886095 A JP21886095 A JP 21886095A JP 3474973 B2 JP3474973 B2 JP 3474973B2
Authority
JP
Japan
Prior art keywords
cell
unit
selection
information
rectangular area
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Lifetime
Application number
JP21886095A
Other languages
Japanese (ja)
Other versions
JPH0962749A (en
Inventor
崇 吉田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP21886095A priority Critical patent/JP3474973B2/en
Publication of JPH0962749A publication Critical patent/JPH0962749A/en
Application granted granted Critical
Publication of JP3474973B2 publication Critical patent/JP3474973B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Document Processing Apparatus (AREA)

Description

【発明の詳細な説明】 【0001】 【発明の属する技術分野】本発明は、状態遷移表などの
大きな表の作成を支援する表形式エディタに関するもの
である。表形式エディタは、行単位や列単位、また、各
セル単位で新規作成や更新、削除などの編集作業を行う
ものであり、グラフィカルユーザインタフェースを利用
することにより、利用者が編集の対象として選択した部
分を確認しながら、作業を進めることができるようにな
っている。 【0002】 【従来の技術】図6に、従来の表形式エディタの構成例
を示す。図6において、表形式エディタ410は、オペ
レーティングシステム(OS)401を介して、マウス
402およびキーボード403などの入力装置やディス
プレイ装置(ディスプレイ)404などの出力装置に接
続されている。 【0003】図6に示した表形式エディタ410におい
て、入力受付部411は、オペレーティングシステム4
01を介して、利用者がマウス402を操作して入力し
た位置指定を受け付け、指定された位置に応じて、選択
処理部412あるいは命令受付部413を起動し、受け
取った位置指定入力をそれぞれの処理に供する構成とな
っている。 【0004】利用者によって、メニューバー内部の位置
が指定された場合は、入力受付部411からの指示に応
じて命令受付部413と編集処理部414とが動作し、
表データ格納部415に格納された表に対して、コピ
ー、挿入、切り取り、貼り付け、拡大、縮小といった編
集処理が実行され、この編集結果が、表示処理部416
およびオペレーティングシステム401の動作により、
ディスプレイ装置404の表示画面に反映される。 【0005】一方、利用者によって、編集中の表の内部
の位置が指定された場合は、入力受付部411からの指
示に応じて選択処理部412が動作を開始し、受け取っ
た位置指定入力に応じて、編集対象を特定する処理が行
われる。ここで、表データ格納部415に格納された表
は、行および列に対応する項目の名称などを示す軸部セ
ルと、各行および列を構成する複数の内部セルとから構
成されており、通常は、図7(a) に示すように、利用者
が、目的とする矩形の範囲の左上のセル(符号s1で示
す)から右下のセル(符号s2で示す)へと、対角線状に
マウス402をドラッグすることにより、選択範囲が指
示される。 【0006】このとき、選択処理部412は、マウス4
02のドラッグ操作に応じて変化する位置指定入力を受
け付けて、ドラッグ開始位置に対応する軸部セルあるい
は内部セルと現在の位置指定入力で示された軸部セルお
よび内部セルとで指定される矩形の領域を順次に編集対
象として選択し、表示処理部416による強調表示処理
に供しており、これにより利用者の選択動作が表示画面
に反映されている。また、ドラッグ動作の終了に応じ
て、選択処理部412により、それまでに選択した軸部
セルおよび内部セルからなる選択範囲が特定される。 【0007】このようにして、利用者が指定した位置指
定入力をそのまま選択処理部412が受け取って、選択
開始位置と選択終了位置とで決定される矩形の領域を特
定し、この選択範囲を編集対象として編集処理部414
による処理に供している。したがって、表の行あるいは
列全体を選択しようとした場合には、図7(b) に示すよ
うに、マウス402のドラッグ操作によって、目的の行
あるいは列に属するセルを逐一選択する必要がある。 【0008】このため、大規模な表を編集する際には、
表示画面上で表全体をスクロールさせながらマウス40
2をドラッグしたり、あるいは、表全体を1画面に収め
る程度に縮小してから、マウス402のドラッグ操作を
行うなどの操作が必要である。また、1行選択および1
列選択などの特殊な命令を設けておき、利用者がメニュ
ーから該当する命令を選択したときに、命令受付部41
3からの指示に応じて、選択処理部412が、オペレー
ティングシステム401から受け取った位置指定入力と
上述した特殊命令とを組み合わせることにより、該当す
る行あるいは列を編集対象として編集処理部の処理に供
するものもある。 【0009】この場合は、表の大きさにかかわらず、表
示画面を保存したまま、行あるいは列全体を選択するこ
とができる。 【0010】 【発明が解決しようとする課題】上述したように、選択
範囲をオペレーティングシステム401を介してそのま
ま受け取る方式では、利用者は、マウス402のドラッ
グ操作をすることにより、選択範囲を確認しながら入力
することが可能であるが、大規模な表の編集作業におい
ては、スクロールや縮小などの画面操作が必要不可欠で
ある。このような画像操作は、特に、大規模な表を編集
する際には非常に煩雑であり、また、選択処理の際に、
利用者が注目している表の部分がスクロールアウトして
しまったり、縮小によって判読しにくくなってしまった
りするため、選択処理の終了後に、再び、逆方向のスク
ロールや拡大処理などの画面操作を行って、注目部分が
過不足なく表示された状態を回復する必要がある。 【0011】一方、1行選択や1列選択のような特殊な
命令を設けた場合は、スクロールや縮小などの画面操作
は不要であり、利用者が注目している表示画面を保存し
た状態で選択処理を行うことができる。しかしながら、
この場合に、利用者は、グラフィカルユーザインタフェ
ースの特徴である直感的な操作を離れ、注目している行
あるいは列の中の任意のセルを選択する操作をしてか
ら、意識的に、メニューから該当する命令を選択する操
作をする必要がある。 【0012】本発明は、グラフィカルユーザインタフェ
ースの特徴を活かしながら、大規模な表の行あるいは列
を一括して選択可能な表形式エディタを提供することを
目的とする。 【0013】 【課題を解決するための手段】図1は、本発明の原理ブ
ロック図である。 【0014】本発明は、入力手段101からのセル指定
情報に応じて、選択手段110が、構成情報保持手段1
02に項目名を示す軸部セルと対応する項目の内容を示
す内部セルとから構成されるものとして保持された表に
関する情報に基づいて、セル指定情報によって指定され
る選択範囲を特定して、編集手段103の編集処理に供
するとともに、表示手段104が、選択範囲に含まれる
セルの表示を変化させる構成の表形式データ編集装置
おいて、選択手段110は、セル指定情報で示された複
数のセルの表における位置に基づいて矩形の領域を決定
し、この矩形の領域に含まれる全てのセルに関する情報
軸部セルと内部セルとを区別する情報を含めて構成情
報保持手段102から抽出する抽出手段111と、抽出
手段111によって抽出された情報に基づいて、矩形の
領域に含まれる軸部セルと内部セルの組み合わせを判別
する判別手段112と、セル指定情報によって指定され
る矩形の領域を、判別手段112によって判別された組
み合わせに含まれる軸部セルに対応する行および列から
なる領域に拡張し、選択範囲として出力する変換手段1
13とを備えた構成であることを特徴とする。 【0015】本発明では、入力手段101からのセル指
定情報に応じて、抽出手段111が構成情報保持手段1
02から矩形の領域に含まれる全てのセルに関する情報
をそれぞれのセルが軸部セルであるか内部セルであるか
を示す情報を含めて抽出する。したがって、判別手段1
12は、この情報に基づいて、セル指定情報で示される
矩形の領域に含まれている軸部セルと内部セルとの組み
合わせを判別することができる。そして、変換手段11
3が、例えば、判別された軸部セルと内部セルとの組み
合わせごとに、これらのセルに対応する領域を該当する
軸部セルに対応する行あるいは列全体に拡張することに
より、判別された組み合わせに含まれる軸部セルに対応
する行および列からなる選択領域を特定し、選択手段1
10による選択範囲として編集手段103および表示手
段104の処理に供することができる。 【0016】したがって、表の大きさにかかわらず、直
感的でかつ単純な操作によって、任意の行あるいは列を
選択することが可能である。 【0017】 【発明の実施の形態】以下、図面に基づいて、本発明の
実施例について詳細に説明する。 【0018】図2は、本発明の表形式エディタの実施例
構成図である。図2において、選択処理部210は、図
6に示した選択処理部412と同様に、入力受付部41
1から受け取った位置指定入力に応じて動作し、選択処
理結果を編集処理部414に供するとともに、位置指定
入力の変化に対応する選択領域に関する情報を表示処理
部416の処理に供する構成となっている。 【0019】この選択処理部210において、セル検索
部211は、入力受付部411から受け取った位置指定
入力に基づいて、構成情報保持手段102に相当する表
データ格納部415から該当する内部セルあるいは軸部
セルを検索し、判定処理部212および矩形領域抽出部
213に送出する構成となっている。このとき、入力受
付部411は、利用者によるマウス402の操作に応じ
て、まず、ドラッグ開始位置を上述したセル検索部21
1に送出し、その後は、定期的にマウス402による指
定位置をセル検索部211に送出すればよい。 【0020】すなわち、マウス402と入力受付部41
1とで入力手段101を形成し、マウス402による指
定位置をセル指定情報に相当する情報として送出する構
成となっている。また、判定処理部212は、上述した
ドラッグ開始位置のセルと新しく検索されたセルとが、
軸部セルと内部セルとの組み合わせとなっているか否か
を判定し、セレクタ214および一括抽出部215の動
作を制御する構成となっている。 【0021】また、図2において、矩形領域抽出部21
3は、選択開始位置のセルと最後に検索されたセルの位
置に基づいて矩形の領域を決定し、この矩形の領域に含
まれる全てのセルを表データ格納部415から抽出し、
セレクタ214を介して選択処理結果として出力すると
ともに、一括抽出部215の処理に供する構成となって
いる。 【0022】この一括抽出部215は、上述した判定処
理部212による判定結果に応じて、軸部抽出部216
が、矩形領域抽出部213による抽出結果から軸部セル
のみを抽出し、列選択部217および行選択部218
が、それぞれ対応する軸部の抽出に応じて動作する構成
となっている。また、列選択部217および行選択部2
18のいずれかによって一括して選択された少なくとも
1つの列あるいは行は、この一括抽出部215の出力と
してセレクタ214に送出され、このセレクタ214を
介して、選択処理部210の出力として送出される。 【0023】図3に、編集対象の選択動作を表す流れ図
を示す。まず、ドラッグ開始位置の入力に応じて、セル
検索部211により、選択開始位置のセルが検索される
(ステップ301、302)。このとき、判定処理部2
12は、このドラッグ開始位置のセルが軸部セルである
か内部セルであるかを示す情報を保持しておけばよい。 【0024】その後は、ドラッグ操作に応じた新しい位
置指定入力(以下、ドラッグ通過位置と称する)に応じ
て、セル検索部211により新しいセルが検索され(ス
テップ303、304)、これに応じて、矩形領域抽出
部213により、従来と同様にして、上述したドラッグ
開始位置のセルとドラッグ通過位置のセルとに基づい
て、これらのセルを対角線上に配置した矩形の領域に含
まれる全てのセルが抽出される(ステップ305)。 【0025】このように、ドラッグ開始位置およびドラ
ッグ通過位置の入力に応じて、セル検索部211と矩形
領域抽出部213とが動作することにより、抽出手段1
11の機能を実現し、従来と同様に、指定された2つの
位置で示される矩形の領域を抽出することができる。こ
のとき、判定処理部212により、ドラッグ開始位置の
セルおよびドラッグ通過位置のセルの種類についての判
定処理が行われる。 【0026】例えば、図4(a),(b) に示すように、ドラ
ッグ開始位置のセル(図4(a),(b)において、符号s1,s3
で示す)およびドラッグ通過位置のセル(図4(a),(b)
において、符号s2,s4 で示す)が、軸部セルと内部セ
ルとの組み合わせである場合は、判定処理部212は、
一括抽出が指示されたと判定し(ステップ306の肯定
判定)、これに応じて、軸部抽出部216により、上述
したステップ305における抽出結果に含まれている軸
部セルが抽出される(ステップ307)。 【0027】抽出された軸部セルが列の項目を示してい
る場合(図4(a) 参照)は、軸部抽出部216は、列の
選択が指示されたと判断し(ステップ308の肯定判
定)、これに応じて、列選択部217により、表データ
格納部415からこれらの軸部セルに対応する列を構成
する全てのセルが一括して選択される(ステップ30
9、図4(a) 参照)。 【0028】一方、ステップ308の否定判定の場合
は、軸部抽出部216の出力に応じて行選択部218が
動作を開始し、抽出結果として得られた軸部セルに対応
する行を構成する全てのセルが、表データ格納部415
から一括して選択される(ステップ310、図4(b) 参
照)。このようにして、列選択部217あるいは行選択
部218が動作した場合は、上述した判定処理部212
による判定結果に応じて、セレクタ214により、列選
択部217あるいは行選択部218による選択結果が選
択処理部210による処理結果として出力され(ステッ
プ311)、表示処理部416の処理に供される。 【0029】このように、判定処理部212による判定
結果に応じて、軸部抽出部216が動作することによ
り、判別手段112の機能を実現し、矩形領域内の軸部
セルを判別することができる。また、この判別結果に応
じて、列選択部217および行選択部218が動作し、
また、セレクタ214が、判定処理部212による判定
結果に応じて動作することにより、変換手段113の機
能を実現し、変換結果を表示手段104に相当する表示
処理部416および編集手段103に相当する編集処理
部414に供することができる。 【0030】これにより、図4(a),(b) に矢印で示すよ
うに、軸部セルと内部セルとの境界を跨いでドラッグ操
作をすることにより、斜線を付して示すように、該当す
る列あるいは行が選択され、この範囲を示す表示画面が
利用者に提供される。したがって、利用者は、従来と同
様に選択動作に対応する選択領域を確認することができ
る。 【0031】同様にして、複数の行あるいは列を一括し
て選択することもできる。例えば、図5(a),(b) に矢印
で示すように、それぞれ符号S1,S3 で示したドラッグ開
始位置の軸部セルから、別の列あるいは行の内部セル
(図5において、符号S2,S4 で示す)までマウス402
をドラッグすれば、複数の列あるいは行が一括して選択
され、図5(a),(b) において斜線を付して示すように、
選択範囲を示す表示画面が利用者に提供される。 【0032】また一方、ドラッグ開始位置およびドラッ
グ通過位置の双方が内部セルである場合や、ドラッグ開
始位置およびドラッグ通過位置の双方が軸部セルである
場合は、ステップ306の否定判定となる。この場合
は、判定処理部212からの指示に応じて、セレクタ2
14により、上述したステップ305において、矩形領
域抽出部213によって抽出されたセルが選択され(ス
テップ312)、選択処理部210の出力として、表示
処理部216に送出される。 【0033】その後、利用者によるドラッグ操作が継続
していれば、入力受付部411は、ステップ303で受
け取った位置指定入力は選択終了位置を示すものではな
いと判断し、ステップ313の否定判定としてステップ
303に戻り、新しい位置選択入力に対応して、上述し
た処理を行えばよい。また、ドラッグ操作の終了に応じ
て、ステップ313の肯定判定となり、これに応じて、
選択処理を終了すればよい。 【0034】このように、選択されたセルの組み合わせ
に応じて選択処理部210が動作する場合は、利用者
は、選択する対象が個々のセルか行全体あるいは列全体
であるかを意識した操作をする必要はなく、グラフィカ
ルユーザインタフェースを介して選択範囲を確認しなが
ら、簡便な操作で行全体あるいは列全体を選択すること
ができる。 【0035】状態遷移表などの大規模な表を編集する際
には、行全体あるいは列全体を対象とした作業が頻繁に
行われるから、本発明を適用することにより、表形式エ
ディタの操作性を飛躍的に向上し、大規模な表の編集作
業を行う際の利用者の作業負担を大幅に軽減することが
できる。 【0036】 【発明の効果】以上説明したように、本発明によれば、
グラフィカルユーザインタフェースの特徴を活かした直
感的な操作環境を保存しながら、大規模な表の行全体あ
るいは列全体を選択する操作を簡易化することができる
から、表形式エディタの操作性を向上して、利用者の作
業負担を大幅に軽減することが可能である。
Description: BACKGROUND OF THE INVENTION [0001] 1. Field of the Invention [0002] The present invention relates to a tabular editor for supporting creation of a large table such as a state transition table. The tabular editor performs editing operations such as new creation, update, and deletion in units of rows and columns, and in units of cells. The user can select the items to be edited by using the graphical user interface. While checking the part that has been done, you can proceed with the work. 2. Description of the Related Art FIG. 6 shows a configuration example of a conventional tabular editor. In FIG. 6, a tabular editor 410 is connected to an input device such as a mouse 402 and a keyboard 403 and an output device such as a display device (display) 404 via an operating system (OS) 401. In a tabular editor 410 shown in FIG. 6, an input receiving unit 411
01, the position specification input by the user operating the mouse 402 is received, and the selection processing unit 412 or the command reception unit 413 is activated in accordance with the specified position, and the received position specification input is transmitted to each of them. It is configured to be used for processing. When a position inside the menu bar is designated by the user, the command receiving unit 413 and the editing processing unit 414 operate according to an instruction from the input receiving unit 411,
Editing processing such as copy, insert, cut, paste, enlargement, and reduction is performed on the table stored in the table data storage unit 415, and the editing result is displayed in the display processing unit 416.
And the operation of the operating system 401,
This is reflected on the display screen of the display device 404. [0005] On the other hand, when the user designates a position inside the table being edited, the selection processing unit 412 starts operation in response to an instruction from the input receiving unit 411, and the received position designation input is Accordingly, a process of specifying the edit target is performed. Here, the table stored in the table data storage unit 415 is composed of axis cells indicating the names of items corresponding to rows and columns, and a plurality of internal cells forming each row and column. As shown in FIG. 7 (a), the user moves the mouse diagonally from the upper left cell (indicated by s1) to the lower right cell (indicated by s2) of the target rectangular area. By dragging 402, a selection range is indicated. At this time, the selection processing unit 412
Receiving a position designation input that changes in response to the drag operation 02, a rectangle specified by the axis cell or internal cell corresponding to the drag start position and the axis cell and the internal cell indicated by the current position specification input Are sequentially selected as edit targets and are subjected to highlighting processing by the display processing unit 416, whereby the selection operation of the user is reflected on the display screen. In addition, in response to the end of the drag operation , the selection processing unit 412 specifies a selection range including the shaft cell and the internal cell selected so far. In this way, the selection processing unit 412 receives the position designation input designated by the user as it is, specifies a rectangular area determined by the selection start position and the selection end position, and edits this selection range. Edit processing unit 414 as a target
For processing. Therefore, when trying to select the entire row or column of the table, it is necessary to select cells belonging to the target row or column one by one by dragging the mouse 402 as shown in FIG. 7B. For this reason, when editing a large table,
Mouse 40 while scrolling the entire table on the display screen
It is necessary to perform an operation such as dragging the mouse 2 or reducing the size of the table so that the entire table can be accommodated on one screen and then dragging the mouse 402. In addition, one line selection and one line
A special command such as column selection is provided, and when the user selects a corresponding command from the menu, the command receiving unit 41
In response to the instruction from 3, the selection processing unit 412 combines the position designation input received from the operating system 401 with the above-described special instruction, and provides the corresponding row or column as an editing target to the processing of the editing processing unit. There are also things. In this case, regardless of the size of the table, the entire row or column can be selected without changing the display screen. [0010] As described above, in the method of receiving the selection range as it is via the operating system 401, the user confirms the selection range by dragging the mouse 402. While editing can be performed while editing a large table, screen operations such as scrolling and reduction are indispensable. Such image manipulation is very complicated, especially when editing a large-scale table.
After the selection process is completed, screen operations such as scrolling in the reverse direction and zooming in should be performed again because the table part that the user is watching may scroll out or become difficult to read due to reduction. It is necessary to go back and restore the state where the noticed portion is displayed without excess or shortage. On the other hand, when a special command such as one-line selection or one-column selection is provided, screen operations such as scrolling and reduction are unnecessary, and the display screen of the user's attention is saved. A selection process can be performed. However,
In this case, the user leaves the intuitive operation that is a characteristic of the graphical user interface, performs an operation of selecting an arbitrary cell in the row or column of interest, and then consciously operates the menu. It is necessary to perform an operation to select the corresponding instruction. SUMMARY OF THE INVENTION It is an object of the present invention to provide a tabular editor which can select rows or columns of a large-scale table at a time while utilizing the features of a graphical user interface. FIG. 1 is a block diagram showing the principle of the present invention. According to the present invention, in accordance with the cell designation information from the input means 101, the selection means 110 is provided with the configuration information holding means 1
02 shows the axis cell indicating the item name and the contents of the corresponding item
A selection range specified by the cell specification information is specified based on the information on the table held as a table including the internal cells, and the selection range is provided to the editing process of the editing unit 103. In the tabular data editing device configured to change the display of cells included in the range, the selection unit 110 may include a rectangular area based on the positions in the table of the plurality of cells indicated by the cell designation information. And extracting the information on all the cells included in this rectangular area from the configuration information holding means 102 , including the information for distinguishing between the axial cells and the internal cells, and the extraction means 111 was based on the information, the determining means 112 for determining a combination of shank cells and internal cells contained in the rectangular area, rectangular area specified by the cell designation information Conversion means 1 extends in the area of rows and columns corresponding to the shaft portion cells included in the combination determined by the determining means 112, and outputs a selection
13 is provided. In the present invention, according to the cell designation information from the input means 101, the extracting means 111 sets the configuration information holding means 1
Information about all cells included in the rectangular area from 02
Whether each cell is a shaft cell or an internal cell
Is extracted including the information indicating. Therefore, determination means 1
12 can determine the combination of the axial cell and the internal cell included in the rectangular area indicated by the cell designation information based on this information. And the conversion means 11
3 is, for example, for each combination of the determined axis cell and the internal cell, the area corresponding to these cells is expanded to the entire row or column corresponding to the corresponding axis cell, thereby obtaining the determined combination. , A selection area consisting of rows and columns corresponding to the axis cells included in
10 can be provided to the processing of the editing means 103 and the display means 104 as a selection range. Therefore, irrespective of the size of the table, any row or column can be selected by an intuitive and simple operation. Embodiments of the present invention will be described below in detail with reference to the drawings. FIG. 2 is a block diagram showing an embodiment of the tabular editor according to the present invention. 2, the selection processing unit 210 includes an input reception unit 41, like the selection processing unit 412 illustrated in FIG.
1 operates in response to the position designation input received from 1 and supplies the result of the selection processing to the editing processing unit 414, and provides the information on the selected area corresponding to the change in the position designation input to the processing of the display processing unit 416. I have. In the selection processing unit 210, the cell search unit 211 reads a corresponding internal cell or axis from a table data storage unit 415 corresponding to the configuration information holding unit 102 based on the position designation input received from the input reception unit 411. The configuration is such that a partial cell is searched and transmitted to the determination processing section 212 and the rectangular area extracting section 213. At this time, the input receiving unit 411 first determines the drag start position according to the operation of the mouse 402 by the user.
1 and then periodically send the position specified by the mouse 402 to the cell search unit 211. That is, the mouse 402 and the input receiving unit 41
1, the input means 101 is formed, and a position designated by the mouse 402 is transmitted as information corresponding to cell designation information. In addition, the determination processing unit 212 determines that the cell at the drag start position and the newly searched cell are
The configuration is such that it is determined whether or not a combination of a shaft cell and an internal cell is provided, and the operations of the selector 214 and the batch extraction unit 215 are controlled. In FIG. 2, a rectangular area extracting unit 21
3 determines a rectangular area based on the cell at the selection start position and the position of the cell searched last, and extracts all cells included in the rectangular area from the table data storage unit 415;
The configuration is such that it is output as a selection processing result via the selector 214 and is used for the processing of the batch extraction unit 215. The batch extracting section 215 determines the axis portion extracting section 216 in accordance with the result of the determination made by the determining section 212 described above.
Extracts only the axis cell from the extraction result by the rectangular area extraction unit 213, and selects the column selection unit 217 and the row selection unit 218.
Operate in accordance with the extraction of the corresponding shaft portions. Further, the column selection unit 217 and the row selection unit 2
At least one column or row selected collectively by any one of 18 is sent to the selector 214 as an output of the batch extracting unit 215, and sent as an output of the selection processing unit 210 via the selector 214. . FIG. 3 is a flowchart showing the operation of selecting an object to be edited. First, in response to the input of the drag start position, the cell search unit 211 searches for the cell at the selection start position (steps 301 and 302). At this time, the judgment processing unit 2
Reference numeral 12 may hold information indicating whether the cell at the drag start position is an axis cell or an internal cell. Thereafter, a new cell is searched by the cell search unit 211 in response to a new position designation input (hereinafter, referred to as a drag passage position) in accordance with the drag operation (steps 303 and 304). Rectangular area extraction
The unit 213 extracts all cells included in a rectangular area in which these cells are arranged diagonally based on the cell at the drag start position and the cell at the drag passage position in the same manner as in the related art. (Step 305). As described above, the cell search unit 211 and the rectangular area extraction unit 213 operate according to the input of the drag start position and the drag passage position, so that the extraction means 1
Eleven functions can be realized, and a rectangular area indicated by two designated positions can be extracted as in the related art. At this time, the determination processing unit 212 performs determination processing on the type of the cell at the drag start position and the cell at the drag passage position. For example, as shown in FIGS. 4A and 4B, the cell at the drag start position (in FIG. 4A and FIG.
) And the cell at the drag passage position (Fig. 4 (a), (b)
, The symbols s2, s4) are combinations of axial cells and internal cells, the determination processing unit 212
It is determined that batch extraction has been instructed (Yes determination in step 306), and in response to this, the axis extraction unit 216 extracts the axis cell included in the extraction result in step 305 described above (step 307). ). If the extracted axis cell indicates a column item (see FIG. 4A), the axis extraction unit 216 determines that a column selection has been instructed (Yes in step 308). In response to this, the column selecting unit 217 selects all the cells constituting the column corresponding to these axis cells from the table data storage unit 415 in a lump (step 30).
9, see FIG. 4 (a)). On the other hand, in the case of a negative determination in step 308, the row selection unit 218 starts operating in accordance with the output of the axis extraction unit 216, and forms a row corresponding to the axis cell obtained as an extraction result. All cells are stored in the table data storage unit 415
(Step 310, see FIG. 4 (b)). When the column selection unit 217 or the row selection unit 218 operates in this manner, the above-described determination processing unit 212
In response to the determination result, the selection result by the column selection unit 217 or the row selection unit 218 is output by the selector 214 as the processing result by the selection processing unit 210 (step 311), and is provided to the processing of the display processing unit 416. As described above, the function of the discriminating means 112 is realized by the operation of the shaft extracting unit 216 in accordance with the result of the judgment by the judgment processing unit 212, and it is possible to discriminate the shaft cell in the rectangular area. it can. In addition, the column selection unit 217 and the row selection unit 218 operate according to the determination result,
In addition, the selector 214 operates according to the determination result by the determination processing unit 212, thereby realizing the function of the conversion unit 113, and converting the conversion result to the display processing unit 416 corresponding to the display unit 104 and the editing unit 103. It can be provided to the editing processing unit 414. As a result, as shown by arrows in FIGS. 4A and 4B, a drag operation is performed across the boundary between the axis cell and the internal cell, so as to be hatched as shown in FIG. The corresponding column or row is selected, and a display screen showing this range is provided to the user. Therefore, the user can confirm the selection area corresponding to the selection operation as in the related art. Similarly, a plurality of rows or columns can be selected collectively. For example, as shown by the arrows in FIGS. 5A and 5B, from the axis cell at the drag start position indicated by reference numerals S1 and S3 to the internal cell of another column or row (in FIG. , S4) until the mouse 402
By dragging, a plurality of columns or rows are selected at once, and as shown by hatching in FIGS. 5 (a) and 5 (b),
A display screen showing the selection range is provided to the user. On the other hand, if both the drag start position and the drag passage position are internal cells, or if both the drag start position and the drag passage position are axial cells, a negative determination is made in step 306. In this case, in response to an instruction from the determination processing unit 212, the selector 2
In step 305, the cell extracted by the rectangular area extraction unit 213 is selected (step 312), and is sent to the display processing unit 216 as an output of the selection processing unit 210. Thereafter, if the drag operation by the user continues, the input receiving unit 411 determines that the position designation input received in step 303 does not indicate the selection end position, and a negative determination in step 313 is made. Returning to step 303, the above processing may be performed in response to the new position selection input. Further, in response to the end of the drag operation, an affirmative determination is made in step 313, and in response to this,
What is necessary is just to end the selection process. As described above, when the selection processing unit 210 operates in accordance with the combination of the selected cells, the user can perform an operation conscious of whether an object to be selected is an individual cell, an entire row, or an entire column. The user can select the entire row or the entire column by a simple operation while confirming the selection range through the graphical user interface. When editing a large-scale table such as a state transition table, work on the entire row or the entire column is frequently performed. Therefore, by applying the present invention, the operability of the tabular editor can be improved. Can be dramatically improved, and the work load on the user when editing a large-scale table can be greatly reduced. As described above, according to the present invention,
The operation of selecting an entire row or column of a large-scale table can be simplified while preserving an intuitive operating environment that takes advantage of the features of the graphical user interface. As a result, it is possible to greatly reduce the user's work load.

【図面の簡単な説明】 【図1】本発明の原理ブロック図である。 【図2】本発明の表形式エディタの実施例構成図であ
る。 【図3】編集対象を選択する動作を表す流れ図である。 【図4】選択動作を説明する図である。 【図5】選択動作を説明する図である。 【図6】従来の表形式エディタの構成例を示す図であ
る。 【図7】従来の選択範囲指定動作を説明する図である。 【符号の説明】 101 入力手段 102 構成情報保持手段 103 編集手段 104 表示手段 110 選択手段 111 抽出手段 112 判別手段 113 変換手段 210、412 選択処理部 211 セル検索部 212 判定処理部 213 矩形領域抽出部 214 セレクタ 215 一括抽出部 216 軸部抽出部 217 列選択部 218 行選択部 401 オペレーティングシステム(OS) 402 マウス 403 キーボード 404 ディスプレイ装置(ディスプレイ) 410 表形式エディタ 411 入力受付部 413 命令受付部 414 編集処理部 415 表データ格納部 416 表示処理部
BRIEF DESCRIPTION OF THE DRAWINGS FIG. 1 is a principle block diagram of the present invention. FIG. 2 is a configuration diagram of an embodiment of a tabular editor according to the present invention. FIG. 3 is a flowchart illustrating an operation of selecting an edit target. FIG. 4 is a diagram illustrating a selection operation. FIG. 5 is a diagram illustrating a selection operation. FIG. 6 is a diagram showing a configuration example of a conventional tabular editor. FIG. 7 is a diagram illustrating a conventional selection range designating operation. DESCRIPTION OF SYMBOLS 101 Input means 102 Configuration information holding means 103 Editing means 104 Display means 110 Selection means 111 Extraction means 112 Determination means 113 Conversion means 210, 412 Selection processing unit 211 Cell search unit 212 Judgment processing unit 213 Rectangular area extraction unit 214 Selector 215 Batch extractor 216 Shaft extractor 217 Column selector 218 Row selector 401 Operating system (OS) 402 Mouse 403 Keyboard 404 Display device (display) 410 Tabular editor 411 Input accepting unit 413 Command accepting unit 414 Editing process Section 415 table data storage section 416 display processing section

フロントページの続き (58)調査した分野(Int.Cl.7,DB名) G06F 17/21 G06F 19/00 Continuation of the front page (58) Field surveyed (Int.Cl. 7 , DB name) G06F 17/21 G06F 19/00

Claims (1)

(57)【特許請求の範囲】 【請求項1】 入力手段からのセル指定情報に応じて、
選択手段が、構成情報保持手段に項目名を示す軸部セル
と対応する項目の内容を示す内部セルとから構成される
ものとして保持された表に関する情報に基づいて、前記
セル指定情報によって指定される選択範囲を特定して、
編集手段の編集処理に供するとともに、表示手段が、前
記選択範囲に含まれるセルの表示を変化させる構成の
形式データ編集装置において、 選択手段は、 前記セル指定情報で示された複数のセルの前記表におけ
る位置に基づいて矩形の領域を決定し、この矩形の領域
に含まれる全てのセルに関する情報を前記軸部セルと内
部セルとを区別する情報を含めて前記構成情報保持手段
から抽出する抽出手段と、 前記抽出手段によって抽出された情報に基づいて、前記
矩形の領域に含まれる前記軸部セルと前記内部セルの組
み合わせを判別する判別手段と、 前記セル指定情報によって指定される矩形の領域を、前
記判別手段によって判別された組み合わせに含まれる軸
部セルに対応する行および列からなる領域に拡張し、選
択範囲として出力する変換手段とを備えた構成であるこ
とを特徴とする表形式データ編集装置
(57) [Claims] [Claim 1] According to the cell designation information from the input means,
The selection unit is a shaft cell indicating the item name in the configuration information holding unit.
And an internal cell indicating the content of the corresponding item
Based on the information about the table held as one, to specify the selection range specified by the cell specification information,
A table having a configuration for providing the editing process of the editing unit and changing the display of cells included in the selection range by the display unit.
In form data editing device, selecting means determines the rectangular region based on the position in the table of the plurality of cells indicated by the cell specifying information, the information on all of the cells included in the rectangular area Shaft cell and inside
Extracting means for extracting from the configuration information holding means including information for discriminating a partial cell; based on the information extracted by the extracting means, the axial cell and the internal cell included in the rectangular area are extracted. Determining means for determining a combination; expanding a rectangular area specified by the cell specifying information into an area consisting of rows and columns corresponding to axial cells included in the combination determined by the determining means; And a conversion means for outputting the data as a table .
JP21886095A 1995-08-28 1995-08-28 Tabular editor Expired - Lifetime JP3474973B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP21886095A JP3474973B2 (en) 1995-08-28 1995-08-28 Tabular editor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP21886095A JP3474973B2 (en) 1995-08-28 1995-08-28 Tabular editor

Publications (2)

Publication Number Publication Date
JPH0962749A JPH0962749A (en) 1997-03-07
JP3474973B2 true JP3474973B2 (en) 2003-12-08

Family

ID=16726460

Family Applications (1)

Application Number Title Priority Date Filing Date
JP21886095A Expired - Lifetime JP3474973B2 (en) 1995-08-28 1995-08-28 Tabular editor

Country Status (1)

Country Link
JP (1) JP3474973B2 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4636675B2 (en) * 2000-11-29 2011-02-23 キヤノン株式会社 Information processing apparatus, method, and computer-readable storage medium
JP6471409B2 (en) * 2014-01-24 2019-02-20 富士通株式会社 Display control program, display control method, and display control apparatus
JP7355312B2 (en) * 2019-03-15 2023-10-03 株式会社ジョブカン会計 Data editing processing system and data editing processing program

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
Microsoft Excel for Windows 機能事典(操作編),日本,マイクロソフト,1993年11月20日,p.74−p.79

Also Published As

Publication number Publication date
JPH0962749A (en) 1997-03-07

Similar Documents

Publication Publication Date Title
US4782397A (en) Image data processing apparatus with editing function
JPS59183458A (en) Picture retrieving system
JP3474973B2 (en) Tabular editor
JPH06168276A (en) Electronic filing system
JP3072516B2 (en) Document editing device
JP2798075B2 (en) Scenario editing device
JPH0916746A (en) Image filing device
JPH0282355A (en) Document retrieving supporting system
JPH08339283A (en) Graphic processor and graphic processing method
JP2521685B2 (en) Information processing device
JPH0326422B2 (en)
JP3154790B2 (en) Optical character reader
JP3158526B2 (en) Function instruction method and information processing device
JPH07160395A (en) Character input device
JPH081549B2 (en) Character processor
JPH01149164A (en) Text editing system
JPS62138959A (en) Page index system for document processor
JPH0816565A (en) Document editing device and method
JPH05189504A (en) Graphic display system for cad system
JPH10105549A (en) Document editing processing method
JPH096974A (en) Image processing method and device
JPH0836569A (en) File edition processor
JPH0581393A (en) Document editing device
JPH08289050A (en) Digital copying machine
JPH0776959B2 (en) File attribute data transcription device

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20030513

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20030909

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

Free format text: PAYMENT UNTIL: 20080919

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20080919

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20090919

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20090919

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20100919

Year of fee payment: 7

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

Free format text: PAYMENT UNTIL: 20100919

Year of fee payment: 7

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

Free format text: PAYMENT UNTIL: 20110919

Year of fee payment: 8

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

Free format text: PAYMENT UNTIL: 20120919

Year of fee payment: 9