JP3498733B2 - Tree structure display editing device - Google Patents

Tree structure display editing device

Info

Publication number
JP3498733B2
JP3498733B2 JP2001199440A JP2001199440A JP3498733B2 JP 3498733 B2 JP3498733 B2 JP 3498733B2 JP 2001199440 A JP2001199440 A JP 2001199440A JP 2001199440 A JP2001199440 A JP 2001199440A JP 3498733 B2 JP3498733 B2 JP 3498733B2
Authority
JP
Japan
Prior art keywords
display
tree structure
screen
objects
pointer
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
JP2001199440A
Other languages
Japanese (ja)
Other versions
JP2002140716A (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.)
NS Solutions Corp
Original Assignee
NS Solutions Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NS Solutions Corp filed Critical NS Solutions Corp
Priority to JP2001199440A priority Critical patent/JP3498733B2/en
Publication of JP2002140716A publication Critical patent/JP2002140716A/en
Application granted granted Critical
Publication of JP3498733B2 publication Critical patent/JP3498733B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、表示手段の画面に表示
される複数のオブジェクト及び各オブジェクトを連結す
る線からなる木構造の編集を行う木構造表示編集装置の
改良に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an improvement of a tree structure display / editing apparatus for editing a tree structure consisting of a plurality of objects displayed on the screen of a display means and lines connecting the objects.

【0002】[0002]

【従来の技術】木構造(有向木)は、閉路を持たない有
向グラフでどの枝も終点になっていない1個のノード
(ルート)が存在し、ある一つのルートを除く他の各ノ
ードにはそのノードを終点とする枝がちょうど一つ存在
する。
2. Description of the Related Art A tree structure (directed tree) is a directed graph that does not have a cycle and has one node (root) that does not have any branch as an end point. Has exactly one branch ending at that node.

【0003】従来より、木構造はオブジェクトの依存関
係、継承関係等を表現するために用いられている。つま
り、オブジェクトをノードとし、依存関係や継承関係等
を枝で表現するものである。ところで、木構造表示編集
装置は、電子計算機を使用して木構造を画面に表示し、
対話式に木の中のオブジェクトの削除、作成、追加、移
動等を行う装置である。
Conventionally, the tree structure has been used to express the dependency relationship, inheritance relationship, and the like of objects. That is, the object is a node, and the dependency relationship, the inheritance relationship, and the like are expressed by branches. By the way, the tree structure display editing device displays the tree structure on the screen using an electronic computer,
It is a device that interactively deletes, creates, adds, and moves objects in a tree.

【0004】このような木構造表示編集装置において、
従来、オブジェクトの移動を行う場合には、以下の
(1)、(2)ような動作を行っていた。
In such a tree structure display / editing apparatus,
Conventionally, when moving an object, the following operations (1) and (2) have been performed.

【0005】(1)まず、移動したいオブジェクトを選
択し、これをメモリー上のバッファに複写するとともに
画面からこのオブジェクトを削除する。次に、所望の移
動先を選択し、ここにメモリー上のバッファに複写され
ているオブジェクトを貼り込む(ペーストする。;Nu
ron Data社製,NexpertObjct参
照)。
(1) First, an object to be moved is selected, this is copied to a buffer on the memory, and this object is deleted from the screen. Next, a desired destination is selected, and the object copied in the buffer on the memory is pasted (pasted; Nu.
manufactured by ron Data, see NexpertObject).

【0006】(2)まず、移動したいオブジェクトと、
その親をつなぐ枝とを選択し、これを削除する。次に、
所望の移動先の親を枝で繋ぐ(特願平2−202620
号参照)。
(2) First, the object to be moved,
Select the branch that connects the parent and delete it. next,
Connect the parents of the desired destination with branches (Japanese Patent Application No. 2-202620)
No.).

【0007】[0007]

【発明が解決しようとする課題】しかしながら、上述し
た(1)の動作では、移動したいオブジェクトが画面か
ら一旦消去されてしまうので、オペレータは現在どのオ
ブジェクトを移動しているのかを記憶しなければなら
ず、知的作業を続ける上で余計な負担を強いることにな
る。
However, in the above-mentioned operation (1), the object to be moved is once erased from the screen, so the operator has to remember which object is currently moving. Instead, it imposes an extra burden on continuing intellectual work.

【0008】また、上述した(2)の動作では、移動中
のオブジェクトが画面上に常に表示されているが、複数
のオブジェクトを別の一つの親へ移動する場合、移動す
るオブジェクトの数だけ枝の削除、結合を繰り返す必要
があり、やはり知的作業を続ける上で余計な負担となっ
てしまう。
Further, in the above-mentioned operation (2), the moving object is always displayed on the screen, but when moving a plurality of objects to another parent, the number of branches is equal to the number of moving objects. It is necessary to repeatedly delete and combine, which is an extra burden for continuing the intellectual work.

【0009】本発明は上記事情に基づいてなされたもの
であり、少ない手順で木構造のオブジェクトの移動を実
現でき、オペレータの負担軽減を図ることができる木構
造表示編集装置を提供することを目的とするものであ
る。
The present invention has been made based on the above circumstances, and an object of the present invention is to provide a tree structure display / editing apparatus capable of realizing movement of a tree structure object with a small number of steps and reducing the burden on an operator. It is what

