JP2009110050A - Information processor, information processing system, display control method, display control program, and recording medium - Google Patents

Information processor, information processing system, display control method, display control program, and recording medium Download PDF

Info

Publication number
JP2009110050A
JP2009110050A JP2007278584A JP2007278584A JP2009110050A JP 2009110050 A JP2009110050 A JP 2009110050A JP 2007278584 A JP2007278584 A JP 2007278584A JP 2007278584 A JP2007278584 A JP 2007278584A JP 2009110050 A JP2009110050 A JP 2009110050A
Authority
JP
Japan
Prior art keywords
information
display
configuration information
unit
visual operation
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2007278584A
Other languages
Japanese (ja)
Inventor
Yoshiki Ishibashi
由樹 石橋
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.)
Ricoh Co Ltd
Original Assignee
Ricoh Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP2007278584A priority Critical patent/JP2009110050A/en
Publication of JP2009110050A publication Critical patent/JP2009110050A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To facilitate the update of the GUI of application software. <P>SOLUTION: This information processor for acquiring information through a network is provided with: a display control part 103 for controlling the display of the GUI of a program; a display information conversion part 104 for generating display information of a format recognizable by the display control part 103; and a main control part 101 for acquiring the origin data of the GUI described in XML through a network. The display information conversion part 104 is characterized to generate display information by converting the GUI data. <P>COPYRIGHT: (C)2009,JPO&INPIT

Description

本発明は、情報処理装置、情報処理システム、表示制御方法、表示制御プログラム及び記録媒体に関し、特にアプリケーション・プログラムのGUIの表示制御に関する。   The present invention relates to an information processing apparatus, an information processing system, a display control method, a display control program, and a recording medium, and more particularly to display control of a GUI of an application program.

近年、認証サービスや機器管理サービス及び文書管理サービスを、ネットワークを介して提供する態様が提案されている。このようなサービスの提供に際しては、サービス提供者がサービス提供用のサーバを運用し、サービス利用者は、利用するサービスに対応したアプリケーション・ソフトウェアを情報処理端末にインストールする。そして、サービス利用者がアプリケーション・ソフトウェアを介してネットワークに接続し、サービス提供用のサーバにアクセスすることにより、サービスの利用が可能となる。   In recent years, a mode has been proposed in which an authentication service, a device management service, and a document management service are provided via a network. In providing such a service, the service provider operates a server for providing the service, and the service user installs application software corresponding to the service to be used in the information processing terminal. Then, the service user can use the service by connecting to the network via the application software and accessing the server for providing the service.

上記のサービス利用に際して用いられるアプリケーション・ソフトウェア等、PC(Personal Computer)等の情報処理端末情報で動作するアプリケーション・ソフトウェアは、C言語やC++言語等を用いた開発が行なわれることが一般的である。上記言語により記述されたソースコードをコンパイルすることにより、アプリケーション・ソフトウェアが生成され、ユーザに提供される。このようなアプリケーション・ソフトウェアにおいては、ユーザが操作を行なうGUI(Graphical User Interface)についても、上記と同様に専用の開発ツールでリソースデータが生成され、そのリソースデータをコンパイルすることにより生成される。   Application software that operates on information processing terminal information such as a PC (Personal Computer), such as application software used when using the above services, is generally developed using C language, C ++ language, or the like. . By compiling the source code described in the above language, application software is generated and provided to the user. In such application software, a GUI (Graphical User Interface) operated by a user is also generated by generating resource data with a dedicated development tool and compiling the resource data in the same manner as described above.

ここで、サービス提供用のサーバに機能の変更若しくは追加があった場合、それに対応するため、サービス利用者の端末にインストールされたアプリケーション・ソフトウェアの更新が必要となる。しかしながら、上述したように、アプリケーション・ソフトウェアは、専用の開発環境で開発されることが一般的であり、その機能更新には多くの労力を要する。このような課題に対して、サービス利用者の端末における処理手順が記述されたシナリオをサービス提供者が提供することが提案されている(例えば特許文献1参照)。   Here, when a function is changed or added to the service providing server, it is necessary to update the application software installed in the service user's terminal. However, as described above, application software is generally developed in a dedicated development environment, and updating its functions requires a lot of labor. In response to such a problem, it has been proposed that a service provider provides a scenario describing a processing procedure in a service user's terminal (see, for example, Patent Document 1).

特許文献1においては、認証サービスや機器管理サービスといったサービスがWEBサービスとしてクライアントに提供される場合を想定している。サービスを利用するサービスクライアントは、サービスを提供するサービスサーバ等からサービス利用時におけるクライアントの動作が定義されたシナリオを取得し、取得したシナリオに基づいて処理を実行する。サービスサーバの機能更新等の際には、サービスサーバが提供するシナリオも更新されるため、クライアント端末にインストールされたアプリケーションの更新が不要となる。
特開2006−72910号公報
In Patent Document 1, it is assumed that services such as an authentication service and a device management service are provided to a client as a WEB service. A service client that uses a service acquires a scenario in which the operation of the client when the service is used is defined from a service server that provides the service, and executes processing based on the acquired scenario. When the function of the service server is updated, the scenario provided by the service server is also updated, so that it is not necessary to update the application installed on the client terminal.
JP 2006-72910 A

ここで、アプリケーション・ソフトウェアの開発において重要な工程の一つとして、ユーザが操作情報を入力するためのGUIの開発がある。上述したようなネットワークを介して提供されるサービスにおいて、サービスを提供する側のサーバの仕様が変更された場合、クライアントがサービスを利用するための、アプリケーション・ソフトウェアのGUIも更新する必要がある。例えば、新機能の追加の場合においては、追加された機能を活用するためのGUIが新たに必要となる。   Here, as one of the important steps in the development of application software, there is development of a GUI for a user to input operation information. In the service provided via the network as described above, when the specification of the server that provides the service is changed, it is necessary to update the GUI of the application software for the client to use the service. For example, in the case of adding a new function, a GUI for utilizing the added function is newly required.

特許文献1に開示された技術においては、サービスクライアントにおける動作が定義されたシナリオを取得するにより、サービスサーバの機能更新に対応した処理がサービスクライアントにおいて実行可能となる。しかしながら、サービスクライアントにおけるGUIの表示については何ら言及されていない。   In the technique disclosed in Patent Document 1, a process corresponding to the function update of the service server can be executed in the service client by acquiring a scenario in which the operation in the service client is defined. However, there is no mention of GUI display in the service client.

本発明は、上述した実情を考慮してなされたもので、アプリケーション・ソフトウェアのGUIの更新を容易化することを目的とする。   The present invention has been made in consideration of the above-described circumstances, and an object thereof is to facilitate the update of GUI of application software.

上記の課題を解決するために、請求項1に記載の発明は、ネットワークを介して情報を取得可能な情報処理装置であって、前記情報処理装置において動作するプログラムの状態をユーザに視覚的に通知すると共にユーザが当該プログラムを操作するための操作情報の入力手段を提供する視覚的操作手段の表示を制御する表示制御部と、前記表示制御部が認識可能な形式の表示情報を生成する表示情報生成部と、構造化文書として構成された情報であって前記視覚的操作手段を構成する視覚的操作手段構成情報を取得する構成情報取得部とを有し、前記構成情報取得部は、ネットワークを介して前記視覚的操作手段構成情報を取得し、前記表示情報生成部は、前記取得した視覚的操作手段構成情報に基づいて前記表示情報を生成し、前記表示制御部は、前記生成した表示情報に基づいて前記視覚的操作手段の表示を制御することを特徴とする。   In order to solve the above-described problem, an invention according to claim 1 is an information processing apparatus capable of acquiring information via a network, and visually indicates a state of a program operating in the information processing apparatus to a user. A display control unit for controlling the display of the visual operation means for notifying and providing operation information input means for the user to operate the program, and a display for generating display information in a format recognizable by the display control unit An information generation unit; and a configuration information acquisition unit configured to acquire visual operation unit configuration information that is information configured as a structured document and configures the visual operation unit. The visual operation unit configuration information is acquired via the display information generation unit, the display information generation unit generates the display information based on the acquired visual operation unit configuration information, and the display control unit Parts is characterized in that for controlling the display of the visual operating unit based on the generated display information.

また、請求項2に記載の発明は、請求項1に記載の情報処理装置において、前記プログラムは、前記情報処理装置とネットワークを介して接続されたネットワーク装置によって提供される機能を制御するプログラムであることを特徴とする。   The invention according to claim 2 is the information processing device according to claim 1, wherein the program is a program for controlling a function provided by a network device connected to the information processing device via a network. It is characterized by being.

また、請求項3に記載の発明は、請求項2に記載の情報処理装置において、前記構成情報取得部は、前記プログラムの起動に応じて前記視覚的操作手段構成情報を取得することを特徴とする。   According to a third aspect of the present invention, in the information processing apparatus according to the second aspect, the configuration information acquisition unit acquires the visual operation unit configuration information in response to activation of the program. To do.

また、請求項4に記載の発明は、請求項2または3に記載の情報処理装置において、前記視覚的操作手段は、夫々異なる機能を提供する複数の機能部を有し、前記視覚的操作手段構成情報は、前記複数の機能部の夫々を構成する複数の部分構成情報を有し、前記構成情報取得部は、ネットワークを介して前記複数の部分構成情報の一部を取得することを特徴とする。   According to a fourth aspect of the present invention, in the information processing apparatus according to the second or third aspect, the visual operation unit includes a plurality of functional units that provide different functions, and the visual operation unit. The configuration information includes a plurality of partial configuration information configuring each of the plurality of functional units, and the configuration information acquisition unit acquires a part of the plurality of partial configuration information via a network. To do.

また、請求項5に記載の発明は、請求項4に記載の情報処理装置において、前記視覚的操作手段は、前記複数の機能部として、前記プログラムの基本的な機能を提供する基本機能部及び前記プログラムの機能を前記基本的な機能から拡張する拡張機能部を有し、前記視覚的操作手段構成情報は、前記基本機能部を構成する基本機能構成情報及び前記拡張機能部を構成する拡張機能構成情報を有し、前記基本機能構成情報を記憶する基本機能構成情報記憶部を更に有し、前記構成情報取得部は、ネットワークを介して前記拡張機能構成情報を取得し、前記構成情報記憶部から前記基本機能構成情報を取得することを特徴とする。   According to a fifth aspect of the present invention, in the information processing apparatus according to the fourth aspect, the visual operation means includes a basic function unit that provides a basic function of the program as the plurality of function units, and An extended function unit that extends the function of the program from the basic function, and the visual operation unit configuration information includes basic function configuration information that configures the basic function unit and an extended function that configures the extended function unit A basic function configuration information storage unit that stores configuration information and stores the basic function configuration information; and the configuration information acquisition unit acquires the extended function configuration information via a network, and the configuration information storage unit The basic function configuration information is obtained from

また、請求項6に記載の発明は、請求項4または5に記載の情報処理装置において、前記視覚的操作手段構成情報は、前記複数の部分構成情報の結合関係を示す全体構成情報を更に有し、前記構成情報取得部は、前記全体構成情報に基づいて前記部分構成情報を取得することを特徴とする。   According to a sixth aspect of the present invention, in the information processing device according to the fourth or fifth aspect, the visual operation unit configuration information further includes overall configuration information indicating a connection relationship of the plurality of partial configuration information. The configuration information acquisition unit acquires the partial configuration information based on the overall configuration information.

また、請求項7に記載の発明は、請求項4乃至6いずれか1項に記載の情報処理装置において、前記視覚的操作手段は、前記複数の機能部の一つであって前記操作情報の入力に応じて表示される動的表示機能部を有し、前記構成情報取得部は、前記動的表示機能部の表示命令に係る操作情報の入力に応じて、前記動的表示機能部を構成する部分構成情報を取得することを特徴とする。   The invention according to claim 7 is the information processing apparatus according to any one of claims 4 to 6, wherein the visual operation means is one of the plurality of functional units, and the operation information is stored in the information processing apparatus. A dynamic display function unit that is displayed according to an input; and the configuration information acquisition unit configures the dynamic display function unit according to an operation information input related to a display command of the dynamic display function unit. Partial configuration information to be acquired is obtained.

また、請求項8に記載の発明は、請求項2乃至7いずれか1項に記載の情報処理装置において、前記取得した視覚的操作手段構成情報を記憶する構成情報記憶部を更に有することを特徴とする。   The invention according to claim 8 is the information processing apparatus according to any one of claims 2 to 7, further comprising a configuration information storage unit for storing the acquired visual operation means configuration information. And

また、請求項9に記載の発明は、請求項8に記載の情報処理装置において、前記視覚的操作手段構成情報の供給元において前記視覚的操作手段構成情報が更新されたことを確認する構成情報更新確認部を更に有し、前記構成情報取得部は、前記視覚的操作手段構成情報の更新が確認された場合に前記更新された視覚的操作手段構成情報を取得することを特徴とする。   According to a ninth aspect of the present invention, in the information processing apparatus according to the eighth aspect, the configuration information for confirming that the visual operation means configuration information has been updated at a supplier of the visual operation means configuration information. An update confirmation unit is further provided, wherein the configuration information acquisition unit acquires the updated visual operation unit configuration information when the update of the visual operation unit configuration information is confirmed.

