JP4892959B2 - Tree structure display program, tree structure display method, tree structure display device - Google Patents

Tree structure display program, tree structure display method, tree structure display device Download PDF

Info

Publication number
JP4892959B2
JP4892959B2 JP2005368886A JP2005368886A JP4892959B2 JP 4892959 B2 JP4892959 B2 JP 4892959B2 JP 2005368886 A JP2005368886 A JP 2005368886A JP 2005368886 A JP2005368886 A JP 2005368886A JP 4892959 B2 JP4892959 B2 JP 4892959B2
Authority
JP
Japan
Prior art keywords
node
display
displayed
tree structure
fixed
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 - Fee Related
Application number
JP2005368886A
Other languages
Japanese (ja)
Other versions
JP2007172283A (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.)
Fujifilm Business Innovation Corp
Original Assignee
Fuji Xerox Co Ltd
Fujifilm Business Innovation 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 Fuji Xerox Co Ltd, Fujifilm Business Innovation Corp filed Critical Fuji Xerox Co Ltd
Priority to JP2005368886A priority Critical patent/JP4892959B2/en
Publication of JP2007172283A publication Critical patent/JP2007172283A/en
Application granted granted Critical
Publication of JP4892959B2 publication Critical patent/JP4892959B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Description

本発明は、コンピュータのファイル管理システムなど、階層関係を形成する情報を扱うシステムにおいてツリー構造をなすノードの表示に関する。   The present invention relates to display of nodes having a tree structure in a system that handles information forming a hierarchical relationship, such as a file management system of a computer.

従来、コンピュータに接続したハードディスク等の記憶装置にファイルを格納する場合、ユーザは、ファイル管理システムの持つ機能を利用してファイルの種別、内容等を基準に階層的に関連付けられたディレクトリにファイルを分類、保存する。なお、ディレクトリ及びファイル等情報要素の集合が階層関係を持つことからツリー表示された要素を「ノード」と総称する。記憶装置で保持管理される情報要素は、オペレーションシステム(OS)のファイル管理システムなどの機能により画面表示することができるが、記憶装置に大量の情報要素が格納されると、全てのノードを一画面上に同時に表示できなくなる。従って、ユーザは、通常、スクロールをしながら目的のディレクトリやファイルを探すことになる。このように、限られた画面表示領域内に全てのノードを一度に表示できない場合には、視認性、操作性等に様々な問題が生じてくる。なお、階層関係にあるノードを、その階層関係が把握できるようにツリー表示する技術として、例えば特許文献1,2がある。また、公知のツールとしてマイクロソフト社のWindows(登録商標)に標準装備されたエクスプローラがある。   Conventionally, when storing a file in a storage device such as a hard disk connected to a computer, the user uses a function of the file management system to store the file in a directory that is hierarchically related based on the file type, content, etc. Categorize and save. Since a set of information elements such as directories and files has a hierarchical relationship, elements displayed in a tree are collectively referred to as “nodes”. Information elements held and managed in the storage device can be displayed on the screen by a function such as an operating system (OS) file management system. However, when a large amount of information elements are stored in the storage device, all the nodes are connected to each other. They cannot be displayed on the screen at the same time. Therefore, the user usually searches for a target directory or file while scrolling. As described above, when all the nodes cannot be displayed in a limited screen display area at the same time, various problems occur in visibility and operability. For example, Patent Documents 1 and 2 are techniques for displaying a tree having a hierarchical relationship so that the hierarchical relationship can be grasped. Further, as a known tool, there is an explorer provided as standard in Microsoft Windows (registered trademark).

このマイクロソフト社提供のエクスプローラを用いて記憶装置に保持管理された情報要素を画面上に展開したときの概略的な表示例を図11に示す。図11(a)において、例えば、下位階層に位置するノード(図11ではノード群)160を表示させるためには、表示目的とするノード160の上位階層のノード162,164を閉じることができない。このため、表示目的のノード160と同一階層の他のノード(図11ではノード群)166は、表示目的ではないのにもかかわらず表示目的のノード160と同様に展開され表示対象となってしまう。また、上位階層の各ノード162,164と同一階層のノード168も同様に展開され表示対象となってしまう。このような表示目的以外のノードの表示、すなわち不要な表示の発生により、図11(b)に示すような表示画面上に無駄な空間170が現れてきてしまう。   FIG. 11 shows a schematic display example when information elements held and managed in the storage device are expanded on the screen using the explorer provided by Microsoft. In FIG. 11A, for example, in order to display a node (node group in FIG. 11) 160 located in the lower hierarchy, the nodes 162 and 164 in the upper hierarchy of the node 160 to be displayed cannot be closed. For this reason, other nodes (node group in FIG. 11) 166 in the same hierarchy as the display-purpose node 160 are expanded and become display targets in the same manner as the display-purpose node 160 even though they are not display purposes. . In addition, the nodes 168 in the same hierarchy as the nodes 162 and 164 in the upper hierarchy are similarly expanded and displayed. Due to the display of nodes other than the display purpose, that is, the generation of unnecessary display, a useless space 170 appears on the display screen as shown in FIG.

このような問題を解消し、ツリー構造が大きくなった場合におけるツリー表示の便宜を図るための技術が多々考案されている。これらの技術において便宜を図る方向性としては、部分ツリー表示、表示の効率化、表示ツリーの簡略化等に大別できると考えられる。   Many techniques have been devised to solve such problems and to facilitate the tree display when the tree structure becomes large. Directionality for convenience in these technologies can be roughly divided into partial tree display, display efficiency improvement, display tree simplification, and the like.

まず、部分ツリー表示を採用した先行技術として、例えば特許文献3,4がある。特許文献3には、指定した要素を先頭としてツリー構造を部分的に表示する技術が記載されている。特許文献4も先頭ノードを指定して表示する点では、特許文献2と同様である。なお、OSにより実現される、限られた表示領域内にスクロール表示させる周知技術も、ツリー構造の一部分を表示する点では、部分ツリー表示技術ともいえる。   First, for example, Patent Documents 3 and 4 are prior arts that employ partial tree display. Patent Document 3 describes a technique for partially displaying a tree structure starting from a designated element. Patent Document 4 is the same as Patent Document 2 in that the head node is designated and displayed. Note that the well-known technique realized by the OS for scrolling display within a limited display area is also a partial tree display technique in that a part of the tree structure is displayed.

次に、表示の効率化は、更にノードの配置による表示の効率化と省スペース化による表示の効率化とに大別できるが、これらのうちノードの配置による表示の効率化を採用した先行技術として、例えば特許文献5,6がある。特許文献5では、ツリーの末端のノードを表示するとき、無駄な空き表示領域が発生しないように末端ノードを並べて配置する。この技術では空きスペースを極力減らすように末端ノードを配置することで、ツリー表示に必要な表示領域の大きさを小さくする。これにより、表示ウインドウ中に表示されるノード数を増やし分かりやすくしている。特許文献6では、表示ウインドウの上位階層に無駄な空き表示領域が発生しないように、表示ウインドウの表示範囲に合わせて動的に上位階層ノードを配置しなおすことで表示効率の向上を図る。この技術ではスクロールした場合でも、上位階層がスクロールに追随して、上位階層ノードが画面内に常時表示される。   Next, display efficiency can be broadly divided into display efficiency due to node arrangement and display efficiency due to space saving. Of these, prior art that adopted display efficiency according to node arrangement. For example, there are Patent Documents 5 and 6. In Patent Document 5, when displaying the end node of the tree, the end nodes are arranged side by side so that a useless empty display area does not occur. In this technique, the size of the display area necessary for the tree display is reduced by arranging the end nodes so as to reduce the free space as much as possible. This increases the number of nodes displayed in the display window for easy understanding. In Patent Document 6, display efficiency is improved by dynamically rearranging upper layer nodes in accordance with the display range of the display window so that a useless empty display area does not occur in the upper layer of the display window. In this technique, even when scrolling, the upper hierarchy follows the scroll, and the upper hierarchy node is always displayed in the screen.

いずれの場合も表示ウインドウ中に、より多くのノードを表示するよう配置を工夫して表示効率を高めている。特に、特許文献6は、上位階層ほど表示密度が低いというツリー表示の根本的課題に対して、一定の解決をもたらしている。前述の部分ツリー表示方式でも、上位階層のノードが必ず表示画面に収まって表示されるという点で同様の効果を得られる。   In either case, the display efficiency is improved by devising the arrangement so that more nodes are displayed in the display window. In particular, Patent Document 6 provides a certain solution to the fundamental problem of tree display in which the display density is lower in the upper hierarchy. The above-described partial tree display method can achieve the same effect in that the upper layer nodes are always displayed on the display screen.

最後に、表示ツリーの簡略化を採用した先行技術として、例えば特許文献7がある。特許文献7は、ユーザが指定した要素だけからなるツリーを作成して表示する。特に、階層が深い場合でも、中間階層の要素を省略して表示することができ、必要な要素を含んだツリーを非常にコンパクトに表示することができる。   Finally, as a prior art employing the simplification of the display tree, for example, there is Patent Document 7. Patent Document 7 creates and displays a tree composed only of elements designated by the user. In particular, even when the hierarchy is deep, elements in the intermediate hierarchy can be omitted and displayed, and a tree including necessary elements can be displayed very compactly.

また、表示ツリーの簡略化に関しては、この他にもマイクロソフト社のWindows(登録商標)に標準装備されたエクスプローラ及びフリーソフトウェアのEclipseの変数ビューなどがある。前者は、フォルダを開いたり閉じたりという操作で、下位ノードの表示/非表示を切り替えることにより、不要なファイルを隠し、画面上に必要なノードを効率よく表示することができる。また、後者は、デバッグ作業中のデータ内容をツリー構造で表示できるが、たとえば配列は、配列を表すノードと配列の要素を表す下位ノードとが階層構造をもってツリーとして表示される。配列のサイズが非常に多いとき、Eclipseでは、配列の要素を順にいくつかのグループにまとめ、配列を表すノードの下に、各グループを表す仮想的な中間ノードを配置し、さらにグループのノードの下に、そのグループに含まれる配列の要素のノードを配置して表示している。このように、グループ化して仮想的なノードを加えることにより一度に大量のノードを展開表示することなく、選択したグループだけを展開表示することで、表示ツリーの巨大化を抑えることができる。   In addition to the above, regarding the simplification of the display tree, there are Explorer and a variable view of Eclipse of free software provided as standard equipment in Windows (registered trademark) of Microsoft Corporation. The former can hide and display unnecessary files and efficiently display necessary nodes on the screen by switching display / non-display of lower nodes by opening and closing folders. In the latter case, the data contents during debugging can be displayed in a tree structure. For example, in an array, nodes representing the array and lower nodes representing the elements of the array are displayed as a tree with a hierarchical structure. When the size of the array is very large, in Eclipse, the elements of the array are sequentially grouped into several groups, a virtual intermediate node representing each group is placed under the node representing the array, and the group nodes Below, the nodes of the elements of the array included in the group are arranged and displayed. Thus, by adding only virtual nodes by grouping them, it is possible to suppress the enlargement of the display tree by expanding and displaying only selected groups without expanding and displaying a large number of nodes at once.

