JP5803357B2 - Image processing apparatus, method and program for speeding up screen display - Google Patents

Image processing apparatus, method and program for speeding up screen display Download PDF

Info

Publication number
JP5803357B2
JP5803357B2 JP2011149698A JP2011149698A JP5803357B2 JP 5803357 B2 JP5803357 B2 JP 5803357B2 JP 2011149698 A JP2011149698 A JP 2011149698A JP 2011149698 A JP2011149698 A JP 2011149698A JP 5803357 B2 JP5803357 B2 JP 5803357B2
Authority
JP
Japan
Prior art keywords
screen
priority
plug
internal representation
representation data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP2011149698A
Other languages
Japanese (ja)
Other versions
JP2013016094A (en
Inventor
基至 勝又
基至 勝又
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
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 JP2011149698A priority Critical patent/JP5803357B2/en
Publication of JP2013016094A publication Critical patent/JP2013016094A/en
Application granted granted Critical
Publication of JP5803357B2 publication Critical patent/JP5803357B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • User Interface Of Digital Computer (AREA)
  • Storing Facsimile Image Data (AREA)

Description

本発明は、画面を表示する画像処理装置に関し、より詳細には、操作パネルの画面表示を高速化する画像処理装置、方法およびプログラムに関する。   The present invention relates to an image processing apparatus that displays a screen, and more particularly, to an image processing apparatus, method, and program for speeding up screen display on an operation panel.

従来、Webページ等をブラウザで閲覧するPCなどの情報処理装置が広く利用されている。このような情報処理装置では、ユーザが指定したWebページを構成するファイルをWebサーバから取得して、ブラウザが表示可能な形式のデータに変換してディスプレイに表示する。   Conventionally, an information processing apparatus such as a PC for browsing a Web page or the like with a browser has been widely used. In such an information processing apparatus, a file constituting a Web page designated by a user is acquired from a Web server, converted into data in a format that can be displayed by a browser, and displayed on a display.

しかしながら、ユーザからの閲覧要求があったときに、その都度、Webサーバから閲覧対象のWebページの構成ファイルを取得し、解析および変換して表示すると、Webページをディスプレイに表示する時間が遅くなり、ユーザビリティが低下するという問題があった。   However, whenever a browsing request is received from the user, if the configuration file of the Web page to be browsed is acquired from the Web server, analyzed, converted, and displayed, the time for displaying the Web page on the display is delayed. There was a problem that usability deteriorated.

この点につき、特許文献1は、ブラウザによるWebページの表示処理を高速化する方法を開示する。この方法では、Webページを構成するファイルを解析し、その解析データをプログラムが可読な形式の内部表現データに変換してキャッシュメモリに保持する。そして、Webページの表示処理において、ユーザが要求するWebページの内部表現データがキャッシュメモリに保持されているか否か判断し、内部表現データがキャッシュメモリに保持されている場合には、当該内部表現データをキャッシュメモリから取得して表示することにより、Webページの表示処理を高速化する。   In this regard, Patent Document 1 discloses a method for speeding up a Web page display process by a browser. In this method, a file constituting a Web page is analyzed, and the analyzed data is converted into internal representation data in a format that can be read by the program and held in a cache memory. Then, in the Web page display process, it is determined whether or not the internal representation data of the Web page requested by the user is held in the cache memory, and if the internal representation data is held in the cache memory, the internal representation data By acquiring the data from the cache memory and displaying it, the Web page display process is accelerated.

しかしながら、特許文献1が開示する方法では、生成された内部表現データをキャッシュメモリに逐次保存するため、この方法を、キャッシュメモリの容量が制限されている画像処理装置などの組み込み系装置に採用した場合、キャッシュメモリ領域がフルの状態では、新たに生成した内部表現データを保持するためにスワップアウトが発生し、ユーザが閲覧要求する頻度の高い画像の内部表現データをキャッシュメモリからスワップアウトまたは削除する虞があり、表示すべき画像の内部表現データのヒット率が低くなるという問題がある。   However, in the method disclosed in Patent Document 1, the generated internal representation data is sequentially stored in the cache memory, and thus this method is adopted in an embedded system device such as an image processing device in which the capacity of the cache memory is limited. If the cache memory area is full, swap-out occurs to hold newly generated internal representation data, and the internal representation data of images frequently requested by the user is swapped out or deleted from the cache memory. There is a problem that the hit rate of the internal representation data of the image to be displayed is lowered.

このため、メモリの制限により内部表現データを削除する場合、その画面を表示する際に当該画像を構成するファイルを再度取得して解析および変換しなければならず、また、当該内部表現データをスワップアウトする場合には、その画面を表示する際に当該内部表現データをキャッシュメモリにスワップインさせなければならず、いずれの場合にも画面表示が遅延してしまうという問題があった。   For this reason, when internal representation data is deleted due to memory limitations, the files that make up the image must be re-acquired and analyzed when the screen is displayed, and the internal representation data is swapped. In the case of out, the internal representation data must be swapped into the cache memory when displaying the screen, and there is a problem that the screen display is delayed in any case.

本発明は、上記従来技術の問題に鑑みてなされたものであり、操作パネルに表示すべき画面の内部表現データを格納するキャッシュメモリの容量制限によって生じる画面表示の遅延を防止して、操作パネルの画面表示を高速化する画像処理装置、方法およびプログラムを提供することを目的とするものである。   The present invention has been made in view of the above-described problems of the prior art, and prevents a delay in screen display caused by a capacity limitation of a cache memory that stores internal representation data of a screen to be displayed on the operation panel. An object of the present invention is to provide an image processing apparatus, method and program for speeding up the screen display.

上記課題を解決するために、本発明の画像処理装置は、画面の優先度を算出するための優先度算出情報を用いて画像の優先度を算出する。そして、画像処理装置は、描画手段が解読可能なプログラム言語および形式で記述された画面の内部表現データが保存されるキャッシュメモリに保存すべき内部表現データを判定し、優先度の高い画面の内部表現データを優先的に保存する。これにより、本発明の画像処理装置は、ユーザの閲覧頻度の高い画面の内部表現データのヒット率を向上させることができ、操作パネルの画面表示を高速化することができる。   In order to solve the above problem, the image processing apparatus of the present invention calculates the priority of an image using priority calculation information for calculating the priority of a screen. Then, the image processing apparatus determines the internal representation data to be stored in a cache memory in which the internal representation data of the screen described in a programming language and format that can be decoded by the drawing means is stored, Save expression data preferentially. Thereby, the image processing apparatus of this invention can improve the hit rate of the internal expression data of the screen with a high browsing frequency of a user, and can speed up the screen display of an operation panel.

さらに、本発明は、ユーザの閲覧頻度の高い画面の内部表現データのヒット率を向上させて操作パネルの画面表示を高速化する方法およびプログラムを提供する。   Furthermore, the present invention provides a method and program for improving the hit rate of internal representation data of a screen frequently viewed by the user and speeding up the screen display on the operation panel.

本実施形態の画像処理装置の機能構成を示す図。1 is a diagram illustrating a functional configuration of an image processing apparatus according to an embodiment. 本発明が採用するパイプおよびフィルタアーキテクチャの概念図。The conceptual diagram of the pipe and filter architecture which this invention employ | adopts. 本実施形態の画像処理装置が実装するプラグインモジュールを示す図。FIG. 3 is a diagram showing a plug-in module installed in the image processing apparatus according to the embodiment. 本実施形態の画像処理装置が実装するブラウザの機能構成を示す図。The figure which shows the function structure of the browser which the image processing apparatus of this embodiment implements. 本実施形態の画像処理装置がプラグインモジュールをインストールする場合のシーケンスを示す図。FIG. 6 is a diagram showing a sequence in a case where the image processing apparatus of the present embodiment installs a plug-in module. 本実施形態の画像処理装置が実行する操作パネルに表示すべき画面の内部表現データの生成処理を示すフローチャート。6 is a flowchart showing processing for generating internal representation data of a screen to be displayed on an operation panel executed by the image processing apparatus according to the present embodiment. 本実施形態の画像処理装置が使用する優先度算出情報テーブルおよび優先度テーブルを示す図。FIG. 4 is a diagram illustrating a priority calculation information table and a priority table used by the image processing apparatus according to the present embodiment. 本実施形態の画像処理装置が使用する優先度テーブルの一実施形態を示す図。FIG. 3 is a diagram illustrating an embodiment of a priority table used by the image processing apparatus according to the embodiment. 本実施形態の画像処理装置が使用する優先度テーブルの別の実施形態を示す図。The figure which shows another embodiment of the priority table which the image processing apparatus of this embodiment uses. 本実施形態の画像処理装置が使用する優先度テーブルを他の実施形態を示す図。The figure which shows other embodiment the priority table which the image processing apparatus of this embodiment uses. 本実施形態の画像処理装置が操作パネルに画面を表示する際に実行する処理を示すフローチャート。6 is a flowchart showing processing executed when the image processing apparatus of the present embodiment displays a screen on the operation panel. 本実施形態の画像処理装置が使用する内部表現データおよび画面構成情報の一実施形態を示す図。The figure which shows one Embodiment of the internal expression data and screen structure information which the image processing apparatus of this embodiment uses. 本実施形態の画像処理装置の機能拡張を示す概念図。FIG. 3 is a conceptual diagram showing function expansion of the image processing apparatus according to the present embodiment. 本実施形態の画像処理装置が実装するプラグインモジュールと、当該プラグインモジュールをインストールする画像処理装置との関係を示す図。FIG. 3 is a diagram illustrating a relationship between a plug-in module installed in the image processing apparatus of the present embodiment and an image processing apparatus that installs the plug-in module.

以下、本発明について実施形態をもって説明するが、本発明は、後述する実施形態に限定されるものではない。図1は、本実施形態の画像処理装置の機能構成を示す図である。以下、図1を参照して、画像処理装置100が実装する機能構成について説明する。   Hereinafter, although this invention is demonstrated with embodiment, this invention is not limited to embodiment mentioned later. FIG. 1 is a diagram illustrating a functional configuration of the image processing apparatus according to the present embodiment. Hereinafter, a functional configuration implemented by the image processing apparatus 100 will be described with reference to FIG.

画像処理装置100は、原稿画像をスキャニングして生成した画像データを印刷してコピーし、画像データをローカルネットワーク等のネットワークを介して配信し、画像データをFAX送信するMFP(Multi-Function Peripheral)として構成される。   The image processing apparatus 100 prints and copies image data generated by scanning a document image, distributes the image data via a network such as a local network, and transmits the image data by FAX (Multi-Function Peripheral). Configured as

画像処理装置100は、画像処理装置100が実行する処理の全体制御を行うCPU等のプロセッサ、原稿画像のスキャニングや画像データの各種配信処理、画像データの印刷処理を実行するASIC(Application Specific Integrated Circuit)、キャッシュメモリ、ROM(Read Only Memory)、RAM(Random Access Memory)、ハードディスク装置(HDD)、ネットワークI/F、操作パネルなどを含んで実装されており、UNIX(登録商標)、LINUX(登録商標)などのOSの制御下で、アセンブラ、C、C++、JAVA(登録商標)、JavaScript(登録商標)などのプログラミング言語で記述された本実施形態のプログラムをRAMに展開して実行し、後述する機能を当該画像処理装置上で実現する。   The image processing apparatus 100 includes a processor such as a CPU that performs overall control of processing executed by the image processing apparatus 100, an ASIC (Application Specific Integrated Circuit) that executes scanning of original images, various types of distribution processing of image data, and printing processing of image data. ), Cache memory, ROM (Read Only Memory), RAM (Random Access Memory), hard disk drive (HDD), network I / F, operation panel, etc., and are mounted with UNIX (registered trademark), LINUX (registered) Under the control of an OS such as a trademark (registered trademark), the program of the present embodiment described in a programming language such as assembler, C, C ++, JAVA (registered trademark), or JavaScript (registered trademark) is expanded in a RAM and executed. This function is realized on the image processing apparatus.