また、請求項10に記載の発明は、請求項2乃至9いずれか1項に記載の情報処理装置において、第1の情報と第2の情報との関連付けに関する情報が記憶された関連付け情報記憶部を更に有し、前記第1の情報は、前記表示された視覚的操作手段によって提供される操作手段の操作項目を指定する操作項目識別情報であり、前記第2の情報は、前記プログラムの処理を指定する処理識別情報であることを特徴とする。   The invention according to claim 10 is the information processing apparatus according to any one of claims 2 to 9, wherein the association information storage unit stores information relating to the association between the first information and the second information. The first information is operation item identification information for designating an operation item of the operation means provided by the displayed visual operation means, and the second information is processing of the program It is the process identification information which designates.

また、請求項11に記載の発明は、請求項2乃至10いずれか1項に記載の情報処理装置において、前記表示制御部は、前記視覚的操作手段の構成の変更を要求する操作情報に応じて前記視覚的操作手段の表示情報を変更し、前記構成の変更された視覚的操作手段に対応する前記視覚的操作手段構成情報を、前記変更された表示情報に基づいて生成する構成情報生成部を更に有することを特徴とする。   According to an eleventh aspect of the present invention, in the information processing apparatus according to any one of the second to tenth aspects, the display control unit responds to operation information requesting a change in the configuration of the visual operation means. And changing the display information of the visual operation means, and generating the visual operation means configuration information corresponding to the changed visual operation means based on the changed display information. It further has these.

また、請求項12に記載の発明は、ネットワークを介して機能を提供する情報処理システムであって、ネットワークを介して機能を提供する機能提供装置と、ネットワークを介して前記提供される機能を利用する機能利用装置とを有し、前記機能利用装置は、前記提供される機能を利用するためのプログラムの状態をユーザに視覚的に通知すると共にユーザが当該プログラムを操作するための操作情報の入力手段を提供する視覚的操作手段の表示を制御する表示制御部と、前記表示制御部が認識可能な形式の表示情報を生成する表示情報生成部と、構造化文書として構成された情報であって前記視覚的操作手段を構成する視覚的操作手段構成情報を取得する構成情報取得部とを有し、前記構成情報取得部は、前記機能提供装置から前記視覚的操作手段構成情報を取得し、前記表示情報生成部は、前記取得した視覚的操作手段構成情報に基づいて前記表示情報を生成し、前記表示制御部は、前記生成した表示情報に基づいて前記視覚的操作手段の表示を制御することを特徴とする。   The invention according to claim 12 is an information processing system that provides a function via a network, and uses the function providing device that provides the function via the network and the function provided via the network. The function utilization device that visually notifies the user of the state of the program for using the provided function and inputs operation information for the user to operate the program. A display control unit for controlling display of visual operation means for providing means, a display information generation unit for generating display information in a format recognizable by the display control unit, and information configured as a structured document. A configuration information acquisition unit configured to acquire visual operation unit configuration information constituting the visual operation unit, and the configuration information acquisition unit receives the visual information from the function providing device. The display information generation unit generates the display information based on the acquired visual operation unit configuration information, and the display control unit acquires the visual information based on the generated display information. Controlling the display of the manual operation means.

また、請求項13に記載の発明は、情報処理装置において動作するプログラムの状態をユーザに視覚的に通知すると共にユーザが当該プログラムを操作するための操作情報の入力手段を提供する視覚的操作手段の表示を制御する表示制御方法であって、構造化文書として構成された情報であって前記視覚的操作手段を構成する視覚的操作手段構成情報をネットワークを介して取得し、前記視覚的操作手段の表示を制御するための表示情報を前記取得した視覚的操作手段構成情報に基づいて生成し、前記生成した表示情報に基づいて前記視覚的操作手段の表示を制御することを特徴とする。   According to a thirteenth aspect of the present invention, the visual operation means for visually notifying the user of the state of the program operating in the information processing apparatus and providing the operation information input means for the user to operate the program. Display control method for controlling the display of the visual operation means, acquiring the visual operation means configuration information constituting the visual operation means, which is information configured as a structured document, via the network, and the visual operation means Display information for controlling the display of the visual operation means is generated based on the acquired visual operation means configuration information, and the display of the visual operation means is controlled based on the generated display information.

また、請求項14に記載の発明は、表示制御プログラムであって、請求項13に記載の表示制御方法を情報処理装置に実行させることを特徴とする。   The invention described in claim 14 is a display control program, characterized by causing an information processing apparatus to execute the display control method described in claim 13.

また、請求項15に記載の発明は、記録媒体であって、請求項14に記載の表示制御プログラムを情報処理装置が読み取り可能な形式で記録したことを特徴とする。   The invention according to claim 15 is a recording medium, wherein the display control program according to claim 14 is recorded in a format readable by the information processing apparatus.

本発明によれば、アプリケーション・ソフトウェアのGUIの更新を容易化することが可能となる。   According to the present invention, it is possible to facilitate the update of GUI of application software.

以下、図面を参照して、本発明の実施形態を詳細に説明する。
以下の実施例においては、GUI(Graphical User Interface)カスタマイズ機能を有する情報処理装置として、PC(Personal Computer)等に代表されるクライアント装置を例として説明する。
Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.
In the following embodiments, a client apparatus represented by a PC (Personal Computer) or the like will be described as an example of an information processing apparatus having a GUI (Graphical User Interface) customization function.

実施の形態1.
図1は、本実施形態に係る情報処理システムのシステム構成を示す図である。図1に示すように、本実施形態に係る情報処理システムは、クライアント装置1、画像処理装置2及び文書管理サーバ3を有する。本実施形態においては、クライアント装置1及び画像処理装置2が共通のネットワークAに属し、文書管理サーバ3が他のネットワークBに属し、ネットワークAとネットワークBとはインターネット回線等の通信回線網Cにより接続されている。ここで、ネットワークAは、例えばサービス利用者のオフィスLAN(Local Area Network)であり、ネットワークBは、本実施形態に係る情報処理システムを提供するサービス提供者のLANである。
Embodiment 1 FIG.
FIG. 1 is a diagram illustrating a system configuration of an information processing system according to the present embodiment. As shown in FIG. 1, the information processing system according to the present embodiment includes a client device 1, an image processing device 2, and a document management server 3. In this embodiment, the client device 1 and the image processing device 2 belong to a common network A, the document management server 3 belongs to another network B, and the network A and the network B are connected by a communication line network C such as the Internet line. It is connected. Here, the network A is, for example, a service user's office LAN (Local Area Network), and the network B is a LAN of a service provider that provides the information processing system according to the present embodiment.

本実施形態に係る情報処理システムは、文書管理サーバ3に蓄積された文書情報等を、クライアント装置1がネットワークを介して利用する文書管理システムとして用いられる。図2は、本実施形態に係るクライアント装置1の構成を示すブロック図である。図2に示すように、本実施形態に係るクライアント装置1は、コントローラ100、入力装置110、表示装置120、GUIデータ記憶装置130及びネットワークI/F140を有する。また、コントローラ100は、主制御部101、記憶装置制御部102、表示制御部103、表示情報変換部104及び文書管理アプリケーション105を有する。   The information processing system according to the present embodiment is used as a document management system in which the client apparatus 1 uses document information stored in the document management server 3 via a network. FIG. 2 is a block diagram illustrating a configuration of the client device 1 according to the present embodiment. As illustrated in FIG. 2, the client device 1 according to the present embodiment includes a controller 100, an input device 110, a display device 120, a GUI data storage device 130, and a network I / F 140. The controller 100 includes a main control unit 101, a storage device control unit 102, a display control unit 103, a display information conversion unit 104, and a document management application 105.

コントローラ100は、ソフトウェアとハードウェアとの組み合わせによって構成される。具体的には、ROM(Read Only Memory)や不揮発性メモリ並びにHDD(Hard Disk Drive)や光学ディスク等の不揮発性記憶媒体に格納されたファームウェア等の制御プログラムが、DRAM(Dynamic Random Access Memory)等の揮発性メモリ(以下、メモリ)にロードされ、CPU(Central Processing Unit)の制御に従って構成されるソフトウェア制御部と集積回路などのハードウェアとによってコントローラ100が構成される。コントローラ100は、クライアント装置1全体を制御する制御部として機能する。   The controller 100 is configured by a combination of software and hardware. Specifically, a control program such as a ROM (Read Only Memory), a nonvolatile memory, a firmware stored in a nonvolatile storage medium such as an HDD (Hard Disk Drive) or an optical disk, a DRAM (Dynamic Random Access Memory), or the like. The controller 100 is configured by a software control unit that is loaded into a volatile memory (hereinafter referred to as a memory) and configured according to the control of a CPU (Central Processing Unit) and hardware such as an integrated circuit. The controller 100 functions as a control unit that controls the entire client device 1.

入力装置110は、ユーザがクライアント装置1に情報を入力するためのユーザインタフェースであり、キーボードやマウス等のハードウェアによって構成される。表示装置120は、クライアント装置1が情報を視覚的に表示するユーザインタフェースであり、ディスプレイモニタ等によって構成される。GUIデータ記憶装置130は、クライアント装置1が表示装置120に表示するGUIの元データが記憶された記憶装置であり、HDD等の記憶装置によって構成される。ネットワークI/F140は、クライアント装置1がネットワークAを介して他の機器と通信する際のインタフェースである。   The input device 110 is a user interface for a user to input information to the client device 1 and is configured by hardware such as a keyboard and a mouse. The display device 120 is a user interface on which the client device 1 visually displays information, and includes a display monitor or the like. The GUI data storage device 130 is a storage device in which original data of the GUI displayed on the display device 120 by the client device 1 is stored, and is configured by a storage device such as an HDD. The network I / F 140 is an interface when the client device 1 communicates with other devices via the network A.

主制御部111は、コントローラ100に含まれる各部を制御する役割を担い、コントローラ100の各部に命令を与える。記憶装置制御部102は、HDDや光学ディスクドライブ等の記憶装置を制御する制御部であり、記憶装置制御部102は、主制御部101の制御に従って記憶装置から情報を読み出し若しくは記憶装置に情報を格納する。本実施形態に係る表示情報記憶装置130は、記憶装置制御部102に接続される。表示制御部103は、主制御部101の制御に従い、表示装置120の表示を制御する制御部である。表示情報変換部104は、表示装置120に表示されるGUIの元データ、即ちGUIデータを受け取り、表示制御部103が認識可能な形式に変換する。文書管理アプリケーション105は、クライアント装置1が文書管理サーバ3にアクセスして文書管理サービスを利用するためのソフトウェア・プログラムである。   The main control unit 111 plays a role of controlling each unit included in the controller 100, and gives a command to each unit of the controller 100. The storage device control unit 102 is a control unit that controls a storage device such as an HDD or an optical disk drive. The storage device control unit 102 reads information from the storage device or sends information to the storage device according to the control of the main control unit 101. Store. The display information storage device 130 according to the present embodiment is connected to the storage device control unit 102. The display control unit 103 is a control unit that controls the display of the display device 120 according to the control of the main control unit 101. The display information conversion unit 104 receives GUI original data displayed on the display device 120, that is, GUI data, and converts it into a format that can be recognized by the display control unit 103. The document management application 105 is a software program for the client device 1 to access the document management server 3 and use the document management service.

本実施形態に係るGUIデータは、XML形式等の構造化文書によって記述される情報であり、文書管理アプリケーション105のGUIを構成する情報が記述された情報である。即ち、GUIデータは、視覚的操作手段であるGUIを構成する視覚的操作手段構成情報として用いられる。GUIデータの詳細については後述する。   The GUI data according to the present embodiment is information described by a structured document such as the XML format, and is information describing information constituting the GUI of the document management application 105. That is, the GUI data is used as visual operation means configuration information that constitutes a GUI that is a visual operation means. Details of the GUI data will be described later.

画像処理装置2は、ネットワークAに接続されて機能するネットワークプリンタであり、クライアント装置1から印刷ジョブを受信して画像形成を実行する。また、画像処理装置2は、スキャナ機能やファクシミリ機能及び複写機としての機能等を有する複合機として構成される。   The image processing apparatus 2 is a network printer that functions by being connected to the network A, and receives a print job from the client apparatus 1 and executes image formation. The image processing apparatus 2 is configured as a multi-function machine having a scanner function, a facsimile function, a function as a copying machine, and the like.

図3は、本実施形態に係る文書管理サーバ3の構成を示すブロック図である。図3に示すように、本実施形態に係る文書管理サーバ3はコントローラ150、GUIデータ記憶装置160、ネットワークI/F170及び文書情報記憶装置180を有する。また、コントローラ150は、主制御部151、GUI管理部152、文書管理部153及びログイン情報管理部154を有する。   FIG. 3 is a block diagram showing the configuration of the document management server 3 according to this embodiment. As shown in FIG. 3, the document management server 3 according to the present embodiment includes a controller 150, a GUI data storage device 160, a network I / F 170, and a document information storage device 180. The controller 150 includes a main control unit 151, a GUI management unit 152, a document management unit 153, and a login information management unit 154.