また、本願と同一の特許出願人は、上記従来技術のいずれかの課題を解決するために、特願2005−197998号(以下、「先行出願1」)及び特願2005−208862号(以下、「先行出願2」)を特許出願している。先行出願1では、折りたたみ機能により、ユーザの手間をかけることなく、不要なノードをまとめて非表示にすることができる。これにより目的以外のノードの数を非常に少なくすることができ、操作性を損なうことなく、表示を効率化することができる。また、先行出願2では、表示上のルートノードを置き換えることにより上位階層を閉じることを可能にしている。   In addition, in order to solve any of the problems of the above-described prior art, the same patent applicant as the present application discloses Japanese Patent Application Nos. 2005-197998 (hereinafter referred to as “prior application 1”) and Japanese Patent Application No. 2005-208862 (hereinafter referred to as "Prior application 2") has been filed for a patent. In the prior application 1, unnecessary nodes can be collectively hidden without the user's trouble by the folding function. As a result, the number of nodes other than the target can be greatly reduced, and the display can be made more efficient without impairing operability. In the prior application 2, the upper hierarchy can be closed by replacing the root node on the display.

特開平1−156843号公報Japanese Patent Laid-Open No. 1-156843 特開平1−290046号公報JP-A-1-290046 特開平4−195467号公報Japanese Patent Laid-Open No. 4-195467 特許第2527240号明細書Japanese Patent No. 2527240 特開平8−315038号公報JP-A-8-315038 特開2001−331358号公報JP 2001-331358 A 特開平11−45197号公報Japanese Patent Laid-Open No. 11-45197

以上のように、ツリー構造が大きくなった場合における便宜を図るための技術が多々考案されているが、それらの技術には、種々の問題点がある。   As described above, many techniques have been devised for convenience when the tree structure becomes large, but these techniques have various problems.

まず、部分ツリー表示に関する特許文献3,4では、表示していないツリーの他の部分に直接アクセスすることができない。例えば、参照したい複数のノードがツリーの表示領域以上に離れた位置に散在する場合、複数のノードを表示画面上に同時に表示することができないため、選択したノードを表示させるために画面を切り替えたりスクロールさせたりしなければならなかった。また、ツリーの表示対象にルートノードが含まれていなければ、表示対象となった部分ツリーとルートノードとの位置関係がわからないため、ツリーのどの部分が画面表示されているのか、表示内容だけから判断することができなかった。   First, in Patent Documents 3 and 4 relating to partial tree display, it is not possible to directly access other parts of the tree that are not displayed. For example, if multiple nodes that you want to refer to are scattered at positions that are more than the display area of the tree, you cannot display multiple nodes simultaneously on the display screen, so you can switch the screen to display the selected node I had to scroll. If the root node is not included in the display target of the tree, the positional relationship between the target partial tree and the root node is unknown, so which part of the tree is displayed on the screen, only from the display contents I couldn't judge.

また、表示の効率化に関する特許文献5,6では、表示画面の表示領域を効率的に利用しているものの、目的以外のノードが表示されることに対しては、なんら言及していない。従って、表示目的のツリー部分が、非常に大きなツリー構造のごく一部であった場合には、表示効率効果をほとんど得ることができない。   In Patent Documents 5 and 6 relating to display efficiency, the display area of the display screen is efficiently used, but no mention is made of the display of nodes other than the intended one. Therefore, when the tree portion for display purposes is a very small part of a very large tree structure, almost no display efficiency effect can be obtained.

また、表示ツリーの簡略化に関する特許文献7では、非常に効率的にツリーを表示できる反面、所望するツリー表示を形成するためには、非常に手間がかかる。すなわち、ユーザが表示したいノードを指示することで初めて効率的に表示することができる。また、ある階層のノードを選択表示する場合には、少なくとも最初はその階層のすべてのノードを表示しなければならない。そして、ツリーに表示したいノードを全て一つ一つユーザが選択し、選択ノードを表示モードに切り替えるといった手順を踏まなければ、所望するツリーは得られない。   In Patent Document 7 regarding simplification of the display tree, the tree can be displayed very efficiently, but it takes much time to form a desired tree display. That is, it is possible to display efficiently only when the user designates a node to be displayed. In addition, when selecting and displaying nodes in a certain hierarchy, at least first all nodes in that hierarchy must be displayed. If the user selects all the nodes to be displayed on the tree one by one and switches the selected node to the display mode, the desired tree cannot be obtained.

また、マイクロソフト社提供のエクスプローラでは、図11を用いて例示したように、表示目的のノード部分までルートノードからの経路上のノードを閉じることができないため、表示目的のノード部分の上位階層に存在する他のノードも合わせて表示されてしまう。従って、上位階層に非常に多くのノードがある場合は、表示ツリーのサイズを小さくすることはできない。また、フリーソフトウェアのEclipseでは、不要なノードだけからなるグループに対しては非表示にすることができるが、目的のノードが含まれる場合は、そのグループの下位ノードを展開表示しなければならず、マイクロソフト社提供のエクスプローラと同様の問題が発生する。   In addition, in the explorer provided by Microsoft, as illustrated with reference to FIG. 11, the node on the route from the root node cannot be closed up to the node portion for display purpose, and therefore exists in the upper hierarchy of the node portion for display purpose. Other nodes to be displayed are also displayed. Therefore, when there are a very large number of nodes in the upper hierarchy, the size of the display tree cannot be reduced. In addition, in the free software Eclipse, it is possible to hide a group consisting of only unnecessary nodes, but if the target node is included, the lower nodes of the group must be expanded and displayed. The same problem occurs with Microsoft-provided Explorer.

先行出願1,2は、上記従来技術のいずれかの課題を解決することは可能である。しかしながら、先行出願1では、目的の部分が非常に深い階層に存在する場合、上位階層部分の無駄な空き領域が大きくなってしまう問題がある。また、先行出願2では、ツリー上の目的の箇所が複数ある場合に対応できない。   Prior applications 1 and 2 can solve any of the above-described problems of the prior art. However, in the prior application 1, when the target part exists in a very deep hierarchy, there is a problem that a useless empty area in the upper hierarchy part becomes large. Prior application 2 cannot cope with a case where there are a plurality of target locations on the tree.

以上のように、前述したいずれの技術も何らかの効果がある一方で、使用状況によっては何らかの課題を残してしまい、あらゆる場面において使い勝手がよいツリー表示とは言い難い。   As described above, while any of the above-described techniques has some effects, some problems remain depending on the use situation, and it is difficult to say that the tree display is easy to use in every scene.

本発明は、改良されたツリー表示プログラム、方法又は装置を提供することによって以上の課題の少なくとも一つを解決することを目的とする。   An object of the present invention is to solve at least one of the above problems by providing an improved tree display program, method or apparatus.

以上のような目的を達成するために、本発明に係るツリー構造表示プログラムは、階層関係にある要素の集合をツリー構造で画面表示する機能を有するコンピュータを、画面表示されているツリー上の指定されたノードの階層下に存在する下位ノードを、表示切替指示に応じて画面表示されているときには非表示に、画面表示されていないときには表示に、それぞれ表示状態の設定を切り替える表示状態設定処理手段、画面表示されているツリー上のノードの中から選択されたノードを、前記表示状態設定処理手段により非表示への切替対象の下位ノードに該当する場合でも、階層関係にある要素の集合の中から常に画面表示させる固定ノードとして設定する固定ノード設定処理手段、前記表示状態設定処理手段におけるノードの表示又は非表示の状態設定及び前記固定ノード設定処理手段における固定ノードの設定に従い、階層関係にある要素の集合をツリー構造で画面表示する表示処理手段として機能させ、前記表示処理手段は、下位ノードが表示された開状態のノードを表示しない閉状態に切り替える表示切替指示が入力された場合においてその表示切替対象のノードの階層下に固定ノードが存在する場合、表示切替対象のノードと固定ノードの間に位置する中間ノードに対しては閉状態に切り替える一方、その存在する固定ノード及び当該固定ノードの階層下に存在する下位ノードに対しては開状態のまま維持することを特徴とするIn order to achieve the above object, the tree structure display program according to the present invention designates a computer having a function of displaying a set of elements having a hierarchical relationship in a tree structure on a tree displayed on the screen. Display state setting processing means for switching the display state of the lower nodes existing below the displayed node hierarchy when the screen is displayed according to the display switching instruction, and when not displayed, when the screen is not displayed Even if a node selected from the nodes on the tree displayed on the screen corresponds to a lower node to be switched to non-display by the display state setting processing means, it is included in a set of elements having a hierarchical relationship. always screen fixed node setting means for setting a fixed node to be displayed, display or non nodes in the display state setting processing means from the In accordance with the setting of fixed nodes in Viewing the status setting and the fixed node setting processing means to function as a display processing means for screen display a set of elements in a hierarchical relationship in a tree structure, wherein the display processing means, the lower node is displayed When a display switching instruction to switch to a closed state that does not display a node in the open state is input, if there is a fixed node below the display switching target node, the position is changed between the display switching target node and the fixed node. The intermediate node is switched to the closed state, while the existing fixed node and the lower nodes existing below the hierarchy of the fixed node are maintained in the open state .

また、前記表示処理手段は、固定ノード若しくは固定ノードの表示位置周辺を、他のノードの表示形態と異ならせることによって固定ノードを識別可能に表示するものである。   The display processing means displays the fixed node in an identifiable manner by making the periphery of the fixed node or the display position of the fixed node different from the display form of other nodes.

あるいは、前記表示処理手段は、下位ノードが表示された開状態のノードを表示しない閉状態に切り替える表示切替指示が入力された場合においてその表示切替対象のノードの階層下に固定ノードが存在する場合、表示切替対象のノード、固定ノード及びその表示切替対象のノードと固定ノードとの間に位置する1または複数の中間ノードを表示し、それ以外のノードを非表示とするようにしてもよい。   Alternatively, when a display switching instruction for switching to a closed state in which an open state node in which a lower node is displayed is not displayed is input, the display processing unit includes a fixed node below the display switching target node hierarchy The display switching target node, the fixed node, and one or a plurality of intermediate nodes positioned between the display switching target node and the fixed node may be displayed, and the other nodes may be hidden.

更に、前記表示処理手段は、中間ノードの表示形態を他のノードと異ならせることによって中間ノードを識別可能に画面表示するようにしてもよい。   Further, the display processing means may display the intermediate node on the screen so that the intermediate node can be identified by making the display form of the intermediate node different from other nodes.

更に、前記表示処理手段は、各中間ノードを示すアイコンを小型化して画面表示するようにしてもよい。   Further, the display processing means may reduce the size of the icon indicating each intermediate node and display it on the screen.

また、前記表示処理手段は、中間ノードを示すアイコンを非表示とすると共に、中間ノードが表示されるべき位置若しくはその位置周辺に中間ノードの存在を示す中間ノード情報を画面表示するようにしてもよい。   Further, the display processing means may hide the icon indicating the intermediate node, and display on the screen intermediate node information indicating the presence of the intermediate node at a position where the intermediate node is to be displayed or around the position. Good.