図1に示す画像処理装置100は、ユーザインタフェース部110と、コントロール部120と、機能実現部130と、デバイスサービス部150と、デバイス制御部160とを含む。   The image processing apparatus 100 illustrated in FIG. 1 includes a user interface unit 110, a control unit 120, a function implementation unit 130, a device service unit 150, and a device control unit 160.

ユーザインタフェース部110は、ユーザからの各種ジョブ(例えば、コピーや印刷、スキャン、ファックス、画面表示等)を受け付ける機能手段であり、ブラウザ111を含む。ブラウザ111は、操作パネルに種々の画面を表示する描画エンジンであり、当該画面に介してユーザが発行するジョブを受け付け、コントロール部120に通知する。   The user interface unit 110 is a functional unit that receives various jobs (for example, copy, print, scan, fax, screen display, etc.) from the user, and includes a browser 111. The browser 111 is a drawing engine that displays various screens on the operation panel, receives a job issued by the user via the screen, and notifies the control unit 120 of the job.

コントロール部120は、ユーザが発行したジョブを制御する機能手段であり、プラグイン管理部121と、リクエスト管理部122と、認証管理部123とを含む。   The control unit 120 is a functional unit that controls a job issued by a user, and includes a plug-in management unit 121, a request management unit 122, and an authentication management unit 123.

プラグイン管理部121は、画像処理装置100の機能を拡張するプログラムモジュール(以下、「プラグインモジュール」とする。)を管理する機能手段である。具体的には、プラグイン管理部121は、インストールすべきプラグインモジュールを、当該プラグインモジュールが格納された記憶装置から取得してインストールすると共に、当該プラグインモジュールをインスタンス化する。このとき、プラグイン管理部121は、画像処理装置100にインストールされたプラグインモジュールの識別情報と、当該プラグインモジュールのオブジェクトが格納されているメモリアドレスとを関連付けてプラグイン管理テーブルに登録する。   The plug-in management unit 121 is a functional unit that manages program modules (hereinafter referred to as “plug-in modules”) that extend the functions of the image processing apparatus 100. Specifically, the plug-in management unit 121 acquires and installs a plug-in module to be installed from a storage device in which the plug-in module is stored, and instantiates the plug-in module. At this time, the plug-in management unit 121 associates the identification information of the plug-in module installed in the image processing apparatus 100 with the memory address in which the object of the plug-in module is stored and registers it in the plug-in management table. .

プラグイン管理部121は、後述するデータ管理部151が管理するプラグイン管理テーブルを参照し、画像処理装置100にインストール可能なプラグインモジュールの一覧を生成する。また、プラグイン管理部121は、或るオブジェクトから別のオブジェクトの取得要求を受信すると、プラグイン管理テーブルを参照し、指定された別のオブジェクトのメモリアドレスを要求元のオブジェクトに提供することで、オブジェクト間の相互呼び出しを可能にする。   The plug-in management unit 121 refers to a plug-in management table managed by the data management unit 151 described later, and generates a list of plug-in modules that can be installed in the image processing apparatus 100. Further, when the plug-in management unit 121 receives an acquisition request for another object from a certain object, the plug-in management unit 121 refers to the plug-in management table and provides the memory address of the specified other object to the request source object. , Allowing cross-calls between objects.

本実施形態では、インストールすべきプラグインモジュールが格納されている記憶装置として、ネットワークを介して接続された情報処理装置、USBメモリやSDカード等のフラッシュメモリ、CD−ROM等を使用することができる。   In this embodiment, an information processing device connected via a network, a flash memory such as a USB memory or an SD card, a CD-ROM, or the like may be used as a storage device that stores a plug-in module to be installed. it can.

リクエスト管理部122は、ユーザが発行したジョブを機能実現部130に実行させる機能手段である。認証管理部123は、ユーザを認証する機能手段であり、操作パネルを介して入力されたユーザのアカウント名やパスワード等のユーザ識別情報によりユーザを認証する。   The request management unit 122 is a functional unit that causes the function realization unit 130 to execute a job issued by the user. The authentication management unit 123 is a functional unit that authenticates the user, and authenticates the user based on user identification information such as a user account name and password input via the operation panel.

機能実現部130は、ユーザが発行したジョブを実行する機能手段であり、コピーアプリケーション131と、送信アプリケーション132と、ファックスアプリケーション133とを含む。   The function realization unit 130 is a functional unit that executes a job issued by the user, and includes a copy application 131, a transmission application 132, and a fax application 133.

コピーアプリケーション131は、後述するスキャナ部134、加工部138および印刷部140を用いて、原稿をスキャンして印刷するコピー機能を実現するアプリケーションプログラムである。   The copy application 131 is an application program that realizes a copy function for scanning and printing a document using a scanner unit 134, a processing unit 138, and a printing unit 140, which will be described later.

送信アプリケーション132は、後述するスキャナ部134およびメール送信部142を用いて、原稿をスキャンして得られた原稿画像をメール送信するアプリケーションプログラムである。   The transmission application 132 is an application program that transmits a document image obtained by scanning a document using a scanner unit 134 and a mail transmission unit 142 described later.

ファックスアプリケーション133は、後述するスキャナ部134およびファックス送信部143を用いて、原稿をスキャンして得られた原稿画像をファックス送信するアプリケーションプログラムである。   The fax application 133 is an application program that transmits a document image obtained by scanning a document using a scanner unit 134 and a fax transmission unit 143 described later.

また、機能実現部130は、スキャナ部134と、読出部135と、メール受信部136と、ファックス受信部137とを含む。本実施形態では、これらの機能手段は1のプラグインモジュールとして構成されており、当該機能手段以外の他の機能手段に依存することなくインストールおよびアンインストールが可能である。   The function implementing unit 130 includes a scanner unit 134, a reading unit 135, a mail receiving unit 136, and a fax receiving unit 137. In the present embodiment, these functional means are configured as one plug-in module, and can be installed and uninstalled without depending on other functional means other than the functional means.

スキャナ部134は、スキャナ装置を制御して原稿をスキャンして原稿画像を生成する機能手段である。読出部135は、画像処理装置100のHDDに格納されている画像データを読み出す機能手段である。メール受信部136は、外部からネットワークを介して電子メールを受信する機能手段である。ファックス受信部137は、外部からネットワークを介してファックスを受信する機能手段である。   The scanner unit 134 is a functional unit that controls the scanner device to scan a document and generate a document image. The reading unit 135 is a functional unit that reads image data stored in the HDD of the image processing apparatus 100. The mail receiving unit 136 is a functional unit that receives an electronic mail from the outside via a network. The fax receiving unit 137 is a functional unit that receives a fax from the outside via a network.

さらに、機能実現部130は、加工部138と、変換部139とを含む。本実施形態では、これらの機能手段は1のプラグインモジュールとして構成されており、当該機能手段以外の他の機能手段に依存することなくインストールおよびアンインストールが可能である。   Furthermore, the function implementation unit 130 includes a processing unit 138 and a conversion unit 139. In the present embodiment, these functional means are configured as one plug-in module, and can be installed and uninstalled without depending on other functional means other than the functional means.

加工部138は、原稿画像等の入力画像データに対して、集約や拡大、縮小等の種々の画像変換処理を施す機能手段である。変換部139は、画像データのデータ形式を変換する機能手段であり、例えば、外部から受信したPostScript形式の印刷データをBitmap形式のデータに変換する。   The processing unit 138 is a functional unit that performs various image conversion processes such as aggregation, enlargement, and reduction on input image data such as a document image. The conversion unit 139 is a functional unit that converts the data format of the image data. For example, the conversion unit 139 converts PostScript format print data received from the outside into Bitmap format data.

さらに、機能実現部130は、印刷部140と、登録部141と、メール送信部142と、ファックス送信部143とを含む。本実施形態では、これらの機能手段は1のプラグインモジュールとして構成されており、当該機能手段以外の他の機能手段に依存することなくインストールおよびアンインストールが可能である。   Furthermore, the function implementation unit 130 includes a printing unit 140, a registration unit 141, a mail transmission unit 142, and a fax transmission unit 143. In the present embodiment, these functional means are configured as one plug-in module, and can be installed and uninstalled without depending on other functional means other than the functional means.

印刷部140は、加工部138が入力データをプロッタに印刷出力させる機能手段である。登録部141は、画像処理装置100に入力した画像データやスキャンデータを画像処理装置100のHDDに保存する機能手段である。メール送信部142は、スキャンデータやHDDに格納されている画像データをメール送信する機能手段である。ファックス送信部143は、スキャンデータやHDDに格納されている画像データをファックス送信する機能手段である。   The printing unit 140 is a functional unit that causes the processing unit 138 to print out input data on the plotter. The registration unit 141 is a functional unit that stores image data and scan data input to the image processing apparatus 100 in the HDD of the image processing apparatus 100. The mail transmission unit 142 is a functional unit that transmits scan data and image data stored in the HDD by mail. The fax transmission unit 143 is a functional unit that transmits scan data and image data stored in the HDD by fax.

さらに、機能実現部130は、ユーザ情報管理部144と、画面構成情報提供部145とを含む。   Furthermore, the function implementation unit 130 includes a user information management unit 144 and a screen configuration information provision unit 145.

ユーザ情報管理部144は、ユーザ識別情報等の認証情報を管理する機能手段であり、後述するデータ管理部151を用いて認証情報の参照や更新、削除、検索を行う。   The user information management unit 144 is a functional unit that manages authentication information such as user identification information, and refers to, updates, deletes, and searches for authentication information using the data management unit 151 described later.

画面構成情報提供部145は、画像処理装置100にインストールされたプラグインモジュールの画面を構成する情報(以下、「画面構成情報」とする。)を提供する機能手段である。画面構成情報提供部145は、画像処理装置100にプラグインモジュールがインストールされると、画面構成情報提供部145が管理する記憶装置に当該プラグインモジュールが使用する画面の画面構成情報を登録する。画面構成情報提供部145は、ブラウザ111からの画面構成情報の取得要求に応じて、要求されている画面構成情報を当該記憶装置から取得し、ブラウザ111に提供する。   The screen configuration information providing unit 145 is a functional unit that provides information that configures a screen of a plug-in module installed in the image processing apparatus 100 (hereinafter referred to as “screen configuration information”). When the plug-in module is installed in the image processing apparatus 100, the screen configuration information providing unit 145 registers the screen configuration information of the screen used by the plug-in module in the storage device managed by the screen configuration information providing unit 145. In response to the screen configuration information acquisition request from the browser 111, the screen configuration information providing unit 145 acquires the requested screen configuration information from the storage device and provides it to the browser 111.