コントローラ150は、図1において説明したクライアント装置1のコントローラ100と同様に、ソフトウェアとハードウェアとの組み合わせによって構成され、文書管理サーバ3全体を制御する制御部として機能する。GUIデータ記憶装置160は、クライアント装置1に配信するGUIデータが記憶された記憶装置である。ネットワークI/F170は、文書管理サーバ3がネットワークBを介して他の機器と通信する際のインタフェースである。文書情報記憶装置180は、文書管理サーバ3が管理している文書情報が記憶された記憶装置である。   Similar to the controller 100 of the client apparatus 1 described with reference to FIG. 1, the controller 150 is configured by a combination of software and hardware, and functions as a control unit that controls the entire document management server 3. The GUI data storage device 160 is a storage device in which GUI data to be distributed to the client device 1 is stored. The network I / F 170 is an interface when the document management server 3 communicates with other devices via the network B. The document information storage device 180 is a storage device that stores document information managed by the document management server 3.

主制御部151は、コントローラ150に含まれる各部を制御する役割を担い、コントローラ150の各部に命令を与える。GUI情報管理部152は、主制御部151の制御に従い、GUIデータ記憶装置160からGUIデータを取得し、若しくはGUIデータ記憶装置160にGUIデータを格納する。文書管理部153は、主制御部151の制御に従い、文書情報記憶装置180から文書情報を取得し、若しくは文書情報記憶装置180に文書情報を格納する。ログイン情報管理部154は、主制御部151の制御に従い、ネットワークを介してクライアント装置1から要求されたログイン要求の可否を決定する。   The main control unit 151 plays a role of controlling each unit included in the controller 150 and gives a command to each unit of the controller 150. The GUI information management unit 152 acquires the GUI data from the GUI data storage device 160 or stores the GUI data in the GUI data storage device 160 according to the control of the main control unit 151. The document management unit 153 acquires document information from the document information storage device 180 or stores the document information in the document information storage device 180 in accordance with the control of the main control unit 151. The login information management unit 154 determines whether or not a login request requested from the client device 1 via the network is permitted under the control of the main control unit 151.

このような情報処理システムにおいて、本実施形態は、クライアント装置1がネットワークを介して文書管理サーバ3の文書管理機能を利用する際、表示装置120に表示させるGUIの元データをクライアント装置1が文書管理サーバ3から取得可能であることがその要旨である。図4を参照して、本実施形態に係る画像処理装置システムの動作について説明する。図4は、本実施形態に係る情報処理システムの動作を示すシーケンス図である。ユーザによる入力装置110の操作等により、文書管理アプリケーション105の起動が指示されると、主制御部101は、ネットワークI/F140を介して文書管理サーバ3に接続開始要求を送信する(S401)。S401における接続開始要求は、SOAP(Simple Object Access Protocol)等のプロトコルにより送信される。   In such an information processing system, according to the present embodiment, when the client apparatus 1 uses the document management function of the document management server 3 via the network, the client apparatus 1 uses the document original data to be displayed on the display apparatus 120 as a document. The gist is that it can be acquired from the management server 3. With reference to FIG. 4, the operation of the image processing apparatus system according to the present embodiment will be described. FIG. 4 is a sequence diagram showing the operation of the information processing system according to the present embodiment. When the activation of the document management application 105 is instructed by the user operating the input device 110, the main control unit 101 transmits a connection start request to the document management server 3 via the network I / F 140 (S401). The connection start request in S401 is transmitted by a protocol such as SOAP (Simple Object Access Protocol).

文書管理サーバ3の主制御部151は、ネットワークI/F170を介して接続開始要求を受信する。接続開始要求を受信した主制御部151は、ログイン情報管理部154を制御してクライアント装置1からの接続開始要求を処理し、認証結果をクライアント装置1に送信する(S402)。文書管理サーバ3がクライアント装置1に送信した認証結果は、ネットワークI/F140を介して主制御部101に入力される。文書管理サーバ3からの認証結果を受信した主制御部101は、ネットワークI/F140を介して文書管理サーバ3にGUIデータ取得要求を送信する(S403)。また、主制御部101は、記憶装置制御部102にGUIデータ取得要求を送信する(S403)。   The main control unit 151 of the document management server 3 receives the connection start request via the network I / F 170. The main control unit 151 that has received the connection start request controls the login information management unit 154 to process the connection start request from the client device 1, and transmits the authentication result to the client device 1 (S402). The authentication result transmitted from the document management server 3 to the client device 1 is input to the main control unit 101 via the network I / F 140. The main control unit 101 that has received the authentication result from the document management server 3 transmits a GUI data acquisition request to the document management server 3 via the network I / F 140 (S403). Further, the main control unit 101 transmits a GUI data acquisition request to the storage device control unit 102 (S403).

ネットワークI/F170を介してGUIデータ取得要求を受信した文書管理サーバ3の主制御部151は、GUI管理部152を制御してGUIデータ記憶装置160からGUIデータを取得し、ネットワークI/F170を介してクライアント装置1にGUIデータを送信する(S404)。文書管理サーバ3がクライアント装置1に送信したGUIデータは、クライアント装置1において、ネットワークI/F140を介して主制御部101に入力される。また、クライアント装置1のコントローラ100内においては、主制御部101からGUIデータ取得要求を受信した記憶装置制御部102が、GUIデータ記憶装置130からGUIデータを取得し、主制御部101に送信する(S405)。即ち、主制御部101及びネットワークI/F140が、構成情報取得部として機能する。   The main control unit 151 of the document management server 3 that has received the GUI data acquisition request via the network I / F 170 acquires the GUI data from the GUI data storage device 160 by controlling the GUI management unit 152, and sets the network I / F 170. Then, the GUI data is transmitted to the client device 1 (S404). The GUI data transmitted from the document management server 3 to the client device 1 is input to the main control unit 101 in the client device 1 via the network I / F 140. In the controller 100 of the client device 1, the storage device control unit 102 that has received the GUI data acquisition request from the main control unit 101 acquires GUI data from the GUI data storage device 130 and transmits it to the main control unit 101. (S405). That is, the main control unit 101 and the network I / F 140 function as a configuration information acquisition unit.

文書管理サーバ3及び記憶装置制御部102からGUIデータを取得した主制御部101は、GUIデータ変換要求を、取得したGUIデータと共に表示情報変換部104に対して送信する(S406)。GUIデータ及びGUIデータ変換要求を受信した表示情報変換部104は、表示制御部103が認識可能な形式に受信したGUIデータを変換し、表示データを生成する(S407)。即ち、表示情報変換部104が、表示情報生成部として機能する。そして、変換の結果生成した表示データを主制御部101に送信する(S408)。表示データを受信した主制御部101は、GUI表示要求を、受信した表示データと共に表示制御部103に対して送信する(S409)。表示データ及びGUI表示要求を受信した表示制御部103は、表示装置120にGUIを表示し(S410)、これにより、文書管理アプリケーション105の起動が完了する。このような処理により、文書管理サーバ3が提供する文書管理サービスのGUIがクライアント装置1の表示装置120に表示される。   The main control unit 101 that has acquired the GUI data from the document management server 3 and the storage device control unit 102 transmits a GUI data conversion request to the display information conversion unit 104 together with the acquired GUI data (S406). Upon receiving the GUI data and the GUI data conversion request, the display information conversion unit 104 converts the received GUI data into a format that can be recognized by the display control unit 103, and generates display data (S407). That is, the display information conversion unit 104 functions as a display information generation unit. Then, the display data generated as a result of the conversion is transmitted to the main control unit 101 (S408). The main control unit 101 that has received the display data transmits a GUI display request to the display control unit 103 together with the received display data (S409). Upon receiving the display data and the GUI display request, the display control unit 103 displays the GUI on the display device 120 (S410), thereby completing the activation of the document management application 105. Through such processing, the GUI of the document management service provided by the document management server 3 is displayed on the display device 120 of the client device 1.

図5に、表示装置120に表示されるGUIの例を示す。図5は、文書管理サーバ3によって提供される文書管理サービスのGUIの一例を示す図である。図5に示すように、本実施形態に係るGUI200は、“ファイル”、“編集”、“表示”、“文書”、“セクション”、“ツール”及び“ヘルプ”等のメインメニュー201が表示される。図5においては、メインメニュー201のうち、“表示”メニューを選択した状態が示されている。夫々のメニューにはサブメニューを示すポップアップ202が関連付けられており、図5の例においては、“表示”メニューのサブメニューとして、“ツールバー”、“ステータスバー”、“分割”、“大きいアイコン”、“小さいアイコン”、“一覧”、“詳細”、“整列”及び“等間隔に整列”といった項目を含むポップアップ202が表示されている。   FIG. 5 shows an example of a GUI displayed on the display device 120. FIG. 5 is a diagram illustrating an example of a GUI of a document management service provided by the document management server 3. As shown in FIG. 5, the GUI 200 according to the present embodiment displays main menus 201 such as “file”, “edit”, “display”, “document”, “section”, “tool”, and “help”. The FIG. 5 shows a state in which the “display” menu is selected from the main menu 201. Each menu is associated with a pop-up 202 indicating a submenu. In the example of FIG. 5, “toolbar”, “status bar”, “split”, “large icon” are submenus of the “display” menu. , A pop-up 202 including items such as “small icons”, “list”, “details”, “alignment”, and “align at equal intervals” is displayed.

ポップアップ202の中には、サブポップアップ203を含む項目がある。図4の例においては、“ツールバー”、“整列”の項目の横に三角形の印が表示されており、サブポップアップ203を含むことが示されている。図4の例においては、ポップアップ202の“整列”項目が選択され、“整列”項目に関連付けられたサブポップアップ203が表示されている例を示している。この他、本実施形態に係るGUI200には、ツールバー204、ツリー表示205及びメインウィンドウ206が含まれる。ツールバー204は、各種の機能のショートカットアイコンを表示する領域である。ツリー表示205は、文書管理サーバ3における文書管理領域のフォルダ構成を示す領域である。メインウィンドウ206は、ツリー表示205において選択されているフォルダ内に含まれるファイルを示す領域である。   In the pop-up 202, there is an item including a sub-pop-up 203. In the example of FIG. 4, a triangle mark is displayed next to the items “toolbar” and “alignment”, indicating that a sub-popup 203 is included. The example of FIG. 4 shows an example in which the “alignment” item of the pop-up 202 is selected, and the sub-popup 203 associated with the “alignment” item is displayed. In addition, the GUI 200 according to the present embodiment includes a toolbar 204, a tree display 205, and a main window 206. The toolbar 204 is an area for displaying shortcut icons for various functions. A tree display 205 is an area showing the folder structure of the document management area in the document management server 3. The main window 206 is an area showing files included in the folder selected in the tree display 205.

このように、GUI200は、文書管理アプリケーション105の状態をユーザに視覚的に通知する通知手段であると共に、ユーザが入力装置110を介して文書管理アプリケーション105を操作するための操作情報の入力手段でもあり、視覚的操作手段として機能する。また、上述したように、メインメニュー201、ポップアップ202、サブポップアップ203、ツールバー204、ツリー表示205及びメインウィンドウ206等、夫々異なる機能を提供する複数の機能部を有する。   As described above, the GUI 200 is notifying means for visually notifying the user of the state of the document management application 105, and also is an operation information input means for the user to operate the document management application 105 via the input device 110. Yes, it functions as a visual operation means. Further, as described above, it has a plurality of functional units that provide different functions such as the main menu 201, the pop-up 202, the sub-popup 203, the toolbar 204, the tree display 205, and the main window 206.

図6は、図5に示すGUI200のうち、メインメニュー201のGUIデータを示す図である。図6に示すように、本実施形態に係るGUIデータは、構造化文書であるXML(eXtensible Markup Language)形式で記述されている。図6に示すように、XML形式においては、GUIを構成するための情報が“<”と“>”とによって挟まれた文字情報であるタグによって記述される。“<MAIN_FRAME_MENU>”タグと、“</MAIN_FRAME_MENU>”タグとで挟んで記述された内容が、図5におけるメインメニュー201、ポップアップ202及びサブポップアップ203の部分を表示するための情報である。   FIG. 6 is a diagram showing GUI data of the main menu 201 in the GUI 200 shown in FIG. As shown in FIG. 6, the GUI data according to the present embodiment is described in an XML (extensible Markup Language) format that is a structured document. As shown in FIG. 6, in the XML format, information for configuring a GUI is described by a tag which is character information sandwiched between “<” and “>”. The content described between the “<MAIN_FRAME_MENU>” tag and the “</ MAIN_FRAME_MENU>” tag is information for displaying the main menu 201, pop-up 202, and sub-popup 203 in FIG.