また、前記固定ノード設定処理手段は、固定ノードとして設定されたノードの、固定ノードとしての設定を解除する機能を有するものである。   The fixed node setting processing means has a function of canceling the setting of a node set as a fixed node as a fixed node.

また、コンピュータを更に、表示ツリー上の中間ノードに対するユーザ操作の全て若しくは一部を拒否するユーザ操作受付処理手段として機能させるものである。   In addition, the computer is further caused to function as a user operation reception processing unit that rejects all or part of user operations on intermediate nodes on the display tree.

本発明に係るツリー構造表示装置は、階層関係にある要素の集合をツリー構造で画面表示する機能を有するツリー構造表示装置において、画面表示されているツリー上の指定されたノードの階層下に存在する下位ノードを、表示切替指示に応じて画面表示されているときには非表示に、画面表示されていないときには表示に、それぞれ表示状態の設定を切り替える表示状態設定処理手段と、画面表示されているツリー上のノードの中から選択されたノードを、前記表示状態設定処理手段により非表示への切替対象の下位ノードに該当する場合でも、階層関係にある要素の集合の中から常に画面表示させる固定ノードとして設定する固定ノード設定処理手段と、前記表示状態設定処理手段におけるノードの表示又は非表示の状態設定及び前記固定ノード設定処理手段における固定ノードの設定に従い、階層関係にある要素の集合をツリー構造で画面表示する表示処理手段とを有し、前記表示処理手段は、下位ノードが表示された開状態のノードを表示しない閉状態に切り替える表示切替指示が入力された場合においてその表示切替対象のノードの階層下に固定ノードが存在する場合、表示切替対象のノードと固定ノードの間に位置する中間ノードに対しては閉状態に切り替える一方、その存在する固定ノード及び当該固定ノードの階層下に存在する下位ノードに対しては開状態のまま維持することを特徴とする。 The tree structure display device according to the present invention is a tree structure display device having a function of displaying a set of elements having a hierarchical relationship on a screen in a tree structure, and is present below a specified node hierarchy on the tree displayed on the screen. Display state setting processing means for switching the display state setting to a non-display when the screen is displayed according to the display switching instruction, and display when the screen is not displayed, and a tree displayed on the screen. A fixed node that always displays a screen selected from a set of elements in a hierarchical relationship, even when a node selected from the above nodes corresponds to a lower node to be switched to non-display by the display state setting processing means a fixed node setting means for setting as the display of the node in the display state setting processing means or non-display state set and the solid In accordance with the setting of the fixed node in node setting processing means, it has a display processing means for screen display a set of elements in a hierarchical relationship in a tree structure, wherein the display processing means, a node in the open state the lower node is displayed When a display switching instruction to switch to a closed state not to be displayed is input, and there is a fixed node below the display switching target node hierarchy, for an intermediate node located between the display switching target node and the fixed node Is switched to a closed state, while the existing fixed node and lower nodes existing below the fixed node are maintained in an open state .

本発明に係るツリー構造表示方法は、階層関係にある要素の集合をツリー構造で画面表示する機能を有するコンピュータにより実施され、画面表示されているツリー上のノードの中から選択されたノードを、階層関係にある要素の集合の中から常に画面表示させる固定ノードとして設定する固定ノード設定ステップと、下位ノードが表示された開状態のノードを表示しない閉状態に切り替える表示切替指示が入力された場合においてその表示切替対象のノードの階層下に固定ノードが存在する場合、表示切替対象のノードと固定ノードの間に位置する中間ノードに対しては閉状態に切り替える一方、その存在する固定ノード及び当該固定ノードの階層下に存在する下位ノードに対しては開状態のまま維持するステップとを含ことを特徴とする。


The tree structure display method according to the present invention is implemented by a computer having a function of displaying a set of elements having a hierarchical relationship in a tree structure on a screen, and a node selected from the nodes on the tree displayed on the screen, When a fixed node setting step that is set as a fixed node that is always displayed on the screen from a set of elements that are in a hierarchical relationship and a display switching instruction that switches to a closed state that does not display open nodes that display lower nodes are input In the case where a fixed node exists below the display switching target node in FIG. 1, the intermediate node located between the display switching target node and the fixed node is switched to the closed state, while the existing fixed node and be for the lower nodes existing hierarchy of a fixed node, wherein the including that the step of maintaining remain open .


本発明によれば、目的箇所のノードの表示を固定することによってノードを表示したまま、その上位階層のノードを閉じることができる。これにより、表示ツリーをコンパクトにすることができるので、ツリー表示に必要な画面上の領域を小さくすることができる。   According to the present invention, by fixing the display of the node at the target location, it is possible to close the node of the higher hierarchy while displaying the node. As a result, the display tree can be made compact, and the area on the screen necessary for the tree display can be reduced.

また、上位階層の閉じたノードから固定ノードまでの経路上の中間ノードの表示を省略できるので、目的の箇所が深い階層にあった場合にも表示ツリーをコンパクトにすることができる。これにより、ツリー表示に必要な画面上の領域を小さくすることができる。   In addition, since the display of intermediate nodes on the route from the closed node to the fixed node in the upper hierarchy can be omitted, the display tree can be made compact even when the target location is in a deep hierarchy. Thereby, the area on the screen necessary for the tree display can be reduced.

以下、図面に基づいて、本発明の好適な実施の形態について説明する。   Hereinafter, preferred embodiments of the present invention will be described with reference to the drawings.

図1は、本発明に係るツリー構造表示装置に相当するコンピュータのハードウェア構成図である。本実施の形態において用いるコンピュータ1は、従前から存在する汎用的なハードウェア構成で実現できる。すなわち、コンピュータ1は、図1に示したようにCPU2、ROM4、RAM6、ハードディスクドライブ(HDD)8を接続したHDDコントローラ10、入力手段として設けられたマウス12及びキーボード14、表示装置として設けられたディスプレイ16をそれぞれ接続する入出力コントローラ18を内部バス20に接続して構成される。   FIG. 1 is a hardware configuration diagram of a computer corresponding to a tree structure display device according to the present invention. The computer 1 used in the present embodiment can be realized with a general-purpose hardware configuration that has existed in the past. That is, as shown in FIG. 1, the computer 1 is provided with a CPU 2, a ROM 4, a RAM 6, an HDD controller 10 connected to a hard disk drive (HDD) 8, a mouse 12 and a keyboard 14 provided as input means, and a display device. An input / output controller 18 for connecting each display 16 is connected to an internal bus 20.

図2は、本実施の形態におけるコンピュータ1の機能ブロック構成図である。コンピュータ1は、ユーザ操作受付処理部21、表示状態設定処理部22、固定ノード設定処理部23、表示処理部24及びノード情報記憶部25を有している。コンピュータ1は、例えばマイクロソフト社提供のエクスプローラに相当するアプリケーションを搭載することによって階層関係にある要素の集合をツリー構造で画面表示する機能を有している。各処理部21〜24は、このツリー構造表示機能を利用している際に所定の機能処理を実施するための手段であり、このうち、ユーザ操作受付処理部21は、表示ツリー上のノードに対する開閉指示等のユーザ操作を受け付ける。機能の詳細については後述するが、本実施の形態におけるユーザ操作受付処理部21は、中間ノードに対するユーザ操作の全て若しくは一部を拒否する機能を有している。マイクロソフト社提供のエクスプローラでは、画面表示されているノードをクリックすると、当該ノードの階層下に存在する下位ノードを表示したり、非表示にしたりするが、表示状態設定処理部22は、このノードに対する表示状態の切替機能を有している。すなわち、表示状態設定処理部22は、画面表示されているツリー上の指定されたノードのうち、マウスカーソル等により指示されたノードの階層下に存在する下位ノードを、その指示されたノードへのクリック操作による指示に応じて、画面表示されているときには非表示に、画面表示されていないときには表示に、それぞれ表示状態の設定を切り替える。固定ノード設定処理部23は、階層関係にある要素の集合の中から常に画面表示させる固定ノードを設定する。これにより、固定ノードに設定されたノードは、たとえ表示状態設定処理部22による非表示への切替対象に該当する場合でも非表示にはならない。表示処理部24は、表示状態設定処理部22におけるノードの表示又は非表示の状態設定及び固定ノード設定処理部23における固定ノードの設定など各ノードへの設定内容を参照に、階層関係にある要素の集合をツリー構造で画面表示する。ノード情報記憶部25には、ノードの名称等を含む属性情報等各ノードに関する情報と、各ノードの階層関係を表すツリー構造情報が記憶されている。   FIG. 2 is a functional block configuration diagram of the computer 1 in the present embodiment. The computer 1 includes a user operation reception processing unit 21, a display state setting processing unit 22, a fixed node setting processing unit 23, a display processing unit 24, and a node information storage unit 25. The computer 1 has a function of displaying a set of elements having a hierarchical relationship on a screen in a tree structure, for example, by installing an application corresponding to Explorer provided by Microsoft Corporation. Each of the processing units 21 to 24 is a means for performing a predetermined function process when using this tree structure display function, and among these, the user operation reception processing unit 21 corresponds to a node on the display tree. User operations such as opening / closing instructions are accepted. Although details of the function will be described later, the user operation reception processing unit 21 in the present embodiment has a function of rejecting all or part of the user operation on the intermediate node. In the explorer provided by Microsoft, when a node displayed on the screen is clicked, a lower node existing under the hierarchy of the node is displayed or hidden, but the display state setting processing unit 22 does not display this node. It has a display state switching function. That is, the display state setting processing unit 22 assigns a lower node existing below the node designated by the mouse cursor or the like among the designated nodes on the tree displayed on the screen to the designated node. In response to an instruction by a click operation, the display state setting is switched to non-display when the screen is displayed and to display when the screen is not displayed. The fixed node setting processing unit 23 sets a fixed node that is always displayed on the screen from a set of elements having a hierarchical relationship. As a result, the node set as the fixed node is not hidden even if it corresponds to the non-display switching target by the display state setting processing unit 22. The display processing unit 24 refers to the setting contents for each node such as the display / non-display state setting of the node in the display state setting processing unit 22 and the setting of the fixed node in the fixed node setting processing unit 23. Displays a set of trees in a tree structure. The node information storage unit 25 stores information regarding each node such as attribute information including the name of the node and the like, and tree structure information indicating the hierarchical relationship between the nodes.

図2に示したノード情報記憶部25は、図1に示した不揮発性のHDD8で実現することを想定しているが、揮発性のRAM6に必要なデータをいったんコピーしてから使用するようにしてもよい。また、本実施の形態では、本実施の形態を実施する上で必要な情報をノード情報記憶部25で保持するよう構成したが、これら必要な情報は、必ずしもコンピュータ1の内部で保持する必要はなく、例えばネットワーク経由等で取得できるように構成してもよい。また、各処理部21〜24における処理機能は、コンピュータ1と当該処理機能を実現する1乃至複数のツリー構造プログラムとの協調動作により実現される。   The node information storage unit 25 shown in FIG. 2 is assumed to be realized by the non-volatile HDD 8 shown in FIG. 1, but the necessary data is copied once to the volatile RAM 6 and used. May be. In the present embodiment, the node information storage unit 25 holds information necessary to implement the present embodiment. However, the necessary information is not necessarily held in the computer 1. For example, the information may be obtained via a network. In addition, the processing functions in the processing units 21 to 24 are realized by a cooperative operation between the computer 1 and one or more tree structure programs that realize the processing functions.