【0010】[0010]

【課題を解決するための手段】上記の目的を達成するた
めの請求項1記載の発明は、表示手段の画面に表示され
る複数のオブジェクト及び各オブジェクトを連結する枝
からなる木構造の編集を、ポインティングデバイスを用
いて行う木構造表示編集装置において、前記表示手段の
画面に表示する木構造情報を記憶した記憶手段と、前記
ポインティングデバイスからの操作に応じて画面上を移
動するポインタの座標を算出する座標算出手段と、前記
ポインティングデバイスにより指定された前記表示手段
の画面上のオブジェクトに対する編集メニューを画面上
に表示するメニュー表示手段と、前記ポインティングデ
バイスにより前記編集メニューから切離し処理が選択さ
れた時に、前記座標算出手段で算出された画面上のポイ
ンタの座標位置と、切離したオブジェクトとを画面上に
て連結する線を作成して前記表示手段の表示に供する表
示駆動手段とを設けたことを特徴とするものである。
In order to achieve the above object, the invention according to claim 1 edits a tree structure consisting of a plurality of objects displayed on the screen of the display means and branches connecting the objects. In a tree structure display / editing apparatus that uses a pointing device, the storage unit that stores the tree structure information to be displayed on the screen of the display unit and the coordinates of a pointer that moves on the screen according to an operation from the pointing device are displayed. Coordinate calculation means for calculating, menu display means for displaying on the screen an edit menu for an object on the screen of the display means specified by the pointing device, and disconnection processing is selected from the edit menu by the pointing device. Sometimes, the coordinate position of the pointer on the screen calculated by the coordinate calculating means and On the screen and disconnect objects
And a display driving means for creating a line to be connected and providing the display of the display means.

【0011】[0011]

【作用】請求項1記載の木構造表示編集装置において、
現在、表示手段の画面に表示される複数のオブジェクト
及び各オブジェクトを連結する枝からなる木構造を基に
して、あるオブジェクトを他のオブジェクトに連結する
に際して、メニュー表示手段は、オペレータがポインテ
ィングデバイスを用いて指定した表示手段の画面上のオ
ブジェクトに対する編集メニューを画面上に表示する。
この編集メニューは、たとえば、切離し処理及び他のオ
ブジェクトへの連結処理を含むものである。この状態
で、オペレータが切離し処理を選択すると、オペレータ
が指定したオブジェクトとポインタとが線で結ばれる。
In the tree structure display editing apparatus according to claim 1,
Currently, when a certain object is connected to another object based on a tree structure consisting of a plurality of objects displayed on the screen of the display means and a branch connecting the objects, the menu display means causes the operator to point
On the screen of the display device specified using the reading device.
Display the edit menu for the object on the screen.
This edit menu can be used for
This includes the process of connecting to the object. This state
When the operator selects the disconnection process,
A line connects the object specified by and the pointer.

【0012】[0012]

【実施例】以下に、本発明の実施例を図面を参照して詳
細に説明する。
Embodiments of the present invention will now be described in detail with reference to the drawings.

【0013】図1に示す本発明の第一実施例である木構
造表示編集装置1aは、この木構造表示編集装置1a全
体の動作プログラムを格納したプログラムメモリ2及び
動作プログラムに基づき全体の制御を行う制御部(CP
U)3からなる制御手段4を具備し、制御部3にキーボ
ード6及びポインティングディバイスの一つであるマウ
ス5からなる操作手段7を接続している。マウス5は、
オブジェクト選択用の選択釦5a、オブジェクト追加用
の追加釦5b、メニュー選択用のメニュー釦5cを具備
している。尚、マウス5の代りに、タブレット、トラッ
クボール、アイトラッカー、スタイラスペン等を用いる
ことも、もちろん可能である。
The tree structure display / editing apparatus 1a according to the first embodiment of the present invention shown in FIG. 1 controls the entire tree structure display / editing apparatus 1a based on the program memory 2 storing the operation program and the operation program. Control unit (CP
U) 3 is provided with a control means 4, and the control part 3 is connected with a keyboard 6 and an operation means 7 made up of a mouse 5 which is one of the pointing devices. Mouse 5
A selection button 5a for selecting an object, an addition button 5b for adding an object, and a menu button 5c for selecting a menu are provided. It is of course possible to use a tablet, a trackball, an eye tracker, a stylus pen or the like instead of the mouse 5.