デバイスサービス部150は、上述した機能手段が適宜呼び出し可能な機能手段であり、データ管理部151を含んで構成される。データ管理部151は、画像処理装置100にプラグインモジュールを管理するデータテーブルであるプラグイン管理テーブルを管理する機能手段である。   The device service unit 150 is a functional unit that can be appropriately called by the above-described functional units, and includes a data management unit 151. The data management unit 151 is a functional unit that manages a plug-in management table that is a data table for managing plug-in modules in the image processing apparatus 100.

プラグイン管理テーブルには、画像処理装置100にインストール可能なプラグインモジュールの識別情報と、プラグインモジュールが登録されているか否かを示す情報と、当該プラグインモジュールをインスタンス化して生成されるオブジェクトの識別情報と、その格納先のメモリアドレスとが登録される。   In the plug-in management table, plug-in module identification information that can be installed in the image processing apparatus 100, information indicating whether or not the plug-in module is registered, and an object generated by instantiating the plug-in module And the memory address of the storage destination are registered.

データ管理部151は、新たなプラグインモジュールがインストールされるとプラグイン管理テーブルに当該プラグインモジュールの識別情報を登録し、プラグインモジュールがアンインストールされると、当該プラグインモジュールの識別情報をプラグイン管理テーブルから削除する。   The data management unit 151 registers the identification information of the plug-in module in the plug-in management table when a new plug-in module is installed, and displays the identification information of the plug-in module when the plug-in module is uninstalled. Delete from the plug-in management table.

プラグイン管理121がプラグインモジュール一覧を生成する場合、データ管理部151は、画像処理装置100にインストール可能なプラグインモジュールの識別情報のうち、未だインストールされていないプラグインモジュールの識別情報をプラグイン管理121に提供する。   When the plug-in management 121 generates a plug-in module list, the data management unit 151 plugs the identification information of plug-in modules that are not yet installed among the identification information of plug-in modules that can be installed in the image processing apparatus 100. Provided to the in-management 121.

また、データ管理部151は、プラグインモジュールのインストール時に、プラグインモジュールをインスタンス化して生成されるオブジェクトの識別情報と、その格納先のメモリアドレスとを関連付けて登録する。データ管理部151は、プラグイン管理部121の要求により、これらの情報をプラグイン管理部121に提供する。   In addition, when installing the plug-in module, the data management unit 151 associates and registers the identification information of the object generated by instantiating the plug-in module and the memory address of the storage destination. The data management unit 151 provides the information to the plug-in management unit 121 in response to a request from the plug-in management unit 121.

デバイス制御部160は、画像処理装置100が備えるスキャナ装置やプロッタ等の装置を制御する手段である。   The device control unit 160 is a unit that controls devices such as a scanner device and a plotter included in the image processing apparatus 100.

図2は、本発明が採用するパイプおよびフィルタアーキテクチャの概念図である。パイプおよびフィルタアーキテクチャでは、フィルタ201,203,205が入力データを変換し、パイプ202,204はフィルタが変換したデータを次のフィルタに提供する。   FIG. 2 is a conceptual diagram of the pipe and filter architecture employed by the present invention. In the pipe and filter architecture, filters 201, 203, and 205 convert input data, and pipes 202 and 204 provide the converted data to the next filter.

ここで、データの変換を入力、加工および出力として捉えると、図1に示す画像処理装置100が実装する機能手段は、入力フィルタ、加工フィルタおよび出力フィルタに分類することができる。具体的には、スキャナ部134、読出部135、メール受信部136およびファックス受信部137は入力フィルタに該当し、加工部138および変換部139は加工フィルタに該当する。また、印刷部140、登録部141、メール送信部142およびファックス送信部143は出力フィルタに該当する。これらの各フィルタは、1のプラグインモジュールであり、独立して画像処理装置100に追加および削除が可能である。   Here, if data conversion is regarded as input, processing, and output, the functional means implemented by the image processing apparatus 100 shown in FIG. 1 can be classified into an input filter, a processing filter, and an output filter. Specifically, the scanner unit 134, the reading unit 135, the mail receiving unit 136, and the fax receiving unit 137 correspond to an input filter, and the processing unit 138 and the conversion unit 139 correspond to a processing filter. The printing unit 140, the registration unit 141, the mail transmission unit 142, and the fax transmission unit 143 correspond to output filters. Each of these filters is one plug-in module, and can be added to and deleted from the image processing apparatus 100 independently.

図3は、本実施形態の画像処理装置が実装するプラグインモジュールを示す図である。プラグインモジュール300は、動作オブジェクト310と、画面構成情報320とを含んで構成される。   FIG. 3 is a diagram illustrating a plug-in module installed in the image processing apparatus according to the present embodiment. The plug-in module 300 includes an action object 310 and screen configuration information 320.

動作オブジェクト310は、動作中のプラグインモジュールにアクセスするためにメモリ領域上に形成されるクラスのインスタンス、すなわちオブジェクトである。動作オブジェクト310は、他のプラグインモジュールの動作オブジェクトからの要求を受けて処理を実行し、または、他のプラグインモジュールの動作オブジェクトに対して処理を依頼する。   The action object 310 is an instance, that is, an object of a class formed on the memory area in order to access the plug-in module being operated. The operation object 310 executes a process in response to a request from an operation object of another plug-in module, or requests an operation object of another plug-in module.

例えば、プラグインモジュールであるスキャナ部134の動作オブジェクトは、他のプラグインモジュールであるコピーアプリケーション131の動作オブジェクトからスキャンの設定情報をパラメータとして受け取り、原稿のスキャンを実行する。スキャンが終了すると、スキャナ部134の動作オブジェクトは、コピーアプリケーション131の動作オブジェクトにスキャンデータを提供する。   For example, the operation object of the scanner unit 134 that is a plug-in module receives scan setting information as a parameter from the operation object of the copy application 131 that is another plug-in module, and executes scanning of a document. When the scanning is completed, the operation object of the scanner unit 134 provides scan data to the operation object of the copy application 131.

画面構成情報320は、画面構造322と、画面デザイン324と、アイコン326と、制御プログラム328とを含んで構成される。   The screen configuration information 320 includes a screen structure 322, a screen design 324, an icon 326, and a control program 328.

画面構造322は、GUIの構造を規定する情報である。画面デザイン324は、画面構造322が規定する画面構造に基づくGUIの具体的なレイアウトおよびデザインを規定する情報である。アイコン326は、GUIに表示する画像データである。制御プログラム328は、GUI上に動的に画像を表示し、またはボタン等の押下によってユーザの入力を受け付けてジョブを発行するなどの所定の処理を実行する。   The screen structure 322 is information that defines the structure of the GUI. The screen design 324 is information defining a specific GUI layout and design based on the screen structure defined by the screen structure 322. The icon 326 is image data displayed on the GUI. The control program 328 executes predetermined processing such as dynamically displaying an image on the GUI or receiving a user input by pressing a button or the like and issuing a job.

図4は、本実施形態の画像処理装置が実装するブラウザの機能構成を示す図である。以下、図4を参照して、画像処理装置100のブラウザ111について詳細に説明する。   FIG. 4 is a diagram illustrating a functional configuration of a browser implemented by the image processing apparatus according to the present embodiment. Hereinafter, the browser 111 of the image processing apparatus 100 will be described in detail with reference to FIG.

ブラウザ111は、リクエスト要否判定部401と、リクエスト送信部402と、レスポンス受信部403とを含む。   The browser 111 includes a request necessity determination unit 401, a request transmission unit 402, and a response reception unit 403.

リクエスト要否判定部401は、遷移先画面の画面構成情報を画面構成情報提供部145に要求する必要があるか否か判定する機能手段である。具体的には、リクエスト要否判定部401は、ユーザが操作パネルに表示されたGUIを用いて指定する遷移先画面の内部表現データが、GUIの内部表現データを格納すべき記憶装置である内部表現データメモリ411に保持されているか否か判断する。   The request necessity determination unit 401 is a functional unit that determines whether or not it is necessary to request the screen configuration information providing unit 145 for the screen configuration information of the transition destination screen. Specifically, the request necessity determination unit 401 is an internal storage device in which the internal representation data of the transition destination screen designated by the user using the GUI displayed on the operation panel is to store the internal representation data of the GUI. It is determined whether or not it is held in the expression data memory 411.

遷移先画面の内部表現データが内部表現データメモリ411に保持されている場合には、リクエスト要否判定部401は、遷移先画面の画面構成情報を画面構成情報提供部145に要求する必要がないと判断する。一方、遷移先画面の内部表現データが内部表現データメモリ411に保持されていない場合には、リクエスト要否判定部401は、遷移先画面の画面構成情報を画面構成情報提供部145に要求する必要があると判断する。   When the internal representation data of the transition destination screen is stored in the internal representation data memory 411, the request necessity determination unit 401 does not need to request the screen configuration information providing unit 145 for the screen configuration information of the transition destination screen. Judge. On the other hand, if the internal representation data of the transition destination screen is not held in the internal representation data memory 411, the request necessity determination unit 401 needs to request the screen configuration information providing unit 145 for the screen configuration information of the transition destination screen. Judge that there is.

本実施形態では、内部表現データメモリ411は、画像処理装置100のCPU等のプロセッサが高速にアクセス可能な不揮発性のキャッシュメモリであり、主記憶装置に比べてメモリ容量が制限されている。   In the present embodiment, the internal representation data memory 411 is a non-volatile cache memory that can be accessed at high speed by a processor such as the CPU of the image processing apparatus 100, and has a memory capacity that is limited as compared with the main storage device.

リクエスト送信部402は、遷移先画面の画面構成情報を画面構成情報提供部145に要求する機能手段である。リクエスト送信部402は、遷移先画面の内部表現データが内部表現データメモリ411に保存されていない場合に、当該遷移先画面の画面構成情報を画面構成情報提供部145に要求する。   The request transmission unit 402 is a functional unit that requests the screen configuration information providing unit 145 for the screen configuration information of the transition destination screen. When the internal representation data of the transition destination screen is not stored in the internal representation data memory 411, the request transmission unit 402 requests the screen configuration information providing unit 145 for the screen configuration information of the transition destination screen.

レスポンス受信部403は、画面構成情報提供部145からレスポンスを受信したか否か判断する機能手段である。レスポンス受信部403は、リクエスト送信部402が送信した遷移先画面の画面構成情報のリクエストに対するレスポンスを受信したか否か判断する。   The response receiving unit 403 is a functional unit that determines whether a response is received from the screen configuration information providing unit 145. The response reception unit 403 determines whether a response to the request for the screen configuration information of the transition destination screen transmitted by the request transmission unit 402 has been received.

また、ブラウザ111は、解析部404と、内部表現データ読出部405と、内部表現データ記憶部406とを含む。   Browser 111 also includes an analysis unit 404, an internal representation data reading unit 405, and an internal representation data storage unit 406.