次に、本実施の形態におけるツリー構造表示方法の基本的な考え方について図3を用いて説明する。   Next, the basic concept of the tree structure display method according to the present embodiment will be described with reference to FIG.

図3は、階層関係にある要素の集合から形成したツリー構造の画面表示例を示した図であり、図3(a)はそのツリー構造の全体を展開して表示したときの図、図3(b)及び図3(c)は本実施の形態の特徴的なツリー表示の例を示した図である。   FIG. 3 is a diagram showing a screen display example of a tree structure formed from a set of elements having a hierarchical relationship, and FIG. 3A is a diagram when the entire tree structure is expanded and displayed. FIG. 3B and FIG. 3C are diagrams showing an example of a characteristic tree display according to the present embodiment.

本実施の形態において特徴的なことは、ピン止めによってノードの表示を固定するようにしたことである。図3(a)は、画面表示中の最上位に位置するノード31が開状態にあるため、そのノード31の階層下に存在するノードが展開表示されている状態である。ここで、ある目的箇所のノード32を常に画面表示した状態で固定し、そのノード32の階層下に存在するノードを表示可能にしたいとき、図3(a)に示したように、常に表示したい1乃至複数のノード(以下、「表示ノード群」)33の最上位に位置するノード、この例ではノード32をピン止めする。本実施の形態では、ピン止め対象となるノードを、特に「固定ノード」と称することにする。また、階層構造上、あるノードの階層下に存在する1乃至複数のノードのことを「下位ノード」と称することにする。   What is characteristic in this embodiment is that the display of the node is fixed by pinning. FIG. 3A shows a state in which the node 31 located at the highest position in the screen display is in an open state, so that the nodes existing below the node 31 are expanded and displayed. Here, when a node 32 at a certain target location is always fixed in a state where it is displayed on the screen, and a node existing below the node 32 is desired to be displayed, it is desired to always display it as shown in FIG. A node located at the top of one or a plurality of nodes (hereinafter, “display node group”) 33, in this example, the node 32 is pinned. In this embodiment, a node to be pinned is particularly referred to as a “fixed node”. Further, one or more nodes existing below a certain node in the hierarchical structure are referred to as “lower nodes”.

この画面表示において開状態のノード31を閉状態に切替表示するために、ノード31をクリック操作すると、従来では、ノード31が閉状態を示すアイコンに切替表示されると共にノード31の下位ノードの全てが非表示となる。これに対し、本実施の形態では、固定ノードが設定されている場合には、その固定ノード及びその下位ノードを非表示にしない。このときの表示例が図3(b)又は図3(c)である。図3(b),(c)に示したように、本実施の形態では、まず固定ノードとして設定されたノード32を最上位とする表示ノード群33の表示が維持される。   When the node 31 is clicked to switch the open node 31 to the closed state in this screen display, conventionally, the node 31 is switched to an icon indicating the closed state and all the lower nodes of the node 31 are displayed. Disappears. On the other hand, in this embodiment, when a fixed node is set, the fixed node and its lower nodes are not hidden. A display example at this time is FIG. 3B or FIG. As shown in FIGS. 3B and 3C, in the present embodiment, the display of the display node group 33 with the node 32 set as a fixed node first is maintained at the top.

また、図3(a)から明らかなように閉指示対象のノード31とピン止めされた固定ノード32は、直結されずにノード34を介して階層関係にある。この中間に位置する1乃至複数のノードのことを「中間ノード」と称することにすると、図3(b)では、中間ノード34の存在を薄い色のアイコン35で表示し、図3(c)では、ノード31と固定ノード32とを連結する線上に中間ノードの存在を意味する二重波線アイコン36を表示する。このように、本実施の形態では、中間ノードの表示形態を他のノードと異ならせることによって中間ノードの存在を示す。なお、図3(b)と図3(c)は、いずれか一方の表示形態のみを採用するようにしてもよいし、切り替えていずれかを表示できるようにしてもよい。   Further, as apparent from FIG. 3A, the node 31 to be closed and the fixed node 32 pinned are in a hierarchical relationship via the node 34 without being directly connected. If one or more nodes located in the middle are referred to as “intermediate nodes”, in FIG. 3B, the presence of the intermediate node 34 is displayed by a light color icon 35, and FIG. Then, a double wavy line icon 36 indicating the presence of an intermediate node is displayed on a line connecting the node 31 and the fixed node 32. Thus, in this embodiment, the presence of an intermediate node is indicated by making the display form of the intermediate node different from other nodes. Note that only one of the display forms in FIGS. 3B and 3C may be adopted, or one of them may be switched and displayed.

以上説明したように、本実施の形態におけるツリー構造表示方法は、展開表示されているノードをピン止めすることによって固定ノードを設定すると、その固定ノードより上層のノードが閉状態に切替表示された場合でも固定ノード以下のノードを非表示にしない状態でツリー構造を表示するようにしたことを特徴とする。   As described above, in the tree structure display method according to the present embodiment, when a fixed node is set by pinning an expanded node, a node higher than the fixed node is displayed in a closed state. Even in this case, the tree structure is displayed in a state where the nodes below the fixed node are not hidden.

固定ノードの設定は、表示ツリー上、1箇所に限定する必要はなく、複数のノードを固定ノードとして設定してもよい。この例を図4に示す。図4(a)に例示したように階層関係にある要素が画面上のツリー表示されている場合において、ノード41をクリック操作するなどして閉じる場合、図4(b)に示したように固定ノードとして予め設定されているノード42,43は、その他のノード又はノード群45〜49が非表示とされるのに対し、非表示にはならない。なお、この場合も閉指示対象のノード41と各固定ノード42,43との間の線上には、それぞれ中間ノード44,45の存在を示すアイコン50,51が表示される。このように、複数のノードを同時に固定表示できれば、あるフォルダの中のファイルを、別のフォルダの下にコピーまたは移動するような操作に極めて有効であり、ファイルのコピーや移動を、表示をスクロールさせることなく簡単に行うことができる。なお、この図4から明らかなように、固定ノードは、ノードの表示状態を維持するものであり、表示画面上における表示位置を固定するわけではない。   The fixed node setting need not be limited to one place on the display tree, and a plurality of nodes may be set as fixed nodes. An example of this is shown in FIG. As shown in FIG. 4A, when elements having a hierarchical relationship are displayed in a tree on the screen, when the node 41 is closed by clicking, for example, it is fixed as shown in FIG. 4B. The nodes 42 and 43 set in advance as nodes are not hidden while the other nodes or node groups 45 to 49 are hidden. In this case as well, icons 50 and 51 indicating the presence of intermediate nodes 44 and 45 are displayed on the line between the node 41 to be closed and the fixed nodes 42 and 43, respectively. If you can fix and display multiple nodes at the same time in this way, it is extremely effective for operations such as copying or moving files in one folder to another folder, and scrolling the display to copy or move files. Can be easily done without As is apparent from FIG. 4, the fixed node maintains the display state of the node, and does not fix the display position on the display screen.

ところで、図4(a)に示したように、表示ツリーには、閉指示対象のノード41、固定ノード42,43、そして中間ノード44,45以外にも、固定ノード42,43と同階層のノード46,48やノード41の階層下に存在する前述以外のノード47,49が存在しうる。これらのノード46〜49は、固定ノード42,43とは表示ツリー上、異なる線で連結される位置関係にあるため、ノード41の閉状態への切替指示に従い従来と同様に非表示にすべきである。しかしながら、閉指示対象のノードと固定ノードとの間の経路上には、図4(a)に例示した単一の中間ノードのみとは限らず、複数の中間ノードが存在する場合もありうるので中間ノードを単純に非表示、具体的には図3,4に示したような単一のアイコンのみで表示することが不適切な場合もあり得る。この中間ノードの表示について、以下に詳述することにする。   By the way, as shown in FIG. 4A, in addition to the node 41 to be closed, the fixed nodes 42 and 43, and the intermediate nodes 44 and 45, the display tree has the same hierarchy as the fixed nodes 42 and 43. There may be nodes 47 and 49 other than those described above that exist below the nodes 46 and 48 and the node 41. Since these nodes 46 to 49 are in a positional relationship connected to the fixed nodes 42 and 43 by different lines on the display tree, they should be hidden in the same manner as in the past in accordance with the switching instruction of the node 41 to the closed state. It is. However, not only the single intermediate node illustrated in FIG. 4A but also a plurality of intermediate nodes may exist on the route between the close instruction target node and the fixed node. There may be cases where it is inappropriate to simply hide intermediate nodes, specifically to display only a single icon as shown in FIGS. The display of this intermediate node will be described in detail below.

本実施の形態では、中間ノードの表示方法として、以下の2つの方法を提案し、いずれか一方若しくは両方を切り替えながら表示する方法を採用する。   In the present embodiment, the following two methods are proposed as the display method of the intermediate node, and a method of displaying either one or both while switching is adopted.

まず、第1の方法としては、前述したとおり中間ノードを非表示とし、その代わりに中間ノードの存在を示すアイコンで表示する方法である。第2の方法としては、経路上の中間ノードだけは表示し、その中間ノードにおける下位ノードは、固定ノードおよび経路上の中間ノードを除き非表示にする方法である。最初に、前述した第1の方法について説明する。   First, as described above, the intermediate node is not displayed as described above, and is instead displayed with an icon indicating the presence of the intermediate node. As a second method, only intermediate nodes on the route are displayed, and lower nodes in the intermediate node are hidden except for fixed nodes and intermediate nodes on the route. First, the first method described above will be described.

第1の方法は、図3又は図4を用いて既に説明したように、閉じた上位ノードと固定ノードとの間の経路上に存在する中間ノードを示すアイコンを非表示とし、そして表示しない代わりに中間ノードの存在を示すアイコンで表示する。たとえば、上位ノードと固定ノードとを連結する引き出し線の色、太さ、長さ、線種など、線の属性を変更したり、図3(b),(c)、図4(b)で例示したように引き出し線上に中間ノードの表示を省略していることを示すアイコンを表示したりする。あるいは、中間ノードが表示されるはずの位置周辺に中間ノードの存在を示す記号、文字等を表示したりする。このように、中間ノードの表示形態を他のノードと異ならせることによって固定ノードが閉指示対象ノードの直下に存在するのではないことを示すことができる。なお、前述した線、アイコン、あるいは文字等、上位ノードが閉じられたときに中間ノードが表示されるべき位置若しくはその位置周辺に中間ノードの存在を示す情報を総称して中間ノード情報と称することにする。   In the first method, as already described with reference to FIG. 3 or FIG. 4, the icon indicating the intermediate node existing on the route between the closed upper node and the fixed node is hidden and not displayed. Is displayed with an icon indicating the presence of an intermediate node. For example, the line attributes such as the color, thickness, length, and line type of the leader line connecting the upper node and the fixed node can be changed, or the lines shown in FIGS. 3B, 3C, and 4B can be used. As illustrated, an icon indicating that the display of the intermediate node is omitted is displayed on the lead line. Alternatively, a symbol, character, or the like indicating the presence of the intermediate node is displayed around the position where the intermediate node should be displayed. In this way, it is possible to indicate that the fixed node does not exist immediately below the close instruction target node by making the display form of the intermediate node different from other nodes. Information indicating the presence of an intermediate node at or near the position where the intermediate node should be displayed when the upper node is closed, such as the above-described line, icon, or character, is collectively referred to as intermediate node information. To.