【0014】また、木構造表示編集装置1aは、木構造
の画像を表示するCRTディスプレイ、液晶ディスプレ
イ等から選ばれる表示手段8を具備している。さらに、
木構造表示編集装置1aの制御部3に、表示手段8の画
面に表示する多数の木構造情報を記憶した記憶手段9
と、マウス5からの操作情報に応じた画面上の座標を算
出する座標算出手段10と、オブジェクトを移動すると
きに移動中のオブジェクトの親となり得る他のオブジェ
クトを1つ検索する検索手段11と、座標算出手段10
が算出した情報に基づき、前記操作情報に対応して各オ
ブジェクトの選択、切離し、移動及び他のオブジェクト
への連結に関連する新たな木構造情報の編集を行うとと
もに、編集結果に基づいて前記記憶手段9に記憶した木
構造情報を前記操作情報に対応して更新する木構造編集
手段12と、検索手段11からの情報及び木構造編集手
段12の編集状況に応じて表示パターン情報を作成して
前記表示手段8の表示に供する表示駆動手段13とを具
備している。
Further, the tree structure display / editing apparatus 1a includes a display means 8 selected from a CRT display, a liquid crystal display or the like for displaying a tree structure image. further,
A storage unit 9 that stores a large number of tree structure information to be displayed on the screen of the display unit 8 in the control unit 3 of the tree structure display editing apparatus 1a.
A coordinate calculating means 10 for calculating coordinates on the screen according to operation information from the mouse 5, and a searching means 11 for searching for another object that can be a parent of the moving object when moving the object. , Coordinate calculation means 10
Based on the information calculated by, the new tree structure information related to the selection, separation, movement and connection to other objects of each object corresponding to the operation information is edited, and the memory is stored based on the edited result. A tree structure editing unit 12 that updates the tree structure information stored in the unit 9 in correspondence with the operation information, and display pattern information is created according to the information from the search unit 11 and the editing status of the tree structure editing unit 12. The display drive means 13 is provided for displaying the display means 8.

【0015】次に、上述した木構造表示編集装置1aの
動作を図2、図3乃至図8をも参照して説明する。当
初、表示手段8の画面には、図3に示すように、1個の
基オブジェクト20と、3個の親オブジェクト21a,
21b,21cと、4個の子オブジェクト22a,22
b,22c,22dと、3個の孫オブジェクト23a,
23b,23cとが各々枝24でつながれた状態で表示
され、孫オブジェクト23b,23cは、子オブジェク
ト22dに共通につながれているものとする。
Next, the operation of the above tree structure display / editing apparatus 1a will be described with reference to FIGS. 2 and 3 to 8. Initially, on the screen of the display means 8, as shown in FIG. 3, one base object 20 and three parent objects 21a,
21b, 21c and four child objects 22a, 22
b, 22c, 22d and three grandchild objects 23a,
23b and 23c are displayed in a state of being respectively connected by a branch 24, and the grandchild objects 23b and 23c are commonly connected to the child object 22d.

【0016】この状態から、孫オブジェクト23b,2
3cを子オブジェクト22bにつなぐ場合を例にとって
以下の説明を行う。
From this state, the grandchild objects 23b, 2
The following description will be made by taking the case where 3c is connected to the child object 22b as an example.

【0017】まず、図4に示すように、マウス5を操作
し、そのポインタPを孫オブジェクト23bの位置に移
動し、選択釦5aを押下する。このマウス5の選択釦5
aの押下により、座標算出手段10はポインタPで指定
された孫オブジェクト23bの画面上の座標を検出し
(S1、S2)、検出した情報を制御部3に送る。これ
により、木構造編集手段12は、制御部3の制御の基に
孫オブジェクト23bが選択されたことを表示するマー
ク付け(色塗り)を行い、その孫オブジェクト23bを
子オブジェクト22dから切離し、その情報を制御部3
を介して表示駆動手段13に送る。この結果、表示駆動
手段13による表示パターンの変更が行われ、選択され
たことを区分するために図4に示すように、孫オブジェ
クト23bはマーク付けされる(S3)。
First, as shown in FIG. 4, the mouse 5 is operated, the pointer P is moved to the position of the grandchild object 23b, and the selection button 5a is pressed. Selection button 5 of this mouse 5
By pressing a, the coordinate calculation means 10 detects the coordinates of the grandchild object 23b designated by the pointer P on the screen (S1, S2), and sends the detected information to the control unit 3. As a result, the tree structure editing means 12 performs marking (coloring) indicating that the grandchild object 23b has been selected under the control of the control unit 3, separates the grandchild object 23b from the child object 22d, and Information control unit 3
To the display drive means 13 via. As a result, the display pattern is changed by the display driving means 13, and the grandchild object 23b is marked as shown in FIG. 4 to distinguish the selection (S3).

【0018】次に、追加釦5bの操作で上述した場合と
同様にして、孫オブジェクト23cのマーク付けが行わ
れる。この状態を図5に示す。即ち、2個の孫オブジェ
クト23a,23bの移動前の状態は図6に示すように
なる。そして、マウス5のポインタPの移動(ドラッ
グ)が開始されると、その開始情報が座標算出手段10
により検出され(S4)、さらにポインタPの移動する
座標が検出されて(S5)、これらの検出結果が検索手
段11及び木構造編集手段12に送られる。
Next, the grandchild object 23c is marked by operating the add button 5b in the same manner as described above. This state is shown in FIG. That is, the state before the movement of the two grandchild objects 23a and 23b is as shown in FIG. Then, when the movement (drag) of the pointer P of the mouse 5 is started, the start information is the coordinate calculation means 10
Is detected (S4), the coordinates of movement of the pointer P are further detected (S5), and the detection results are sent to the search means 11 and the tree structure editing means 12.