解析部404は、画面構成情報を解析して変換する機能手段である。具体的には、解析部404は、XMLやHTML、XHTML等の構造化言語やCSS等のスタイルシート言語で記述された画面構成情報であるテキスト文書を構文解析および字句解析し、後述する描画部407が解読可能なプログラム言語および形式で記述された内部表現データを生成する。本実施形態では、解析部404として、XMLパーサやHTMLパーサ、XHTMLパーサ、CSSパーサ等の種々のパーサを採用することができる。   The analysis unit 404 is a functional unit that analyzes and converts screen configuration information. Specifically, the analysis unit 404 performs syntax analysis and lexical analysis on a text document that is screen configuration information described in a structured language such as XML, HTML, and XHTML, and a style sheet language such as CSS, and a drawing unit described later 407 generates internal representation data described in a decipherable programming language and format. In the present embodiment, various parsers such as an XML parser, an HTML parser, an XHTML parser, and a CSS parser can be employed as the analysis unit 404.

内部表現データ読出部405は、内部表現データメモリ411に保持された内部表現データを読み出す機能手段である。内部表現データ読出部405は、リクエスト要否判定部401が遷移先画面の内部表現データが内部表現データメモリ411に保持されていると判断した場合に、遷移先画面の内部表現データを内部表現データメモリ411から読み出す。   The internal representation data reading unit 405 is a functional unit that reads internal representation data held in the internal representation data memory 411. When the request necessity determination unit 401 determines that the internal representation data of the transition destination screen is stored in the internal representation data memory 411, the internal representation data reading unit 405 converts the internal representation data of the transition destination screen into the internal representation data. Read from the memory 411.

内部表現データ記憶部406は、操作パネルに表示される画面の内部表現データを内部表現データメモリ411に保存または削除する機能手段である。内部表現データ記憶部406は、他の機能手段から呼び出すことができ、指定された画面の内部表現データを、そのメタデータである当該画面の識別情報と共に内部表現データメモリ411に保存する。また、内部表現データ記憶部406は、指定された内部表現データを、その識別情報と共に内部表現データメモリ411から削除する。   The internal representation data storage unit 406 is a functional unit that saves or deletes internal representation data of a screen displayed on the operation panel in the internal representation data memory 411. The internal representation data storage unit 406 can be called from other function means, and stores the internal representation data of the designated screen in the internal representation data memory 411 together with the identification information of the screen as its metadata. Also, the internal representation data storage unit 406 deletes the designated internal representation data from the internal representation data memory 411 together with the identification information.

さらに、ブラウザ111は、描画部407と、優先度管理部408と、保存判定部409と、計測部410とを含む。   Further, the browser 111 includes a drawing unit 407, a priority management unit 408, a storage determination unit 409, and a measurement unit 410.

描画部407は、画像処理装置100の操作パネルに画面を描画する機能手段である。描画部407は、内部表現データ読出部405を介して内部表現データメモリ411から取得した内部表現データを解析して操作パネルに画面を描画する。本実施形態では、描画部407として、DOM仕様で記述された内部表現データから画面を生成するJava(登録商標)アプリケーションやJava(登録商標)アプレット等のJava(登録商標)プログラムや他の描画プログラムを採用することができる。   The drawing unit 407 is a functional unit that draws a screen on the operation panel of the image processing apparatus 100. The drawing unit 407 analyzes the internal representation data acquired from the internal representation data memory 411 via the internal representation data reading unit 405 and draws a screen on the operation panel. In the present embodiment, as the drawing unit 407, a Java (registered trademark) program such as a Java (registered trademark) application or a Java (registered trademark) applet that generates a screen from internal representation data described in the DOM specification, or another drawing program. Can be adopted.

優先度管理部408は、操作パネルに表示される画面の使用頻度を示す優先度を管理する機能手段である。優先度管理部408は、操作パネルに表示される画面の優先度を算出するための情報(以下、「優先度算出情報」とする。)が登録される優先度算出情報テーブルと、画面の優先度が登録される優先度テーブルを管理する。   The priority management unit 408 is a functional unit that manages the priority indicating the usage frequency of the screen displayed on the operation panel. The priority management unit 408 includes a priority calculation information table in which information for calculating the priority of the screen displayed on the operation panel (hereinafter referred to as “priority calculation information”) is registered, and screen priority. Manage the priority table in which degrees are registered.

優先度管理部408は、プラグインモジュールのインストール時や画面表示時に優先度算出情報テーブルを更新し、これらの優先度算出情報を使用して優先度を算出し、優先度テーブルを更新する。優先度算出情報テーブルおよび優先度テーブルは、記憶装置412に保存される。   The priority management unit 408 updates the priority calculation information table when installing the plug-in module or displaying the screen, calculates the priority using the priority calculation information, and updates the priority table. The priority calculation information table and the priority table are stored in the storage device 412.

本実施形態では、記憶装置412は、画像処理装置100のCPU等のプロセッサが高速にアクセス可能な不揮発性のキャッシュメモリとすることができる。他の実施形態では、記憶装置412を不揮発性のRAMやHDDで構成してもよい。   In the present embodiment, the storage device 412 can be a non-volatile cache memory that can be accessed at high speed by a processor such as the CPU of the image processing apparatus 100. In another embodiment, the storage device 412 may be configured by a nonvolatile RAM or HDD.

優先度管理部408は、以下の数式1を用いて、プラグインモジュールが使用する画面の優先度を算出することができる。   The priority management unit 408 can calculate the priority of the screen used by the plug-in module using Equation 1 below.

ここで、所定の係数は利用回数を重み付けする値であり、静的または動的に設定することができる。この値を調整することにより、利用回数の重要度を変更することができる。   Here, the predetermined coefficient is a value for weighting the number of times of use, and can be set statically or dynamically. By adjusting this value, the importance of the number of uses can be changed.

優先度管理部408は、プラグインモジュールを新たにインストールする場合、既にインストールされているプラグインモジュールが使用する画面の利用回数を使用して、新たなプラグインモジュールが使用する画面の優先度を算出することができる。なお、新たなプラグインモジュールが使用する画面の優先度の算出方法については、図7を参照して詳細に説明する。   When newly installing a plug-in module, the priority management unit 408 uses the number of times the screen used by the already installed plug-in module is used to set the priority of the screen used by the new plug-in module. Can be calculated. A method for calculating the priority of the screen used by the new plug-in module will be described in detail with reference to FIG.

保存判定部409は、操作パネルに表示される画面の内部表現データを内部表現データメモリ411に保存すべきか否か判断する機能手段である。保存判定部409は、画面の優先度や内部表現データメモリ411の残量に基づいて、当該画面の内部表現データを内部表現データメモリ411に保存すべきか否か判断する。なお、内部表現データの保存の可否を判断する方法については、図6,8〜11を参照して詳細に説明する。   The storage determination unit 409 is a functional unit that determines whether or not the internal representation data of the screen displayed on the operation panel should be stored in the internal representation data memory 411. The storage determination unit 409 determines whether or not the internal representation data of the screen should be stored in the internal representation data memory 411 based on the priority of the screen and the remaining amount of the internal representation data memory 411. A method for determining whether or not the internal expression data can be stored will be described in detail with reference to FIGS.

計測部410は、内部表現データの生成時間を計測する手段である。計測部410は、S/WタイマーやH/Wタイマー等のタイマーを使用して、解析部404が画面構成情報から内部表現データを生成するまでの時間を計測する。   The measurement unit 410 is a means for measuring the generation time of internal expression data. The measurement unit 410 uses a timer such as an S / W timer or an H / W timer to measure the time until the analysis unit 404 generates internal expression data from the screen configuration information.

図5は、本実施形態の画像処理装置がプラグインモジュールをインストールする場合のシーケンスを示す図である。以下、図5を参照して、画像処理装置100が実行するプラグインモジュールのインストール処理について説明する。   FIG. 5 is a diagram showing a sequence when the image processing apparatus of the present embodiment installs a plug-in module. Hereinafter, the plug-in module installation process executed by the image processing apparatus 100 will be described with reference to FIG.

プラグインモジュールのインストール処理は、ユーザが画像処理装置100の操作パネルを使用してプラグインモジュールのインストール画面の表示要求を発行することにより開始する。画像処理装置100に実装されたブラウザ111は、インストール画面の表示要求を受け付けると、内部表現データメモリ411を検索してインストール画面の内部表現データが保持されているか否か判断する。インストール画面の内部表現データが内部表現データメモリ411に保持されている場合には、ブラウザ111は、内部表現データメモリ411からインストール画面の内部表現データを取得する。   The plug-in module installation process starts when the user issues a display request for the plug-in module installation screen using the operation panel of the image processing apparatus 100. When receiving the installation screen display request, the browser 111 installed in the image processing apparatus 100 searches the internal representation data memory 411 to determine whether the internal representation data of the installation screen is held. When the internal representation data of the installation screen is stored in the internal representation data memory 411, the browser 111 acquires the internal representation data of the installation screen from the internal representation data memory 411.

次に、ブラウザ111は、プラグイン管理部121に対し、画像処理装置100にインストール可能なプラグインモジュールの一覧を要求する。プラグイン管理部121は、データ管理部151に対して、インストール可能なプラグインモジュールの識別情報を要求する。データ管理部151は、プラグイン管理テーブルを参照して画像処理装置100にインストール可能なプラグインモジュールを検索し、インストール可能なプラグインモジュールの識別情報をプラグイン管理部121に提供する。   Next, the browser 111 requests the plug-in management unit 121 for a list of plug-in modules that can be installed in the image processing apparatus 100. The plug-in management unit 121 requests the data management unit 151 for identification information of installable plug-in modules. The data management unit 151 searches for plug-in modules that can be installed in the image processing apparatus 100 with reference to the plug-in management table, and provides the plug-in management unit 121 with identification information of plug-in modules that can be installed.

プラグイン管理部121は、プラグインモジュールの識別情報を用いてインストール可能なプラグインモジュールの一覧を生成し、ブラウザ111に提供する。ブラウザ111は、当該プラグインモジュールの一覧を操作パネルに表示する。   The plug-in management unit 121 generates a list of plug-in modules that can be installed using the plug-in module identification information, and provides the list to the browser 111. The browser 111 displays a list of the plug-in modules on the operation panel.

ユーザが、操作パネルに表示されたプラグインモジュールの一覧からインストールすべきプラグインモジュールを選択してインストール要求を発行すると、ブラウザ111は、プラグイン管理部121に対して、当該プラグインモジュールのインストールを要求する。プラグイン管理部121は、プラグインモジュールが格納されている記憶装置からユーザが指定したプラグインモジュールを取得し、当該プラグインモジュールをインスタンス化してオブジェクトを生成する。プラグイン管理部121は、当該オブジェクトの識別情報と、その格納先のメモリアドレスとを、データ管理部151を介してプラグイン管理テーブルに登録する。   When the user selects a plug-in module to be installed from the list of plug-in modules displayed on the operation panel and issues an installation request, the browser 111 installs the plug-in module to the plug-in management unit 121. Request. The plug-in management unit 121 acquires a plug-in module designated by the user from a storage device in which the plug-in module is stored, instantiates the plug-in module, and generates an object. The plug-in management unit 121 registers the identification information of the object and the memory address of the storage destination in the plug-in management table via the data management unit 151.