この第1の方法を利用することによって、固定ノードの表示ツリー上における位置(階層の深さ等)がわかりづらくなるが、表示ツリーを非常に小さくできるという利点がある。   By using this first method, it becomes difficult to understand the position (hierarchy depth, etc.) of the fixed node on the display tree, but there is an advantage that the display tree can be made very small.

第2の方法は、経路上の中間ノードを表示する方法である。この第2の方法だと、目的部分までの経路を表示ツリーから容易に識別することができる。中間ノードも固定ノード以外に下位ノードを持つ場合があるが、この方法では、固定ノード以外の下位ノードを表示しない。この表示例を図5(a)に示す。   The second method is a method of displaying intermediate nodes on the route. According to the second method, the route to the target portion can be easily identified from the display tree. The intermediate node may also have a lower node other than the fixed node, but this method does not display lower nodes other than the fixed node. An example of this display is shown in FIG.

但し、中間ノードをこのように表示すると下位ノードをちょうど1つしか持たない通常のノードと区別しにくくなる。図5に示した中間ノード53は、図5(b)に示したように固定ノード52を下位ノードに持つ子ノード54以外にも子ノード55を持つが、図5(a)に示したように中間ノード53における下位ノードを非表示とするこの方法では、中間ノード53が持つ子ノードの数が単一(つまり、子ノード54のみ)か複数(子ノード54,55)かがわかりにくく誤解を招きやすいため、中間ノードの扱いに関して注意が必要である。   However, displaying the intermediate node in this way makes it difficult to distinguish it from a normal node having only one subordinate node. The intermediate node 53 shown in FIG. 5 has a child node 55 in addition to the child node 54 having the fixed node 52 as a lower node as shown in FIG. 5B, but as shown in FIG. 5A. In this method of hiding the lower nodes in the intermediate node 53, it is difficult to understand whether the number of child nodes of the intermediate node 53 is single (that is, only the child node 54) or plural (child nodes 54, 55). Therefore, care must be taken regarding the handling of intermediate nodes.

また、ノード操作に対しても混乱を招きやすいので工夫が必要になる。例えば、通常の場合と同様に、閉じた中間ノードに対して「開く」操作を、開いた中間ノードに対しては「閉じる」操作を実行できるようにしてもよいように考えられる。中間ノードは、少なくとも1つの子ノードを持つので、これを非表示とするためにも閉じる操作を可能とすることが望ましいからである。しかしながら、中間ノードが下位階層に固定ノードを持つ子ノードのみを持つ場合、この中間ノードに対して閉じる操作を実行しても、固定ノードの表示は維持されるため、表示内容は全く変わらないので違和感がある。また、複数の子ノードを持つ中間ノードに対して開く操作を実行した場合、その中間ノードよりも上位のノードが閉じた状態であるため固定ノードを持つ経路以外の下位ノードを非表示のままとするので、固定ノードが設定され表示されている状態から表示内容は全く変わらない。つまり、操作者からしてみれば、開操作対象のノードが単一の子ノードしか持っていないように把握してしまう。このような不整合の状態が発生するため、この場合も違和感がある。従って、中間ノードに対して「開く」操作や「閉じる」操作を行ったとき、誤解を招かないような工夫が必要になる。   Moreover, it is easy to cause confusion with respect to node operations, and thus a device is required. For example, as in the normal case, it may be possible to perform an “open” operation on a closed intermediate node and a “close” operation on an open intermediate node. This is because the intermediate node has at least one child node, and it is desirable to be able to perform a closing operation in order to hide the intermediate node. However, if the intermediate node has only child nodes that have a fixed node in the lower hierarchy, even if a close operation is performed on this intermediate node, the display of the fixed node is maintained, so the display content does not change at all. There is a sense of discomfort. Also, when an open operation is performed on an intermediate node that has multiple child nodes, the nodes above the intermediate node are closed, so the lower nodes other than the route with the fixed node remain hidden. Therefore, the display content does not change at all from the state where the fixed node is set and displayed. That is, from the viewpoint of the operator, it is understood that the node to be opened has only a single child node. Since such an inconsistent state occurs, there is also a sense of incongruity in this case. Therefore, when an “open” operation or a “close” operation is performed on an intermediate node, it is necessary to devise a technique that does not cause misunderstanding.

簡単な工夫としては、中間ノードに対して、直接「開く」「閉じる」操作をできないようにすることである。これは、上位のノードを閉じている以上、その下位ノードは(固定ノードを除いて)本来は非表示であるので、操作の対象外とすべきであるという考えに基づく。これにより、固定ノードの意味が、表示でも操作対象としても固定されるという意味で明確になり、整合性もよく、誤解を招かなくなる。さらに、例えば淡く表示するなど中間ノードの表示形態を他と異ならせるよう工夫すれば、判別が容易になる。   A simple idea is to prevent direct “open” and “close” operations for intermediate nodes. This is based on the idea that, as long as the upper nodes are closed, the lower nodes are not displayed (except for fixed nodes) and therefore should not be operated. As a result, the meaning of the fixed node is clarified in the sense that it is fixed as an object to be displayed or operated, the consistency is good, and no misunderstanding is caused. Further, if the display form of the intermediate node is made different from others, for example, it is displayed lightly, the discrimination becomes easy.

但し、この場合は、操作性が犠牲になる。中間ノードを開きたい場合は、閉じた上位ノードを一旦開いて、開操作可能な状態に戻さなければならない。本来なら、上位ノードを閉じているのであるから、当然ではあるのだが、目に見えているのに直接操作できないというのは、何となく違和感があり操作しづらい印象を与えかねない。   However, in this case, operability is sacrificed. In order to open an intermediate node, the closed upper node must be opened once and returned to a state where it can be opened. Naturally, since the upper node is closed, it is natural that it cannot be directly operated even though it is visible, which may give the impression that it is somewhat uncomfortable and difficult to operate.

そこで、さらなる工夫として、中間ノードでも開く操作を可能にし、かつ、不整合が起きないようにするために、中間ノードを開く前に、中間ノードをピンで固定して固定ノードに変更する。この表示例を図5(b)に示す。これにより、整合性を保つことができる。特に、ダブルクリックなど「開く」操作にあたるユーザ操作を、中間ノードに対しては固定化したあとに開く処理に割り当てれば、操作上の違和感はほとんどなくなる。   Therefore, as a further contrivance, before the intermediate node is opened, the intermediate node is fixed with a pin and changed to a fixed node so that the operation can be opened even at the intermediate node and inconsistency does not occur. An example of this display is shown in FIG. Thereby, consistency can be maintained. In particular, if a user operation corresponding to an “open” operation such as a double click is assigned to an open process after fixing an intermediate node, there is almost no sense of incongruity in operation.

中間ノードを表示すると、固定ノードの表示ツリー上における位置が明確に認識できる利点がある。また、中間ノードへの操作も可能である。しかし、中間ノードを表示する分の表示領域が必要で、固定ノードが深い階層に存在するときは、ツリー表示に必要な表示領域が増えてしまう問題がある。そこで、中間ノードの表示方法のバリエーションとして、例えば、引き出し線上に中間ノードを表す小さいアイコンを、中間ノードの数だけ並べて表示する。この方法であれば、固定ノードの位置を明確に認識可能にしつつ、ツリーが必要とする表示領域を小さく抑えることができる。   Displaying the intermediate node has an advantage that the position of the fixed node on the display tree can be clearly recognized. In addition, operations on intermediate nodes are possible. However, there is a problem that a display area for displaying intermediate nodes is necessary, and when fixed nodes exist in a deep hierarchy, the display area necessary for tree display increases. Therefore, as a variation of the display method of the intermediate nodes, for example, small icons representing the intermediate nodes are displayed side by side as many as the number of intermediate nodes on the leader line. With this method, the display area required by the tree can be kept small while making it possible to clearly recognize the position of the fixed node.

本実施の形態のツリー構造表示方法に関する基本的な考え方については、以上説明した通りであるが、続いて、本実施の形態のツリー構造表示の具体的な処理内容について図6以降の表示例を用いながら説明する。   The basic concept regarding the tree structure display method of the present embodiment is as described above. Subsequently, the display examples of FIG. 6 and subsequent figures are shown for specific processing contents of the tree structure display of the present embodiment. It will be explained while using.

図6は、ファイル管理システムにおけるディレクトリ構造をツリー表示したときの例を示した図である。ここでは、一例としてマイクロソフト社のWindows(登録商標)におけるエクスプローラをモデルケースにしている。この図6は、階層構造の最上位階層に位置するノード(ここでは「デスクトップ」)を実際のルートノードとして表示する通常のツリー表示である。以下の説明では、このツリー構造の中から「木構造の表示方法」フォルダ以下を固定表示対象の目的部分61とする。なお、以下の説明において「フォルダ」と「ノード」とは同義である。   FIG. 6 is a diagram showing an example when the directory structure in the file management system is displayed as a tree. Here, as an example, Windows Explorer (registered trademark) of Microsoft Corporation is used as a model case. FIG. 6 shows a normal tree display in which a node (here “desktop”) located in the highest hierarchy of the hierarchical structure is displayed as an actual root node. In the following description, a portion below the “tree structure display method” folder in the tree structure is a target portion 61 to be fixedly displayed. In the following description, “folder” and “node” are synonymous.

最初に、固定ノードの設定処理について説明する。図7は、図6に示したツリー表示から「木構造の表示方法」フォルダ62部分を抽出した図であるが、図7(a)に示したように、ユーザが固定ノード設定対象となる「木構造の表示方法」フォルダ62を、例えば右クリックなどしてポップアップメニュー63を表示させ、更にそのメニューの中から「ツリー操作」のポップアップメニュー64を表示させる。そして、ユーザは、ツリー操作のメニューの中から「固定化」を選択することで固定化の指示、すなわち「木構造の表示方法」フォルダの固定ノードとしての設定指示を出す。なお、この時点では、「木構造の表示方法」フォルダは、固定ノードでも中間ノードでもないので、ポップアップメニュー64における「固定化解除」及び「中間ノード非表示」は選択できない。また、各文字列を薄い色で表示するなどして選択できないことをユーザに認識させる。なお、図7では、便宜的にマウスカーソルを省略している。   First, fixed node setting processing will be described. FIG. 7 is a diagram in which the “tree structure display method” folder 62 portion is extracted from the tree display shown in FIG. 6, but as shown in FIG. The tree structure display method "folder 62 is displayed by, for example, right-clicking to display a pop-up menu 63, and from the menu, a" tree operation "pop-up menu 64 is displayed. Then, the user issues a setting instruction as a fixed node of the “tree structure display method” folder by selecting “fixing” from the tree operation menu. At this time, since the “tree structure display method” folder is neither a fixed node nor an intermediate node, “unfix” and “intermediate node non-display” in the pop-up menu 64 cannot be selected. In addition, the user is made aware that each character string cannot be selected by displaying it in a light color. In FIG. 7, the mouse cursor is omitted for convenience.