【0019】検索手段11は、座標算出手段10が検出
した情報を基に移動中の2個の孫オブジェクト23b,
23cをつなぐべき直近の子オブジェクト22bを検索
して(S6)、検索結果を表示駆動手段13に送る。こ
れにより、表示駆動手段13は移動中の2個の孫オブジ
ェクト23b,23cと直近の子オブジェクト22bと
を結ぶ線(点線)の表示パターン情報を作成し、表示手
段8の表示に供する。同時に、移動中の2個の孫オブジ
ェクト23b,23cも表示手段8に表示される。この
結果、図7に示すように、移動中の2個の孫オブジェク
ト23b,23cと直近の子オブジェクト22bとが線
(点線)で結ばれた状態になる(S7、S8)。
The search means 11 uses the information detected by the coordinate calculation means 10 to move two grandchild objects 23b,
The nearest child object 22b to which 23c is to be connected is searched (S6), and the search result is sent to the display driving means 13. As a result, the display driving means 13 creates display pattern information of a line (dotted line) connecting the two moving grandchild objects 23b, 23c and the nearest child object 22b, and provides the display means 8 with the display. At the same time, the two moving grandchild objects 23b and 23c are also displayed on the display means 8. As a result, as shown in FIG. 7, the two moving grandchild objects 23b, 23c and the nearest child object 22b are connected by a line (dotted line) (S7, S8).

【0020】次に、座標算出手段10によりマウス5の
リリースが検出され(S9)、さらに、再度直近の子オ
ブジェクト22bが検索される(S10)。木構造編集
手段12は、これらの情報に基づき移動前の子オブジェ
クト22dからの2個の孫オブジェクト23b,23c
の情報の削除(S11)、移動先の子オブジェクト22
bへの2個の孫オブジェクト23b,23cの追加(S
12)の各編集を行い、さらに、移動後の木構造の全オ
ブジェクトの座標計算を実行して(S13)、その結果
を制御部3を介して表示駆動手段13に送ると共に、記
憶手段9に対して木構造情報の更新を行う。
Next, the coordinate calculating means 10 detects the release of the mouse 5 (S9), and further searches for the nearest child object 22b again (S10). Based on these pieces of information, the tree structure editing means 12 has two grandchild objects 23b and 23c from the child object 22d before the movement.
Of the information of (S11), the child object 22 of the move destination
Addition of two grandchild objects 23b and 23c to b (S
12) Each editing is performed, and the coordinate calculation of all objects of the tree structure after the movement is executed (S13), and the result is sent to the display drive means 13 via the control unit 3 and stored in the storage means 9. On the other hand, the tree structure information is updated.

【0021】表示駆動手段13は、移動後の木構造の表
示パターンを作成して表示手段8の表示に供する。これ
により、図8に示すように、孫オブジェクト23b,2
3cを子オブジェクト22bにつないだ移動後の木構造
が表示手段8により表示される(S14)。
The display driving means 13 creates a display pattern of the tree structure after the movement and provides it to the display of the display means 8. As a result, as shown in FIG. 8, the grandchild objects 23b, 2
The tree structure after the movement in which 3c is connected to the child object 22b is displayed by the display means 8 (S14).

【0022】このように、本実施例によれば、少ない操
作で、しかも常に移動する孫オブジェクト23b,23
cを視認しながら目的とする子オブジェクト22bへつ
なぐことができ、したがってオペレータの知的労力を軽
減することができる。
As described above, according to this embodiment, the grandchild objects 23b, 23 that are constantly moved with a small number of operations.
It is possible to connect to the target child object 22b while visually recognizing c, so that the intellectual labor of the operator can be reduced.

【0023】次に、本発明の第二実施例である木構造表
示編集装置について図9乃至図16を参照して説明す
る。図9は本発明の第二実施例である木構造表示編集装
置1bのブロック図である。本実施例が第一実施例と異
なるのは、本実施例では、第一実施例の検索手段11
と、検索手段11に基づく画面の表示とが省略され、メ
ニュー表示手段21と連結手段22とが追加されている
点である。メニュー表示手段21は、表示手段8の画面
上の各オブジェクトの選択、切離し、移動、他のオブジ
ェクトへの連結及び木構造の編集を意味する編集画面を
木構造に付加して画面上に表示する。連結手段22は、
オブジェクトを切離したときにマウス5の画面上の座標
位置を示すポインタ(指標)Pと、切離したオブジェク
トとを線で連結する。その他の構成は図1に示す第一実
施例とほぼ同様であるので、図9において図1に示すも
のと同様の機能を有するものには、同一の符号を付する
ことにより、その詳細な説明は省略する。
Next, a tree structure display editing apparatus according to a second embodiment of the present invention will be described with reference to FIGS. 9 to 16. FIG. 9 is a block diagram of the tree structure display / editing apparatus 1b according to the second embodiment of the present invention. This embodiment is different from the first embodiment in that the searching means 11 of the first embodiment is different from the first embodiment.
The display of the screen based on the search means 11 is omitted, and the menu display means 21 and the connection means 22 are added. The menu display means 21 adds an edit screen, which means selection, separation, movement, connection to another object, and editing of a tree structure of each object on the screen of the display means 8 to the tree structure and displays it on the screen. . The connecting means 22 is
A pointer (index) P indicating the coordinate position on the screen of the mouse 5 when the object is separated and the separated object are connected by a line. Since the other configurations are almost the same as those of the first embodiment shown in FIG. 1, those having the same functions as those shown in FIG. 1 in FIG. Is omitted.