プラグインモジュールのインストールによって新たに生成されたオブジェクト512は、当該プラグインモジュールが有する画面構成情報を、画面構成情報提供部145に提供して登録する。画面構成情報が登録されると、オブジェクト512は、当該画面構成情報の内部表現データの生成要求と共に、当該画面構成情報をプラグイン管理部121に送信する。プラグイン管理部121は、ブラウザ111に内部表現データの生成要求および当該画面構成情報を送信して内部表現データを生成させる。   The object 512 newly generated by installing the plug-in module provides the screen configuration information included in the plug-in module to the screen configuration information providing unit 145 and registers it. When the screen configuration information is registered, the object 512 transmits the screen configuration information to the plug-in management unit 121 together with a request to generate internal representation data of the screen configuration information. The plug-in management unit 121 transmits the internal representation data generation request and the screen configuration information to the browser 111 to generate the internal representation data.

図6は、本実施形態の画像処理装置が実行する操作パネルに表示すべき画面の内部表現データの生成処理を示すフローチャートである。以下、図6を参照して内部表現データの生成処理について説明する。   FIG. 6 is a flowchart showing a process for generating internal representation data of a screen to be displayed on the operation panel, which is executed by the image processing apparatus of the present embodiment. Hereinafter, the internal expression data generation processing will be described with reference to FIG.

図6の処理は、画像処理装置100に実装されたブラウザ111が、プラグイン管理部121から内部表現データの生成要求を受信することによりステップS600から開始する。ステップS601では、ブラウザ111の解析部404が、内部表現データの生成要求と共に受信した画面構成情報を解析し、内部表現データを生成する。ステップS602では、計測部410が内部表現データの生成時間を計測する。   The processing in FIG. 6 starts from step S600 when the browser 111 installed in the image processing apparatus 100 receives a request to generate internal expression data from the plug-in management unit 121. In step S601, the analysis unit 404 of the browser 111 analyzes the screen configuration information received together with the internal representation data generation request, and generates internal representation data. In step S602, the measurement unit 410 measures the generation time of the internal expression data.

ステップS603では、保存判定部409が、新たに生成した内部表現データを保存する容量が内部表現データメモリ411に有るか否か判断する。内部表現データを保存する容量が有ると判断した場合には(yes)、処理をステップS610に分岐する。一方、内部表現データを保存する容量が無いと判断した場合には(no)、処理をステップS604に分岐する。   In step S603, the storage determination unit 409 determines whether the internal representation data memory 411 has a capacity for storing the newly generated internal representation data. If it is determined that there is a capacity to store the internal representation data (yes), the process branches to step S610. On the other hand, if it is determined that there is no capacity to store the internal representation data (no), the process branches to step S604.

ステップS604では、優先度管理部408は、優先度算出情報テーブルを参照し、これに登録されている総ての優先度算出情報を読み出す。ステップS605では、優先度管理部408は、当該優先度算出情報を使用して、内部表現データメモリに保持されている内部表現データの優先度を算出し、優先度テーブルを更新する。ステップS606では、優先度管理部408は、ステップS601で新たに生成した内部表現データの優先度を算出する。   In step S604, the priority management unit 408 reads out all the priority calculation information registered in the priority calculation information table with reference to the priority calculation information table. In step S605, the priority management unit 408 calculates the priority of the internal representation data stored in the internal representation data memory using the priority calculation information, and updates the priority table. In step S606, the priority management unit 408 calculates the priority of the internal expression data newly generated in step S601.

ステップS607では、保存判定部409は、新たに生成した内部表現データの優先度と、優先度テーブルに登録された内部表現データの優先度とを比較し、新たに生成した内部表現データよりも優先度の低い内部表現データが存在するか否か判断する。新たに生成した内部表現データよりも優先度の低い内部表現データが存在しない場合には(no)、処理をステップS612に分岐して終了する。一方、新たに生成した内部表現データよりも優先度の低い内部表現データが存在する場合には(yes)、処理をステップS608に分岐する。   In step S607, the storage determination unit 409 compares the priority of the newly generated internal representation data with the priority of the internal representation data registered in the priority table, and gives priority to the newly generated internal representation data. It is determined whether there is low internal representation data. If there is no internal representation data having a lower priority than the newly generated internal representation data (no), the process branches to step S612 and ends. On the other hand, if there is internal representation data having a lower priority than the newly generated internal representation data (yes), the process branches to step S608.

ステップS608では、保存判定部409は、優先度テーブルを参照して、新たに生成された内部表現データと置換すべき内部表現データを特定する。ステップS609では、内部表現データ記憶部406が、内部表現データメモリ411から当該置換すべき内部表現データを削除する。   In step S608, the storage determination unit 409 refers to the priority table and identifies internal representation data to be replaced with the newly generated internal representation data. In step S609, the internal representation data storage unit 406 deletes the internal representation data to be replaced from the internal representation data memory 411.

ステップS610では、内部表現データ記憶部406は、新たに生成した内部表現データを内部表現データメモリ411に保存する。ステップS611では、優先度管理部408は、優先度算出情報テーブルおよび優先度テーブルを更新し、ステップS612で処理が終了する。具体的には、優先度管理部408は、新たに生成された内部表現データの優先度算出情報および優先度を優先度算出情報テーブルおよび優先度テーブルに登録すると共に、削除された内部表現データの優先度を優先度テーブルから削除する。   In step S610, the internal representation data storage unit 406 stores the newly generated internal representation data in the internal representation data memory 411. In step S611, the priority management unit 408 updates the priority calculation information table and the priority table, and the process ends in step S612. Specifically, the priority management unit 408 registers the priority calculation information and priority of newly generated internal representation data in the priority calculation information table and the priority table, and deletes the deleted internal representation data. Delete the priority from the priority table.

図7は、本実施形態の画像処理装置が使用する優先度算出情報テーブルおよび優先度テーブルを示す図である。以下、図7を参照して、優先度算出情報テーブル710および優先度テーブル720と、新たにインストールするプラグインモジュールが使用する画面の優先度の算出方法とについて説明する。   FIG. 7 is a diagram showing a priority calculation information table and a priority table used by the image processing apparatus of the present embodiment. Hereinafter, with reference to FIG. 7, the priority calculation information table 710 and the priority table 720 and a method of calculating the priority of the screen used by the newly installed plug-in module will be described.

優先度算出情報テーブル710は、画像処理装置100にインストールされているプラグインモジュールが使用する画面の優先度算出情報を登録するデータテーブルである。優先度算出情報テーブル710には、プラグイン名711と、画面ID712と、上位画面ID713と、生成時間714と、利用回数715と、データサイズ716とが関連付けて登録される。   The priority calculation information table 710 is a data table for registering screen priority calculation information used by plug-in modules installed in the image processing apparatus 100. In the priority calculation information table 710, a plug-in name 711, a screen ID 712, an upper screen ID 713, a generation time 714, a usage count 715, and a data size 716 are associated and registered.

プラグイン名711は、画像処理装置100にインストールされているプラグインモジュールの識別情報である。プラグイン名711は、プラグインモジュールのインストール時に登録される。図7に示す実施形態では、プラグイン名として「コピーアプリケーション」および「送信アプリケーション」が登録されているが、プラグインモジュールを固有に識別できる限り、如何なる文字や数字、記号、これらの組み合わせを用いてもよい。   The plug-in name 711 is identification information of a plug-in module installed in the image processing apparatus 100. The plug-in name 711 is registered when the plug-in module is installed. In the embodiment shown in FIG. 7, “copy application” and “send application” are registered as plug-in names. However, as long as the plug-in module can be uniquely identified, any characters, numbers, symbols, and combinations thereof are used. May be.

画面ID712は、プラグイン名711に示すプラグインモジュールが使用する画面の識別情報である。画面ID712は、プラグインモジュールのインストール時に登録される。図7に示す実施形態では、プラグインモジュールである「コピーアプリケーション」が使用する画面の画面IDとして、「COPY_TOP」や「COPY_COVER」、「COPY_MAGNIFICATION」等の識別情報が登録されている。また、「送信アプリケーション」が使用する画面の画面IDとして、「SEND_TOP」や「SEND_ADDRESS」、「SEND_SCAN_SETTING」等の識別情報が登録されている。   The screen ID 712 is screen identification information used by the plug-in module indicated by the plug-in name 711. The screen ID 712 is registered when the plug-in module is installed. In the embodiment shown in FIG. 7, identification information such as “COPY_TOP”, “COPY_COVER”, “COPY_MAGNIFICATION”, and the like is registered as the screen ID of the screen used by the “copy application” that is the plug-in module. Also, identification information such as “SEND_TOP”, “SEND_ADDRESS”, and “SEND_SCAN_SETTING” is registered as the screen ID of the screen used by the “transmission application”.

上位画面ID713は、画面ID712に登録された画面IDが示す画面が従属する上位画面の識別情報である。上位画面ID713は、プラグインモジュールのインストール時に登録される。図7に示す実施形態では、画面ID「SEND_SCAN_RESOLUTION」および「SEND_SCAN_SIZE」が示す画面の上位画面が、画面ID「SEND_SCAN_SETTING」が示す画面であることを表している。   The upper screen ID 713 is identification information of the upper screen on which the screen indicated by the screen ID registered in the screen ID 712 is subordinate. The upper screen ID 713 is registered when the plug-in module is installed. In the embodiment illustrated in FIG. 7, the upper screen of the screens indicated by the screen IDs “SEND_SCAN_RESOLUTION” and “SEND_SCAN_SIZE” is the screen indicated by the screen ID “SEND_SCAN_SETTING”.

生成時間714は、画面ID712に登録された画面IDが示す画面の内部表現データの生成時間である。内部表現データの生成時間は、プラグインモジュールのインストール時に計測され、生成時間714に登録される。   The generation time 714 is the generation time of the internal representation data of the screen indicated by the screen ID registered in the screen ID 712. The generation time of the internal expression data is measured when the plug-in module is installed and registered in the generation time 714.

利用回数715は、画面IDが示す画面の利用回数である。利用回数は、当該画面が表示される度に更新される。   The use count 715 is the use count of the screen indicated by the screen ID. The usage count is updated every time the screen is displayed.

データサイズ716は、画面IDが示す画面の内部表現データのデータサイズである。プラグインモジュールをインストールする際に登録される。   The data size 716 is the data size of the internal representation data of the screen indicated by the screen ID. Registered when installing a plug-in module.

優先度テーブル720は、画像処理装置100の内部表現データメモリ411に保持されている内部表現データを用いて描画される画面の優先度を登録するデータテーブルである。優先度テーブル720には、プラグイン名721と、画面ID722と、優先度723と、データサイズ724とが登録される。   The priority table 720 is a data table for registering the priority of a screen rendered using internal representation data held in the internal representation data memory 411 of the image processing apparatus 100. In the priority table 720, a plug-in name 721, a screen ID 722, a priority 723, and a data size 724 are registered.

プラグイン名721は、画像処理装置100にインストールされているプラグインモジュールのうち、内部表現データメモリ411に保持されている内部表現データを用いて描画される画面を使用するプラグインモジュールの識別情報である。画面ID722は、プラグイン名721が示すプラグインモジュールが使用する画面の識別情報である。優先度723は、画面ID722が示す画面の優先度である。データサイズ724は、画面ID722が示す画面の内部表現データのデータサイズである。   The plug-in name 721 is identification information of a plug-in module that uses a screen rendered using internal representation data held in the internal representation data memory 411 among plug-in modules installed in the image processing apparatus 100. It is. The screen ID 722 is screen identification information used by the plug-in module indicated by the plug-in name 721. The priority 723 is the priority of the screen indicated by the screen ID 722. The data size 724 is the data size of the internal representation data of the screen indicated by the screen ID 722.