メインメニュー201に表示される“ファイル”、“編集”・・・等の主項目は“<POPUP>”タグと“</POPUP>”タグとで挟んで記述される。メインメニュー201の夫々のポップアップ202に表示される項目は、“<SUBMENU>”、“</SUBMENU>”タグ若しくは“<SUBPOPUP>”、“</SUBPOPUP>”タグで挟んで記述される。図6においては、図5に示すメインメニュー210の“表示”項目の他、図5において表示されているポップアップ202及びサブポップアップ203を構成するタグ情報を詳細に示す。   Main items such as “file”, “edit”... Displayed on the main menu 201 are described by being sandwiched between “<POPUP>” tags and “</ POPUP>” tags. Items displayed on each pop-up 202 of the main menu 201 are described by being sandwiched between “<SUBMENU>”, “</ SUBMENU>” tags, “<SUBPOPUP>”, and “</ SUBPOPUP>” tags. 6, in addition to the “display” item of the main menu 210 shown in FIG. 5, tag information constituting the pop-up 202 and sub-popup 203 displayed in FIG. 5 is shown in detail.

図5に示すポップアップ202の項目のうち、サブポップアップ項目を有する“ツールバー”及び“整列”は、“<SUBPOPUP>”、“</SUBPOPUP>”タグで挟まれて記述されており、続いて“<SUBMENULIST>”、“<SUBMENULIST>”タグで挟まれたサブポップアップ項目が記述されている。他方、ポップ202の項目のうち、サブポップアップ項目を有さない項目は、“<SUBMENU>”、“</SUBMENU>”タグで挟まれて記述されている。また、サブポップアップ203の項目のうち、“名前順”や“昇順に整列”の項目のように、設定として選択されている項目には、選択されていることを示す情報として“CHECKED”という記述が付加されている。   Among the items of the pop-up 202 shown in FIG. 5, “toolbar” and “arrangement” having sub-popup items are described by being sandwiched between “<SUBPOPUP>” and “</ SUBPOPUP>” tags, followed by “ A sub-popup item sandwiched between <SUBMENULIST> "and" <SUBMENULIST> "tags is described. On the other hand, among the items of the pop 202, items that do not have sub-popup items are described by being sandwiched between “<SUBMENU>” and “</ SUBMENU>” tags. In addition, among the items of the sub pop-up 203, the item selected as the setting, such as “sort in name order” and “sort in ascending order”, describes “CHECKED” as information indicating the selection. Is added.

次に、図7を参照して、表示情報変換部104がGUIデータから表示データを生成する処理(図4のS407)について説明する、図7は、表示情報変換部104が主制御部101からGUIデータ変換要求を受けて表示データを生成する処理を示すフローチャートである。表示情報変換部104は、主制御部101から受信したXMLデータを受信すると、そのタグ情報を1行毎に読み込む(S701)。読み込んだ行のタグがメインメニュータグであれば(S702/YES)、表示情報変換部104は、読み込んだタグの情報に基づき、図4に示すメインメニュー201の表示データを生成する(S705)。   Next, a process (S407 in FIG. 4) in which the display information conversion unit 104 generates display data from the GUI data will be described with reference to FIG. It is a flowchart which shows the process which receives a GUI data conversion request | requirement and produces | generates display data. Upon receiving the XML data received from the main control unit 101, the display information conversion unit 104 reads the tag information line by line (S701). If the tag of the read line is a main menu tag (S702 / YES), the display information conversion unit 104 generates display data of the main menu 201 shown in FIG. 4 based on the read tag information (S705).

他方、読み込んだタグがメインメニュータグではなく(S702/NO)、サブメニュータグであり(S703/YES)、更にそれが図4に示す“ツールバー”、“整列”等のサブポップアップを含む場合(S704/YES)、表示情報変換部104は、サブメニューの表示データを生成すると共に(S706)、それに続くタグを解析してサブポップアップの表示データを生成する(S707)。他方、サブポップアップを含まない場合(S704/NO)、表示情報変換部104は、サブメニューの表示データを生成する(S708)。   On the other hand, when the read tag is not a main menu tag (S702 / NO), but is a submenu tag (S703 / YES), and further includes sub-popups such as “toolbar” and “alignment” shown in FIG. (S704 / YES), the display information conversion unit 104 generates display data for the submenu (S706), and analyzes subsequent tags to generate display data for the sub-popup (S707). On the other hand, when the sub-popup is not included (S704 / NO), the display information conversion unit 104 generates display data for the submenu (S708).

夫々の行において表示データを生成した後、表示情報変換部102は、タグ情報中に含まれる“CHECKED”の記述に基づき、チェックマークの表示データを生成する(S709)。各行において表示データの生成が完了した場合、若しくは、読み込んだタグがメインメニュータグではなく(S702/NO)、サブメニュータグでもない場合(S703/NO)、表示情報変換部104は、次行のタグを読み込む(S710)。読み込んだタグがGUIデータの終了を示すタグである場合(S711/YES)、表示情報変換部104は、処理を終了する。他方、読み込んだタグがGUIデータの終了を示すタグではない場合(S711/NO)、表示情報変換部104は、S702からの処理を繰り返す。このような処理により、図6に示すXMLデータとして記述されたGUIデータにより、GUI200のメインメニュー201を表示する表示データが生成される。   After generating the display data in each line, the display information conversion unit 102 generates check mark display data based on the description of “CHECKED” included in the tag information (S709). When the generation of display data is completed in each line, or when the read tag is not a main menu tag (S702 / NO) and is not a submenu tag (S703 / NO), the display information conversion unit 104 displays the next line. A tag is read (S710). When the read tag is a tag indicating the end of the GUI data (S711 / YES), the display information conversion unit 104 ends the process. On the other hand, when the read tag is not a tag indicating the end of the GUI data (S711 / NO), the display information conversion unit 104 repeats the processing from S702. Through such processing, display data for displaying the main menu 201 of the GUI 200 is generated from the GUI data described as XML data shown in FIG.

図5において説明したように、GUI200は、メインメニュー201の他、ツールバー204やツリー表示205及びメインウィンドウ206等によって構成される。図5に示す各部は、夫々異なるGUIデータによって記述される。ツールバー204やツリー表示205及びメインウィンドウ206等の他の部位も、図7において説明した処理と同等の処理により、XMLデータに基づいて表示データが生成される。また、メインメニュー201、ツールバー204、ツリー表示205及びメインウィンドウ206として夫々独立に生成された表示データの連結を示す情報として、表示情報記憶装置130には、全体構成情報が記憶されている。これらGUIデータの全体構成を図8に示す。   As described with reference to FIG. 5, the GUI 200 includes a main menu 201, a toolbar 204, a tree display 205, a main window 206, and the like. Each unit shown in FIG. 5 is described by different GUI data. In other parts such as the toolbar 204, the tree display 205, and the main window 206, display data is generated based on the XML data by a process equivalent to the process described in FIG. In addition, the entire configuration information is stored in the display information storage device 130 as information indicating connection of display data independently generated as the main menu 201, the toolbar 204, the tree display 205, and the main window 206. The overall configuration of these GUI data is shown in FIG.

図8に示すように、本実施形態に係るGUIデータ300は、全体構成情報301、メインメニュー構成情報302、ツールバー構成情報303、ツリー表示構成情報304及びメインウィンドウ構成情報305を有する。即ち、視覚的操作手段構成情報として用いられるGUIデータは、メインメニュー201、ポップアップ202等、夫々異なる機能を提供する機能部を構成するための部分構成情報として、メインメニュー構成情報302、ツールバー構成情報303等の各構成情報を有する。本実施形態に係る夫々の構成情報は構造化文書であるXMLデータによって記述されている。このように、XML形式のような構造化された情報によってGUIデータを記述することにより、容易にGUIのカスタマイズを行なうことが可能となる。   As shown in FIG. 8, the GUI data 300 according to the present embodiment includes overall configuration information 301, main menu configuration information 302, toolbar configuration information 303, tree display configuration information 304, and main window configuration information 305. That is, the GUI data used as the visual operation means configuration information includes main menu configuration information 302, toolbar configuration information as partial configuration information for configuring functional units that provide different functions such as the main menu 201 and the pop-up 202, respectively. Each component information such as 303 is included. Each piece of configuration information according to the present embodiment is described by XML data that is a structured document. In this way, by describing the GUI data with structured information such as the XML format, it becomes possible to easily customize the GUI.

また、本実施形態においては、GUIデータ300のうち、メインメニュー構成情報302を文書管理サーバ3から取得し、全体構成情報301、ツールバー構成情報303、ツリー表示構成情報304、メインウィンドウ構成情報305は、クライアント装置1のGUIデータ記憶装置130に格納されている。即ち、GUI200の全部ではなく一部を文書管理サーバ3から取得する。これにより、文書管理サーバ3の機能追加に伴って更新が必要となる部分のGUIデータのみを、ネットワークを介して取得することができ、クライアント装置1における処理の軽減やネットワーク負荷の低減を図ることができる。   In the present embodiment, the main menu configuration information 302 of the GUI data 300 is acquired from the document management server 3, and the overall configuration information 301, toolbar configuration information 303, tree display configuration information 304, and main window configuration information 305 are stored in the GUI data 300. And stored in the GUI data storage device 130 of the client device 1. That is, a part, not all, of the GUI 200 is acquired from the document management server 3. Thereby, only the part of the GUI data that needs to be updated in accordance with the addition of the function of the document management server 3 can be acquired via the network, and the processing in the client device 1 can be reduced and the network load can be reduced. Can do.

GUIデータをGUIデータ記憶装置130から取得するか文書管理サーバ3から取得するかは、例えば文書管理サーバ3のログイン情報管理部154によって管理されている。図4のS402において、クライアント装置1からの接続開始要求に応じて文書管理サーバ3が認証結果を送信する際、文書管理サーバ3は、ネットワークを介して提供するGUIデータがあるか否かの情報(GUIデータ取得有無情報)も同時に送信する。クライアント装置1の主制御部101は、認証結果と同時に上記GUIデータ取得有無情報を受信し、この情報に基づいて文書管理サーバ3へのGUIデータ取得要求を実行する。この他、文書管理サーバ3が、認証結果と同時にGUIデータそのものを送信するようにしても良い。これにより、主制御部101は、改めて文書管理サーバ3に対してGUIデータ取得要求を行なう必要がなく、ネットワーク負荷の低減及び所定の軽減を図ることが可能となる。   Whether the GUI data is acquired from the GUI data storage device 130 or the document management server 3 is managed by, for example, the login information management unit 154 of the document management server 3. In S402 of FIG. 4, when the document management server 3 transmits an authentication result in response to a connection start request from the client apparatus 1, the document management server 3 determines whether there is GUI data to be provided via the network. (GUI data acquisition information) is also transmitted at the same time. The main control unit 101 of the client apparatus 1 receives the GUI data acquisition presence / absence information simultaneously with the authentication result, and executes a GUI data acquisition request to the document management server 3 based on this information. In addition, the document management server 3 may transmit the GUI data itself simultaneously with the authentication result. Thus, the main control unit 101 does not need to make a GUI data acquisition request to the document management server 3 again, and can reduce the network load and reduce the predetermined amount.

本実施形態においては、文書管理サーバ3が提供する文書管理サービスのGUI200の元データであるGUIデータをXML形式の情報として生成する。そして、クライアント装置2に表示情報変換部104を設けることにより、XML形式の情報に基づいたGUI200の表示を可能としている。従って、サービスの提供者が文書管理サーバ3のGUIデータ記憶装置160に記憶されたGUIデータを更新することにより、クライアント装置1の表示装置120に表示されるGUI200を更新することができる。これにより、サービスを利用するクライアント装置1が、個別にソフトウェアの更新処理等を行なう必要がなく、GUIの更新を容易に行なうことが可能となる。また、GUIデータが構造化文書であるXML形式の情報によって構成されているため、クライアント装置1は、そのGUIデータに基づいて表示データを生成及び表示することが可能であり、コンパイル等の処理が不要となる。   In the present embodiment, GUI data that is the original data of the GUI 200 of the document management service provided by the document management server 3 is generated as information in XML format. By providing the display information conversion unit 104 in the client device 2, it is possible to display the GUI 200 based on the information in the XML format. Accordingly, the service provider can update the GUI 200 displayed on the display device 120 of the client device 1 by updating the GUI data stored in the GUI data storage device 160 of the document management server 3. As a result, the client device 1 that uses the service does not need to perform software update processing or the like individually, and can easily update the GUI. Further, since the GUI data is composed of XML format information that is a structured document, the client apparatus 1 can generate and display display data based on the GUI data, and processing such as compilation can be performed. It becomes unnecessary.

以上説明したように、本実施形態に係る情報処理システムにおいては、GUIの元データを構造化文書で記述すると共に、ネットワークを介してサービス提供者のサーバから取得し、表示データを生成して表示する。これにより、ソフトウェア・アプリケーションのGUI更新を容易に行なうことが可能となる。   As described above, in the information processing system according to the present embodiment, the original data of the GUI is described in a structured document, acquired from the server of the service provider via the network, and display data is generated and displayed. To do. This makes it possible to easily update the GUI of the software application.