【0024】以下に本実施例の動作について、図10の
フローチャート及び図11乃至図16を参照して、第一
実施例と同様に、孫オブジェクト23b,23cを子オ
ブジェクト22bにつなぐ場合を例にとって説明を行
う。
The operation of this embodiment will be described below with reference to the flowchart of FIG. 10 and FIGS. 11 to 16 as an example of the case where the grandchild objects 23b and 23c are connected to the child object 22b as in the first embodiment. I will explain.

【0025】 当初、図11に示すように、表示手段8
の画面には、図3に示す場合と同様な木構造が表示され
ているものとする。まず、マウス5を操作し、ポインタ
Pを移動したい孫オブジェクト23bの位置に移動し、
メニューボタン5cを押し下げると、そのメニューボタ
5cの押し下げが検出され(S21)、メニューボタ
5cの押し下げ位置の座標が検出され(S22)、さ
らに、メニューボタン5cを押されたノードが検索され
(S23)、表示手段8の画面には図12に示すよう
に、メニュー表示手段21の動作によりメニュー画面3
0が表示される(S24)。
Initially, as shown in FIG. 11, the display means 8
It is assumed that a tree structure similar to that shown in FIG. 3 is displayed on the screen. First, operate the mouse 5 to move the pointer P to the position of the grandchild object 23b to be moved,
When the menu button 5c is depressed, the depression of the menu button 5c is detected (S21), the coordinates of the depression position of the menu button 5c are detected (S22), and the node on which the menu button 5c is depressed is searched (S23). ), On the screen of the display means 8, as shown in FIG.
0 is displayed (S24).

【0026】 この状態で、木構造編集手段12は、オ
ペレータがポインタPにより選択したメニューを検出し
(S25)、検出されメニューの内容を判断する(S2
6)。ステップ26で「このノードを選択」が選択され
ると、選択されたオブジェクトを他のオブジェクトと区
分するために図12に示すように、孫オブジェクト23
bにマークが付けられ(色塗り)(S27)、ステップ
28でメニューボタン5cが押し下げられたか否かが判
断される。ステップ28においてマウス5を操作してポ
インタPの位置をオブジェクトや枝以外の位置に移動し
て、メニューボタン5cを押し下げると、ステップ24
に移行してメニューが表示される。そして、メニューボ
タン5cでメニューが選択された位置を検出し(S2
5)、さらに検出されたメニューの内容を判断する(S
26)。
In this state, the tree structure editing means 12 detects the menu selected by the operator with the pointer P (S25), and judges the content of the detected menu (S2).
6). When “select this node” is selected in step 26, the grandchild object 23 is displayed as shown in FIG. 12 in order to distinguish the selected object from other objects.
b is marked (colored) (S27), and it is determined in step 28 whether the menu button 5c has been pressed. In step 28, the mouse 5 is operated to move the position of the pointer P to a position other than the object or the branch, and the menu button 5c is pressed down.
And the menu is displayed. Then, the position where the menu is selected is detected by the menu button 5c (S2
5) Further, the content of the detected menu is judged (S).
26).

【0027】 次に、ステップ26でメニューの「親か
ら切り離す」が選択されると、ステップ29に移行し、
孫オブジェクト23bと子オブジェクト22dとを結ぶ
線(枝24)を削除し、さらに、ポインタPの移動を検
出して(S30)、図13に示すように、ポインタPと
切り離された孫オブジェクト23bとを結ぶ線(点線)
が連結手段22により描画される(S31)。そして、
ステップ32に移行してメニューボタン5cが押し下げ
られたか否かを判断する。ここで、同様な動作が孫オブ
ジェクト23cについても行われると、表示手段の表示
は図14に示すようにポインタPと2つの孫オブジェク
ト23b,23cとが点線で結ばれた状態となる。
Next, when “separate from parent” in the menu is selected in step 26, the process proceeds to step 29,
The line (branch 24) connecting the grandchild object 23b and the child object 22d is deleted, and further, the movement of the pointer P is detected (S30), and the grandchild object 23b separated from the pointer P is displayed as shown in FIG. The line connecting (dotted line)
Is drawn by the connecting means 22 (S31). And
In step 32, it is determined whether the menu button 5c has been pressed. Here, when the same operation is performed on the grandchild object 23c, the display on the display means is in a state where the pointer P and the two grandchild objects 23b and 23c are connected by a dotted line, as shown in FIG.

【0028】 このようにして2つの孫オブジェクト2
3b,23cを子オブジェクト22dから切り離した
後、ステップ32でメニューボタン5cが押し下げられ
ると、ステップ24に移行してメニューが表示される。
そして、メニューボタン5cでメニューが選択された位
置を検出し(S25)、さらに検出されたメニューの内
容を判断する(S26)。
In this way, the two grandchild objects 2
When the menu button 5c is pressed down in step 32 after separating 3b and 23c from the child object 22d, the process proceeds to step 24 and the menu is displayed.
Then, the position where the menu is selected by the menu button 5c is detected (S25), and the content of the detected menu is determined (S26).