本実施形態では、新たにインストールするプラグインモジュールが使用する画面(以下、「新規画面」とする。)の優先度は、当該画面に関連する画面の利用回数を用いて算出することができる。具体的には、優先度管理部408は、新規画面を使用するプラグインモジュールが使用する他の画面の利用回数の平均値を、当該新規画面の利用回数として使用して、上述した数式1により、新規画面の優先度を算出することができる。   In the present embodiment, the priority of a screen used by a newly installed plug-in module (hereinafter referred to as “new screen”) can be calculated using the number of times the screen is related to the screen. Specifically, the priority management unit 408 uses the average value of the number of times of use of other screens used by the plug-in module that uses the new screen as the number of times of use of the new screen, and the above Equation 1 The priority of a new screen can be calculated.

例えば、画面ID「SEND_SCAN_RESOLUTION」および「SEND_SCAN_SIZE」が示す画面を新規画面と仮定すると、これらの新規画面の優先度は、当該新規画面を使用するプラグインモジュール「送信アプリケーション」が使用する他の画面「SEND_TOP」、「SEND_ADDRESS」、「SEND_SCAN_SETTING」の利用回数を用いて算出することができる。   For example, assuming that the screens indicated by the screen IDs “SEND_SCAN_RESOLUTION” and “SEND_SCAN_SIZE” are new screens, the priority of these new screens is the other screen “sending application” used by the plug-in module “transmission application” that uses the new screens. It can be calculated using the number of uses of “SEND_TOP”, “SEND_ADDRESS”, and “SEND_SCAN_SETTING”.

また、優先度管理部408は、新規画面の上位画面の利用回数を当該新規画面の利用回数として使用して、新規画面の優先度を算出することもできる。例えば、上述した例では、画面ID「SEND_SCAN_RESOLUTION」および「SEND_SCAN_SIZE」の上位画面である「SEND_SCAN_SETTING」の利用回数を用いて、これらの新規画面の優先度を算出することができる。   Further, the priority management unit 408 can also calculate the priority of the new screen by using the number of times of use of the upper screen of the new screen as the number of times of use of the new screen. For example, in the above-described example, the priority of these new screens can be calculated using the number of uses of “SEND_SCAN_SETTING”, which is the upper screen of the screen IDs “SEND_SCAN_RESOLUTION” and “SEND_SCAN_SIZE”.

図8〜10は、本実施形態の画像処理装置が使用する優先度テーブルを示す。以下、図8〜10を参照し、本実施形態の画像処理装置が置換すべき内部表現データを特定する方法を説明する。   8 to 10 show priority tables used by the image processing apparatus of the present embodiment. Hereinafter, a method for specifying the internal representation data to be replaced by the image processing apparatus of the present embodiment will be described with reference to FIGS.

図8に示す優先度テーブル810は、更新前の優先度テーブルであり、優先度テーブル820は、更新後の優先度テーブルである。画面ID「NEW_CONTENTS」が示す画面の内部表現データを内部表現データメモリ411に保存する場合、ブラウザ111の保存判定部409は、優先度テーブル810を優先度順にソートする。そして、保存判定部409は、画面ID「NEW_CONTENTS」が示す画面の優先度「289」よりも優先度が低く、かつ、当該画面の内部表現データのデータサイズ「200」よりもデータサイズの大きい画面ID(「COPY_COVER」)を抽出する。保存判定部409は、当該画面ID(「COPY_COVER」)が示す画面の内部表現データを、置換すべき内部表現データと特定する。   The priority table 810 illustrated in FIG. 8 is a priority table before update, and the priority table 820 is a priority table after update. When the internal representation data of the screen indicated by the screen ID “NEW_CONTENTS” is stored in the internal representation data memory 411, the storage determination unit 409 of the browser 111 sorts the priority table 810 in order of priority. Then, the storage determination unit 409 has a lower priority than the screen priority “289” indicated by the screen ID “NEW_CONTENTS” and a data size larger than the data size “200” of the internal representation data of the screen. ID (“COPY_COVER”) is extracted. The save determination unit 409 identifies the internal representation data of the screen indicated by the screen ID (“COPY_COVER”) as the internal representation data to be replaced.

更新後の優先度テーブル820には、画面ID「COPY_COVER」の代わりに、画面ID「NEW_CONTENTS」に関連する優先度およびデータサイズが登録される。   In the updated priority table 820, priority and data size related to the screen ID “NEW_CONTENTS” are registered instead of the screen ID “COPY_COVER”.

図9に示す優先度テーブル910は、更新前の優先度テーブルであり、優先度テーブル920は、更新後の優先度テーブルである。図8を参照して説明した方法と同様に、画面ID「NEW_CONTENTS」が示す画面の内部表現データを内部表現データメモリ411に保存する場合、ブラウザ111の保存判定部409は、優先度テーブル910を優先度順にソートする。そして、保存判定部409は、画面ID「NEW_CONTENTS」が示す画面の優先度「289」よりも優先度が低く、かつ、当該画面の内部表現データのデータサイズ「160」よりもデータサイズの大きい画面ID(「COPY_DUPLEX」)を抽出する。   The priority table 910 illustrated in FIG. 9 is a priority table before update, and the priority table 920 is a priority table after update. Similar to the method described with reference to FIG. 8, when the internal representation data of the screen indicated by the screen ID “NEW_CONTENTS” is stored in the internal representation data memory 411, the storage determination unit 409 of the browser 111 stores the priority table 910. Sort by priority. Then, the storage determination unit 409 has a lower priority than the screen priority “289” indicated by the screen ID “NEW_CONTENTS”, and a data size larger than the data size “160” of the internal representation data of the screen. ID (“COPY_DUPLEX”) is extracted.

さらに、保存判定部409は、抽出した画面ID(「COPY_DUPLEX」)の優先度「276」が、当該画面IDよりも優先度の低い画面ID(「COPY_COVER」および「COPY_EDIT」)の優先度の合計値「453」とを比較する。これらの画像IDの優先度の合計値「453」が、抽出した画面ID(「COPY_DUPLEX」)の優先度「276」よりも大きい場合には、保存判定部409は、当該抽出した画面ID(「COPY_DUPLEX」)が示す画面の内部表現データを、置換すべき内部表現データと特定する。   Further, the storage determination unit 409 adds the priorities of the screen IDs (“COPY_COVER” and “COPY_EDIT”) in which the priority “276” of the extracted screen ID (“COPY_DUPLEX”) is lower than the screen ID. The value “453” is compared. When the total priority “453” of these image IDs is greater than the priority “276” of the extracted screen ID (“COPY_DUPLEX”), the storage determination unit 409 determines the extracted screen ID (“ The internal representation data of the screen indicated by “COPY_DUPLEX”) is specified as the internal representation data to be replaced.

更新後の優先度テーブル920には、画面ID「COPY_DUPLEX」の代わりに、画面ID「NEW_CONTENTS」に関連する優先度およびデータサイズが登録される。   In the updated priority table 920, a priority and a data size related to the screen ID “NEW_CONTENTS” are registered instead of the screen ID “COPY_DUPLEX”.

図10に示す優先度テーブル1010は、更新前の優先度テーブルであり、優先度テーブル1020は、更新後の優先度テーブルである。図9を参照して説明した方法と同様に、画面ID「NEW_CONTENTS」が示す画面の内部表現データを内部表現データメモリ411に保存する場合、ブラウザ111の保存判定部409は、優先度テーブル1010を優先度順にソートする。そして、保存判定部409は、画面ID「NEW_CONTENTS」が示す画面の優先度「289」よりも優先度が低く、かつ、当該画面の内部表現データのデータサイズ「160」よりもデータサイズの大きい画面ID(「COPY_DUPLEX」)を抽出する。   The priority table 1010 illustrated in FIG. 10 is a priority table before update, and the priority table 1020 is a priority table after update. Similar to the method described with reference to FIG. 9, when the internal representation data of the screen indicated by the screen ID “NEW_CONTENTS” is stored in the internal representation data memory 411, the storage determination unit 409 of the browser 111 stores the priority table 1010. Sort by priority. Then, the storage determination unit 409 has a lower priority than the screen priority “289” indicated by the screen ID “NEW_CONTENTS”, and a data size larger than the data size “160” of the internal representation data of the screen. ID (“COPY_DUPLEX”) is extracted.

さらに、保存判定部409は、抽出した画面ID(「COPY_DUPLEX」)の優先度「276」が、当該画面IDよりも優先度の低い画面ID(「COPY_COVER」および「COPY_EDIT」)の優先度の合計値「218」とを比較する。これらの画像IDの優先度の合計値「218」が、抽出した画面ID(「COPY_DUPLEX」)の優先度「276」よりも小さい場合には、保存判定部409は、これらの画面ID(「COPY_COVER」および「COPY_EDIT」)のデータサイズの合計値「170」と、画面ID「NEW_CONTENTS」のデータサイズ「160」とを比較する。   Further, the storage determination unit 409 adds the priorities of the screen IDs (“COPY_COVER” and “COPY_EDIT”) in which the priority “276” of the extracted screen ID (“COPY_DUPLEX”) is lower than the screen ID. The value “218” is compared. When the total priority “218” of these image IDs is smaller than the priority “276” of the extracted screen ID (“COPY_DUPLEX”), the storage determination unit 409 determines the screen ID (“COPY_COVER”). ”And“ COPY_EDIT ”) and the data size“ 160 ”of the screen ID“ NEW_CONTENTS ”are compared.

そして、画面ID(「COPY_COVER」および「COPY_EDIT」)のデータサイズの合計値「170」が、画面ID「NEW_CONTENTS」のデータサイズ「160」よりも大きい場合には、画面ID(「COPY_COVER」および「COPY_EDIT」)が示す画面の内部表現データを、置換すべき内部表現データと特定する。   When the total value “170” of the data sizes of the screen IDs (“COPY_COVER” and “COPY_EDIT”) is larger than the data size “160” of the screen ID “NEW_CONTENTS”, the screen IDs (“COPY_COVER” and “COPY”) are displayed. COPY_EDIT ") is specified as the internal representation data to be replaced.

更新後の優先度テーブル1020には、画面ID「COPY_COVER」および「COPY_EDIT」の代わりに、画面ID「NEW_CONTENTS」に関連する優先度およびデータサイズが登録される。   In the updated priority table 1020, the priority and the data size related to the screen ID “NEW_CONTENTS” are registered instead of the screen IDs “COPY_COVER” and “COPY_EDIT”.

図11は、本実施形態の画像処理装置が操作パネルに画面を表示する際に実行する処理を示すフローチャートである。以下、図11を参照して、画面の表示処理について説明する。   FIG. 11 is a flowchart illustrating processing executed when the image processing apparatus of the present embodiment displays a screen on the operation panel. The screen display process will be described below with reference to FIG.