尚、上記の説明においては、文書管理システムを提供する文書管理サーバ3が、GUI管理部152及びGUIデータ記憶装置160を有する例を説明した。これにより、上述したように、クライアント装置1から文書管理サーバ3に対して接続開始要求が送信された後、認証結果と同時にGUIデータを送信することが可能となり、ネットワーク負荷の軽減などの効果を得ることができる。この他、文書管理システムを提供するサーバと、GUIデータを提供するサーバとが別々に設けられても良い。これにより、複数のサーバに処理を分散し、単一のサーバに負荷が集中することを防ぐことができる。   In the above description, the example in which the document management server 3 that provides the document management system includes the GUI management unit 152 and the GUI data storage device 160 has been described. As a result, after the connection start request is transmitted from the client apparatus 1 to the document management server 3 as described above, it is possible to transmit the GUI data simultaneously with the authentication result. Obtainable. In addition, a server that provides a document management system and a server that provides GUI data may be provided separately. Thereby, processing can be distributed to a plurality of servers, and the load can be prevented from being concentrated on a single server.

また、上記の説明においては、GUIデータをGUIデータ記憶装置130から取得するか文書管理サーバ3から取得するかに関する情報を、文書管理サーバ3のログイン情報管理部154が管理している例を説明した。この他、例えば図8において説明したGUIデータ300のうち、全体構成情報301に含まれるようにしても良い。この場合、クライアント装置1の主制御部101は、先にクライアント装置1内部に格納されたGUIデータ300を取得し、全体構成情報301の内容に基づいて文書管理サーバ3へのGUIデータ取得要求を送る。全体構成情報301には、メインメニュー構成情報302、ツールバー構成情報303等、夫々の構成情報がクライアント装置1に格納されているか、文書管理サーバ3に格納されているかを示す情報が含まれる。   In the above description, an example is described in which the login information management unit 154 of the document management server 3 manages information regarding whether the GUI data is acquired from the GUI data storage device 130 or the document management server 3. did. In addition, for example, the entire configuration information 301 may be included in the GUI data 300 described with reference to FIG. In this case, the main control unit 101 of the client apparatus 1 acquires the GUI data 300 previously stored in the client apparatus 1, and issues a GUI data acquisition request to the document management server 3 based on the contents of the overall configuration information 301. send. The overall configuration information 301 includes information indicating whether the configuration information such as the main menu configuration information 302 and the toolbar configuration information 303 is stored in the client device 1 or the document management server 3.

また、上記の説明においては、図4において説明したように、クライアント装置1が文書管理サーバ3に接続する度に、文書管理サーバ3からGUIデータを取得する例を説明した。この他、クライアント装置1は、文書管理サーバ3から取得したGUIデータをGUIデータ記憶装置130に格納し、次回のサービス利用時は、GUIデータ記憶装置130に格納されたGUIデータに基づいてGUIを表示するようにしても良い。このような例について、図9を用いて説明する。   In the above description, as described with reference to FIG. 4, the example in which the GUI data is acquired from the document management server 3 every time the client apparatus 1 connects to the document management server 3 has been described. In addition, the client device 1 stores the GUI data acquired from the document management server 3 in the GUI data storage device 130, and the GUI is stored based on the GUI data stored in the GUI data storage device 130 when the service is used next time. It may be displayed. Such an example will be described with reference to FIG.

図9は、上述したように、クライアント装置1が文書管理サーバ3から取得したGUIデータをGUIデータ記憶装置130に格納する場合の、クライアント装置1の動作を示すフローチャートである。この場合においても、図4の例と同様、クライアント装置1から文書管理サーバ3に接続開始要求が送信され、文書管理サーバ3が認証結果を送信する接続開始処理が実行される(S901)。クライアント装置1の接続開始要求が、文書管理サーバ3によって認証されると、クライアント装置1は、文書管理サーバ3に対して、GUIデータの更新確認を行なう(S902)。これは、クライアント装置1が文書管理サーバ3から取得するGUIデータが更新されていないか否かを確認する処理である。GUIデータの更新は、例えば、文書管理サーバの機能更新等に対応して行なわれる。S902の処理においては、主制御部101がネットワークI/F140を介してGUIデータの更新確認を実行する。即ち、主制御部101及びネットワークI/F140が、構成情報更新確認部として機能する。機能更新の有無の確認方法は、例えばクライアント装置1に格納されているGUIデータの生成日時やバージョン情報と、文書管理サーバ3に格納されているGUIデータの生成日時やバージョン情報とを比較することにより行なわれる。   FIG. 9 is a flowchart showing the operation of the client device 1 when the client device 1 stores the GUI data acquired from the document management server 3 in the GUI data storage device 130 as described above. Also in this case, as in the example of FIG. 4, a connection start request is transmitted from the client device 1 to the document management server 3, and a connection start process in which the document management server 3 transmits an authentication result is executed (S901). When the connection start request of the client device 1 is authenticated by the document management server 3, the client device 1 confirms update of GUI data to the document management server 3 (S902). This is processing for confirming whether or not the GUI data acquired by the client apparatus 1 from the document management server 3 has been updated. The GUI data is updated in response to, for example, a function update of the document management server. In the processing of S902, the main control unit 101 executes GUI data update confirmation via the network I / F 140. That is, the main control unit 101 and the network I / F 140 function as a configuration information update confirmation unit. As a method for confirming whether or not there is a function update, for example, the generation date and version information of GUI data stored in the client device 1 is compared with the generation date and version information of GUI data stored in the document management server 3. It is done by.

GUIデータが更新されている場合(S903/YES)、クライアント装置1は文書管理サーバ3から更新後のGUIデータを取得し(S904)、取得したGUIデータをクライアント装置1のGUIデータ記憶装置130に格納する(S905)。そして、文書管理サーバ3から取得したGUIデータ及びGUIデータ記憶装置130に格納されているGUIデータから表示データを生成し、表示装置120にGUIを表示して(S906)処理を終了する。他方、GUIデータの更新が無い場合(S903/NO)、クライアント装置1は、GUIデータ記憶装置130からGUIデータを取得し、表示装置120にGUIを表示して(S906)処理を終了する。   If the GUI data has been updated (S903 / YES), the client device 1 acquires the updated GUI data from the document management server 3 (S904), and the acquired GUI data is stored in the GUI data storage device 130 of the client device 1. Store (S905). Then, display data is generated from the GUI data acquired from the document management server 3 and the GUI data stored in the GUI data storage device 130, the GUI is displayed on the display device 120 (S906), and the process is terminated. On the other hand, when there is no GUI data update (S903 / NO), the client device 1 acquires the GUI data from the GUI data storage device 130, displays the GUI on the display device 120 (S906), and ends the process.

このような処理により、クライアント装置1が文書管理サーバ3からGUIデータを取得する回数を低減することができるため、ネットワーク負荷の低減や処理の軽減を図ることが可能となる。また、上記のGUIデータの更新確認処理を、接続開始処理において同時に行っても良い。これにより、更にネットワーク負荷を低減することが可能となる。   Such processing can reduce the number of times that the client apparatus 1 acquires GUI data from the document management server 3, thereby reducing network load and processing. The GUI data update confirmation process may be performed simultaneously in the connection start process. As a result, the network load can be further reduced.

また、上記の説明においては、文書管理サーバ3は、クライアント装置1の要求に応じてGUIデータを配布する例を説明した。ここで、サービス提供者が、複数の言語で文書管理サービスを提供している場合もあり得る。このような場合、GUIデータは複数の言語に対応しており、各クライアント装置1が利用している言語のGUIを配布する必要がある。このような課題に対して、例えば、クライアント装置1が表示データ取得要求を送信する際に、クライアント装置1のOS(Operating System)の言語を確認に、その言語に対応したGUIを要求することが可能である。また、GUIデータ300の全体構成情報301に基づいて各構成情報のGUIデータを要求する場合、全体構成情報301の言語に基づいて、GUIデータを要求することも可能である。   In the above description, the document management server 3 distributes GUI data in response to a request from the client device 1. Here, the service provider may provide a document management service in a plurality of languages. In such a case, the GUI data corresponds to a plurality of languages, and it is necessary to distribute the GUI of the language used by each client device 1. In response to such a problem, for example, when the client device 1 transmits a display data acquisition request, the client device 1 requests a GUI corresponding to the language to check the language of the OS (Operating System) of the client device 1. Is possible. Further, when requesting GUI data of each configuration information based on the overall configuration information 301 of the GUI data 300, it is also possible to request GUI data based on the language of the overall configuration information 301.

また、上記の説明においては、図5に示すメインメニュー201、ポップアップ202及びサブポップアップ203の情報を含むメインメニュー構成情報302を文書管理サーバ3から取得する例を説明した。この他、ポップアップ202に含まれる項目の一部に関する情報を、文書管理サーバ3から取得するようにしても良い。そのような例について、図10(a)、(b)を参照して説明する。図10(a)、(b)は、図5において説明したGUI200において、メインウィンドウ206に表示されたファイルを右クリックした際に、ポップアップ207が表示された状態を示す。また、図10(a)は、ポップアップ207の基本の項目が表示された状態であり、図10(b)は、拡張項目208が表示された状態である。   In the above description, the example in which the main menu configuration information 302 including information on the main menu 201, the pop-up 202, and the sub-popup 203 shown in FIG. In addition, information regarding a part of items included in the pop-up 202 may be acquired from the document management server 3. Such an example will be described with reference to FIGS. 10 (a) and 10 (b). FIGS. 10A and 10B show a state in which a pop-up 207 is displayed when a file displayed on the main window 206 is right-clicked in the GUI 200 described with reference to FIG. FIG. 10A shows a state where basic items of the pop-up 207 are displayed, and FIG. 10B shows a state where extended items 208 are displayed.

図10(a)は、文書管理サーバ3が提供する文書管理サービスを利用する上で、必要最低限となる基本的な項目である。このような項目のGUIデータは、文書管理サーバ3を利用するためのアプリケーションに予め含まれていることが一般的であり、このようなデータまでネットワークを介して取得することはシステム上非効率である。また、クライアント装置1と文書管理サーバ3との双方に同一のデータが格納され、一方が使用されないこととなるため、HDDやメモリ等のハードウェアリソースの浪費となる。   FIG. 10A shows the basic items that are the minimum necessary for using the document management service provided by the document management server 3. The GUI data of such items is generally included in advance in an application for using the document management server 3, and obtaining such data via a network is inefficient in the system. is there. In addition, since the same data is stored in both the client device 1 and the document management server 3 and one of them is not used, hardware resources such as an HDD and a memory are wasted.

他方、図10(b)に示される拡張項目208は、文書管理サーバ3の機能拡張や、各クライアントの要求に対応して後から付け加えられる項目である。このような項目は、ネットワークを介して文書管理サーバ3から取得する項目として適している。従って、図10(a)、(b)に示す例においては、上記図8において説明したように、メインメニュー構成情報302、ツールバー構成情報303等、各構成情報のいずれかをそのまま取得するのではなく、各構成情報において拡張された部分を構成する情報を取得する。このような場合のGUIデータ300の例を、図11に示す。   On the other hand, the extension item 208 shown in FIG. 10B is an item added later in response to the function extension of the document management server 3 or the request of each client. Such an item is suitable as an item acquired from the document management server 3 via the network. Therefore, in the example shown in FIGS. 10A and 10B, as described with reference to FIG. 8, it is not possible to acquire any of the configuration information such as the main menu configuration information 302 and the toolbar configuration information 303 as they are. Rather, the information constituting the extended part of each piece of configuration information is acquired. An example of the GUI data 300 in such a case is shown in FIG.

図11は、図10(a)、(b)の場合におけるGUIデータ300の構成を示す図である。図11に示すように、メインウィンドウ構成情報305に付随してメインウィンドウ拡張項目305aが設けられている。即ち、メインウィンドウ構成情報305は、文書管理アプリケーション105の基本的な機能を提供する基本機能部の構成情報として用いられる。他方、メインウィンドウ拡張項目構成情報305aは、文書管理アプリケーション105の基本的機能を拡張する拡張機能部の構成情報として用いられる。構成情報の連結態様については、全体構成情報301内に記述されていても良いし、文書管理サーバ3のログイン情報管理部154に記憶されていても良い。   FIG. 11 is a diagram showing the configuration of the GUI data 300 in the cases of FIGS. 10 (a) and 10 (b). As shown in FIG. 11, a main window extension item 305a is provided in association with the main window configuration information 305. That is, the main window configuration information 305 is used as configuration information of a basic function unit that provides basic functions of the document management application 105. On the other hand, the main window extended item configuration information 305 a is used as configuration information of an extended function unit that extends the basic functions of the document management application 105. The connection mode of the configuration information may be described in the overall configuration information 301 or may be stored in the login information management unit 154 of the document management server 3.

図10(a)、(b)に係る場合において、GUIデータ300から表示データを生成する場合は、上記図7において説明したように、表示情報変換部104が主制御部101の制御に従い、メインウィンドウ305、メインウィンドウ拡張項目305aの夫々について表示情報を生成する。その後、表示情報変換部104は、GUIデータ300の全体構成の情報に基づき、メインウィンドウ構成情報305から生成された表示データとメインウィンドウ拡張項目305aから生成された表示データとを結合(マージ)する。これにより、図10(b)に示すような、GUI200を表示する表示データが生成される。   10A and 10B, when display data is generated from the GUI data 300, the display information conversion unit 104 follows the control of the main control unit 101 as described in FIG. Display information is generated for each of the window 305 and the main window extension item 305a. After that, the display information conversion unit 104 combines (merges) the display data generated from the main window configuration information 305 and the display data generated from the main window extension item 305a based on the information on the entire configuration of the GUI data 300. . As a result, display data for displaying the GUI 200 as shown in FIG. 10B is generated.