【0029】ステップ26で図15に示すようにポイン
タPにより「このノードにつなぐ」を選択すると、ステ
ップ33に移行して切り離したオブジェクトが有るか否
かを判断し、切り離したオブジェクトが有る場合には、
移動前の子オブジェクト22dから2個の孫オブジェク
ト23b,23cの情報を削除し(S34)、移動先の
子オブジェクト22bに2個の孫オブジェクト23b,
23cの情報を追加する(S35)各編集を行い、さら
に、移動後の木構造の全オブジェクトの座標計算を実行
して(S36)、これらの結果を表示駆動手段13に送
る。表示駆動手段13は、移動後の木構造の表示パター
ンを作成して表示手段8の表示に供する。これにより、
図16に示すように、孫オブジェクト23b,23cを
子オブジェクト22bにつないだ移動後の木構造が表示
手段8により表示される(S31)。尚、ステップ33
で切り離したオブジェクトがないと判断した場合には、
処理を終了する。
When "Connect to this node" is selected by the pointer P as shown in FIG. 15 in step 26, the process proceeds to step 33, in which it is judged whether or not there is a separated object, and if there is a separated object, Is
Information on the two grandchild objects 23b and 23c is deleted from the child object 22d before the movement (S34), and the two grandchild objects 23b and 23b on the child object 22b at the movement destination.
The information of 23c is added (S35), each editing is performed, the coordinate calculation of all objects of the tree structure after movement is executed (S36), and these results are sent to the display drive means 13. The display drive means 13 creates a display pattern of the tree structure after the movement and provides the display of the display means 8. This allows
As shown in FIG. 16, the moving tree structure in which the grandchild objects 23b and 23c are connected to the child object 22b is displayed by the display means 8 (S31). Incidentally, step 33
If it is determined that there is no object separated by,
The process ends.

【0030】このように、本実施例によれば、少ない操
作で、しかもメニュー画面を参照しながら孫オブジェク
ト23b,23cを目的とする子オブジェクト22bへ
つなぐことができ、知的労力を軽減することができる。
As described above, according to this embodiment, it is possible to connect the grandchild objects 23b and 23c to the intended child object 22b with a small number of operations and while referring to the menu screen, thereby reducing the intellectual effort. You can

【0031】尚、ステップ26の後、メニューでその他
の操作(S36)を選択することにより、他の処理を行
わせることも可能である。
After step 26, it is possible to perform other processing by selecting another operation (S36) from the menu.

【0032】本発明は、上述した実施例に限定されるも
のではなく、その要旨の範囲内で種々の変形が可能であ
る。たとえば、上記の2つの実施例では、孫オブジェク
トを移動する場合について説明したが、移動するのは子
オブジェクトでもよい。この場合、その子オブジェクト
に孫オブジェクトがあるときには、その孫オブジェクト
も一緒に移動される。また、つなぐべき対象オブジェク
トとして、直近の子を選択したが、これに限られること
なく、ポインタの座標位置及び移動速度などを基につな
ぐべき対象オブジェクトを選択するようにしてもよい。
The present invention is not limited to the above-mentioned embodiments, but various modifications can be made within the scope of the invention. For example, in the above two embodiments, the case where the grandchild object is moved has been described, but the child object may be moved. In this case, if the child object has a grandchild object, the grandchild object is also moved. Further, although the nearest child is selected as the target object to be connected, the present invention is not limited to this, and the target object to be connected may be selected based on the coordinate position of the pointer, the moving speed, and the like.

【0033】[0033]

【発明の効果】以上詳述したように本発明によれば、少
ない操作で、しかも編集画面を視認しながら目的とする
オブジェクトへつなぐことができるので、知的労力を軽
減することが可能な木構造表示編集装置を提供すること
ができる。
As described above in detail, according to the present invention, since it is possible to connect to a target object while observing the editing screen with a small number of operations, it is possible to reduce intellectual labor. A structure display editing device can be provided.

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

【図1】本発明の第一実施例である木構造表示編集装置
のブロック図である。
FIG. 1 is a block diagram of a tree structure display editing apparatus according to a first embodiment of the present invention.

【図2】第一実施例装置の動作を示すフローチャートで
ある。
FIG. 2 is a flowchart showing the operation of the first embodiment device.

【図3】第一実施例装置における表示手段のオブジェク
ト選択前の状態を示す説明図である。
FIG. 3 is an explanatory diagram showing a state before selecting an object on a display unit in the first embodiment device.

【図4】第一実施例装置における表示手段のオブジェク
ト選択状態を示す説明図である。
FIG. 4 is an explanatory diagram showing an object selection state of a display unit in the first embodiment device.

【図5】第一実施例装置における表示手段の2個のオブ
ジェクト選択状態を示す説明図である。
FIG. 5 is an explanatory diagram showing a state in which two objects are selected by the display means in the apparatus of the first embodiment.

【図6】第一実施例装置における表示手段の2個のオブ
ジェクト移動前の状態を示す説明図である。
FIG. 6 is an explanatory diagram showing a state before moving two objects on the display unit in the first embodiment device.