図11の処理は、画像処理装置100のブラウザ111が、ユーザが操作パネルを使用して発行した画面の表示要求を受信することにより、ステップS1100から開始する。ステップS1101では、リクエスト要否判定部401は、表示要求と共に受信した画面IDが示す遷移先画面の内部表現データが、内部表現データメモリ411に保持されているか否か判断する。   The processing in FIG. 11 starts from step S1100 when the browser 111 of the image processing apparatus 100 receives a screen display request issued by the user using the operation panel. In step S <b> 1101, the request necessity determination unit 401 determines whether internal representation data of the transition destination screen indicated by the screen ID received together with the display request is stored in the internal representation data memory 411.

遷移先画面の内部表現データが内部表現データメモリ411に保持されている場合には(yes)、処理をステップS1102に分岐する。ステップS1102では、描画部407が、遷移先画面の内部表現データを解析し、画像処理装置100の操作パネルに遷移先画面を表示する。ステップS1103では、優先度管理部408は、遷移先画面の利用回数をインクリメントして優先度算出情報テーブルを更新し、ステップS1117で処理が終了する。   If the internal representation data of the transition destination screen is held in the internal representation data memory 411 (yes), the process branches to step S1102. In step S1102, the drawing unit 407 analyzes the internal representation data of the transition destination screen and displays the transition destination screen on the operation panel of the image processing apparatus 100. In step S1103, the priority management unit 408 updates the priority calculation information table by incrementing the number of times the transition destination screen is used, and the process ends in step S1117.

一方、ステップS1101で遷移先画面の内部表現データが内部表現データメモリ411に保持されていないと判断した場合には(no)、ステップS1104でリクエスト送信部402が、画面構成情報提供部145に遷移先画面の画面構成情報を要求する。ステップS1105では、レスポンス受信部403が、画面構成情報提供部145から遷移先画面の画面構成情報を受信したか否か判断し、受信していない場合には(no)、当該処理を反復する。一方、遷移先画面の画面構成情報を受信した場合には(yes)、処理をステップS1106に分岐する。   On the other hand, if it is determined in step S1101 that the internal representation data of the transition destination screen is not held in the internal representation data memory 411 (no), the request transmission unit 402 transitions to the screen configuration information providing unit 145 in step S1104. Request screen configuration information for the previous screen. In step S1105, the response receiving unit 403 determines whether the screen configuration information of the transition destination screen has been received from the screen configuration information providing unit 145. If not received (no), the process is repeated. On the other hand, when the screen configuration information of the transition destination screen is received (yes), the process branches to step S1106.

ステップS1106では、解析部404が、遷移先画面の画面構成情報を解析して内部表現データを生成する。ステップS1107では、描画部407が、遷移先画面の内部表現データを解析して、操作パネルに遷移先画面を表示する。   In step S1106, the analysis unit 404 analyzes the screen configuration information of the transition destination screen and generates internal expression data. In step S1107, the drawing unit 407 analyzes the internal representation data of the transition destination screen and displays the transition destination screen on the operation panel.

ステップS1108では、保存判定部409が、内部表現データメモリ411に遷移先画面の内部表現データを保存する容量があるか否か判断する。遷移先画面の内部表現データを保存する容量がある場合には(yes)、処理をステップS1115に分岐する。一方、遷移先画面の内部表現データを保存する容量が無い場合には(no)、処理をステップS1109に分岐する。   In step S1108, the storage determination unit 409 determines whether the internal representation data memory 411 has a capacity for storing the internal representation data of the transition destination screen. If there is a capacity to store the internal representation data of the transition destination screen (yes), the process branches to step S1115. On the other hand, if there is no capacity to store the internal representation data of the transition destination screen (no), the process branches to step S1109.

ステップS1109では、優先度管理部408が、優先度算出情報テーブルに登録されている総ての優先度算出情報を読み出す。ステップS1110では、優先度管理部408は、優先度算出情報を使用して、内部表現データメモリ411に保持されている内部表現データの優先度を算出し、優先度テーブルを更新する。ステップS1111では、優先度管理部408は、優先度算出情報テーブルを参照し、遷移先画面の優先度算出情報を用いて遷移先画面の内部表現データの優先度を算出する。   In step S1109, the priority management unit 408 reads all the priority calculation information registered in the priority calculation information table. In step S1110, the priority management unit 408 calculates the priority of the internal representation data held in the internal representation data memory 411 using the priority calculation information, and updates the priority table. In step S1111, the priority management unit 408 refers to the priority calculation information table and calculates the priority of the internal representation data of the transition destination screen using the priority calculation information of the transition destination screen.

ステップS1112では、保存判定部409は、優先度テーブルを参照し、遷移先画面よりも優先度の低い画面が存在するか否か判断する。遷移先画面よりも優先度の低い画面が存在しない場合には(no)、処理をステップS1117に分岐して終了する。一方、遷移先画面よりも優先度の低い画面が存在する場合には(yes)、処理をステップS1113に分岐する。   In step S1112, the storage determination unit 409 refers to the priority table and determines whether there is a screen with a lower priority than the transition destination screen. If there is no screen with a lower priority than the transition destination screen (no), the process branches to step S1117 and ends. On the other hand, if there is a screen with a lower priority than the transition destination screen (yes), the process branches to step S1113.

ステップS1113では、保存判定部409は、優先度テーブルを参照して、新たに生成された遷移先画面の内部表現データと置換すべき内部表現データを特定する。ステップS1114では、内部表現データ記憶部406が、内部表現データメモリ411から当該置換すべき内部表現データを削除する。ステップS1115では、内部表現データ記憶部406は、新たに生成した遷移先画面の内部表現データを内部表現データメモリ411に保存する。   In step S1113, the storage determination unit 409 refers to the priority table and identifies internal representation data to be replaced with the newly generated internal representation data of the transition destination screen. In step S1114, the internal representation data storage unit 406 deletes the internal representation data to be replaced from the internal representation data memory 411. In step S1115, the internal representation data storage unit 406 stores the newly generated internal representation data of the transition destination screen in the internal representation data memory 411.

ステップS1116では、優先度管理部408は、優先度算出情報テーブルおよび優先度テーブルを更新し、ステップS1117で処理が終了する。具体的には、優先度管理部408は、新たに生成された遷移先画面の内部表現データの優先度算出情報である遷移先画面の利用回数を更新し、遷移先画面の優先度を登録する。また、優先度管理部408は、内部表現データメモリ411から削除された内部表現データの優先度を優先度テーブルから削除する。   In step S1116, the priority management unit 408 updates the priority calculation information table and the priority table, and the process ends in step S1117. Specifically, the priority management unit 408 updates the number of times the transition destination screen is used, which is the priority calculation information of the internal representation data of the newly generated transition destination screen, and registers the priority of the transition destination screen. . Also, the priority management unit 408 deletes the priority of the internal representation data deleted from the internal representation data memory 411 from the priority table.

図12は、本実施形態の画像処理装置が使用する内部表現データおよび画面構成情報の一実施形態を示す図である。以下、図12を参照して内部表現データおよび画面構成情報について説明する。   FIG. 12 is a diagram showing an embodiment of internal representation data and screen configuration information used by the image processing apparatus of this embodiment. Hereinafter, the internal representation data and the screen configuration information will be described with reference to FIG.

内部表現データメモリ411には、画面ID1212と、内部表現データ1214とが保存される。画面ID1212は、内部表現データ1214によって描画される画面IDであり、内部表現データ1214のメタデータとして保存される。内部表現データ1214は、内部表現データを格納したファイル名であり、当該ファイルに内部表現データが含まれている。   The internal representation data memory 411 stores a screen ID 1212 and internal representation data 1214. The screen ID 1212 is a screen ID drawn by the internal representation data 1214 and is stored as metadata of the internal representation data 1214. The internal representation data 1214 is a file name in which the internal representation data is stored, and the internal representation data is included in the file.

画像処理装置100の操作パネルに画面を表示する場合、ブラウザ111は、ユーザが選択した遷移先画面の画面IDを、内部表現データメモリ411で使用する形式の画面IDに変換し、対象となる遷移先画面の内部表現データ1214を取得することができる。例えば、画面ID「COPY_TOP」の遷移先画面の表示が要求された場合、ブラウザ111は、画面ID「COPY_TOP」を「/copy/top.html」に変換し、内部表現データメモリ411からメタデータが「/copy/top.html」である内部表現データ「Copy_top.dat」を読み出すことができる。   When displaying a screen on the operation panel of the image processing apparatus 100, the browser 111 converts the screen ID of the transition destination screen selected by the user into a screen ID of the format used in the internal representation data memory 411, and the target transition The internal representation data 1214 of the previous screen can be acquired. For example, when the display of the transition destination screen of the screen ID “COPY_TOP” is requested, the browser 111 converts the screen ID “COPY_TOP” into “/copy/top.html”, and the metadata is stored from the internal representation data memory 411. The internal expression data “Copy_top.dat” which is “/copy/top.html” can be read out.

また、置換すべき内部表現データを内部表現データメモリ411から削除する場合、ブラウザ111は、置換すべき内部表現データによって描画される画面の画面IDを内部表現データメモリ411の形式に変換し、該当する内部表現データを削除することができる。さらに、新たに生成した内部表現データを内部表現データメモリ411に保存する場合、ブラウザ111は、予め規定されている当該内部表現データの画面IDを内部表現データメモリ411の形式に変換し、その内部表現データと共に保存する。   When deleting the internal representation data to be replaced from the internal representation data memory 411, the browser 111 converts the screen ID of the screen rendered by the internal representation data to be replaced into the format of the internal representation data memory 411, and The internal representation data to be deleted can be deleted. Further, when the newly generated internal representation data is stored in the internal representation data memory 411, the browser 111 converts the screen ID of the internal representation data defined in advance into the format of the internal representation data memory 411, Save with expression data.

他の実施形態では、内部表現データメモリ411に登録する画面IDとして、優先度算出情報テーブルや優先度テーブルに登録される画面IDと共通の画面IDを使用してもよい。   In another embodiment, a screen ID common to the screen ID registered in the priority calculation information table or the priority table may be used as the screen ID registered in the internal representation data memory 411.

テキストデータ1220は、画像処理装置100が処理する画面構成情報に含まれる画面構造を規定するテキストデータの一実施形態である。ツリー構造1230は、テキストデータ1220を用いて生成される内部表現データのツリー構造をDOM仕様に基づいて表したものである。画像処理装置100のブラウザ111は、このようなテキストデータ1220をパースして内部表現データを生成する。   The text data 1220 is an embodiment of text data that defines the screen structure included in the screen configuration information processed by the image processing apparatus 100. The tree structure 1230 represents a tree structure of internal expression data generated using the text data 1220 based on the DOM specification. The browser 111 of the image processing apparatus 100 parses such text data 1220 and generates internal representation data.

図13は、本実施形態の画像処理装置の機能拡張を示す概念図である。本実施形態では、画像処理装置100が有する基本機能を提供する基本プログラムであるフレームワークに対して、複数のプラグインモジュールを追加することができる。さらに、これらのプラグインモジュールには、当該プラグインモジュールの機能を拡張するプラグインモジュールを追加することができる。これにより、将来的に変更や拡張が予測される機能については、予めフレームワークや拡張対象のプラグインモジュールと切り離して設計することができ、すなわち、拡張すべき機能に特化したプラグインモジュールのみを開発することができ、開発工数等を軽減することができる。   FIG. 13 is a conceptual diagram showing function expansion of the image processing apparatus of the present embodiment. In the present embodiment, a plurality of plug-in modules can be added to the framework that is a basic program that provides the basic functions of the image processing apparatus 100. Furthermore, a plug-in module that extends the function of the plug-in module can be added to these plug-in modules. As a result, the functions that are expected to be changed or expanded in the future can be designed separately from the framework or the plug-in module to be expanded in advance, that is, only the plug-in module specialized for the function to be expanded. Can be developed, and development man-hours can be reduced.