固定ノード設定処理部23は、以上のユーザ操作による固定ノード設定指示を受け付けると、ノード情報記憶部25で記憶された「木構造の表示方法」フォルダ62の属性情報に固定ノードの旨の情報を設定、更新する。表示処理部24は、固定ノード設定処理部23による固定ノードの設定に応じて図7(b)に示したように「木構造の表示方法」フォルダ62を、ピン止めされたフォルダアイコンのイメージで表示する。このようにして、本実施の形態では、「木構造の表示方法」フォルダ62を固定ノードとして設定し、また表示する。なお、固定ノード化された「木構造の表示方法」フォルダ62は、通常のフォルダと同じように、開いたり、閉じたりすることができる。   When the fixed node setting processing unit 23 receives the above-described fixed node setting instruction by the user operation, the information indicating the fixed node is added to the attribute information of the “tree structure display method” folder 62 stored in the node information storage unit 25. Set and update. The display processing unit 24 displays the “tree structure display method” folder 62 in the image of the pinned folder icon as shown in FIG. 7B according to the setting of the fixed node by the fixed node setting processing unit 23. indicate. In this way, in the present embodiment, the “tree structure display method” folder 62 is set as a fixed node and displayed. Note that the “tree structure display method” folder 62 formed into a fixed node can be opened and closed in the same manner as a normal folder.

また、固定ノードの設定を解除したい場合、ユーザは、固定ノードの設定と同様にポップアップメニュー64を表示させ、ツリー操作のメニューの中から「固定化解除」を選択することで固定ノードの設定解除指示を出す。なお、固定ノードに対応したポップアップメニュー64には「固定化解除」のみが選択可能に表示される。固定ノード設定処理部23は、以上のユーザ操作による固定ノード設定解除指示を受け付けると、ノード情報記憶部25で記憶された「木構造の表示方法」フォルダ62の属性情報に設定された固定ノードの設定を解除、更新する。この結果、「木構造の表示方法」フォルダ62は、ピン止めされていない通常の表示形態に戻る。   If the user wants to cancel the setting of the fixed node, the user displays the pop-up menu 64 in the same manner as the setting of the fixed node, and cancels the setting of the fixed node by selecting “unfix” from the tree operation menu. Give instructions. Note that only “cancel fixation” is displayed in a pop-up menu 64 corresponding to the fixed node. When the fixed node setting processing unit 23 receives the fixed node setting release instruction by the above user operation, the fixed node setting processing unit 23 sets the fixed node set in the attribute information of the “tree structure display method” folder 62 stored in the node information storage unit 25. Cancel or update the setting. As a result, the “tree structure display method” folder 62 returns to a normal display mode that is not pinned.

前述した固定ノード設定処理により固定ノードが設定された後、上位ノードである開状態の「デスクトップ」を閉状態にするときの処理について説明する。図8aは、「木構造の表示方法」フォルダ62が固定ノード化された直後のツリー表示の例であるが、ユーザは、この表示状態において「デスクトップ」アイコン65をマウスクリックして閉状態への表示切替指示を出す。表示状態設定処理部22は、このユーザ操作に応じて「デスクトップ」アイコン65以下の各ノードを表示しない閉状態に表示状態を切り替えるが、このときノード情報記憶部25を検索することによって非表示対象となる下位ノードに固定ノードが含まれているかどうかを確認する。固定ノードが存在しなければ、従来と同様に下位ノードを非表示と設定することになるが、固定ノードが存在した場合、そのノード、この例で言えば「木構造の表示方法」フォルダ62及びその下位ノードを表示状態のまま維持する。これにより、表示処理部24は、図8bに示したように固定化した「木構造の表示方法」フォルダ62以下の固定表示対象の目的部分61を表示する。そして、表示処理部24は、「デスクトップ」アイコン65から固定化した「木構造の表示方法」フォルダ62までの経路上にある中間ノードのアイコンを非表示とするが、その代わりに、中間ノードを省略していることを示すアイコン66を引き出し線上に表示する。   After a fixed node is set by the above-described fixed node setting process, a process for closing an open “desktop” that is an upper node will be described. FIG. 8a is an example of a tree display immediately after the “tree structure display method” folder 62 is made into a fixed node. In this display state, the user clicks the “desktop” icon 65 with a mouse to change to the closed state. A display switching instruction is issued. The display state setting processing unit 22 switches the display state to a closed state in which each node below the “desktop” icon 65 is not displayed in response to this user operation. At this time, the display state setting processing unit 22 searches the node information storage unit 25 to display the non-display target. Check whether the fixed node is included in the lower node. If there is no fixed node, the lower node is set to be hidden as in the conventional case. However, if there is a fixed node, the node, in this example, the “tree structure display method” folder 62 and The lower node is maintained in the display state. As a result, the display processing unit 24 displays the target portion 61 to be fixedly displayed under the “tree structure display method” folder 62 fixed as shown in FIG. 8B. The display processing unit 24 hides the intermediate node icon on the path from the “desktop” icon 65 to the fixed “tree structure display method” folder 62, but instead displays the intermediate node icon. An icon 66 indicating omission is displayed on the lead line.

ここで、ユーザがこの中間ノード省略アイコン66をクリックすると、省略していた中間ノードを展開表示することができる。その展開表示したときの表示例を図8cに示す。この中間ノード省略アイコン66へのクリック操作は、前述したように中間ノードを非表示とする第1の方法から特別なアイコンにて表示する第2の方法への表示形態切替指示に相当する。   Here, when the user clicks the intermediate node omission icon 66, the omitted intermediate node can be expanded and displayed. FIG. 8c shows a display example when the display is expanded. The click operation on the intermediate node omission icon 66 corresponds to a display mode switching instruction from the first method for hiding the intermediate node to the second method for displaying with a special icon as described above.

表示形態切替指示が入力されると、表示処理部24は、図8cに示したように表示形態切替指示に応じて「デスクトップ」フォルダ65から、固定化された「木構造の表示方法」フォルダ62までの経路上にある中間ノードを展開表示する。しかし、各中間ノードの「木構造の表示方法」フォルダ62経路以外の下位ノードは、表示しない。なお、経路上の中間ノードは、通常のフォルダと区別するため、シェードがかかったうすい色の特別なアイコンで表現するなど表示形態を他のアイコンと異ならせる。   When the display form switching instruction is input, the display processing unit 24, as shown in FIG. 8C, from the “desktop” folder 65 according to the display form switching instruction, the fixed “tree structure display method” folder 62. Expand and display intermediate nodes on the route to However, lower nodes other than the “tree structure display method” folder 62 path of each intermediate node are not displayed. In addition, in order to distinguish the intermediate node on the route from a normal folder, the display form is made different from other icons, for example, it is expressed by a light blue special icon shaded.

また、経路上の中間ノードに対しては、通常のフォルダとは異なり、「開く」や「閉じる」といった操作を行うことはできない。つまり、ユーザ操作受付処理部21は、このような中間ノードに対する操作指示を受け付けない。但し、「固定化」や「中間ノード非表示」といった操作を行うことができる。   Also, unlike an ordinary folder, operations such as “open” and “close” cannot be performed on intermediate nodes on the route. That is, the user operation reception processing unit 21 does not receive an operation instruction for such an intermediate node. However, operations such as “fix” and “intermediate node non-display” can be performed.

図9は、図8cに示したツリー表示から中間ノードの一つである「出願」フォルダ67部分を抽出した図であるが、図9に示したように、ユーザが固定ノード設定対象となる「出願」フォルダ67を、例えば右クリックなどしてポップアップメニュー63を表示させ、更にそのメニューの中から「ツリー操作」のポップアップメニュー64を表示させる。そして、ユーザは、ツリー操作のメニューの中から「固定化」を選択することで固定化の指示、すなわち「出願」フォルダ67の固定ノードとしての設定指示を出す。なお、このユーザ操作に応じて「出願」フォルダ67を固定ノード化する処理は、図7を用いてすでに説明しているので、説明を省略する。「出願」フォルダ67を固定ノードと設定したときの表示例を図10に示す。   FIG. 9 is a diagram in which the “application” folder 67 portion, which is one of the intermediate nodes, is extracted from the tree display illustrated in FIG. 8C. As illustrated in FIG. A pop-up menu 63 is displayed by right-clicking the “application” folder 67, for example, and a “tree operation” pop-up menu 64 is displayed from the menu. The user then issues a fixing instruction by selecting “fixed” from the tree operation menu, that is, an instruction to set the “application” folder 67 as a fixed node. Note that the process of converting the “application” folder 67 into a fixed node according to the user operation has already been described with reference to FIG. FIG. 10 shows a display example when the “application” folder 67 is set as a fixed node.

ところで、図8cのように中間ノード省略アイコンにて展開表示された中間ノードを、図8bのように表示形態を非表示に切り替えたい場合、ユーザは、表示された中間ノードのいずれかを右クリックして図9に示したようにポップアップメニュー64を表示させ、その中から「中間ノード非表示」を選択する。これにより、表示処理部24は、ユーザによる「中間ノード非表示」指示に応じてツリー表示形態を図8bに切り替える。   By the way, when the intermediate node expanded and displayed with the intermediate node omission icon as shown in FIG. 8c is to be switched to non-display as shown in FIG. 8b, the user right-clicks one of the displayed intermediate nodes. Then, the pop-up menu 64 is displayed as shown in FIG. 9, and “intermediate node non-display” is selected from the pop-up menu 64. As a result, the display processing unit 24 switches the tree display form to FIG. 8b in response to the “intermediate node non-display” instruction from the user.

本実施の形態によれば、目的箇所である部分ツリーの起点であるノードを固定ノードとして設定し、その後は必要に応じてノードアイコンをクリックするという簡単な操作で、固定ノード以下のノードの表示を維持し、それ以外のノードを非表示とすることができる。特に、最もコンパクトな表示ツリーにする場合は、ルートノードだけを閉じさえすればよいので効果的である。また、本実施の形態は、簡便な処理で構成できるため、本実施の形態を実現するコンピュータに高い能力を要求したり、高いコストがかかる処理を必要としたりしない。このため、広い範囲で利用しやすい。   According to the present embodiment, the node that is the starting point of the partial tree that is the target location is set as a fixed node, and then the node below the fixed node is displayed by a simple operation of clicking the node icon as necessary. And other nodes can be hidden. In particular, the most compact display tree is effective because only the root node needs to be closed. In addition, since this embodiment can be configured with simple processing, it does not require a high capability for a computer that realizes this embodiment, and does not require high-cost processing. For this reason, it is easy to use in a wide range.