【図7】第一実施例装置における表示手段の2個のオブ
ジェクト移動状態を示す説明図である。
FIG. 7 is an explanatory diagram showing a moving state of two objects on the display unit in the first embodiment device.

【図8】第一実施例装置における表示手段の2個のオブ
ジェクト移動後の状態を示す説明図である。
FIG. 8 is an explanatory diagram showing a state after movement of two objects on the display means in the apparatus of the first embodiment.

【図9】本発明の第二実施例である木構造表示編集装置
のブロック図である。
FIG. 9 is a block diagram of a tree structure display editing apparatus which is a second embodiment of the present invention.

【図10】第二実施例装置の動作を示すフローチャート
である。
FIG. 10 is a flowchart showing an operation of the second embodiment device.

【図11】第二実施例装置におけるオブジェクト選択前
の状態を示す説明図である。
FIG. 11 is an explanatory diagram showing a state before selecting an object in the apparatus of the second embodiment.

【図12】第二実施例装置におけるオブジェクト切り離
し画面を示す説明図である。
FIG. 12 is an explanatory diagram showing an object separation screen in the apparatus of the second embodiment.

【図13】第二実施例装置におけるオブジェクト切り離
し後の状態を示す説明図である。
FIG. 13 is an explanatory diagram showing a state after object separation in the apparatus of the second embodiment.

【図14】第二実施例装置における2個のオブジェクト
切り離し後の状態を示す説明図である。
FIG. 14 is an explanatory diagram showing a state after separating two objects in the apparatus of the second embodiment.

【図15】第二実施例装置における2個のオブジェクト
を移動先につなぐときの状態の説明図である。
FIG. 15 is an explanatory diagram of a state when two objects are connected to a movement destination in the device of the second embodiment.

【図16】第二実施例装置における2個のオブジェクト
移動後の状態の説明図である。
FIG. 16 is an explanatory diagram of a state after moving two objects in the apparatus of the second embodiment.

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

1a,1b 木構造表示編集装置 4 制御手段 5 マウス 7 操作手段 8 表示手段 9 記憶手段 10 座標算出手段 11 検索手段 12 木構造編集手段 13 表示駆動手段 21 メニュー表示手段 22 連結手段 1a, 1b Tree structure display / editing device 4 Control means 5 mice 7 Operation means 8 display means 9 storage means 10 Coordinate calculation means 11 Search method 12 Tree structure editing means 13 Display drive means 21 Menu display means 22 Connection means

───────────────────────────────────────────────────── フロントページの続き (56)参考文献 特開 平4−24733(JP,A) 特開 昭61−105673(JP,A) (58)調査した分野(Int.Cl.7,DB名) G06F 9/44 G06F 3/00 G06T 11/80 ─────────────────────────────────────────────────── ─── Continuation of front page (56) References JP-A-4-24733 (JP, A) JP-A-61-105673 (JP, A) (58) Fields investigated (Int.Cl. 7 , DB name) G06F 9/44 G06F 3/00 G06T 11/80

Claims (4)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 表示手段の画面に表示される複数のオブ
ジェクト及び各オブジェクトを連結する枝からなる木構
造の編集を、ポインティングデバイスを用いて行う木構
造表示編集装置において、 前記表示手段の画面に表示する木構造情報を記憶した記
憶手段と、 前記ポインティングデバイスからの操作に応じて画面上
を移動するポインタの座標を算出する座標算出手段と、 前記ポインティングデバイスにより指定された前記表示
手段の画面上のオブジェクトに対する編集メニューを画
面上に表示するメニュー表示手段と、 前記ポインティングデバイスにより前記編集メニューか
ら切離し処理が選択された時に、前記座標算出手段で算
出された画面上のポインタの座標位置と、切離したオブ
ジェクトとを画面上にて連結する線を作成して前記表示
手段の表示に供する表示駆動手段とを設けたことを特徴
とする木構造表示編集装置。
1. A tree structure display editing apparatus which edits a tree structure comprising a plurality of objects displayed on the screen of the display means and branches connecting the objects using a pointing device, wherein the screen of the display means is displayed. A storage unit that stores the tree structure information to be displayed, a coordinate calculation unit that calculates the coordinates of a pointer that moves on the screen in response to an operation from the pointing device, and a screen of the display unit designated by the pointing device. Menu display means for displaying the edit menu for the object on the screen, and when the disconnection process is selected from the edit menu by the pointing device, the coordinate position of the pointer on the screen calculated by the coordinate calculation means, and the disconnection It said the objects to create a line that connected by on the screen Tree structure display editing apparatus characterized in that a display drive means for providing a display of the shown section.
【請求項2】 前記表示駆動手段は、画面上のポインタ
の座標位置と切離したオブジェクトとを線で連結した
後、前記表示手段の画面上の別のオブジェクトに対し
て、再度前記編集メニューから切離し処理が選択された
時に、前記座標算出手段で算出された画面上のポインタ
の座標位置と新たに切離したオブジェクトとを更に線で
連結することを特徴とする請求項1記載の木構造表示編
集装置。
2. The display driving means is a pointer on a screen.
Connected the coordinate position of and the separated object with a line
After that, for another object on the screen of the display means
Then, the detach process was selected again from the edit menu.
Sometimes the pointer on the screen calculated by the coordinate calculation means
The line between the coordinate position of and the newly separated object
Tree structure display editing apparatus according to claim 1, wherein the coupling.
【請求項3】 1つまたは複数のオブジェクトと連結さ3. Connected to one or more objects
れた状態のポインタにより指定されたオブジェクトに対The object specified by the
して、編集メニューから連結処理が選択された時に、ポThen, when the concatenation process is selected from the edit menu, the
インタにより指定されたオブジェクトの子オブジェクトChild object of the object specified by the interface
としてポインタと連結された1つ又は複数のオブジェクOne or more objects concatenated with pointers as
トをつなぐ編集処理を行い、その編集に基づき前記記憶Edit processing to connect the
手段に記憶した木構造情報を更新する木構造編集手段をTree structure editing means for updating the tree structure information stored in the means
備えることを特徴とする請求項1又は2に記載の木構造The tree structure according to claim 1 or 2, further comprising:
表示編集装置。Display editing device.
【請求項4】 前記表示駆動手段は、前記木構造編集手4. The display drive means is the tree structure editor.
段の編集結果に基づいて、オブジェクト移動後の木構造A tree structure after moving the object based on the edited result of the column
を前記表示手段の画面上に表示することを特徴とする請Is displayed on the screen of the display means.
求項3に記載の木構造表示編集装置。A tree structure display editing apparatus according to claim 3.
JP2001199440A 2001-06-29 2001-06-29 Tree structure display editing device Expired - Lifetime JP3498733B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001199440A JP3498733B2 (en) 2001-06-29 2001-06-29 Tree structure display editing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001199440A JP3498733B2 (en) 2001-06-29 2001-06-29 Tree structure display editing device

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP13800492A Division JP3372563B2 (en) 1992-04-30 1992-04-30 Tree structure display editing device