図14は、本実施形態の画像処理装置が実装するプラグインモジュールと、当該プラグインモジュールをインストールする画像処理装置との関係を示す図である。   FIG. 14 is a diagram illustrating a relationship between a plug-in module installed in the image processing apparatus of the present embodiment and an image processing apparatus that installs the plug-in module.

画像処理装置1420,1430,1440には、それぞれ異なる描画エンジンが搭載されている。画像処理装置1420には、汎用的な描画エンジンが搭載されており、画像処理装置1430,1440には、それぞれ独自の描画エンジンが搭載されている。また、画像処理装置1420,1430,1440は、各描画エンジンが描画可能な形式の内部表現データを生成する内部表現データ生成部を備えている。プラグインモジュール1410に含まれる画像構成情報は、これらの描画エンジンが処理可能な形式の情報であり、これにより、画像処理装置1420,1430,1440が、共通のプラグインモジュールを利用することができる。   The image processing apparatuses 1420, 1430, and 1440 are equipped with different drawing engines. The image processing device 1420 is equipped with a general-purpose drawing engine, and the image processing devices 1430 and 1440 are each equipped with a unique drawing engine. In addition, the image processing apparatuses 1420, 1430, and 1440 include an internal representation data generation unit that generates internal representation data in a format that can be rendered by each rendering engine. The image configuration information included in the plug-in module 1410 is information in a format that can be processed by these drawing engines, so that the image processing apparatuses 1420, 1430, and 1440 can use a common plug-in module. .

これまで本実施形態につき説明してきたが、本発明は、上述した実施形態に限定されるものではなく、他の構成要素の追加や、本実施形態の構成要素の変更、削除など、当業者が想到することができる範囲内で変更することができ、いずれの態様においても本発明の作用・効果を奏する限り、本発明の範囲に含まれるものである。   Although the present embodiment has been described so far, the present invention is not limited to the above-described embodiment, and those skilled in the art will be able to add other components and change or delete the components of the present embodiment. It can be changed within the range that can be conceived, and any aspect is included in the scope of the present invention as long as the effects and effects of the present invention are exhibited.

100…画像処理装置、110…ユーザインタフェース部、111…ブラウザ、120…コントロール部、121…プラグイン管理部、122…リクエスト管理部、123…認証管理部、130…機能実現部、131…コピーアプリケーション、132…送信アプリケーション、133…ファックスアプリケーション、134…スキャナ部、135…読出部、136…メール受信部、137…ファックス受信部、138…加工部、139…変換部、140…印刷部、141…登録部、142…メール送信部、143…ファックス送信部、144…ユーザ情報管理部、145…画面構成情報提供部、150…デバイスサービス部、151…データ管理部、160…デバイス制御部   DESCRIPTION OF SYMBOLS 100 ... Image processing apparatus, 110 ... User interface part, 111 ... Browser, 120 ... Control part, 121 ... Plug-in management part, 122 ... Request management part, 123 ... Authentication management part, 130 ... Function realization part, 131 ... Copy application , 132 ... Transmission application, 133 ... Fax application, 134 ... Scanner part, 135 ... Reading part, 136 ... Mail receiving part, 137 ... Fax receiving part, 138 ... Processing part, 139 ... Conversion part, 140 ... Printing part, 141 ... Registration unit 142 ... Mail transmission unit 143 ... Fax transmission unit 144 ... User information management unit 145 ... Screen configuration information provision unit 150 ... Device service unit 151 151 Data management unit 160 ... Device control unit

特開2009−187465号公報JP 2009-187465 A

Claims (5)

複数の画面を操作パネルに表示する画像処理装置であって、
前記複数の画面の優先度を算出するための優先度算出情報を用いて前記画面の優先度を算出し、データテーブルに登録して管理する優先度管理手段と、
前記画面を前記操作パネルに描画する描画手段と、
前記描画手段が解読可能なプログラム言語および形式で記述された前記画面の内部表現データが保存されるキャッシュメモリ手段と、
前記キャッシュメモリ手段に保存すべき内部表現データを判定し、優先度の高い画面の内部表現データを優先的に前記キャッシュメモリ手段に保存する保存手段と
を含み、前記画像処理装置の機能を拡張するプラグインモジュールをインストールする場合、前記優先度管理手段は、前記プラグインモジュールが使用する画面の優先度算出情報を、前記画面に関連する画面の優先度算出情報を用いて算出する、画像処理装置。
An image processing apparatus that displays a plurality of screens on an operation panel,
Priority management means for calculating priority of the screen using priority calculation information for calculating the priority of the plurality of screens, and registering and managing the priority in a data table;
Drawing means for drawing the screen on the operation panel;
Cache memory means for storing the internal representation data of the screen described in a programming language and format readable by the drawing means;
Wherein determining the internal representation data to be stored in the cache memory means, seen including a storage means for storing internal representation data of high priority screen preferentially said cache memory means, extend the capabilities of the image processing apparatus In the case of installing a plug-in module, the priority management means calculates image priority calculation information used by the plug-in module using image priority calculation information related to the screen. apparatus.
前記優先度算出情報は、優先度を算出すべき画面の利用回数および内部表現データの生成時間を含み、
前記優先度管理手段は、前記プラグインモジュールが使用する画面に関連する画面の利用回数を使用して優先度を算出する、請求項1に記載の画像処理装置。
The priority calculation information includes the number of times the screen is to be calculated and the generation time of the internal expression data.
The image processing apparatus according to claim 1, wherein the priority management unit calculates a priority by using a screen usage count related to a screen used by the plug-in module.
複数の画面を操作パネルに表示する画像処理装置が実行する方法であって、前記方法は、前記画像処理装置が、
前記複数の画面の優先度を算出するための優先度算出情報を用いて前記画像の優先度を算出するステップと、
前記画面を前記操作パネルに描画する描画手段が解読可能なプログラム言語および形式で記述された前記画面の内部表現データが保存されるキャッシュメモリ手段に保存すべき内部表現データを判定するステップと、
優先度の高い画面の内部表現データを優先的に前記キャッシュメモリ手段に保存するステップと
を含み、前記画像処理装置の機能を拡張するプラグインモジュールをインストールする場合、前記優先度を算出するステップは、前記プラグインモジュールが使用する画面の優先度算出情報を、前記画面に関連する画面の優先度算出情報を用いて算出する、方法。
A method executed by an image processing apparatus that displays a plurality of screens on an operation panel, wherein the image processing apparatus includes:
Calculating priority of the image using priority calculation information for calculating priority of the plurality of screens;
Determining internal representation data to be stored in cache memory means in which internal representation data of the screen described in a programming language and format that can be decoded by a drawing means for rendering the screen on the operation panel;
Preferentially storing internal representation data of a screen with high priority in the cache memory means, and when installing a plug-in module that expands the function of the image processing device, calculating the priority includes A method for calculating priority calculation information for a screen used by the plug-in module using priority calculation information for a screen related to the screen .
前記優先度算出情報は、優先度を算出すべき画面の利用回数および内部表現データの生成時間を含み、
前記優先度を算出するステップは、前記プラグインモジュールが使用する画面に関連する画面の利用回数を使用して優先度を算出する、請求項3に記載の方法。
The priority calculation information includes the number of times the screen is to be calculated and the generation time of the internal expression data.
The method according to claim 3, wherein the step of calculating the priority uses the number of times of use of a screen related to a screen used by the plug-in module to calculate the priority.
請求項3または4に記載の各ステップを画像処理装置が実行するためのコンピュータ実行可能なプログラム。 A computer-executable program for an image processing apparatus to execute each step according to claim 3 or 4 .
JP2011149698A 2011-07-06 2011-07-06 Image processing apparatus, method and program for speeding up screen display Expired - Fee Related JP5803357B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2011149698A JP5803357B2 (en) 2011-07-06 2011-07-06 Image processing apparatus, method and program for speeding up screen display

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2011149698A JP5803357B2 (en) 2011-07-06 2011-07-06 Image processing apparatus, method and program for speeding up screen display

Publications (2)

Publication Number Publication Date
JP2013016094A JP2013016094A (en) 2013-01-24
JP5803357B2 true JP5803357B2 (en) 2015-11-04

Family

ID=47688714

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2011149698A Expired - Fee Related JP5803357B2 (en) 2011-07-06 2011-07-06 Image processing apparatus, method and program for speeding up screen display

Country Status (1)

Country Link
JP (1) JP5803357B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6433410B2 (en) * 2015-11-13 2018-12-05 三菱電機株式会社 Console display device

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009110216A (en) * 2007-10-30 2009-05-21 Casio Comput Co Ltd Server device, client device, server based computing system, and program
US9311425B2 (en) * 2009-03-31 2016-04-12 Qualcomm Incorporated Rendering a page using a previously stored DOM associated with a different page

Also Published As

Publication number Publication date
JP2013016094A (en) 2013-01-24

Similar Documents

Publication Publication Date Title
JP5679652B2 (en) Printing apparatus, information processing method, and program
KR101381535B1 (en) Information processing apparatus, control method and computer-readable storage medium
US20080178199A1 (en) Information processing device, image processing apparatus, information processing method, and storage medium
JP2019082758A (en) Print control unit, control method thereof, and program
JP2015114820A (en) Print service provision apparatus and printing system
JP5938972B2 (en) Image processing apparatus and program
EP2393275A1 (en) Information processing system, information processing apparatus, control method thereof, and program
JP2012245695A (en) Image output device, program, and system
JP2008182672A5 (en)
US20110286034A1 (en) Information processing apparatus and non-transitory computer-readable recording medium
US20120013944A1 (en) Information processing apparatus, display control method, and storage medium storing program thereof
US8782512B2 (en) Controller, method, and program product for controlling job information display, and recording medium
JP5834648B2 (en) Information processing apparatus, program, and control method
US20130067368A1 (en) Apparatus, System, And Method Of Controlling Display Of User Interface, And Recording Medium Storing User Interface Display Control Program
JP2015121974A (en) Information processor, information processing method, and program
JP2011229038A (en) Image processing system
JP5803357B2 (en) Image processing apparatus, method and program for speeding up screen display
JP6202081B2 (en) Information processing apparatus, program, and image processing system
JP2018120348A (en) Information processing apparatus and method for controlling the same, and program
KR20210084861A (en) Image forming apparatus selectively applying eco mode
JP4268117B2 (en) Document output method and document output system
JP2013089049A (en) Data processing device, information processing system and control method thereof, and program
JP4239951B2 (en) Service providing system and program
JP5910254B2 (en) Image forming apparatus, image forming apparatus control method, and image forming apparatus control program
JP2012141857A (en) Information processor, gui program and recording medium

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20140610

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20150330

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20150407

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20150527

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20150804

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20150817

R151 Written notification of patent or utility model registration

Ref document number: 5803357

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151

LAPS Cancellation because of no payment of annual fees