また、上記の説明においては、文書管理アプリケーション105の起動に応じて、GUIデータを取得する例を説明した。ここで、図5において説明したように、ポップアップ202及びサブポップアップ203は、入力装置110からのユーザの操作に応じて、後から表示される項目である。即ち、ポップアップ202及びサブポップアップ203は、ユーザの操作に応じて動的に表示/非表示が切り換わる動的表示機能部である。   In the above description, an example in which GUI data is acquired in response to the activation of the document management application 105 has been described. Here, as described with reference to FIG. 5, the pop-up 202 and the sub-popup 203 are items that are displayed later in response to a user operation from the input device 110. That is, the pop-up 202 and the sub-popup 203 are dynamic display function units that are dynamically displayed / hidden according to a user operation.

従って、ポップアップ202及びサブポップアップ203に対応するGUIデータは必ずしもGUI200の初期表示に際して必要となる情報ではない。このような課題に対して、例えば、図5に示すメインメニュー201のうち、“表示”の項目をユーザがクリックした場合に、ポップアップ202に対応するGUIデータを取得するようにしても良い。また、図5に示すポップアップ202のうち、“整列”の項目がポイントされた場合に、サブポップアップ203に対応するGUIデータを取得するようにしても良い。   Accordingly, the GUI data corresponding to the pop-up 202 and the sub-popup 203 is not necessarily information necessary for the initial display of the GUI 200. In response to such a problem, for example, when the user clicks an item “display” in the main menu 201 shown in FIG. 5, GUI data corresponding to the pop-up 202 may be acquired. Further, GUI data corresponding to the sub-popup 203 may be acquired when the “alignment” item is pointed out in the pop-up 202 shown in FIG.

このような場合、メインメニュー201、ポップアップ202及びサブポップアップ203に対応するGUIデータは夫々別々の情報として構成することが好ましい。このような例のGUIデータ300の構成例を図12に示す。図12に示すように、メインメニュー構成情報302に付属する情報としてポップアップ構成情報302aがある。また、ポップアップ構成情報302aに付属する情報としてサブポップアップ構成情報302bがある。このような構成により、メインメニュー201、ポップアップ202及びサブポップアップ203に対応するGUIデータを取得するタイミングを夫々別々にすることが可能となる。   In such a case, it is preferable that the GUI data corresponding to the main menu 201, the pop-up 202, and the sub-popup 203 is configured as separate information. A configuration example of the GUI data 300 of such an example is shown in FIG. As shown in FIG. 12, there is pop-up configuration information 302a as information attached to the main menu configuration information 302. Moreover, there is sub-popup configuration information 302b as information attached to the popup configuration information 302a. With such a configuration, it is possible to set different timings for acquiring GUI data corresponding to the main menu 201, the pop-up 202, and the sub-popup 203.

また、上記の説明においては、ネットワークを介して提供される文書管理システムを例として説明した。この他、例えば、本実施形態に係る画像処理装置2にように、プリンタ、スキャナ及びMFP(Multi Function Printer)等の装置を、ネットワークを介してコントロールする際のアプリケーションのGUIに適用することも可能である。このようなアプリケーションは、典型的には、プリンタ・ドライバとして提供される。   In the above description, the document management system provided via the network has been described as an example. In addition, for example, as with the image processing apparatus 2 according to the present embodiment, it is also possible to apply the apparatus such as a printer, a scanner, and an MFP (Multi Function Printer) to a GUI of an application when controlling via a network. It is. Such an application is typically provided as a printer driver.

プリンタやMFP等の画像処理装置は、同系統の装置であっても、どの機能、構成によって複数のバリエーションが設けられることが多い。このような場合、夫々のバリエーションの装置が有する機能、構成に応じたGUIを構成する必要がある。しかしながら、同系統の機種であれば、ドライバのGUIにおいて基本となる項目の表示は同一であることが多い。従って、本実施形態に係るGUIの制御方法を適用することにより、画像処理装置のドライバ・ソフトウェアのGUI構成を効率化することができる。即ち、ドライバのGUIのうち、同系統の機種において基本となる項目は予め夫々のクライアント装置1にインストールし、バリエーションの異なる機種の機能に対応する項目は、上記説明したようにネットワークを介して取得する。これにより、上記説明したバリエーションの異なる装置への対応の他、装置の機能更新に対応することも可能となる。   Image processing apparatuses such as printers and MFPs are often provided with a plurality of variations depending on which functions and configurations are apparatuses of the same system. In such a case, it is necessary to configure a GUI according to the function and configuration of each variation apparatus. However, in the case of models of the same system, the display of basic items in the driver GUI is often the same. Therefore, the GUI configuration of the driver software of the image processing apparatus can be made efficient by applying the GUI control method according to the present embodiment. That is, in the driver GUI, the basic items in the same model are installed in each client device 1 in advance, and the items corresponding to the functions of the different models are obtained via the network as described above. To do. As a result, it is possible to cope with the function update of the apparatus in addition to the above-described apparatus with different variations.

また、上記説明した文書管理サービス利用時のGUIや、MFPのドライバ・ソフトウェアのGUI等、クライアント装置1に表示させるGUIの他、MFP等、画像処理装置のオペレーションパネル等の表示部に表示させるGUIに適用することも可能である。   In addition to the GUI displayed when using the document management service described above, the GUI of the MFP driver software, and the like displayed on the client apparatus 1, the GUI displayed on the display unit such as the operation panel of the image processing apparatus such as the MFP. It is also possible to apply to.

実施の形態2.
実施の形態1においては、クライアント装置1が構造化文書で記述されたGUIデータを文書管理サーバ3から取得し、表示装置120にGUIを表示する処理までを説明した。本実施形態においては、表示装置120にGUIが表示された後、ユーザが入力装置110を介してGUIを操作した場合の処理について説明する。尚、実施の形態1と同様の符号を付す構成については実施の形態1と同一又は相当部を示し、説明を省略する。
Embodiment 2. FIG.
In the first embodiment, the processing up to the processing in which the client device 1 acquires GUI data described in a structured document from the document management server 3 and displays the GUI on the display device 120 has been described. In the present embodiment, a process when the user operates the GUI via the input device 110 after the GUI is displayed on the display device 120 will be described. In addition, about the structure which attaches | subjects the code | symbol similar to Embodiment 1, the same or equivalent part as Embodiment 1 is shown, and description is abbreviate | omitted.

本実施形態に係る情報処理システムは、実施の形態1において説明した態様と概ね同一の構成を有する。ここで、図13に、本実施形態に係るGUIデータのうち、図8において説明したメインメニュー構成情報302のXML記述を示す。本実施形態に係るメインメニュー構成情報302は、ポップアップ202、サブポップアップ203の各項目を示すメニューIDと、その項目に対応した機能を示す機能IDとの対応関係に関する情報が含まれる。メニューIDは、GUI200によって提供される各項目を指定する操作項目識別情報として用いられる。また、機能IDは、文書管理アプリケーション105が実行すべき処理を指定する処理識別情報として用いられる。   The information processing system according to the present embodiment has substantially the same configuration as the aspect described in the first embodiment. FIG. 13 shows an XML description of the main menu configuration information 302 described in FIG. 8 in the GUI data according to this embodiment. The main menu configuration information 302 according to the present embodiment includes information regarding the correspondence between the menu ID indicating each item of the pop-up 202 and the sub-popup 203 and the function ID indicating the function corresponding to the item. The menu ID is used as operation item identification information that specifies each item provided by the GUI 200. The function ID is used as process identification information that specifies a process to be executed by the document management application 105.

XML情報中において、メニューIDは“ID”から続く文字列で示される。また、そのメニューIDに関連付けられた機能IDは、メニューIDの後ろに“:(コロン)”を挟んで記述されている“FUNCID”から続く文字列で示される。例えば、図5に示すGUI200において、ポップアップ202の一項目である“等間隔に整列(E)”のメニューIDは、図13に示すように“VIEW_DETAILS”であり、それに関連付けられた機能IDは“003_007”である。   In the XML information, the menu ID is indicated by a character string that continues from “ID”. Further, the function ID associated with the menu ID is indicated by a character string that continues from “FUNCID” described with “: (colon)” after the menu ID. For example, in the GUI 200 shown in FIG. 5, the menu ID of “equally spaced (E)” that is one item of the pop-up 202 is “VIEW_DETAILS” as shown in FIG. 13, and the function ID associated therewith is “ 003_007 ".

図14を参照して、本実施形態に係るクライアント装置1の動作について説明する。GUIが表示装置120に図5に示すような状態で表示され、ユーザが入力装置110を操作することにより操作情報が入力される(S1401)。ここでは、図5に示す“等間隔に整列(E)”の項目が選択されたものとして説明する。また、表示装置120にGUIを表示する際には、実施の形態1において説明したように、GUIデータが表示情報変換部104によって表示データに変換される。このとき、表示情報変換部104はXMLデータであるGUIデータを保持する。即ち、表示装置120にGUIが表示された状態において、メニューIDと機能IDとの対応関係に関する情報は、表示情報変換部104が保持している。換言すると、表示情報変換部104が、機能IDとメニューIDとの関連付けに関する情報(本実施形態においてはGUIデータ)を記憶する関連付け情報記憶部として機能する。   With reference to FIG. 14, the operation of the client device 1 according to the present embodiment will be described. The GUI is displayed on the display device 120 as shown in FIG. 5, and operation information is input by the user operating the input device 110 (S1401). Here, the description will be made on the assumption that the item of “align at equal intervals (E)” shown in FIG. 5 is selected. Further, when the GUI is displayed on the display device 120, the GUI data is converted into display data by the display information conversion unit 104 as described in the first embodiment. At this time, the display information conversion unit 104 holds GUI data that is XML data. That is, in the state where the GUI is displayed on the display device 120, the display information conversion unit 104 holds information regarding the correspondence between the menu ID and the function ID. In other words, the display information conversion unit 104 functions as an association information storage unit that stores information related to the association between the function ID and the menu ID (GUI data in the present embodiment).

入力装置110から操作情報を取得した主制御部101は、表示制御部103を介して選択された項目のメニューIDを取得する(S1402)。ここでは、“VIEW_LINEUP”というメニューIDが取得される。メニューIDを取得すると、主制御部101は、当該取得したメニューIDに基づいて、表示情報変換部104から機能IDを取得する(S1403)。機能IDを取得すると、主制御部101は、当該取得した機能IDに基づいて文書管理アプリケーション105を制御し、機能を実行する(S1404)。   The main control unit 101 that has acquired the operation information from the input device 110 acquires the menu ID of the item selected via the display control unit 103 (S1402). Here, the menu ID “VIEW_LINEUP” is acquired. Upon acquiring the menu ID, the main control unit 101 acquires a function ID from the display information conversion unit 104 based on the acquired menu ID (S1403). When the function ID is acquired, the main control unit 101 controls the document management application 105 based on the acquired function ID and executes the function (S1404).

文書管理アプリケーション105による機能の実行に際しては、表示態様の変更等、クライアント装置1内部の処理として完結する処理の場合、文書管理アプリケーション105による制御、即ちクライアント装置1単体で処理を完結することができる。他方、文書管理サーバ3へのアクセスが必要となる処理の場合、文書管理アプリケーション105は、文書管理サーバ3への処理要求情報を生成する。主制御部101は、文書管理アプリケーション105が生成した処理要求情報に基づき、文書管理サーバ3に対して処理を要求する。   When executing a function by the document management application 105, in the case of processing that is completed as processing inside the client device 1, such as a change in display mode, control by the document management application 105, that is, processing can be completed by the client device 1 alone. . On the other hand, in the case of processing that requires access to the document management server 3, the document management application 105 generates processing request information for the document management server 3. The main control unit 101 requests the document management server 3 to perform processing based on the processing request information generated by the document management application 105.

以上説明したように、本実施形態に係る情報処理システムにおいては、GUIを表示するための元となるデータをXML等の構造化文書で記述すると共に、その構造化文書中に、GUIにおける選択項目であるメニューのIDと、当該選択項目に対応する機能のIDとの対応関係情報を含める。これにより、構造化文書によって記述されたGUIにおいて、ユーザの操作情報をシステムの処理に反映することが容易となる。   As described above, in the information processing system according to the present embodiment, the source data for displaying the GUI is described in a structured document such as XML, and selection items in the GUI are included in the structured document. The correspondence information between the ID of the menu and the ID of the function corresponding to the selected item is included. This makes it easy to reflect user operation information in system processing in the GUI described by the structured document.