なお、上記例では、中間ノードに対する「開く」や「閉じる」といった操作を禁止し、ポップアップメニューを利用して固定ノードに設定してから通常のフォルダと同様に中間ノードに対する「開く」や「閉じる」といった操作を受付可能にした。しかし、中間ノードに対する固定ノードへの設定を「開く」や「閉じる」といった操作を実施するための事前操作と考えれば、中間ノードに対する「開く」や「閉じる」といった操作を禁止せずに、例えば「開く」操作がされた場合には、中間ノードに対して「固定化」を自動的に行った上で「開く」処理を行うようにユーザへの便宜を図るようにしてもよい。このようにすれば、操作性、アクセス性を低下させずにすむ。   In the above example, operations such as “open” and “close” on the intermediate node are prohibited, and after setting the fixed node using the pop-up menu, “open” and “close” on the intermediate node in the same way as a normal folder. Can be accepted. However, if the setting to the fixed node for the intermediate node is considered as a pre-operation for performing an operation such as “open” or “close”, the operation such as “open” or “close” for the intermediate node is not prohibited. When the “open” operation is performed, the user may be made to perform “open” processing after automatically performing “fixing” on the intermediate node. In this way, operability and accessibility can be avoided.

本実施の形態では、図8c等に示したように中間ノードを表示する場合には、通常のノードと同じ形状、大きさのアイコンを薄い色で表示するようにしたが、中間ノードの表示形態としては、これに限定する必要はない。例えば、ノードの大きさを小型化してミニアイコンを形成し、引き出し線上に並べて表示する。この場合、文字の表示スペースがないためフォルダ名の表示を省略する。もちろん、マウスカーソルをミニアイコン上に動かすことによりフォルダ名がチップ表示されるようにしてもよい。これにより、目的部分61でない中間ノードの表示領域を削減することができる。また、アイコンの形状以外にも引き出し線の太さや色等で中間ノードの存在を示すようにしてもよい。   In this embodiment, when an intermediate node is displayed as shown in FIG. 8c and the like, an icon having the same shape and size as a normal node is displayed in a light color. However, it is not necessary to limit to this. For example, the size of the node is reduced to form a mini icon and displayed side by side on the leader line. In this case, the folder name display is omitted because there is no space for displaying characters. Of course, the folder name may be displayed as a chip by moving the mouse cursor over the mini icon. Thereby, the display area of the intermediate node that is not the target portion 61 can be reduced. In addition to the shape of the icon, the presence of the intermediate node may be indicated by the thickness or color of the leader line.

本実施の形態では、以上説明したように各フォルダへの設定状態によって各フォルダアイコンの表示形態を変化させるようにした。例えば、中間ノードであれば、通常のアイコンに対して色を淡くするシェード処理などを加えるなどして表示形態を異ならせた。また、固定したノードのアイコンは、通常のフォルダを示すアイコンと、ピン形状のピンアイコンとのイメージを合成することによって作成するようにした。固定ノードアイコンの作成の場合、固定化する対象は、通常のフォルダ以外にフォルダへのショートカットや共有フォルダといったような別のアイコンを使用するノードであってもよいので、それぞれのアイコンに対して「固定化した」アイコンをピンアイコンとの合成によって得ることができるようにした。本実施の形態によれば、各ノードを示すアイコンの表示形態を、固定ノード、中間ノード、あるいは通常のノード等各ノードの状態によって異ならせるようにしたので、各ノードの設定状態を一目瞭然に把握することができる。   In this embodiment, as described above, the display form of each folder icon is changed according to the setting state for each folder. For example, in the case of an intermediate node, the display form is made different by adding a shade process to lighten a color to a normal icon. In addition, the icon of the fixed node is created by combining images of an icon indicating a normal folder and a pin-shaped pin icon. When creating a fixed node icon, the target to be fixed may be a node that uses another icon such as a shortcut to a folder or a shared folder in addition to a normal folder. The "fixed" icon can be obtained by compositing with the pin icon. According to the present embodiment, the display form of the icon indicating each node is changed depending on the state of each node such as a fixed node, an intermediate node, or a normal node, so that the setting state of each node can be grasped at a glance. can do.

なお、本発明は、ノードを開いたり閉じたりする、ツリー表示の一般的な方法の上に実現するものであり、同じようにノードを開いたり閉じたりすることができるものであれば、他の技術と組み合わせることが容易にできる。   Note that the present invention is implemented on a general tree display method for opening and closing a node, and any other method can be used as long as the node can be opened and closed in the same manner. Can be easily combined with technology.

本発明に係るツリー構造表示装置に相当するコンピュータのハードウェア構成図である。It is a hardware block diagram of the computer corresponded to the tree structure display apparatus which concerns on this invention. 本実施の形態におけるコンピュータ1の機能ブロック構成図である。It is a functional block block diagram of the computer 1 in this Embodiment. 本実施の形態におけるツリー構造表示方法の基本的な考え方を説明するために用いるツリー構造の例を示した図である。It is the figure which showed the example of the tree structure used in order to demonstrate the basic idea of the tree structure display method in this Embodiment. 本実施の形態において複数の固定ノードを設定した場合のツリー構造の例を示した図である。It is the figure which showed the example of the tree structure at the time of setting a some fixed node in this Embodiment. 本実施の形態において中間ノードを表示するときのツリー構造の例を示した図である。It is the figure which showed the example of the tree structure when displaying an intermediate node in this Embodiment. 本実施の形態のファイル管理システムにおけるディレクトリ構造を通常通りにツリー表示したときの例を示した図である。It is the figure which showed the example when displaying the directory structure in the file management system of this Embodiment as a tree as usual. 本実施の形態における固定ノード設定時においてユーザ操作に応じて画面表示されたポップアップメニューの例を示した図である。It is the figure which showed the example of the pop-up menu displayed on the screen according to user operation at the time of fixed node setting in this Embodiment. 本実施の形態において固定ノードが設定されたときのツリー構造の表示例を示した図である。It is the figure which showed the example of a tree structure display when a fixed node is set in this Embodiment. 本実施の形態において固定ノードが設定されたときのツリー構造の表示例を示した図である。It is the figure which showed the example of a tree structure display when a fixed node is set in this Embodiment. 本実施の形態において固定ノードが設定されたときのツリー構造の表示例を示した図である。It is the figure which showed the example of a tree structure display when a fixed node is set in this Embodiment. 本実施の形態における中間ノードの表示切替時においてユーザ操作に応じて画面表示されたポップアップメニューの例を示した図である。It is the figure which showed the example of the pop-up menu displayed on the screen according to user operation at the time of the display switch of the intermediate node in this Embodiment. 本実施の形態において中間ノードを固定ノードと設定したときの表示例を示した図である。It is the figure which showed the example of a display when an intermediate node is set as a fixed node in this Embodiment. 従来のツリー表示の例を示した図である。It is the figure which showed the example of the conventional tree display.

符号の説明Explanation of symbols

1 コンピュータ、2 CPU、4 ROM、6 RAM、8 ハードディスクドライブ(HDD)、10 HDDコントローラ、12 マウス、14 キーボード、16 ディスプレイ、18 入出力コントローラ、20 内部バス、21 ユーザ操作受付処理部、22 表示状態設定処理部、23 固定ノード設定処理部、24 表示処理部、25 ノード情報記憶部。   1 Computer, 2 CPU, 4 ROM, 6 RAM, 8 Hard disk drive (HDD), 10 HDD controller, 12 Mouse, 14 Keyboard, 16 Display, 18 Input / output controller, 20 Internal bus, 21 User operation reception processing unit, 22 Display State setting processing unit, 23 Fixed node setting processing unit, 24 Display processing unit, 25 Node information storage unit.

Claims (10)