Publications (2)

Publication Number Publication Date
JP2002140716A JP2002140716A (en) 2002-05-17
JP3498733B2 true JP3498733B2 (en) 2004-02-16

Family

ID=19036736

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001199440A Expired - Lifetime JP3498733B2 (en) 2001-06-29 2001-06-29 Tree structure display editing device

Country Status (1)

Country Link
JP (1) JP3498733B2 (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7747621B2 (en) 2003-12-19 2010-06-29 Canon Kabushiki Kaisha Generating a relation diagram of data files
JP5071113B2 (en) * 2006-02-01 2012-11-14 富士通株式会社 Object relationship display program and object relationship display method
JP2007207046A (en) * 2006-02-02 2007-08-16 Ricoh Co Ltd Assembly configuration edit device, assembly configuration edit method, program and recording medium
JP5012887B2 (en) * 2009-12-28 2012-08-29 富士通株式会社 Program, editing method, and computer
JP5768571B2 (en) * 2011-08-02 2015-08-26 株式会社Jvcケンウッド Browsing information editing device, program, and browsing information editing method
JP5418574B2 (en) * 2011-11-14 2014-02-19 富士通株式会社 Program, editing method, and computer

Also Published As

Publication number Publication date
JP2002140716A (en) 2002-05-17

Similar Documents

Publication Publication Date Title
JP3372563B2 (en) Tree structure display editing device
US9182948B1 (en) Method and system for navigating hierarchical levels using graphical previews
JP4426853B2 (en) Information display program, information display method, information display apparatus, and recording medium
US7596766B1 (en) Preview window including a storage context view of one or more computer resources
US8108789B2 (en) Information processing device, user interface method, and information storage medium
JPH10143347A (en) Method for display and operation of data transmission
US20060017725A1 (en) Information processing method and information processing apparatus
JP3498733B2 (en) Tree structure display editing device
JPH08249170A (en) Graphical user interface design/manufacture support device
JP3078540B2 (en) Image processing system
JPH10214171A (en) Information processor
JPH11219371A (en) Data retrieval condition preparation method and preparation device
JP3008257B2 (en) Command specification device
JP2000285251A (en) Handwritten input editing system
JPH02214977A (en) Data retrieving method
JPH01156843A (en) Operating device for hierarchy file
JPH1125149A (en) Recording medium and method and device for preparing drawing
JPH0387914A (en) Method and device for using guidance of electronic computer system
JP3263934B2 (en) Network structure display and editing device
JP3083552B2 (en) Hierarchy editing processor
JP2001291112A (en) Device and method for editing graphic and recording medium with its program stored therein
JPH0721403A (en) Graphic editor
JP2560563B2 (en) Function selection device
JP2981563B2 (en) Electronics
JP2920479B2 (en) Graphic search 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: 20031104

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313113

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

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

Free format text: PAYMENT UNTIL: 20071205

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20081205

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20091205

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20101205

Year of fee payment: 7

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

Free format text: PAYMENT UNTIL: 20101205

Year of fee payment: 7

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

Free format text: PAYMENT UNTIL: 20111205

Year of fee payment: 8

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

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

Free format text: PAYMENT UNTIL: 20111205

Year of fee payment: 8

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: 20111205

Year of fee payment: 8

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

Free format text: PAYMENT UNTIL: 20121205

Year of fee payment: 9

EXPY Cancellation because of completion of term
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20121205

Year of fee payment: 9