尚、上記の説明においては、XML等の構造化文書中にメニューIDと機能IDとの対応関係情報が含まれる例を説明した。この他、XMLには図6に示すようにメニューIDのみが含まれ、メニューIDと機能IDとの対応関係を示すテーブルを他に管理しても良い。例えば、文書管理アプリケーション105が上記対応関係テーブルを管理する場合を考える。このような場合、主制御部101は、文書管理アプリケーション105にメニューIDを通知する。文書管理アプリケーション105は、自身が管理する対応関係テーブルに基づいて通知されたメニューIDから機能IDを特定し、当該機能IDに対応する処理を実行することができる。   In the above description, the example in which the correspondence information between the menu ID and the function ID is included in a structured document such as XML has been described. In addition, the XML includes only the menu ID as shown in FIG. 6, and another table indicating the correspondence between the menu ID and the function ID may be managed. For example, consider a case where the document management application 105 manages the correspondence table. In such a case, the main control unit 101 notifies the document management application 105 of the menu ID. The document management application 105 can specify a function ID from the menu ID notified based on the correspondence table managed by the document management application 105, and can execute processing corresponding to the function ID.

実施の形態3.
本実施形態においては、表示装置120にGUIが表示された後、ユーザが入力装置110を介してGUIを操作し、ユーザが手動でGUIの構成を変更した場合の処理について説明する。尚、実施の形態1と同様の符号を付す構成については実施の形態1と同一又は相当部を示し、説明を省略する。図15は、本実施形態に係るクライアント装置1において、ユーザの操作によりGUI200の構成が変更される場合の動作を示すシーケンス図である。ユーザが入力装置110を操作することにより、GUI200の表示変更が指示されると、主制御部101はそれに応じて表示変更要求を表示制御部103に送信する(S1501)。本実施形態においては、図5に示すサブポップアップ203において、“名前順(N)”に付されているチェック(図中の黒丸)を、“登録日順(D)”に変更する場合を例とする。
Embodiment 3 FIG.
In the present embodiment, a process when the user operates the GUI via the input device 110 after the GUI is displayed on the display device 120 and the user manually changes the configuration of the GUI will be described. In addition, about the structure which attaches | subjects the code | symbol similar to Embodiment 1, the same or equivalent part as Embodiment 1 is shown, and description is abbreviate | omitted. FIG. 15 is a sequence diagram illustrating an operation when the configuration of the GUI 200 is changed by a user operation in the client device 1 according to the present embodiment. When the user operates the input device 110 to instruct the display change of the GUI 200, the main control unit 101 transmits a display change request accordingly to the display control unit 103 (S1501). In this embodiment, in the sub-popup 203 shown in FIG. 5, an example in which the check (black circle in the figure) attached to “name order (N)” is changed to “registration date order (D)” is an example. And

表示変更要求を受信した表示制御部103は、主制御部101の制御に従って表示データを更新し(S1502)、変更された表示データに応じて表示装置120に表示されているGUI200の表示を更新する(S1503)。これにより、図16に示すように、“名前順”に付されていたチェックが“登録日順”に変更される。表示制御部103による表示情報の変更が完了すると、主制御部101は、表示制御部103から更新後の表示データを取得し(S1504)、取得した表示データに基づくGUIデータの生成を表示情報変換部104に要求する(S1505)。このとき、表示制御部103から取得した表示データも同時に送信する。表示情報変換部104は、主制御部101の制御に従い、受信した表示データをGUIデータに変換する(S1506)。即ち、表示情報変換部104は、表示データに基づいてGUIを構成する構成情報を生成する構成情報生成部として機能する。   The display control unit 103 that has received the display change request updates the display data according to the control of the main control unit 101 (S1502), and updates the display of the GUI 200 displayed on the display device 120 according to the changed display data. (S1503). As a result, as shown in FIG. 16, the check assigned to “order by name” is changed to “order by registration date”. When the change of the display information by the display control unit 103 is completed, the main control unit 101 acquires the updated display data from the display control unit 103 (S1504), and converts the generation of the GUI data based on the acquired display data to the display information conversion. The request is sent to the unit 104 (S1505). At this time, the display data acquired from the display control unit 103 is also transmitted simultaneously. The display information conversion unit 104 converts the received display data into GUI data according to the control of the main control unit 101 (S1506). That is, the display information conversion unit 104 functions as a configuration information generation unit that generates configuration information that configures a GUI based on display data.

ここで、S1506において表示情報変換部104が実行する処理は、表示制御部103が認識可能な情報形式である表示データを、XMLデータに変換する処理である。即ち、表示情報変換部104は、S1506において表示データから構造化文書を生成する処理を実行する。この処理は、図4のS407において実行される処理とは逆の処理である。図17に、S1506において生成されるXML情報の例を示す。図17は、図6に対応する図であり、GUI200が図203に示す状態に更新された後のGUIデータを示す。図17に示すように、図6においては、“名前順(&N)”の行に“:CHECKED”と記述されているのに対し、図17においては、“登録日順(&D)”の行に“:CHECKED”と記述されている。   Here, the processing executed by the display information conversion unit 104 in S1506 is processing for converting display data in an information format recognizable by the display control unit 103 into XML data. In other words, the display information conversion unit 104 executes processing for generating a structured document from display data in S1506. This process is the reverse of the process executed in S407 of FIG. FIG. 17 shows an example of the XML information generated in S1506. FIG. 17 is a diagram corresponding to FIG. 6 and shows the GUI data after the GUI 200 is updated to the state shown in FIG. As shown in FIG. 17, “: CHECKED” is described in the “name order (& N)” line in FIG. 6, whereas “registration date order (& D)” line in FIG. 17. ": CHECKED" is described.

表示情報変換部104は、GUIデータの生成を完了すると、生成したGUIデータを主制御部101に送信する(S1507)。更新後の表示データに対応するGUIデータを取得した主制御部101は、当該取得したGUIデータをGUIデータ記憶装置130に格納するため、GUIデータ記憶要求を記憶装置制御部102に送信する(S1508)。GUIデータ記憶要求を受信した記憶装置制御部102は、主制御部101の制御に従って、更新後のGUIデータをGUIデータ記憶装置130に記憶する(S1509)。このような処理により、ユーザが手動でGUI200の表示構成を変更した場合において、変更後のGUI200に対応する構造化文書のGUIデータを生成、記憶することが可能となる。   When the generation of the GUI data is completed, the display information conversion unit 104 transmits the generated GUI data to the main control unit 101 (S1507). The main control unit 101 that has acquired the GUI data corresponding to the updated display data transmits a GUI data storage request to the storage device control unit 102 in order to store the acquired GUI data in the GUI data storage device 130 (S1508). ). Receiving the GUI data storage request, the storage device control unit 102 stores the updated GUI data in the GUI data storage device 130 according to the control of the main control unit 101 (S1509). By such processing, when the user manually changes the display configuration of the GUI 200, it is possible to generate and store GUI data of the structured document corresponding to the GUI 200 after the change.

上述したように、更新されたGUI200に対応するGUIデータは、クライアント装置1のGUIデータ記憶装置130に記憶される。例えば、この更新後のGUIデータを、ネットワークを介して文書管理サーバ3若しくは他のサービス提供者のサーバに送信することにより、サービス提供者はユーザがどのような態様でGUI200を使用しているかの情報を収集することが可能となる。また、サービス利用者は、複数のクライアント装置で更新後のGUIデータを共有することにより、異なるクライアント装置におけるGUI200の表示構成を容易に統一することが可能となる。   As described above, the GUI data corresponding to the updated GUI 200 is stored in the GUI data storage device 130 of the client device 1. For example, by transmitting the updated GUI data to the document management server 3 or another server of the service provider via the network, the service provider can determine how the user is using the GUI 200. It is possible to collect information. Further, the service user can easily unify the display configuration of the GUI 200 in different client apparatuses by sharing the updated GUI data among a plurality of client apparatuses.

本発明の実施形態に係る情報処理システムの全体構成を示すブロック図である。1 is a block diagram illustrating an overall configuration of an information processing system according to an embodiment of the present invention. 本発明の実施形態に係るクライアント装置の構成を示すブロック図である。It is a block diagram which shows the structure of the client apparatus which concerns on embodiment of this invention. 本発明の実施形態に係る文書管理サーバの構成を示すブロック図である。It is a block diagram which shows the structure of the document management server which concerns on embodiment of this invention. 本発明の実施形態に係る情報処理システムの動作を示すシーケンス図である。It is a sequence diagram which shows operation | movement of the information processing system which concerns on embodiment of this invention. 本発明の実施形態に係るGUIの表示例を示す図である。It is a figure which shows the example of a display of GUI which concerns on embodiment of this invention. 本発明の実施形態に係るGUIデータである構造化文書の情報を示す図である。It is a figure which shows the information of the structured document which is GUI data which concerns on embodiment of this invention. 本発明の実施形態に係る表示情報変換部の動作を示すフローチャートである。It is a flowchart which shows operation | movement of the display information conversion part which concerns on embodiment of this invention. 本発明の実施形態に係るGUIデータの構成を模式的に示す図である。It is a figure which shows typically the structure of the GUI data which concerns on embodiment of this invention. 本発明の他の実施形態に係る文書管理サービス起動時のクライアント装置の動作を示すフローチャートである。It is a flowchart which shows operation | movement of the client apparatus at the time of document management service start based on other embodiment of this invention. 本発明の他の実施形態に係るGUIの表示例を示す図である。It is a figure which shows the example of a display of GUI which concerns on other embodiment of this invention. 本発明の他の実施形態に係るGUIデータの構成を模式的に示す図である。It is a figure which shows typically the structure of the GUI data which concern on other embodiment of this invention. 本発明の他の実施形態に係るGUIデータの構成を模式的に示す図である。It is a figure which shows typically the structure of the GUI data which concern on other embodiment of this invention. 本発明の他の実施形態に係るGUIデータである構造化文書の情報を示す図である。It is a figure which shows the information of the structured document which is GUI data concerning other embodiment of this invention. 本発明の他の実施形態に係るクライアント装置の動作を示すフローチャートである。It is a flowchart which shows operation | movement of the client apparatus which concerns on other embodiment of this invention. 本発明の他の実施形態に係るクライアント装置の動作を示すシーケンス図である。It is a sequence diagram which shows operation | movement of the client apparatus which concerns on other embodiment of this invention. 本発明の他の実施形態に係るGUIの表示例を示す図である。It is a figure which shows the example of a display of GUI which concerns on other embodiment of this invention. 本発明の他の実施形態に係るGUIデータである構造化文書の情報を示す図である。It is a figure which shows the information of the structured document which is GUI data concerning other embodiment of this invention.

符号の説明Explanation of symbols

1 クライアント装置
2 画像処理装置
3 文書管理サーバ
100 コントローラ
101 主制御部
102 記憶装置制御部
103 表示制御部
104 表示情報変換部
105 文書管理アプリケーション
110 入力装置
120 表示装置
130 GUIデータ記憶装置
140 ネットワークI/F
150 コントローラ
151 主制御部
152 GUI管理部
153 文書管理部
154 ログイン情報管理部
160 GUIデータ記憶装置
170 ネットワークI/F
180 文書情報記憶装置
200 GUI
201 メインメニュー
202 ポップアップ
203 サブポップアップ
204 ツールバー
205 ツリー表示
206 メインウィンドウ
207 ポップアップ
208 拡張項目
300 GUIデータ
301 全体構成情報
302 メインメニュー構成情報
303 ツールバー構成情報
304 ツリー表示構成情報
305 メインウィンドウ構成情報
305a メインウィンドウ拡張項目
DESCRIPTION OF SYMBOLS 1 Client apparatus 2 Image processing apparatus 3 Document management server 100 Controller 101 Main control part 102 Storage apparatus control part 103 Display control part 104 Display information conversion part 105 Document management application 110 Input apparatus 120 Display apparatus 130 GUI data storage apparatus 140 Network I / F
150 Controller 151 Main Control Unit 152 GUI Management Unit 153 Document Management Unit 154 Login Information Management Unit 160 GUI Data Storage Device 170 Network I / F
180 Document information storage device 200 GUI
201 Main menu 202 Pop-up 203 Sub-popup 204 Toolbar 205 Tree display 206 Main window 207 Pop-up 208 Extended item 300 GUI data 301 Overall configuration information 302 Main menu configuration information 303 Toolbar configuration information 304 Tree display configuration information 305 Main window configuration information 305a Main window Extended item

Claims (15)