階層関係にある要素の集合をツリー構造で画面表示する機能を有するコンピュータを、
画面表示されているツリー上の指定されたノードの階層下に存在する下位ノードを、表示切替指示に応じて画面表示されているときには非表示に、画面表示されていないときには表示に、それぞれ表示状態の設定を切り替える表示状態設定処理手段、
画面表示されているツリー上のノードの中から選択されたノードを、前記表示状態設定処理手段により非表示への切替対象の下位ノードに該当する場合でも、階層関係にある要素の集合の中から常に画面表示させる固定ノードとして設定する固定ノード設定処理手段、
前記表示状態設定処理手段におけるノードの表示又は非表示の状態設定及び前記固定ノード設定処理手段における固定ノードの設定に従い、階層関係にある要素の集合をツリー構造で画面表示する表示処理手段、
として機能させ
前記表示処理手段は、下位ノードが表示された開状態のノードを表示しない閉状態に切り替える表示切替指示が入力された場合においてその表示切替対象のノードの階層下に固定ノードが存在する場合、表示切替対象のノードと固定ノードの間に位置する中間ノードに対しては閉状態に切り替える一方、その存在する固定ノード及び当該固定ノードの階層下に存在する下位ノードに対しては開状態のまま維持することを特徴とするツリー構造表示プログラム。
A computer having a function of displaying a set of elements in a hierarchical relationship on a screen in a tree structure,
The display status of the subordinate nodes existing below the specified node on the tree displayed on the screen is hidden when the screen is displayed according to the display switching instruction, and is displayed when the screen is not displayed. Display state setting processing means for switching the setting of
Even if a node selected from the nodes on the tree displayed on the screen corresponds to a lower node to be switched to non-display by the display state setting processing means , it is selected from a set of elements having a hierarchical relationship. Fixed node setting processing means to set as a fixed node that is always displayed on the screen,
Display processing means for displaying a set of hierarchically related elements in a tree structure according to the display or non-display state setting of the node in the display state setting processing means and the setting of the fixed node in the fixed node setting processing means,
To function as,
When the display switching instruction for switching to a closed state in which an open state node in which a lower node is displayed is not displayed is input, if the fixed node exists under the hierarchy of the display switching target node, the display processing unit displays The intermediate node located between the node to be switched and the fixed node is switched to the closed state, while the fixed node existing and the lower nodes existing below the fixed node are kept open. A tree structure display program characterized by:
請求項1記載のツリー構造表示プログラムにおいて、
前記表示処理手段は、固定ノード若しくは固定ノードの表示位置周辺を、他のノードの表示形態と異ならせることによって固定ノードを識別可能に表示するツリー構造表示プログラム。
In the tree structure display program according to claim 1,
The display processing means is a tree structure display program for displaying a fixed node in an identifiable manner by making the periphery of the fixed node or the display position of the fixed node different from the display form of other nodes.
請求項1記載のツリー構造表示プログラムにおいて、
前記表示処理手段は、下位ノードが表示された開状態のノードを表示しない閉状態に切り替える表示切替指示が入力された場合においてその表示切替対象のノードの階層下に固定ノードが存在する場合、表示切替対象のノード、固定ノード及びその表示切替対象のノードと固定ノードとの間に位置する1または複数の中間ノードを表示し、それ以外のノードを非表示とするツリー構造を表示するツリー構造表示プログラム。
In the tree structure display program according to claim 1,
When the display switching instruction for switching to a closed state in which an open state node in which a lower node is displayed is not displayed is input, if the fixed node exists under the hierarchy of the display switching target node, the display processing unit displays Tree structure display that displays a node structure to be switched, a fixed node, and one or a plurality of intermediate nodes located between the node to be switched and the fixed node, and a tree structure that hides other nodes program.
請求項3記載のツリー構造表示プログラムにおいて、
前記表示処理手段は、中間ノードの表示形態を他のノードと異ならせることによって中間ノードを識別可能に画面表示するツリー構造表示プログラム。
In the tree structure display program according to claim 3,
The display processing means is a tree structure display program for displaying an intermediate node on a screen so that the intermediate node can be identified by making the display form of the intermediate node different from other nodes.
請求項4記載のツリー構造表示プログラムにおいて、
前記表示処理手段は、各中間ノードを示すアイコンを小型化して画面表示するツリー構造表示プログラム。
In the tree structure display program according to claim 4,
The display processing means is a tree structure display program for miniaturizing an icon indicating each intermediate node and displaying it on the screen.
請求項3記載のツリー構造表示プログラムにおいて、
前記表示処理手段は、中間ノードを示すアイコンを非表示とすると共に、中間ノードが表示されるべき位置若しくはその位置周辺に中間ノードの存在を示す中間ノード情報を画面表示するツリー構造表示プログラム。
In the tree structure display program according to claim 3,
The display processing means is a tree structure display program that hides an icon indicating an intermediate node and displays on the screen intermediate node information indicating the presence of the intermediate node at or near the position where the intermediate node is to be displayed.
請求項1記載のツリー構造表示プログラムにおいて、
前記固定ノード設定処理手段は、固定ノードとして設定されたノードの、固定ノードとしての設定を解除する機能を有するツリー構造表示プログラム。
In the tree structure display program according to claim 1,
The fixed node setting processing means is a tree structure display program having a function of canceling the setting of a fixed node as a fixed node.
請求項1記載のツリー構造表示プログラムにおいて、コンピュータを更に、
表示ツリー上の中間ノードに対するユーザ操作の全て若しくは一部を拒否するユーザ操作受付処理手段として機能させるツリー構造表示プログラム。
The tree structure display program according to claim 1, further comprising: a computer;
A tree structure display program that functions as user operation reception processing means for rejecting all or part of user operations on an intermediate node on a display tree.
階層関係にある要素の集合をツリー構造で画面表示する機能を有するツリー構造表示装置において、
画面表示されているツリー上の指定されたノードの階層下に存在する下位ノードを、表示切替指示に応じて画面表示されているときには非表示に、画面表示されていないときには表示に、それぞれ表示状態の設定を切り替える表示状態設定処理手段と、
画面表示されているツリー上のノードの中から選択されたノードを、前記表示状態設定処理手段により非表示への切替対象の下位ノードに該当する場合でも、階層関係にある要素の集合の中から常に画面表示させる固定ノードとして設定する固定ノード設定処理手段と、
前記表示状態設定処理手段におけるノードの表示又は非表示の状態設定及び前記固定ノード設定処理手段における固定ノードの設定に従い、階層関係にある要素の集合をツリー構造で画面表示する表示処理手段と、
を有し、
前記表示処理手段は、下位ノードが表示された開状態のノードを表示しない閉状態に切り替える表示切替指示が入力された場合においてその表示切替対象のノードの階層下に固定ノードが存在する場合、表示切替対象のノードと固定ノードの間に位置する中間ノードに対しては閉状態に切り替える一方、その存在する固定ノード及び当該固定ノードの階層下に存在する下位ノードに対しては開状態のまま維持することを特徴とするツリー構造表示装置。
In a tree structure display device having a function of displaying a set of elements in a hierarchical relationship on a screen in a tree structure,
The display status of the subordinate nodes existing below the specified node on the tree displayed on the screen is hidden when the screen is displayed according to the display switching instruction, and is displayed when the screen is not displayed. Display state setting processing means for switching the setting,
Even if a node selected from the nodes on the tree displayed on the screen corresponds to a lower node to be switched to non-display by the display state setting processing means , it is selected from a set of elements having a hierarchical relationship. Fixed node setting processing means to set as a fixed node to be always displayed on the screen,
Display processing means for displaying a set of elements having a hierarchical relationship in a tree structure according to the display or non-display state setting of the node in the display state setting processing means and the setting of the fixed node in the fixed node setting processing means;
I have a,
When the display switching instruction for switching to a closed state in which an open state node in which a lower node is displayed is not displayed is input, if the fixed node exists under the hierarchy of the display switching target node, the display processing unit displays The intermediate node located between the node to be switched and the fixed node is switched to the closed state, while the fixed node existing and the lower nodes existing below the fixed node are kept open. A tree structure display device characterized by:
階層関係にある要素の集合をツリー構造で画面表示する機能を有するコンピュータにより実施され、
画面表示されているツリー上のノードの中から選択されたノードを、階層関係にある要素の集合の中から常に画面表示させる固定ノードとして設定する固定ノード設定ステップと、
下位ノードが表示された開状態のノードを表示しない閉状態に切り替える表示切替指示が入力された場合においてその表示切替対象のノードの階層下に固定ノードが存在する場合、表示切替対象のノードと固定ノードの間に位置する中間ノードに対しては閉状態に切り替える一方、その存在する固定ノード及び当該固定ノードの階層下に存在する下位ノードに対しては開状態のまま維持するステップと、
を含ことを特徴とするツリー構造表示方法。
Implemented by a computer having a function of displaying a set of elements in a hierarchical relationship on a screen in a tree structure;
A fixed node setting step for setting a node selected from the nodes on the tree displayed on the screen as a fixed node that is always displayed on the screen from a set of elements in a hierarchical relationship;
When a display switching instruction is entered to switch to a closed state in which an open node with a lower node displayed is not displayed, if there is a fixed node under the display switching target node hierarchy, the display switching target node is fixed Switching to a closed state for intermediate nodes located between nodes, while maintaining the existing fixed nodes and lower nodes existing below the fixed node hierarchy in an open state ;
Tree structure display method according to claim including things.
JP2005368886A 2005-12-21 2005-12-21 Tree structure display program, tree structure display method, tree structure display device Expired - Fee Related JP4892959B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005368886A JP4892959B2 (en) 2005-12-21 2005-12-21 Tree structure display program, tree structure display method, tree structure display device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005368886A JP4892959B2 (en) 2005-12-21 2005-12-21 Tree structure display program, tree structure display method, tree structure display device

Publications (2)

Publication Number Publication Date
JP2007172283A JP2007172283A (en) 2007-07-05
JP4892959B2 true JP4892959B2 (en) 2012-03-07

Family

ID=38298767

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005368886A Expired - Fee Related JP4892959B2 (en) 2005-12-21 2005-12-21 Tree structure display program, tree structure display method, tree structure display device

Country Status (1)

Country Link
JP (1) JP4892959B2 (en)

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4936369B2 (en) * 2006-12-25 2012-05-23 キヤノンソフトウェア株式会社 Information processing apparatus, information processing apparatus control method, program, and recording medium
JP5165549B2 (en) * 2008-12-22 2013-03-21 キヤノンItソリューションズ株式会社 Information processing apparatus, information processing method, and program
EP2202628B1 (en) 2008-12-24 2012-09-12 Research In Motion Limited Methods and systems for managing memory and processing resources for the control of a display screen to fix displayed positions of selected items on the display screen
JP2011180803A (en) * 2010-03-01 2011-09-15 Fuji Xerox Co Ltd Information processing apparatus and program
JP5553726B2 (en) * 2010-10-27 2014-07-16 キヤノン株式会社 Information processing apparatus, control method for information processing apparatus, and program
KR102060853B1 (en) * 2016-05-17 2019-12-30 이승철 MACRO/MICRO Intelligent Total Energy Management System and Method
JP6425784B2 (en) * 2017-10-10 2018-11-21 シャープ株式会社 Display device and program
JP7257429B2 (en) * 2021-02-10 2023-04-13 株式会社日立製作所 Auto-execution service operation automation system and display method of auto-execution service

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3760580B2 (en) * 1997-07-25 2006-03-29 富士ゼロックス株式会社 Hierarchical structure display device and hierarchical structure display method
JP2000357172A (en) * 1999-06-17 2000-12-26 Fujitsu Ltd Hierarchy definition file display system
JP3478331B2 (en) * 1999-10-29 2003-12-15 株式会社リコー Structure display method and computer-readable recording medium storing a program for causing a computer to execute the method
JP2002333938A (en) * 2001-05-11 2002-11-22 Hitachi Ltd Node non-display user interface for hierarchical display device

Also Published As

Publication number Publication date
JP2007172283A (en) 2007-07-05

Similar Documents

Publication Publication Date Title
JP4892959B2 (en) Tree structure display program, tree structure display method, tree structure display device
JP4710459B2 (en) Tree structure display program, tree structure display method, tree structure display device
JP4336522B2 (en) Virtual address bar user interface controls
US6025844A (en) Method and system for creating dynamic link views
US6104401A (en) Link filters
JP4590320B2 (en) Information management apparatus, control method therefor, and computer program
US7242413B2 (en) Methods, systems and computer program products for controlling tree diagram graphical user interfaces and/or for partially collapsing tree diagrams
KR101045436B1 (en) Extensible object previewer in a shell browser
KR100972722B1 (en) System and method for managing software applications in a graphical user interface
JP3683775B2 (en) View complex tree structure between multiple windows
JP3849880B2 (en) Computer / human interface system for compound documents
US8635587B2 (en) Automatic restoration of tool configuration while navigating layers of a composition
JPH0685145B2 (en) How to display the position of multiple selected objects
JP2000010698A (en) User interface mechanism for context operation in computer management application
JP2006059359A (en) Improved user interface displaying selectable software function control related to selected object on context
JPH09297675A (en) Customizable device pointer to be used for graphical user interface
JP2006059358A (en) Improved user interface for displaying selectable software function control relevant to selected object
US20090303519A1 (en) Printing controller, gui display method, printer driver, and recording medium
JP2008234457A (en) User interface control program and user interface control method
JP4631567B2 (en) Tree structure display program and tree structure display device
US20100057770A1 (en) System and method of file management, and recording medium storing file management program
JP5167850B2 (en) GUI system, GUI generation method, program, and recording medium
JP4922769B2 (en) Information processing apparatus, information processing method, and information processing program
JP4725501B2 (en) File information display device, file information display program
JP2004220578A (en) Method of representing tree database and its recording medium of same

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20081120

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20110825

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110913

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20111107

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20111122

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20111205

R150 Certificate of patent or registration of utility model

Ref document number: 4892959

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20150106

Year of fee payment: 3

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

LAPS Cancellation because of no payment of annual fees