ネットワークを介して情報を取得可能な情報処理装置であって、
前記情報処理装置において動作するプログラムの状態をユーザに視覚的に通知すると共にユーザが当該プログラムを操作するための操作情報の入力手段を提供する視覚的操作手段の表示を制御する表示制御部と、
前記表示制御部が認識可能な形式の表示情報を生成する表示情報生成部と、
構造化文書として構成された情報であって前記視覚的操作手段を構成する視覚的操作手段構成情報を取得する構成情報取得部とを有し、
前記構成情報取得部は、ネットワークを介して前記視覚的操作手段構成情報を取得し、
前記表示情報生成部は、前記取得した視覚的操作手段構成情報に基づいて前記表示情報を生成し、
前記表示制御部は、前記生成した表示情報に基づいて前記視覚的操作手段の表示を制御することを特徴とする、情報処理装置。
An information processing apparatus capable of acquiring information via a network,
A display control unit for visually informing a user of a state of a program operating in the information processing apparatus and for controlling display of a visual operation unit that provides an operation information input unit for the user to operate the program;
A display information generating unit that generates display information in a format recognizable by the display control unit;
A configuration information acquisition unit that acquires information configured as a structured document and acquires visual operation unit configuration information configuring the visual operation unit;
The configuration information acquisition unit acquires the visual operation means configuration information via a network,
The display information generation unit generates the display information based on the acquired visual operation means configuration information,
The information processing apparatus, wherein the display control unit controls display of the visual operation means based on the generated display information.
前記プログラムは、前記情報処理装置とネットワークを介して接続されたネットワーク装置によって提供される機能を制御するプログラムであることを特徴とする、請求項1に記載の情報処理装置。   The information processing apparatus according to claim 1, wherein the program is a program for controlling a function provided by a network apparatus connected to the information processing apparatus via a network. 前記構成情報取得部は、前記プログラムの起動に応じて前記視覚的操作手段構成情報を取得することを特徴とする、請求項2に記載の情報処理装置。   The information processing apparatus according to claim 2, wherein the configuration information acquisition unit acquires the visual operation unit configuration information in response to activation of the program. 前記視覚的操作手段は、夫々異なる機能を提供する複数の機能部を有し、
前記視覚的操作手段構成情報は、前記複数の機能部の夫々を構成する複数の部分構成情報を有し、
前記構成情報取得部は、ネットワークを介して前記複数の部分構成情報の一部を取得することを特徴とする、請求項2または3に記載の情報処理装置。
The visual operation means has a plurality of functional units that provide different functions,
The visual operation means configuration information includes a plurality of pieces of partial configuration information constituting each of the plurality of functional units,
The information processing apparatus according to claim 2, wherein the configuration information acquisition unit acquires a part of the plurality of partial configuration information via a network.
前記視覚的操作手段は、前記複数の機能部として、前記プログラムの基本的な機能を提供する基本機能部及び前記プログラムの機能を前記基本的な機能から拡張する拡張機能部を有し、
前記視覚的操作手段構成情報は、前記基本機能部を構成する基本機能構成情報及び前記拡張機能部を構成する拡張機能構成情報を有し、
前記基本機能構成情報を記憶する基本機能構成情報記憶部を更に有し、
前記構成情報取得部は、ネットワークを介して前記拡張機能構成情報を取得し、前記構成情報記憶部から前記基本機能構成情報を取得することを特徴とする、請求項4に記載の情報処理装置。
The visual operation means includes, as the plurality of function units, a basic function unit that provides a basic function of the program and an extended function unit that extends the function of the program from the basic function,
The visual operation means configuration information includes basic function configuration information configuring the basic function unit and extended function configuration information configuring the extended function unit,
A basic function configuration information storage unit for storing the basic function configuration information;
The information processing apparatus according to claim 4, wherein the configuration information acquisition unit acquires the extended function configuration information via a network and acquires the basic function configuration information from the configuration information storage unit.
前記視覚的操作手段構成情報は、前記複数の部分構成情報の結合関係を示す全体構成情報を更に有し、
前記構成情報取得部は、前記全体構成情報に基づいて前記部分構成情報を取得することを特徴とする、請求項4または5に記載の情報処理装置。
The visual operation means configuration information further includes overall configuration information indicating a connection relationship of the plurality of partial configuration information,
The information processing apparatus according to claim 4, wherein the configuration information acquisition unit acquires the partial configuration information based on the overall configuration information.
前記視覚的操作手段は、前記複数の機能部の一つであって前記操作情報の入力に応じて表示される動的表示機能部を有し、
前記構成情報取得部は、前記動的表示機能部の表示命令に係る操作情報の入力に応じて、前記動的表示機能部を構成する部分構成情報を取得することを特徴とする、請求項4乃至6いずれか1項に記載の情報処理装置。
The visual operation means includes a dynamic display function unit that is one of the plurality of function units and is displayed according to the input of the operation information,
The configuration information acquisition unit acquires partial configuration information constituting the dynamic display function unit in response to an operation information input related to a display command of the dynamic display function unit. The information processing apparatus according to any one of 1 to 6.
前記取得した視覚的操作手段構成情報を記憶する構成情報記憶部を更に有することを特徴とする、請求項2乃至7いずれか1項に記載の情報処理装置。   The information processing apparatus according to claim 2, further comprising a configuration information storage unit that stores the acquired visual operation unit configuration information. 前記視覚的操作手段構成情報の供給元において前記視覚的操作手段構成情報が更新されたことを確認する構成情報更新確認部を更に有し、
前記構成情報取得部は、前記視覚的操作手段構成情報の更新が確認された場合に前記更新された視覚的操作手段構成情報を取得することを特徴とする、請求項8に記載の情報処理装置。
A configuration information update confirmation unit for confirming that the visual operation unit configuration information has been updated at a source of the visual operation unit configuration information;
9. The information processing apparatus according to claim 8, wherein the configuration information acquisition unit acquires the updated visual operation unit configuration information when the update of the visual operation unit configuration information is confirmed. .
第1の情報と第2の情報との関連付けに関する情報が記憶された関連付け情報記憶部を更に有し、
前記第1の情報は、前記表示された視覚的操作手段によって提供される操作手段の操作項目を指定する操作項目識別情報であり、
前記第2の情報は、前記プログラムの処理を指定する処理識別情報であることを特徴とする、請求項2乃至9いずれか1項に記載の情報処理装置。
It further has an association information storage unit in which information related to the association between the first information and the second information is stored,
The first information is operation item identification information for designating an operation item of the operation means provided by the displayed visual operation means,
The information processing apparatus according to claim 2, wherein the second information is process identification information that specifies a process of the program.
前記表示制御部は、前記視覚的操作手段の構成の変更を要求する操作情報に応じて前記視覚的操作手段の表示情報を変更し、
前記構成の変更された視覚的操作手段に対応する前記視覚的操作手段構成情報を、前記変更された表示情報に基づいて生成する構成情報生成部を更に有することを特徴とする、請求項2乃至10いずれか1項に記載の情報処理装置。
The display control unit changes display information of the visual operation means according to operation information requesting a change in the configuration of the visual operation means,
The configuration further includes a configuration information generation unit that generates the visual operation unit configuration information corresponding to the changed visual operation unit based on the changed display information. The information processing apparatus according to any one of 10.
ネットワークを介して機能を提供する情報処理システムであって、
ネットワークを介して機能を提供する機能提供装置と、
ネットワークを介して前記提供される機能を利用する機能利用装置とを有し、
前記機能利用装置は、
前記提供される機能を利用するためのプログラムの状態をユーザに視覚的に通知すると共にユーザが当該プログラムを操作するための操作情報の入力手段を提供する視覚的操作手段の表示を制御する表示制御部と、
前記表示制御部が認識可能な形式の表示情報を生成する表示情報生成部と、
構造化文書として構成された情報であって前記視覚的操作手段を構成する視覚的操作手段構成情報を取得する構成情報取得部とを有し、
前記構成情報取得部は、前記機能提供装置から前記視覚的操作手段構成情報を取得し、
前記表示情報生成部は、前記取得した視覚的操作手段構成情報に基づいて前記表示情報を生成し、
前記表示制御部は、前記生成した表示情報に基づいて前記視覚的操作手段の表示を制御することを特徴とする、情報処理システム。
An information processing system that provides a function via a network,
A function providing device for providing a function via a network;
A function use device that uses the provided function via a network;
The function using device is:
Display control for visually informing the user of the state of the program for using the provided function and for controlling the display of the visual operation means for providing operation information input means for the user to operate the program And
A display information generating unit that generates display information in a format recognizable by the display control unit;
A configuration information acquisition unit that acquires information configured as a structured document and acquires visual operation unit configuration information configuring the visual operation unit;
The configuration information acquisition unit acquires the visual operation means configuration information from the function providing device,
The display information generation unit generates the display information based on the acquired visual operation means configuration information,
The information processing system, wherein the display control unit controls display of the visual operation means based on the generated display information.
情報処理装置において動作するプログラムの状態をユーザに視覚的に通知すると共にユーザが当該プログラムを操作するための操作情報の入力手段を提供する視覚的操作手段の表示を制御する表示制御方法であって、
構造化文書として構成された情報であって前記視覚的操作手段を構成する視覚的操作手段構成情報をネットワークを介して取得し、
前記視覚的操作手段の表示を制御するための表示情報を前記取得した視覚的操作手段構成情報に基づいて生成し、
前記生成した表示情報に基づいて前記視覚的操作手段の表示を制御することを特徴とする、表示制御方法。
A display control method for visually informing a user of a status of a program operating in an information processing apparatus and for controlling display of a visual operation means for providing operation information input means for the user to operate the program. ,
Information configured as a structured document and obtaining the visual operation means configuration information constituting the visual operation means via a network;
Generating display information for controlling display of the visual operation means based on the acquired visual operation means configuration information;
A display control method, comprising: controlling display of the visual operation means based on the generated display information.
請求項13に記載の表示制御方法を情報処理装置に実行させることを特徴とする、表示制御プログラム。   A display control program for causing an information processing apparatus to execute the display control method according to claim 13. 請求項14に記載の表示制御プログラムを情報処理装置が読み取り可能な形式で記録したことを特徴とする、記録媒体。   15. A recording medium in which the display control program according to claim 14 is recorded in a format readable by an information processing apparatus.
JP2007278584A 2007-10-26 2007-10-26 Information processor, information processing system, display control method, display control program, and recording medium Pending JP2009110050A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007278584A JP2009110050A (en) 2007-10-26 2007-10-26 Information processor, information processing system, display control method, display control program, and recording medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007278584A JP2009110050A (en) 2007-10-26 2007-10-26 Information processor, information processing system, display control method, display control program, and recording medium

Publications (1)

Publication Number Publication Date
JP2009110050A true JP2009110050A (en) 2009-05-21

Family

ID=40778517

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007278584A Pending JP2009110050A (en) 2007-10-26 2007-10-26 Information processor, information processing system, display control method, display control program, and recording medium

Country Status (1)

Country Link
JP (1) JP2009110050A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011186767A (en) * 2010-03-08 2011-09-22 Ricoh Co Ltd Image forming apparatus, image processing apparatus, image processing system, image processing method, program, and recording medium
JP2012100113A (en) * 2010-11-02 2012-05-24 Ricoh Co Ltd Image processor, ui cooperation system, and ui cooperation control method
WO2015115347A1 (en) * 2014-01-30 2015-08-06 京セラドキュメントソリューションズ株式会社 Embedded system, image formation device, and display method for embedded system
US10735608B2 (en) 2018-09-11 2020-08-04 Konica Minolta, Inc. Message conversion system, message conversion method, and message conversion program

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011186767A (en) * 2010-03-08 2011-09-22 Ricoh Co Ltd Image forming apparatus, image processing apparatus, image processing system, image processing method, program, and recording medium
JP2012100113A (en) * 2010-11-02 2012-05-24 Ricoh Co Ltd Image processor, ui cooperation system, and ui cooperation control method
WO2015115347A1 (en) * 2014-01-30 2015-08-06 京セラドキュメントソリューションズ株式会社 Embedded system, image formation device, and display method for embedded system
US10735608B2 (en) 2018-09-11 2020-08-04 Konica Minolta, Inc. Message conversion system, message conversion method, and message conversion program

Similar Documents

Publication Publication Date Title
JP5975666B2 (en) Information processing apparatus, information processing method, and program
JP5683205B2 (en) Information processing apparatus, control method for controlling information processing apparatus, and program thereof
CN101964855B (en) Information processing apparatus and information processing method
JP5448542B2 (en) Information processing apparatus, control method, and program
JP5462610B2 (en) Information processing system, information processing apparatus, control method therefor, and program
JP2012048582A (en) Print job management system and method for controlling the same, information processor, print server
JP2020004158A (en) Information processing apparatus, method of controlling information processing apparatus, and program
JP2016057697A (en) Information processing system, information processor, control method thereof, and program
JP5610891B2 (en) Printing system and information processing method
JP2016165046A (en) Information processing system, information processor, information processing method, and program
US10223053B2 (en) Electronic apparatus, print control method and computer readable recording medium
JP2011041214A (en) Document management system and method for controlling the same and information processing apparatus
JP5709429B2 (en) Image processing apparatus, control method therefor, and program
JP2009110050A (en) Information processor, information processing system, display control method, display control program, and recording medium
JP5140553B2 (en) Information processing apparatus and image forming system including the same
JP2011227739A (en) Information processing device, control method and program
JP5950608B2 (en) Information processing apparatus, method, and program
JP2015232754A (en) Information processing apparatus, data processing apparatus, printer, method of processing driver of information processing apparatus, method of processing driver of data processing apparatus, method of processing driver of printer, and program
JP6378567B2 (en) Apparatus, method, program
JP5729652B2 (en) Printer driver and printer driver localization method
JP5766065B2 (en) Management system, server device, management method, and computer program
JP5140552B2 (en) Information processing apparatus and image forming system including the same
JP6331455B2 (en) Information processing system, control method thereof, information processing server, control method thereof, and program
JP2013130985A (en) Printer driver installation method, system and program
JP2013105357A (en) Server device, information processing device, control method of server device and program