JP2011186767A - Image forming apparatus, image processing apparatus, image processing system, image processing method, program, and recording medium - Google Patents

Image forming apparatus, image processing apparatus, image processing system, image processing method, program, and recording medium Download PDF

Info

Publication number
JP2011186767A
JP2011186767A JP2010051149A JP2010051149A JP2011186767A JP 2011186767 A JP2011186767 A JP 2011186767A JP 2010051149 A JP2010051149 A JP 2010051149A JP 2010051149 A JP2010051149 A JP 2010051149A JP 2011186767 A JP2011186767 A JP 2011186767A
Authority
JP
Japan
Prior art keywords
information
layout
layout information
inheritance
plug
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.)
Granted
Application number
JP2010051149A
Other languages
Japanese (ja)
Other versions
JP5353771B2 (en
Inventor
Ayumi Seki
亜弓 関
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 JP2010051149A priority Critical patent/JP5353771B2/en
Publication of JP2011186767A publication Critical patent/JP2011186767A/en
Application granted granted Critical
Publication of JP5353771B2 publication Critical patent/JP5353771B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To inherit the layout information of a changed UI part when updating the layout information even if a UI can change the UI part. <P>SOLUTION: An image processing system includes a storage means which stores layout information which shows a layout of a display component contained in a plug-in UI screen and drawing data containing the layout information and the setting information of the display component, an inheritance means which obtains, from the storage means, the identification information of the existing layout information contained in the drawing data of the plug-in of a display object and the identification information of the latest layout information of the plug-in of the display object, compares them and determines whether the existing layout information is inherited based on the inheritance information when the comparison result differs, a layout processing means which creates the UI screen based on the inherited layout information when the existing layout information is inherited by the inheritance means, and a display means which displays the created UI screen. <P>COPYRIGHT: (C)2011,JPO&INPIT

Description

本発明は、画像データの配信を行う画像形成装置、画像処理装置、画像処理システム、画像処理方法、プログラム、及び記録媒体に関する。   The present invention relates to an image forming apparatus that distributes image data, an image processing apparatus, an image processing system, an image processing method, a program, and a recording medium.

近年、複合機(以下、MFPともいう)といった画像形成装置は、複写機能、画像形成機能、通信機能などの複数の機能を提供することが可能となっている。また、画像データに対しては、複合機および遠隔的に接続されたサーバが提供する複数の機能を連携させた一連の業務も可能となっている。画像に対して一連の業務を実行させようとする場合、ユーザは、MFPやサーバといった機器で実行するべき機能を特定した後、実行させる機能のシーケンスを指定して、いわゆるワークフローを設定する。   In recent years, an image forming apparatus such as a multifunction peripheral (hereinafter, also referred to as MFP) can provide a plurality of functions such as a copying function, an image forming function, and a communication function. In addition, for image data, a series of tasks in which a plurality of functions provided by a multifunction peripheral and a remotely connected server are linked is possible. When a series of tasks are to be executed on an image, the user specifies a function to be executed by a device such as an MFP or a server, and then specifies a sequence of functions to be executed and sets a so-called workflow.

ワークフローを実行させる技術はこれまで種々知られており、例えば、特開2008−97586号公報(特許文献1)には、フロー定義データを用意し、フロー定義データに基づいてスキャン画像データに対して処理を実行させる技術が開示されている。また、特開2008−176541号公報(特許文献2)には、予め設定された電子文書のレイアウトを、電子文書に付加されたメタデータを使用して変更する技術が開示されている。さらに、特開2008−305004号公報(特許文献3)では、ソフトウェア部品を連携して実行させるアプリケーションの実行方法を開示する。   Various techniques for executing a workflow have been known so far. For example, Japanese Patent Application Laid-Open No. 2008-97586 (Patent Document 1) prepares flow definition data and performs scan image data on the basis of the flow definition data. A technique for executing processing is disclosed. Japanese Patent Laying-Open No. 2008-176541 (Patent Document 2) discloses a technique for changing a preset layout of an electronic document using metadata added to the electronic document. Furthermore, Japanese Patent Application Laid-Open No. 2008-305004 (Patent Document 3) discloses an application execution method for executing software components in cooperation with each other.

上述のように、画像データに対して特定の業務をシーケンシャルに実行させることが比較的容易にされてきている。さらに、近年のMFPは、高級言語、例えばJava(登録商標)、JavaScript(登録商標)などを実装し、ブラウザプログラムの実行により、各種処理を実行するためのユーザインタフェースが提供されている。また、MFPやサーバなどの機器に対してPlug-in(プラグイン)プログラムをインストールすることにより、画像データに対する処理機能を比較的容易に追加・修正することもできるようになっている。   As described above, it has been relatively easy to execute specific operations sequentially on image data. Further, recent MFPs are equipped with a high-level language such as Java (registered trademark) or JavaScript (registered trademark), and provided with a user interface for executing various processes by executing a browser program. In addition, by installing a plug-in program on a device such as an MFP or a server, the processing function for image data can be added and modified relatively easily.

さらに処理機能の高度化や、ユーザニーズの多様化に伴い、処理機能の追加・修正を行う場合もある。特定の情報処理機能が追加・修正される場合、当該処理機能へのインタフェースを提供するためのディスプレイ装置が表示するユーザインタフェース(以下、UIともいう)も修正される場合が多い。   Furthermore, processing functions may be added or modified as processing functions become more sophisticated or user needs diversify. When a specific information processing function is added or modified, a user interface (hereinafter also referred to as UI) displayed on a display device for providing an interface to the processing function is often modified.

上述した実行環境下で、UI上に表示される表示部品(以下、UIパーツともいう)のレイアウトをユーザが自由に変更できるようになり、ユーザの好みに応じた画面設計が可能となっている。このとき、デフォルトのレイアウトが変更された後、プラグインのバージョンアップなどにより同じUIのレイアウトが更新され、更新されたUIを表示しようとするとき、ユーザにより変更された既存のレイアウトを引継ぐことができないという問題があった。   Under the execution environment described above, the user can freely change the layout of display parts (hereinafter also referred to as UI parts) displayed on the UI, and the screen design according to the user's preference is possible. . At this time, after the default layout is changed, the layout of the same UI is updated by upgrading the plug-in, etc., and when trying to display the updated UI, the existing layout changed by the user may be taken over. There was a problem that I could not.

そこで、本発明は上記問題点に鑑みてなされたものであり、UIパーツを変更可能なUIであっても、レイアウト情報の更新時において、変更されたUIパーツのレイアウト情報を引継ぐことが可能な画像形成装置、画像処理装置、画像処理システム、画像処理方法、プログラム、及び記録媒体を提供することを目的とする。   Therefore, the present invention has been made in view of the above problems, and even when the UI part can be changed, the layout information of the changed UI part can be taken over when the layout information is updated. An object is to provide an image forming apparatus, an image processing apparatus, an image processing system, an image processing method, a program, and a recording medium.

本発明における一局面の画像形成装置は、プラグインのUI画面に含まれる表示部品のレイアウトを示すレイアウト情報と、前記レイアウト情報及び前記表示部品の設定情報を含む描画データとを記憶する記憶手段と、表示対象のプラグインの前記描画データに含まれる既存のレイアウト情報の識別情報と、前記表示対象のプラグインの最新のレイアウト情報の識別情報とを前記記憶手段から取得して比較し、比較結果が異なる場合、前記既存のレイアウト情報を継承するか否かを定義する継承情報に基づいて、前記既存のレイアウト情報を継承するか否かを決定する継承手段と、前記継承手段により前記既存のレイアウト情報が継承される場合、継承されたレイアウト情報に基づきUI画面を作成するレイアウト処理手段と、作成された前記UI画面を表示する表示手段とを備える。   An image forming apparatus according to an aspect of the present invention includes a storage unit that stores layout information indicating a layout of a display component included in a plug-in UI screen, and drawing data including the layout information and the setting information of the display component. The identification information of the existing layout information included in the drawing data of the plug-in to be displayed is compared with the identification information of the latest layout information of the plug-in to be displayed from the storage unit, and the comparison result is obtained. Are different, inheritance means for determining whether to inherit the existing layout information based on inheritance information defining whether to inherit the existing layout information, and the existing layout by the inheritance means If the information is inherited, layout processing means for creating a UI screen based on the inherited layout information, And display means for displaying the UI screen.

また、本発明における他の局面の画像処理装置は、プラグインのUI画面に含まれる表示部品のレイアウトを示すレイアウト情報と、前記レイアウト情報及び前記表示部品の設定情報を含む描画データとを記憶する記憶手段と、表示対象のプラグインの前記描画データに含まれる既存のレイアウト情報の識別情報と、前記表示対象のプラグインの最新のレイアウト情報の識別情報とを前記記憶手段から取得して比較し、比較結果が異なる場合、前記既存のレイアウト情報を継承するか否かを定義する継承情報に基づいて、前記既存のレイアウト情報を継承するか否かを決定する継承手段と、前記継承手段により前記既存のレイアウト情報が継承される場合、継承されたレイアウト情報に基づきUI画面を作成するレイアウト処理手段と、を備える。   An image processing apparatus according to another aspect of the present invention stores layout information indicating a layout of a display component included in a plug-in UI screen and drawing data including the layout information and the setting information of the display component. The storage means, the identification information of the existing layout information included in the drawing data of the plug-in to be displayed, and the identification information of the latest layout information of the plug-in to be displayed are acquired from the storage means and compared. If the comparison results are different, inheritance means for determining whether to inherit the existing layout information based on inheritance information defining whether to inherit the existing layout information, and the inheritance means Layout processing means for creating a UI screen based on the inherited layout information when existing layout information is inherited; That.

また、本発明における他の局面の画像処理システムは、ネットワークを介して接続された画像形成装置と画像処理装置とを備える画像処理システムであって、前記画像処理装置は、プラグインのUI画面に含まれる表示部品のレイアウトを示すレイアウト情報と、前記レイアウト情報及び前記表示部品の設定情報を含む描画データとを記憶する記憶手段と、表示対象のプラグインの前記描画データに含まれる既存のレイアウト情報の識別情報と、前記表示対象のプラグインの最新のレイアウト情報の識別情報とを前記記憶手段から取得して比較し、比較結果が異なる場合、前記既存のレイアウト情報を継承するか否かを定義する継承情報に基づいて、前記既存のレイアウト情報を継承するか否かを決定する継承手段と、前記継承手段により前記既存のレイアウト情報が継承される場合、継承されたレイアウト情報に基づきUI画面を作成するレイアウト処理手段と、を備え、前記画像形成装置は、前記レイアウト処理手段により作成されたUI画面を表示する表示手段を備える。   An image processing system according to another aspect of the present invention is an image processing system including an image forming apparatus and an image processing apparatus connected via a network, and the image processing apparatus is displayed on a plug-in UI screen. Storage means for storing layout information indicating the layout of the display component included, drawing data including the layout information and setting information of the display component, and existing layout information included in the drawing data of the plug-in to be displayed The identification information of the latest layout information of the plug-in to be displayed is compared from the storage means, and if the comparison results are different, it is defined whether to inherit the existing layout information Inheritance means for determining whether or not to inherit the existing layout information based on inheritance information to be transmitted; Layout processing means for creating a UI screen based on the inherited layout information when the existing layout information is inherited, and the image forming apparatus displays the UI screen created by the layout processing means Means.

また、本発明における他の局面の画像処理方法は、プラグインのUI画面に含まれる表示部品のレイアウトを示すレイアウト情報と、前記レイアウト情報及び前記表示部品の設定情報を含む描画データとを記憶する記憶手段を備え、画像データを配信する機能を有する画像形成装置における画像処理方法であって、表示対象のプラグインの前記描画データに含まれる既存のレイアウト情報の識別情報と、前記表示対象のプラグインの最新のレイアウト情報の識別情報とを前記記憶手段から取得して比較し、比較結果が異なる場合、前記既存のレイアウト情報を継承するか否かを定義する継承情報に基づいて、前記既存のレイアウト情報を継承するか否かを決定する継承ステップと、前記継承ステップにより前記既存のレイアウト情報が継承される場合、継承されたレイアウト情報に基づきUI画面を作成するレイアウト処理ステップと、作成された前記UI画面を表示する表示ステップとを有する。   An image processing method according to another aspect of the present invention stores layout information indicating a layout of a display component included in a plug-in UI screen, and drawing data including the layout information and the setting information of the display component. An image processing method in an image forming apparatus including a storage unit and having a function of distributing image data, the identification information of existing layout information included in the drawing data of a display target plug-in, and the display target plug The identification information of the latest layout information of the in-line is acquired from the storage means and compared, and if the comparison results are different, the existing layout information is defined based on inheritance information that defines whether to inherit the existing layout information. An inheritance step for determining whether to inherit layout information, and the existing layout information is inherited by the inheritance step. If you have a layout processing step of creating a UI screen on the basis of inherited layout information, and a display step of displaying the UI screen created.

また、本発明の画像処理システム、画像形成装置、画像処理装置、及び画像処理方法は、コンピュータにより実行可能なプログラムにより実現することができ、また、プログラムを記録した記録媒体をコンピュータに読み取らせて実現することも可能である。   In addition, the image processing system, the image forming apparatus, the image processing apparatus, and the image processing method of the present invention can be realized by a program that can be executed by a computer, and by causing a computer to read a recording medium that records the program. It can also be realized.

本発明によれば、UIパーツを変更可能なUIであっても、レイアウト情報の更新時において、変更されたUIパーツのレイアウト情報を引継ぐことができる。   According to the present invention, even if the UI part can be changed, the layout information of the changed UI part can be taken over when the layout information is updated.

実施例1における画像処理システムの一例を示す図。1 is a diagram illustrating an example of an image processing system in Embodiment 1. FIG. 実施例1におけるMFPのハードウェア構成の一例を示すブロック図。FIG. 2 is a block diagram illustrating an example of a hardware configuration of an MFP according to the first embodiment. 実施例1における画像処理サーバのハードウェア構成の一例を示すブロック図。2 is a block diagram illustrating an example of a hardware configuration of an image processing server according to Embodiment 1. FIG. 実施例1における画像処理システムの機能の一例を示すブロック図。1 is a block diagram illustrating an example of functions of an image processing system according to Embodiment 1. FIG. 実施例1で使用するワークフローの一例を示す図。FIG. 3 is a diagram illustrating an example of a workflow used in the first embodiment. Plug-inにおけるUIパーツの一例を示す図。The figure which shows an example of UI parts in Plug-in. Plug-inのUIを形成するために使用する描画データのデータ構造の一例を示す図。The figure which shows an example of the data structure of the drawing data used in order to form UI of Plug-in. Plug-in「EMAIL」の画面XMLの一例を示す図。The figure which shows an example of screen XML of Plug-in "EMAIL". 描画データに含まれるレイアウト情報のUIパーツの一例を示す図。The figure which shows an example of UI parts of the layout information contained in drawing data. Plug-inの画面XMLにおけるUIパーツの一例を示す図。The figure which shows an example of UI parts in the screen XML of Plug-in. 実施例1で使用する条件設定データの一例を示す図。FIG. 6 is a diagram illustrating an example of condition setting data used in the first embodiment. 実施例1でインタフェースとして機能し、DOM機能を含むデータ継承部の機能を提供するための疑似コードの一例を示す図。The figure which shows an example of the pseudo code | symbol for functioning as an interface in Example 1 and providing the function of the data inheritance part containing a DOM function. 実施例1におけるPlug-inの画面表示の一例を示すフローチャート。9 is a flowchart illustrating an example of a plug-in screen display according to the first embodiment. 実施例2における画像処理システムの機能の一例を示すブロック図。FIG. 6 is a block diagram illustrating an example of functions of an image processing system according to a second embodiment. UIパーツの位置の自動調整の一例を示す図。The figure which shows an example of the automatic adjustment of the position of UI parts. 実施例3における画像処理システムの機能の一例を示すブロック図。FIG. 9 is a block diagram illustrating an example of functions of an image processing system according to a third embodiment. 変形例におけるMFPの機能の一例を示すブロック図。FIG. 10 is a block diagram illustrating an example of functions of an MFP according to a modification.

以下、添付図面を参照して、本発明にかかる画像処理システム、画像形成装置、画像処理装置(又は画像処理サーバ)、画像処理方法、プログラム及び記録媒体の実施例を詳細に説明する。   Exemplary embodiments of an image processing system, an image forming apparatus, an image processing apparatus (or image processing server), an image processing method, a program, and a recording medium according to the present invention will be described below in detail with reference to the accompanying drawings.

また、以下に示す実施例では、画像データを入力する画像入力装置として、プリンタ機能、スキャナ機能、コピー機能、ファクシミリ機能を一つの筐体に搭載した複合機を例にあげて説明しているが、これに限定されるものではなく、画像データを入力可能であれば、スキャナ装置、ファクシミリ装置、コピー装置などいずれにも適用することができる。   In the embodiments described below, an image input apparatus for inputting image data is described by taking a multifunction machine having a printer function, a scanner function, a copy function, and a facsimile function mounted in one housing as an example. However, the present invention is not limited to this, and can be applied to any of a scanner device, a facsimile device, a copy device, and the like as long as image data can be input.

[実施例1]
<システム構成とハードウェア構成>
図1は、実施例1における画像処理システムの一例を示す図である。図1に示すように、画像処理システム1は、ネットワークを介してMFP(Multifunction Peripheral)10、MFP20、画像処理サーバ30、画像管理サーバ40、情報処理端末(例えば、PC(Personal Computer)、PDA(Personal Data Assistance)など)50が接続されている。
[Example 1]
<System configuration and hardware configuration>
FIG. 1 is a diagram illustrating an example of an image processing system according to the first embodiment. As shown in FIG. 1, an image processing system 1 includes an MFP (Multifunction Peripheral) 10, an MFP 20, an image processing server 30, an image management server 40, an information processing terminal (for example, a PC (Personal Computer), a PDA) via a network. Personal Data Assistance) etc.) 50 is connected.

MFP10は、スキャン機能、コピー機能、プリンタ機能、ファクシミリ機能などを一つの筐体に搭載したものである。MFP10は、スキャン機能により紙媒体等をスキャン処理して画像データを作成し、作成された画像データを画像処理サーバ30に送信する。MFPの詳細については後述する。また、画像データは、文書の画像データを含む。   The MFP 10 has a scan function, a copy function, a printer function, a facsimile function, and the like mounted in a single housing. The MFP 10 scans a paper medium or the like with the scan function to create image data, and transmits the created image data to the image processing server 30. Details of the MFP will be described later. The image data includes document image data.

画像処理サーバ30は、各MFPでスキャンされた画像データを受信して、指定されたワークフローに従って種々の処理や配信処理を実行するワークステーション等のコンピュータである。ワークフローには、メール送信、FAX送信、フォルダ配信などがある。   The image processing server 30 is a computer such as a workstation that receives image data scanned by each MFP and executes various processes and distribution processes according to a specified workflow. The workflow includes mail transmission, FAX transmission, folder distribution, and the like.

また、画像処理サーバ30は、入力された画像データに基づいてワークフローを実行するサーバであり、ユーザによって構築されたワークフローに従って文書の蓄積又は配信処理を実行する。即ち、画像を処理するという観点において、画像処理サーバ30も画像処理装置として機能する。なお、画像処理サーバ30は、MFP10、20に組み込まれてもよい。   The image processing server 30 is a server that executes a workflow based on input image data, and executes document accumulation or distribution processing according to the workflow constructed by the user. That is, from the viewpoint of processing an image, the image processing server 30 also functions as an image processing apparatus. Note that the image processing server 30 may be incorporated in the MFPs 10 and 20.

画像管理サーバ40は、画像処理サーバ30から配信された画像データを蓄積、管理するサーバである。また、画像管理サーバ40は、蓄積した画像データに対して画像タイプを登録したり、検索を行ったりすることもできる。   The image management server 40 is a server that accumulates and manages image data distributed from the image processing server 30. The image management server 40 can also register an image type for the stored image data and perform a search.

情報処理端末50は、管理者によりデータ配信に関する管理ツールが起動され、入力、画像変換、出力の各プラグインが順に選択されることでワークフローを作成する。なお、ネットワークを介して接続されるMFPやサーバや情報処理端末の数は、それぞれ任意の数でもよい。   The information processing terminal 50 creates a workflow by starting a management tool related to data distribution by an administrator and sequentially selecting input, image conversion, and output plug-ins. Note that the number of MFPs, servers, and information processing terminals connected via a network may be any number.

実施例1におけるMFP10と画像処理サーバ30とのハードウェア構成について説明する。図2は、実施例1におけるMFP10のハードウェア構成の一例を示すブロック図である。MFP20のハードウェアは、MFP10と同様とする。   A hardware configuration of the MFP 10 and the image processing server 30 in the first embodiment will be described. FIG. 2 is a block diagram illustrating an example of a hardware configuration of the MFP 10 according to the first embodiment. The hardware of the MFP 20 is the same as that of the MFP 10.

図2に示すように、MFP10は、制御部11、主記憶部12、補助記憶部13、外部記憶装置I/F部14、ネットワークI/F部16、操作部17、表示部18、エンジン部19を含む。   As shown in FIG. 2, the MFP 10 includes a control unit 11, a main storage unit 12, an auxiliary storage unit 13, an external storage device I / F unit 14, a network I / F unit 16, an operation unit 17, a display unit 18, and an engine unit. 19 is included.

制御部11は、コンピュータの中で、各装置の制御やデータの演算、加工を行うCPUである。また、制御部11は、主記憶部12に記憶されたプログラムを実行する演算装置であり、入力装置や記憶装置からデータを受け取り、演算、加工した上で、出力装置や記憶装置に出力する。   The control unit 11 is a CPU that controls each device, calculates data, and processes in a computer. The control unit 11 is an arithmetic device that executes a program stored in the main storage unit 12, receives data from the input device or the storage device, calculates and processes the data, and outputs the data to the output device or the storage device.

主記憶部12は、ROM(Read Only Memory)やRAM(Random Access Memory)などであり、制御部11が実行する基本ソフトウェアであるOSやアプリケーションソフトウェアなどのプログラムやデータを記憶又は一時保存する記憶装置である。   The main storage unit 12 is a ROM (Read Only Memory), a RAM (Random Access Memory), or the like, and a storage device that stores or temporarily stores programs and data such as an OS and application software that are basic software executed by the control unit 11. It is.

補助記憶部13は、HDD(Hard Disk Drive)などであり、アプリケーションソフトウェアなどに関連するデータを記憶する記憶装置である。   The auxiliary storage unit 13 is an HDD (Hard Disk Drive) or the like, and is a storage device that stores data related to application software or the like.

外部記憶装置I/F部14は、USB(Universal Serial Bus)などのデータ伝送路を介して接続された記憶媒体15(例えば、フラッシュメモリなど)とMFP10とのインタフェースである。   The external storage device I / F unit 14 is an interface between the MFP 10 and a storage medium 15 (for example, a flash memory) connected via a data transmission path such as USB (Universal Serial Bus).

また、記憶媒体15に、所定のプログラムを格納し、この記憶媒体15に格納されたプログラムは外部記憶装置I/F部14を介してMFP10にインストールされ、インストールされた所定のプログラムはMFP10により実行可能となる。   A predetermined program is stored in the storage medium 15, the program stored in the storage medium 15 is installed in the MFP 10 via the external storage device I / F unit 14, and the installed predetermined program is executed by the MFP 10. It becomes possible.

ネットワークI/F部16は、有線及び/又は無線回線などのデータ伝送路により構築されたLAN(Local Area Network)、WAN(Wide Area Network)などのネットワークを介して接続された通信機能を有する周辺機器とMFP10とのインタフェースである。   The network I / F unit 16 has a communication function connected via a network such as a LAN (Local Area Network) or a WAN (Wide Area Network) constructed by a data transmission path such as a wired and / or wireless line. This is an interface between the device and the MFP 10.

操作部17や表示部18は、キースイッチ(ハードキー)とタッチパネル機能(GUIのソフトウェアキーを含む:Graphical User Interface)を備えたLCD(Liquid Crystal Display)とから構成され、MFP10が有する機能を利用する際のUI(User Interface)として機能する表示及び/又は入力装置である。   The operation unit 17 and the display unit 18 are composed of a key switch (hard key) and an LCD (Liquid Crystal Display) having a touch panel function (including GUI software key: Graphical User Interface), and use the functions of the MFP 10 It is a display and / or input device that functions as a UI (User Interface).

エンジン部19は、実際に画像形成に係る処理を行うプロッタ、スキャナ等の機構部分である。   The engine unit 19 is a mechanical part such as a plotter or a scanner that actually performs processing relating to image formation.

図3は、実施例1における画像処理サーバ30のハードウェア構成の一例を示すブロック図である。図3に示すように、画像処理サーバ30は、制御部31、主記憶部32、補助記憶部33、外部記憶装置I/F部34、ネットワークI/F部36を含む。   FIG. 3 is a block diagram illustrating an example of a hardware configuration of the image processing server 30 according to the first embodiment. As illustrated in FIG. 3, the image processing server 30 includes a control unit 31, a main storage unit 32, an auxiliary storage unit 33, an external storage device I / F unit 34, and a network I / F unit 36.

制御部31は、コンピュータの中で、各装置の制御やデータの演算、加工を行うCPUである。また、制御部31は、主記憶部32に記憶されたプログラムを実行する演算装置であり、入力装置や記憶装置からデータを受け取り、演算、加工した上で、出力装置や記憶装置に出力する。   The control unit 31 is a CPU that controls each device, calculates data, and processes in a computer. The control unit 31 is an arithmetic device that executes a program stored in the main storage unit 32, receives data from the input device or the storage device, calculates and processes the data, and outputs the data to the output device or the storage device.

主記憶部32は、ROM(Read Only Memory)やRAM(Random Access Memory)などであり、制御部31が実行する基本ソフトウェアであるOSやアプリケーションソフトウェアなどのプログラムやデータを記憶又は一時保存する記憶装置である。   The main storage unit 32 is a ROM (Read Only Memory), a RAM (Random Access Memory), or the like, and a storage device that stores or temporarily stores programs and data such as an OS and application software that are basic software executed by the control unit 31. It is.

補助記憶部33は、HDD(Hard Disk Drive)などであり、アプリケーションソフトウェアなどに関連するデータを記憶する記憶装置である。   The auxiliary storage unit 33 is an HDD (Hard Disk Drive) or the like, and is a storage device that stores data related to application software and the like.

外部記憶装置I/F部34は、USB(Universal Serial Bus)などのデータ伝送路を介して接続された記憶媒体15(例えば、フラッシュメモリなど)と画像処理サーバ30とのインタフェースである。   The external storage device I / F unit 34 is an interface between the image processing server 30 and a storage medium 15 (for example, a flash memory) connected via a data transmission path such as a USB (Universal Serial Bus).

また、記憶媒体15に、所定のプログラムを格納し、この記憶媒体15に格納されたプログラムは外部記憶装置I/F部34を介して画像処理サーバ30にインストールされ、インストールされた所定のプログラムは画像処理サーバ30により実行可能となる。   Further, a predetermined program is stored in the storage medium 15, and the program stored in the storage medium 15 is installed in the image processing server 30 via the external storage device I / F unit 34, and the installed predetermined program is It can be executed by the image processing server 30.

ネットワークI/F部36は、有線及び/又は無線回線などのデータ伝送路により構築されたLAN(Local Area Network)、WAN(Wide Area Network)などのネットワークを介して接続された通信機能を有する周辺機器と画像処理サーバ30とのインタフェースである。また、図3に示す例では、画像処理サーバ30には、キーボードなどの入力部とLCDなどを備える表示部とを図示していないが、これらを有する構成としてもよい。   The network I / F unit 36 has a communication function connected via a network such as a LAN (Local Area Network) or a WAN (Wide Area Network) constructed by a data transmission path such as a wired and / or wireless line. This is an interface between the device and the image processing server 30. In the example illustrated in FIG. 3, the image processing server 30 is not illustrated with an input unit such as a keyboard and a display unit including an LCD, but the image processing server 30 may be configured to include these.

<機能>
図4は、実施1における画像処理システムの機能の一例を示すブロック図である。なお、図4に示す例では、MFP10と画像処理サーバ30とを別構成にしたが、画像処理サーバ30はMFP10に組み込まれてもよい。
<Function>
FIG. 4 is a block diagram illustrating an example of functions of the image processing system according to the first embodiment. In the example illustrated in FIG. 4, the MFP 10 and the image processing server 30 are separately configured, but the image processing server 30 may be incorporated in the MFP 10.

図4に示した制御部31内の機能ブロックは、制御部31が、実施例1のプログラムを読み込んで、RAMに実行形式のファイルを展開し、実行形式のプログラムを実行することにより、画像処理サーバ30の機能手段として提供されている。   The functional block in the control unit 31 shown in FIG. 4 is configured so that the control unit 31 reads the program of the first embodiment, expands an executable file in the RAM, and executes the executable program. It is provided as a functional means of the server 30.

図4に示す例では、MFP10は、UI表示部101を有し、画像処理サーバ30は、レイアウト処理部301、描画データ取得部310、記憶装置307、ワークフロー管理部308、処理実行部309を有する。UI表示部101は、実施例1では、例えば操作パネルである。   In the example illustrated in FIG. 4, the MFP 10 includes a UI display unit 101, and the image processing server 30 includes a layout processing unit 301, a drawing data acquisition unit 310, a storage device 307, a workflow management unit 308, and a process execution unit 309. . In the first embodiment, the UI display unit 101 is an operation panel, for example.

レイアウト処理部301は、ブラウザプログラムの実行により画像処理サーバ30上に実現される機能手段である。また、レイアウト処理部301は、より詳細には、パーザ302および表示制御部303を含む。パーザ302は、HTML、XHTML、XMLなどの構造化文書を読み込んで、構造化文書のタグにより指定された処理を実行するためにインタフェースを提供し、実施の好適な態様では、DOM(Document Object Model)機能やSAX(Simple API for XML)を含み、名前空間を使用してタグの解釈を行う、XMLパーザとして実装することができる。   The layout processing unit 301 is a functional unit that is realized on the image processing server 30 by executing a browser program. In more detail, the layout processing unit 301 includes a parser 302 and a display control unit 303. The parser 302 reads a structured document such as HTML, XHTML, or XML, and provides an interface for executing processing specified by the tag of the structured document. In a preferred embodiment, the parser 302 is a DOM (Document Object Model). ) Functions and SAX (Simple API for XML), and can be implemented as an XML parser that interprets tags using a namespace.

また、表示制御部303は、実施例1では、使用する構造化文書に適合する表示制御機能を提供し、例えば、CSS(Cascading Style Sheet)やXSLT(eXtensible Stylesheet Language Transformation)などの機能を提供する。   In the first embodiment, the display control unit 303 provides a display control function that conforms to the structured document to be used. For example, the display control unit 303 provides a function such as CSS (Cascading Style Sheet) or XSLT (eXtensible Stylesheet Language Transformation). .

描画データ取得部310は、UI構造定義取得部304、データ継承部305、レイアウト継承部306を有する。   The drawing data acquisition unit 310 includes a UI structure definition acquisition unit 304, a data inheritance unit 305, and a layout inheritance unit 306.

UI構造定義取得部304は、ネットワークなどから配布されたUI構造定義を受領して、記憶装置307などに格納する処理を実行する。また、他の実施例では、UI構造定義は、UI表示部101に表示されたUI構造定義のためのUI表示画面からインタラクティブに作成することもできる。いずれの場合にでも取得したUI構造定義は、記憶装置307に格納され、以後、UI表示部101に対してUI構造定義に従ってPlug-inプログラムを制御するための設定画面を表示させる。   The UI structure definition acquisition unit 304 executes a process of receiving a UI structure definition distributed from a network or the like and storing it in the storage device 307 or the like. In another embodiment, the UI structure definition can be interactively created from the UI display screen for the UI structure definition displayed on the UI display unit 101. In any case, the obtained UI structure definition is stored in the storage device 307, and thereafter, a setting screen for controlling the plug-in program according to the UI structure definition is displayed on the UI display unit 101.

データ継承部305は、HTML、XHTML、XMLなどの構造化文書として受領したUI構造定義およびPlug-inプログラムの実行を制御するための条件設定データなどを含むUI表示画面を、UI表示部101に表示するため、表示制御を実行する。実施例1のデータ継承部305は、表示するべきUIが、直前に表示する際に使用したUI構造定義のバージョンと、現在表示させるべきUI構造定義のバージョンとが同一か否かを判断し、この判断に対応して条件設定データに対して異なる読み出し処理を実行する。   The data inheritance unit 305 displays a UI display screen including a UI structure definition received as a structured document such as HTML, XHTML, and XML and condition setting data for controlling execution of the plug-in program on the UI display unit 101. Display control is performed to display. The data inheritance unit 305 according to the first embodiment determines whether the UI to be displayed is the same as the UI structure definition version used when the UI is displayed immediately before and the UI structure definition version to be currently displayed. In response to this determination, different read processing is executed for the condition setting data.

レイアウト継承部306は、Plug-inのUI画面を描画する際、記憶装置307に記憶されている継承情報に基づいて、レイアウト情報を継承するか否かを決定する。「継承する」とは、新規に描画データを作成する際、元の描画データに含まれるレイアウト情報を引継ぐことをいう。継承情報については後述する。   The layout inheriting unit 306 determines whether to inherit the layout information based on the inheritance information stored in the storage device 307 when drawing the Plug-in UI screen. “Inherit” refers to inheriting layout information included in original drawing data when newly creating drawing data. The inheritance information will be described later.

具体的には、レイアウト継承部306は、表示対象のPlug-inの描画データを記憶装置307から取得する。次に、レイアウト継承部306は、記憶装置307に記憶されている表示対象のPlug-inの最新のレイアウトバージョンを取得する。このPlug-inのレイアウトバージョンは、Plug-inの画面データ(例えば後述する画面XML)から取得できる。レイアウト継承部306は、描画データに含まれるレイアウトバージョンと、Plug-inのレイアウトバージョンとが異なる場合、継承情報に基づいて、どちらのレイアウトを用いるかを決定する。このとき、レイアウト処理部301は、決定されたレイアウトバージョンが示すレイアウトに基づいて、新規に描画データを作成する。   Specifically, the layout inheriting unit 306 acquires drawing data of the plug-in to be displayed from the storage device 307. Next, the layout inheritance unit 306 acquires the latest layout version of the plug-in to be displayed that is stored in the storage device 307. The layout version of the plug-in can be acquired from the plug-in screen data (for example, screen XML described later). When the layout version included in the drawing data is different from the plug-in layout version, the layout inheritance unit 306 determines which layout to use based on the inheritance information. At this time, the layout processing unit 301 newly creates drawing data based on the layout indicated by the determined layout version.

記憶装置307は、ハードディスク装置、RAM、バッファメモリ、EEPROMなどを含んで構成された画像処理サーバ30の記憶空間であり、記憶装置307は、ワークフロー制御データの他、UIを形成するためのUI構造定義、Plug-inがその処理を実行するための条件設定データを格納する。また、記憶装置307は、デフォルトのレイアウト情報(最新のレイアウト情報)を優先するか、既存のレイアウト情報(描画データに含まれるレイアウト情報)を優先するかを定義する継承情報、UIパーツ(表示部品)の位置情報を含むレイアウト情報及び条件設定データを含む描画データ、最新のレイアウト情報を含むPlug-inデータなどを格納する。レイアウト情報にはレイアウトを識別する識別情報(例えば、バージョン、IDなど)が付与されている。   The storage device 307 is a storage space of the image processing server 30 including a hard disk device, a RAM, a buffer memory, an EEPROM, and the like. The storage device 307 has a UI structure for forming a UI in addition to workflow control data. Stores definition and condition setting data for Plug-in to execute the process. The storage device 307 also inherits information that defines whether to prioritize default layout information (latest layout information) or existing layout information (layout information included in drawing data), UI parts (display components) ) Layout information including position information, drawing data including condition setting data, plug-in data including the latest layout information, and the like. Identification information (for example, version, ID, etc.) for identifying the layout is given to the layout information.

継承情報は、UIパーツの位置情報を継承するか否かを定義する情報でもある。継承情報は、UIパーツ毎に継承するか否かを定義してもよいし、Plug-in毎に継承するか否かを定義してもよい。継承情報は、予め記憶装置307に記憶されていてもよいし、ネットワークを介して制御部31が取得し、取得した継承情報を制御部31が記憶装置307に記憶するようにしてもよい。   The inheritance information is also information that defines whether or not to inherit the UI part position information. The inheritance information may define whether to inherit for each UI part, or may define whether to inherit for each plug-in. The inheritance information may be stored in advance in the storage device 307, may be acquired by the control unit 31 via a network, and the control unit 31 may store the acquired inheritance information in the storage device 307.

制御部31は、ワークフローのシーケンスを実行するに際し、ワークフローの設定条件および実行するPlug-inプログラムが使用する描画データを呼び出して、レイアウト処理部303を介して条件を設定し、またUI表示部101へのUI画面を表示させている。   When executing the workflow sequence, the control unit 31 calls the workflow setting conditions and the drawing data used by the plug-in program to be executed, sets the conditions via the layout processing unit 303, and also displays the UI display unit 101. UI screen is displayed.

ワークフロー管理部308は、ワークフロー制御データに記述された機能定義および当該機能を制御するための条件設定データを記憶装置307などの適切な記憶空間から取得し、画像データ取得、フォーマット変換、プリント出力、データ転送、ファイル格納などのワークフローに定義されたシーケンスの情報処理機能を呼び出し、当該処理を実行するように処理実行部309に通知する。   The workflow management unit 308 acquires the function definition described in the workflow control data and the condition setting data for controlling the function from an appropriate storage space such as the storage device 307, and acquires image data, format conversion, print output, The information processing function of the sequence defined in the workflow such as data transfer and file storage is called, and the processing execution unit 309 is notified to execute the processing.

処理実行部309は、通知された情報処理機能を行うためのPlug-inプログラムを呼び出し、ワークフロー上で定義された処理を実行し、割り当てられた処理がなくなるまで、ワークフロー管理部308との間で通信を行い、画像処理サーバ30が実行するべき処理を完了させる。処理実行部309は、自己に割り当てられた処理のうち、最終シーケンスの処理が完了した後、ワークフロー制御データに設定された処理を実行させるため、処理結果を、バスやネットワークを介して送出し、ワークフローの処理を終了する。   The process execution unit 309 calls the plug-in program for performing the notified information processing function, executes the process defined on the workflow, and continues with the workflow management unit 308 until there is no allocated process. Communication is performed, and the process to be executed by the image processing server 30 is completed. The process execution unit 309 sends out a process result via a bus or a network in order to execute the process set in the workflow control data after the process of the final sequence is completed among the processes allocated to itself. Finish the workflow process.

<ワークフロー>
図5は、実施例1で使用するワークフローの一例を示す図である。図5に示すように、階層構造および当該階層構造を定義するワークフロー制御データの例を示す。図5に示すワークフローは、ワークフローを定義するべき適切な装置、例えば、PC50のデスクトップ画面やMFP10のUI表示装置などから、ユーザがインタラクティブに設定する。なお、ワークフローの設定のユーザインタフェースについては、特許文献1を参照するとよい。
<Workflow>
FIG. 5 is a diagram illustrating an example of a workflow used in the first embodiment. As shown in FIG. 5, an example of a hierarchical structure and workflow control data defining the hierarchical structure is shown. The workflow shown in FIG. 5 is set interactively by the user from an appropriate device for defining the workflow, for example, the desktop screen of the PC 50 or the UI display device of the MFP 10. For a user interface for setting a workflow, refer to Patent Document 1.

図5には、ワークフローの階層構造の、2分木構造510も並列的に示されている。ワークフローは、階層構造としては、画像データの作成処理を実行するMFP10をルートノードとして表現することができる。なお、画像データがすでに電子化され、データベースなどに登録されている実施例の場合には、MFP10に加え、PC50などがルートノードとしての機能を提供することができる。   FIG. 5 also shows a binary tree structure 510 of the workflow hierarchical structure in parallel. In the workflow, the MFP 10 that executes image data creation processing can be expressed as a root node in a hierarchical structure. In the embodiment in which image data is already digitized and registered in a database or the like, in addition to the MFP 10, the PC 50 or the like can provide a function as a root node.

図5に示した例では、ルートノードは、子ノードとして例えば、出力機能が共通する毎に複数のワークフローグループが設定されている。例えば、ワークフローのグループGr1は、「Scan to Mail」、Gr2は、「Scan to Folder」、Gr3は、「Scan to Print」などとして登録されており、ワークフローの実行依頼を容易にするために、MFP10のUI表示部101に個別的にUIボタンなどとして表示させることができる。   In the example illustrated in FIG. 5, for example, a plurality of workflow groups are set as root nodes each time the output function is common as a child node. For example, the workflow group Gr1 is registered as “Scan to Mail”, Gr2 is registered as “Scan to Folder”, Gr3 is registered as “Scan to Print”, and the like. Can be individually displayed on the UI display unit 101 as a UI button or the like.

さらに特定のグループは、複数の孫ノードとして、各グループでユーザカスタマイズされたプロジェクトPj1、Pj2、Pj3、・・・から構成される。各プロジェクトPj1〜Pj3は、例えば、ユーザ毎、宛先毎、機能設定が共通するジョブ毎の単位で独立して登録され、それぞれがユーザカスタマイズされた条件設定を伴っている。また、特定のプロジェクトは、例えば、Fn1=600dpiでの画像読み取り(522)→Fn2=PDF変換(524)→Fn3=特定メールアドレスへのメール転送(526)といった、個別的な条件設定データを伴う個別ジョブとされている。   Further, the specific group includes projects Pj1, Pj2, Pj3,... Customized by each group as a plurality of grandchild nodes. Each project Pj1 to Pj3 is independently registered for each user, for each destination, and for each job having a common function setting, and each is accompanied by user-customized condition settings. Also, a specific project is accompanied by individual condition setting data such as, for example, image reading at Fn1 = 600 dpi (522) → Fn2 = PDF conversion (524) → Fn3 = mail transfer to a specific mail address (526) It is an individual job.

木構造510は、構造化文書、より詳細には、XML文書520で記述され、ワークフロー制御データとして使用される。XML文書520は、ワークフローのシーケンス毎に、処理を担当するプログラムであるPlug-inの指定、Plug-inが利用する設定条件530、540、550、560などが記述されている。実施例1のXML文書520は、ワークフローを構成するプロジェクトの機能を実行する機器は、処理するべき機能に関係するXML文書を参照して、Plug-inを設定し、その設定条件を読み出して処理を開始し、さらに後続する機能に処理を渡す。なお、上述した通り、機能は、単独の機器で完結させることもできるが、複数の機器間での分散処理で完結させてもよい。   The tree structure 510 is described as a structured document, more specifically, an XML document 520, and is used as workflow control data. The XML document 520 describes, for each workflow sequence, specification of a plug-in that is a program in charge of processing, setting conditions 530, 540, 550, and 560 used by the plug-in. In the XML document 520 of the first embodiment, the device that executes the function of the project that configures the workflow refers to the XML document related to the function to be processed, sets the plug-in, reads the setting condition, and processes it And pass processing to subsequent functions. As described above, the function can be completed by a single device, but may be completed by distributed processing among a plurality of devices.

また、図5に示すXML文書520は、取得した画像データを、PDFフォーマットに変換した後、電子メールおよびフォルダに格納するシーケンスを構成する、フィルタ機能522、フォルダ格納機能524、メール送信機能526を設定するデータが記述されている。なお、単独の機器でワークフローを完結させる場合の他、分散処理を行う目的でワークフローを作成したPC50や、画像処理サーバ30から、ワークフローを処理可能な他の危機に配布してもよい。   Also, the XML document 520 shown in FIG. 5 includes a filter function 522, a folder storage function 524, and a mail transmission function 526 that constitute a sequence for storing the acquired image data in the PDF format and then storing it in an e-mail and a folder. The data to be set is described. In addition to the case where the workflow is completed with a single device, the workflow may be distributed from the PC 50 that created the workflow for the purpose of performing distributed processing or the image processing server 30 to another crisis where the workflow can be processed.

<UI>
図6は、Plug-inにおけるUIパーツの一例を示す図である。図6に示す例では、ディスプレイイメージ611とXML612の例を示す。例えば、EditBox610に対し、XML文書612には、EditBoxの位置情報やタイトル名が記述され、このXML文書612によりディスプレイイメージ611に示すEditBoxが表示部に表示される。
<UI>
FIG. 6 is a diagram illustrating an example of UI parts in Plug-in. In the example illustrated in FIG. 6, an example of the display image 611 and the XML 612 is illustrated. For example, for the EditBox 610, the position information and title name of the EditBox are described in the XML document 612, and the EditBox shown in the display image 611 is displayed on the display unit by the XML document 612.

例えば、ComboBox620に対し、XML文書621には、ComboBoxの位置情報やラベル名が記述され、このXML文書622によりディスプレイイメージ621に示すComboBoxが表示される。   For example, for the ComboBox 620, the location information and label name of the ComboBox are described in the XML document 621, and the ComboBox shown in the display image 621 is displayed by the XML document 622.

図7は、Plug-inのUIを形成するために使用する描画データのデータ構造の一例を示す図である。実施例1では、UI表示部101に表示させるためのデータ構造体に対し、データ構造体を固有に識別するためのUI識別値を割り当てる。UI識別値は、例えば、UIが関連するメール、フォルダ格納、ファックス通信などの機能を特定する機能識別値と、UI構造定義のバージョンを指定するバージョン識別値とを含む構造とされている。このバージョン識別値は、レイアウトのバージョンを示す。より具体的には、電子メール用のUIを提供するためのバージョン「01」のUI識別値には、「SCREEN_mail_01」、バージョン「0N」のUI識別値には、「SCREEN_mail_0N」といった固有の識別値が割り当てられる。   FIG. 7 is a diagram illustrating an example of a data structure of drawing data used to form a plug-in UI. In the first embodiment, a UI identification value for uniquely identifying the data structure is assigned to the data structure to be displayed on the UI display unit 101. The UI identification value has a structure including, for example, a function identification value that specifies functions such as mail, folder storage, and fax communication related to the UI, and a version identification value that specifies a version of the UI structure definition. This version identification value indicates the version of the layout. More specifically, a unique identification value such as “SCREEN_mail_01” is included in the UI identification value of version “01” for providing a UI for e-mail, and “SCREEN_mail_0N” is included in the UI identification value of version “0N”. Is assigned.

また、実施例1では、描画データ710は、UI構造定義720と、当該UI構造定義が利用する条件設定データ730とに分離されている。UI構造定義720は、実施例1では、UI表示を行うためのUIパーツの位置情報などを記述したファイルである。また、条件設定データ730は、UIパーツを介してインタラクティブに設定された、または以後に設定されるべきデータ値を意味する。例えば、ID=「SCREEN_mail_01」の描画データ710は、図7に示すようにUI構造定義720と、条件設定データ730とから作成される。   In the first embodiment, the drawing data 710 is separated into a UI structure definition 720 and condition setting data 730 used by the UI structure definition. In the first embodiment, the UI structure definition 720 is a file describing UI part position information for displaying a UI. The condition setting data 730 means a data value that is set interactively through UI parts or should be set thereafter. For example, the drawing data 710 with ID = “SCREEN_mail — 01” is created from the UI structure definition 720 and the condition setting data 730 as shown in FIG.

UI構造定義720は、XML、HTML、XHTMLまたはHTMLを含むXMLおよび適宜CSSやXSLTなどを含ませた構造とされている。また、条件設定データ730は、XML、XHTMLなどの構造化文書で作成されていて、UI構造定義720とは別のデータ構造体として構成され、Plug-inプログラムを実行するべき機器に配布される。UI構造定義と、条件設定データとは、それぞれ表示するべきUIのカテゴリ毎に相互関連付けされている。たとえば、UI構造定義ID(UI識別値)=「SCREEN_mail_01」は、条件設定データとして、同一に参照識別値「mail」を含む、「mail_setting_information」を参照するように関連付けられる。   The UI structure definition 720 has a structure including XML including XML, HTML, XHTML, or HTML, and appropriately including CSS and XSLT. The condition setting data 730 is created by a structured document such as XML or XHTML, is configured as a data structure different from the UI structure definition 720, and is distributed to a device that should execute the plug-in program. . The UI structure definition and the condition setting data are associated with each other for each UI category to be displayed. For example, the UI structure definition ID (UI identification value) = “SCREEN_mail_01” is associated so as to refer to “mail_setting_information” that includes the reference identification value “mail” as the condition setting data.

(レイアウト継承)
Plug-inのバージョンアップなどに対応して記憶装置307に記憶されているPlug-inデータのUI構造定義720が、UI構造定義760に修正されたものとする。修正とは、新規な機能の追加やレイアウト修正などであり、対応するUIパーツの配置や種類が修正されることをいう。
(Layout inheritance)
Assume that the UI structure definition 720 of Plug-in data stored in the storage device 307 is modified to the UI structure definition 760 in response to a plug-in version upgrade or the like. The correction means addition of a new function or layout correction, and means that the arrangement or type of the corresponding UI part is corrected.

このとき、UI構造定義760のUIパーツのレイアウトが、UI構造定義720のレイアウトと異なる場合、ユーザによってはUI構造定義720のレイアウトを優先したい場合がある。そこで、どちらのレイアウトを優先するかを継承情報に定義しておく。これにより、レイアウト情報の識別情報(例えば、バージョン識別値)が異なる場合、レイアウト継承部306は、継承情報を参照することで、どちらのレイアウトを用いるかを決めることができる。   At this time, if the UI part layout of the UI structure definition 760 is different from the layout of the UI structure definition 720, some users may want to prioritize the layout of the UI structure definition 720. Therefore, which layout is prioritized is defined in the inheritance information. Thereby, when the identification information (for example, version identification value) of the layout information is different, the layout inheritance unit 306 can determine which layout to use by referring to the inheritance information.

UI構造定義760のバージョン識別値は、Plug-inの画面XMLのバージョン識別値などから特定される。図8は、Plug-in「EMAIL」の画面XML800の一例を示す図である。図8に示す例では、バージョン識別値は810部分によると「1.0」である。図8に示す820部分は、UIパーツを示し、各UIパーツの位置情報が含まれる。図8に示す840部分は、画面XML800の画面イメージを示す図である。図8に示す画面XML800を画面に描画すると、アドレスのEditBox842や追加ボタン844、編集ボタン846、削除ボタン848が表示される。   The version identification value of the UI structure definition 760 is specified from the version identification value of the plug-in screen XML. FIG. 8 is a diagram showing an example of a plug-in “EMAIL” screen XML 800. In the example shown in FIG. 8, the version identification value is “1.0” according to the 810 part. 820 part shown in FIG. 8 shows UI parts, and the positional information on each UI part is included. 840 part shown in FIG. 8 is a figure which shows the screen image of screen XML800. When the screen XML 800 shown in FIG. 8 is drawn on the screen, an Address EditBox 842, an add button 844, an edit button 846, and a delete button 848 are displayed.

図8に示す850部分は、画面XMLについての補足情報である。この850部分は画面に表示されない。画面XMLについて以下の定義をしておく。
<Window>:画面の大枠を定義したもの
<Part>:画面を構成するパーツを定義してもの、さまざまな種類があり、type属性にパーツの種類が定義される
type属性:Label,Button,EditBox等
図9は、描画データに含まれるレイアウト情報のUIパーツの一例を示す図である。例えば、図9に示す描画データのUI識別値「SCREEN_mail_1.0」に含まれるバージョン識別値は、「1.0」である。図9に示す画面910は、XML文書920のUIパーツを表示したときの画面の例を示す。各UIパーツには、UIパーツのタイプ「parttype」、位置情報「x、y、width、height」、UIパーツのラベル「label」が記載される。
850 part shown in FIG. 8 is supplementary information about the screen XML. This 850 portion is not displayed on the screen. The following definition is made for the screen XML.
<Window>: Definition of the outline of the screen <Part>: There are various types of parts that define the screen, and type attributes in which the type of part is defined in the type attribute: Label, Button, EditBox FIG. 9 is a diagram illustrating an example of UI parts of layout information included in drawing data. For example, the version identification value included in the UI identification value “SCREEN_mail_1.0” of the drawing data shown in FIG. 9 is “1.0”. A screen 910 illustrated in FIG. 9 illustrates an example of a screen when the UI parts of the XML document 920 are displayed. Each UI part includes a UI part type “parttype”, position information “x, y, width, height”, and a UI part label “label”.

図10は、Plug-inの画面XMLにおけるUIパーツの一例を示す図である。例えば、図10に示すPlug-in「MAIL」は、最新のPlug-inデータであり、画面XMLのバージョン識別値が「2.0」であるとする。図10に示す画面1010は、XML文書1020のUIパーツを表示したときの画面の例を示す。各UIパーツには、図9同様、UIパーツのタイプ、位置情報、ラベルが記載される。   FIG. 10 is a diagram illustrating an example of a UI part in the plug-in screen XML. For example, the plug-in “MAIL” shown in FIG. 10 is the latest plug-in data, and the version identification value of the screen XML is “2.0”. A screen 1010 shown in FIG. 10 shows an example of a screen when the UI parts of the XML document 1020 are displayed. Each UI part describes the UI part type, position information, and label, as in FIG.

ここで、図9に示す描画データのレイアウト情報が記憶装置307に記憶され、図10に示す画面XMLがPlug-in「MAIL」の最新のデータとして記憶装置307に記憶されているとする。このとき、UI表示部101からPlug-in「MAIL」のプロパティを開く指示をレイアウト処理部301が受けたとする。   Here, the layout information of the drawing data shown in FIG. 9 is stored in the storage device 307, and the screen XML shown in FIG. 10 is stored in the storage device 307 as the latest data of the plug-in “MAIL”. At this time, it is assumed that the layout processing unit 301 receives an instruction to open the plug-in “MAIL” property from the UI display unit 101.

レイアウト処理部301は、レイアウト継承部306にレイアウト情報の確認を指示する。レイアウト継承部306は、記憶装置307に記憶されるPlug-in「MAIL」の描画データのレイアウトのバージョン識別値を取得し、Plug-in「MAIL」に対応する画面XMLの最新のバージョン識別値を取得する。レイアウト継承部306は、取得したそれぞれのバージョン識別値が異なれば、記憶装置307に記憶される継承情報を参照し、どちらのレイアウトを優先するかを決定する。ここでは、継承情報には、既存のレイアウトを優先することが定義されているとする。このとき、継承情報がUIパーツ毎に設定されている場合は、UIパーツ毎に最新のUIパーツの位置、又は既存のUIパーツの位置のどちらを優先するかを決定する。   The layout processing unit 301 instructs the layout inheriting unit 306 to confirm layout information. The layout inheritance unit 306 acquires the version identification value of the drawing data layout of the plug-in “MAIL” stored in the storage device 307, and obtains the latest version identification value of the screen XML corresponding to the plug-in “MAIL”. get. If the acquired version identification values are different, the layout inheritance unit 306 refers to the inheritance information stored in the storage device 307 and determines which layout has priority. Here, it is assumed that the inheritance information defines that priority is given to the existing layout. At this time, if the inheritance information is set for each UI part, it is determined for each UI part whether the position of the latest UI part or the position of the existing UI part is prioritized.

レイアウト継承部306は、決定したレイアウト(UIパーツの位置情報を含む)をレイアウト処理部301に出力する。これにより、レイアウト処理部301は、UIパーツの位置情報が継承された画面XMLに基づいて描画データを作成することが可能になる。このとき、レイアウト処理部301は、後述するデータ継承部305により継承された条件設定データをマージする。レイアウト処理部301は、新規に作成した描画データにUI識別値「SCREEN_mail_2.0」を付与して、記憶装置307に記憶するよう描画データ取得部310に指示する。描画データ取得部310は、レイアウト処理部301から指示された描画データを記憶装置307に記憶する。   The layout inheriting unit 306 outputs the determined layout (including UI part position information) to the layout processing unit 301. As a result, the layout processing unit 301 can create drawing data based on the screen XML in which the UI part position information is inherited. At this time, the layout processing unit 301 merges the condition setting data inherited by the data inheriting unit 305 described later. The layout processing unit 301 assigns the UI identification value “SCREEN_mail_2.0” to newly created drawing data and instructs the drawing data acquisition unit 310 to store the newly created drawing data in the storage device 307. The drawing data acquisition unit 310 stores the drawing data instructed from the layout processing unit 301 in the storage device 307.

なお、既存の描画データに含まれるレイアウト情報と、最新のPlug-inのレイアウト情報とが異なる場合、デフォルト設定によりレイアウトが異なる場合と、ユーザ変更によりレイアウトが異なる場合と2通り考えられる。レイアウト処理部301は、記憶装置307に描画データを指示する際、ユーザによりレイアウトが変更されていた場合には、その旨を示すフラグや情報を付与しておく。なお、ユーザによりレイアウトが変更された場合には、レイアウトのバージョン識別値は新規な値が設定される。これにより、継承情報は、ユーザがレイアウトを変更したことにより既存の描画データに含まれるレイアウト情報と、最新のPlug-inのレイアウト情報とが異なる場合は、既存のレイアウトを優先するよう定義することも可能になる。また、デフォルト設定により既存の描画データに含まれるレイアウト情報と、最新のPlug-inのレイアウト情報とが異なる場合は、最新のレイアウトを優先するよう定義することも可能になる。   In addition, when the layout information included in the existing drawing data is different from the latest plug-in layout information, there are two possible cases: the layout is different due to the default setting, and the layout is different due to a user change. When instructing drawing data to the storage device 307, if the layout has been changed by the user, the layout processing unit 301 adds a flag or information indicating that fact. When the layout is changed by the user, a new value is set as the layout version identification value. As a result, if the layout information included in the existing drawing data differs from the latest plug-in layout information due to the user changing the layout, the inheritance information should be defined to give priority to the existing layout. Is also possible. In addition, if the layout information included in the existing drawing data differs from the latest plug-in layout information by default settings, it is possible to define to give priority to the latest layout.

(条件設定データ継承)
図7に戻り、例えば、ベンダは、バージョンアップしたUI構造定義760を機器に配布し、このUI構造定義760を機器に設定する必要がある。一方、機器では、ユーザにより処理条件がカスタマイズされた条件設定データが複数の個別的プロジェクトに対して設定されている。このため、UI構造定義の修正があった場合にでも、既設定の条件設定データの利用できるデータがあれば可能な限り利用して、最も好ましくは、追加修正された機能に関連するデータのみの設定入力だけでワークフローを利用させることが、ワークフローの有効利用およびメンテナンス性を向上させる観点では好ましいということができる。
(Condition setting data inheritance)
Returning to FIG. 7, for example, the vendor needs to distribute the upgraded UI structure definition 760 to the device and set the UI structure definition 760 to the device. On the other hand, in the device, condition setting data whose processing conditions are customized by the user is set for a plurality of individual projects. For this reason, even if the UI structure definition has been corrected, if there is data that can be used for the preset condition setting data, it should be used as much as possible. Most preferably, only data related to the additionally corrected function is used. It can be said that it is preferable to use a workflow only by setting input from the viewpoint of improving the effective use of the workflow and maintainability.

このため、実施例1では、UI構造定義と、条件設定データとを分離し、適切なインタフェースを介して、既存の条件設定データ780を、異なる描画データ750のUI構造定義760が利用する条件設定データ770として利用させる。条件設定データ770は、条件設定データ730と比較し、表示するUI項目が共通する限り条件設定データ780内での記述順にかかわらず、データが共有される。   For this reason, in the first embodiment, the UI structure definition and the condition setting data are separated from each other, and the existing condition setting data 780 is used by the UI structure definition 760 of the different drawing data 750 via an appropriate interface. It is used as data 770. The condition setting data 770 is compared with the condition setting data 730, and data is shared regardless of the description order in the condition setting data 780 as long as the UI items to be displayed are common.

データの共有を可能とするため、データ継承部305をインタフェースとして提供する。データ継承部305は、登録された条件設定データ780が含む共用可能データを、構造化文書中での記述順に関わらず、条件設定データ770に設定する。データ継承部305は、構造化文書を使用する点では、DOM(Document Object Model)を使用し、条件設定データ780から、DOMを使用してデータを読み出し、描画データ750が使用する条件設定データ770として設定させるインタフェースとする形式を採用することが、ソフトウェア/ハードウェア資源の追加を最小化させる目的で好ましい。   In order to enable data sharing, a data inheritance unit 305 is provided as an interface. The data inheritance unit 305 sets the sharable data included in the registered condition setting data 780 in the condition setting data 770 regardless of the description order in the structured document. The data inheritance unit 305 uses a DOM (Document Object Model) in terms of using a structured document, reads data from the condition setting data 780 using the DOM, and condition setting data 770 used by the drawing data 750. It is preferable to adopt a format for an interface to be set as in order to minimize the addition of software / hardware resources.

上記の目的から、データ継承部305は、レイアウト処理部301が解釈して実行できるスクリプト言語で記述することができ、例示的なスクリプト言語としては、JavaScript(登録商標)、VBScript(登録商標)、その他行単位で解釈実行し、処理を実行可能なスクリプトを挙げることができ、特に限定されることはない。なお、ソフトウェア資源に充分な余裕がある場合には、Java(登録商標)の実行コードでインタフェースを提供してもよい。   For the above purpose, the data inheriting unit 305 can be described in a script language that can be interpreted and executed by the layout processing unit 301. Examples of script languages include JavaScript (registered trademark), VBSscript (registered trademark), Other scripts that can interpret and execute line-by-line and execute processing are not particularly limited. If there is a sufficient margin in software resources, an interface may be provided with Java (registered trademark) execution code.

図11は、実施例1で使用する条件設定データ1100の一例を示す図である。先頭行から、XMLのバージョンとエンコーディングが指定され、第2行目には、参照されるべき、UIのUI機能を識別するための識別値を含むファイル名が記述されている。その後、<smtp>、<server_name>、<port>、<user>、<address>などの設定条件タグにより、設定データが規定された構造とされている。これらのデータのうちのいくつかはベンダ側で予め設定するものもあるし、他のデータはユーザ設定により機器固有の値が設定される。   FIG. 11 is a diagram illustrating an example of the condition setting data 1100 used in the first embodiment. The XML version and encoding are specified from the first line, and the second line describes a file name including an identification value for identifying the UI function of the UI to be referred to. Thereafter, the setting data is defined by setting condition tags such as <smtp>, <server_name>, <port>, <user>, and <address>. Some of these data are preset on the vendor side, and other data are set to values unique to the device by user settings.

図11で示した条件設定データは、電子メール送信を制御するためのデータであるが、実施例1では、さらに、フォルダ送信、プリント、画像読み取りなどの各種機能の条件を設定するための構造化文書ファイルを実装させることができる。   The condition setting data shown in FIG. 11 is data for controlling e-mail transmission. In the first embodiment, the condition setting data is further structured to set conditions for various functions such as folder transmission, printing, and image reading. A document file can be implemented.

図12は、実施例1でインタフェースとして機能し、DOM機能を含むデータ継承部305の機能を提供するための疑似コードの一例を示す図である。図12に示す疑似コード1200は、まず、前回読み込んだ描画データの前回バージョン識別値(prior_ver)と、現在表示するべきUI構造定義(最新の画面XML)の現在バージョン識別値(current_ver)とを比較し、一致する場合には、前回利用した条件設定データを順に読み取る関数"read_cache"を起動する。また、前回バージョン識別値(prior_ver)と、現在表示するべきUI構造定義の現在バージョン識別値(current_ver)とが不一致の場合には、DOMを使用してXMLで記述された条件設定データを読み出す関数である"inheritance()"を呼び出してデータ読み取りを実行する。図12には、関数inheritance()の読み取り処理コードも示す。図11に示した条件設定データを記述した構造化文書から、設定するべきデータ値を、設定条件タグの順に、該当するデータを登録するアドレス領域にバッファリング処理を実行する。   FIG. 12 is a diagram illustrating an example of pseudo code that functions as an interface and provides the function of the data inheritance unit 305 including the DOM function in the first embodiment. The pseudo code 1200 shown in FIG. 12 first compares the previous version identification value (prior_ver) of the drawing data read last time with the current version identification value (current_ver) of the UI structure definition (latest screen XML) to be currently displayed. If they match, the function “read_cache” that sequentially reads the condition setting data used last time is activated. Also, if the previous version identification value (prior_ver) and the current version identification value (current_ver) of the UI structure definition to be currently displayed do not match, a function for reading the condition setting data described in XML using DOM Call "inheritance ()" to read data. FIG. 12 also shows a read processing code of the function inheritance (). From the structured document describing the condition setting data shown in FIG. 11, buffering processing is performed on the data values to be set in the order of setting condition tags in the address area where the corresponding data is registered.

図12に示した疑似コード1200の関数"inheritance()"は、行番号15〜38で規定されており、DSO(Data Source Object)を呼び出し、以下while構文が終了するまで、既存の条件設定データから、指定した行に定義された条件設定データを読み込んで、読み込んだ値をバッファリンする。なお、疑似コードにおいて設定する変数、Document.DocumentElement.childnodes.lengthは、条件設定データに記述されたタグで設定されている条件設定データの種類数を指定する値であり、DOMを使用して、予め取得しておくことができる。また他の実施例で、条件設定データ数が予め規定されている場合には、設定定数として、機能毎に設定してもよい。   The function “inheritance ()” of the pseudo code 1200 shown in FIG. 12 is defined by line numbers 15 to 38, calls the DSO (Data Source Object), and continues to the existing condition setting data until the while syntax ends. Reads the condition setting data defined in the specified line, and buffers the read value. Note that the variable to be set in the pseudo code, Document.DocumentElement.childnodes.length, is a value that specifies the number of types of condition setting data set by the tag described in the condition setting data. It can be acquired in advance. In another embodiment, when the number of condition setting data is defined in advance, it may be set for each function as a setting constant.

図11および図12を使用して、より具体的にデータ継承部305の処理を説明すると、例えば、疑似コードの22行目では、smtp_data=Document.DocumentElement.childnodes(i)で、図12の条件設定データの値「SMTPS」を読み取り、変数smtp.innerText=SMTPSとして設定する。以下、順次、server_nameから最終の設定条件データまでの読み取りを実行する。一方、UI構造定義は、HTML、XML、XSLTおよび適宜CSSを使用して実装されていて、例えば<smtp id="SMTPS">として、読み出した値を、ノード<smtp>の値として渡すことができる。以下、同様のコーディングにより、新たなUI定義構造に使用するための条件設定データを設定して行くことができる。設定されたデータは、制御部31の管理する適切な記憶領域に格納され、以後、制御部31がUIインスタンスを作成する期間、保持される。   The processing of the data inheritance unit 305 will be described more specifically with reference to FIGS. 11 and 12. For example, in the 22nd line of the pseudo code, smtp_data = Document.DocumentElement.childnodes (i) Read the setting data value “SMTPS” and set as variable smtp.innerText = SMTPS. Thereafter, reading from server_name to the final setting condition data is executed sequentially. On the other hand, the UI structure definition is implemented using HTML, XML, XSLT, and CSS as appropriate. For example, <smtp id = “SMTPS”> can be used to pass the read value as the value of the node <smtp>. it can. Thereafter, condition setting data for use in a new UI definition structure can be set by the same coding. The set data is stored in an appropriate storage area managed by the control unit 31, and thereafter held for a period during which the control unit 31 creates a UI instance.

<動作>
図13は、実施例1におけるPlug-inの画面表示の一例を示すフローチャートである。ステップS1301で、レイアウト処理部301は、UI表示部101からPlug-inの画面表示指示を受けると、描画データ取得部310に、指示されたPlug-inの描画データの取得を指示する。描画データ取得部310は、記憶装置307から描画データを取得する。このとき、レイアウト継承部306は、描画データに含まれるレイアウト情報の識別情報(バージョン識別値)を取得しておく。
<Operation>
FIG. 13 is a flowchart illustrating an example of a plug-in screen display according to the first embodiment. In step S <b> 1301, upon receiving a plug-in screen display instruction from the UI display unit 101, the layout processing unit 301 instructs the drawing data acquisition unit 310 to acquire the instructed plug-in drawing data. The drawing data acquisition unit 310 acquires drawing data from the storage device 307. At this time, the layout inheriting unit 306 acquires the identification information (version identification value) of the layout information included in the drawing data.

ステップS1302で、レイアウト継承部306は、表示対象のPlug-inの最新の画面XMLに含まれるバージョン識別値を取得する。ステップS1303で、レイアウト継承部306は、描画データに含まれるバージョン識別値と、画面XMLに含まれるバージョン識別値とを比較する。バージョン識別値が異なる場合は、ステップS1304に進み、バージョン識別値が同じ場合はステップS1307に進む。   In step S1302, the layout inheritance unit 306 acquires the version identification value included in the latest screen XML of the plug-in to be displayed. In step S1303, the layout inheriting unit 306 compares the version identification value included in the drawing data with the version identification value included in the screen XML. If the version identification values are different, the process proceeds to step S1304. If the version identification values are the same, the process proceeds to step S1307.

ステップS1304で、レイアウト継承部306は、記憶装置307に記憶されている継承情報を参照して、どちらのレイアウト情報、又はUIパーツに対してどちらの位置情報を用いるかを決定する。なお、継承情報は、Plug-in毎、又はUIパーツ毎に定義されていてもよい。Plug-in毎に継承情報が設定される場合は、継承情報は、Plug-in毎に、既存のレイアウト優先、最新のレイアウト優先が定義される。UIパーツ毎に継承情報が設定されている場合は、継承情報は、UIパーツ毎に、既存のUIパーツの位置情報優先、最新のUIパーツの位置情報優先が定義される。レイアウト継承部306は、決定されたレイアウト情報又はUIパーツの位置情報をレイアウト処理部301に出力する。レイアウト処理部306は、レイアウト継承部306から取得したレイアウト情報、又はUIパーツの位置情報に基づいて新描画データを作成する。   In step S1304, the layout inheritance unit 306 refers to the inheritance information stored in the storage device 307 and determines which layout information or which position information is used for the UI part. The inheritance information may be defined for each plug-in or for each UI part. When inheritance information is set for each plug-in, the existing layout priority and the latest layout priority are defined for each plug-in. When the inheritance information is set for each UI part, the inheritance information defines the position information priority of the existing UI part and the position information priority of the latest UI part for each UI part. The layout inheriting unit 306 outputs the determined layout information or UI part position information to the layout processing unit 301. The layout processing unit 306 creates new drawing data based on the layout information acquired from the layout inheriting unit 306 or the UI part position information.

ステップS1305で、データ継承部305は、図11や図12で説明したように、既存の描画データに設定された条件設定データを新描画データに引継いで、レイアウト処理部301に通知する。   In step S1305, the data inheritance unit 305 takes over the condition setting data set in the existing drawing data to the new drawing data and notifies the layout processing unit 301 as described with reference to FIGS.

ステップS1306で、レイアウト処理部301は、レイアウト継承部306が決定してレイアウト情報、及び、データ継承部305が継承した条件設定データに基づいて新描画データを作成する。   In step S1306, the layout processing unit 301 creates new drawing data based on the layout information determined by the layout inheriting unit 306 and the condition setting data inherited by the data inheriting unit 305.

ステップS1307で、レイアウト処理部301は、作成した新描画データをUI表示部101に出力する。UI表示部101は、レイアウト処理部301により作成された描画データを画面に表示する。   In step S1307, the layout processing unit 301 outputs the created new drawing data to the UI display unit 101. The UI display unit 101 displays the drawing data created by the layout processing unit 301 on the screen.

これにより、実施例1では、Plug-inの画面レイアウトを更新する際に、ユーザの予期せぬレイアウトに変更されることを防止することができる。また、実施例1では、継承情報をPlug-in毎、又はUIパーツ毎に定義することで、ユーザのニーズに合わせたレイアウトの更新を行なうことができる。   Thereby, in Example 1, when updating the screen layout of Plug-in, it can prevent changing to the layout which a user does not expect. Further, in the first embodiment, by defining the inheritance information for each plug-in or for each UI part, the layout can be updated according to the user's needs.

なお、レイアウト継承部306は、既存のレイアウトと、最新のレイアウトとの違いをバージョン識別値を用いて判定したが、次の方法を用いてこの判定を行ってもよい。レイアウト継承部306は、同じUIパーツに対し、描画データに含まれるUIパーツの位置情報と、Plug-inデータに含まれるUIパーツの位置情報とを一つずつ比較し、異なるUIパーツがあれば、既存のレイアウトと最新のレイアウトとは異なると判定してもよい。   Note that the layout inheriting unit 306 determines the difference between the existing layout and the latest layout using the version identification value, but this determination may be performed using the following method. The layout inheritance unit 306 compares the UI part position information included in the drawing data with the UI part position information included in the plug-in data one by one for the same UI part. The existing layout may be determined to be different from the latest layout.

[実施例2]
次に、実施例2に係る画像処理システムについて説明する。実施例2では、継承情報がUIパーツ毎に定義されている場合、デフォルト位置(最新の位置)優先のUIパーツと、既存位置優先のUIパーツとが重なる場合があるため、この重なりを検知して重ならないように自動調整する機能を提供する。
[Example 2]
Next, an image processing system according to the second embodiment will be described. In the second embodiment, when the inheritance information is defined for each UI part, the UI part with priority on the default position (latest position) may overlap with the UI part with priority on the existing position. Provide a function to automatically adjust so that they do not overlap.

<機能>
図14は、実施例2における画像処理システム1400の機能の一例を示すブロック図である。図14に示す機能において、図4に示す機能と同様の機能のものは同じ符号を付し、その説明を省略する。
<Function>
FIG. 14 is a block diagram illustrating an example of functions of the image processing system 1400 according to the second embodiment. In the functions shown in FIG. 14, the same functions as those shown in FIG. 4 are denoted by the same reference numerals, and the description thereof is omitted.

図14に示すレイアウト処理部1410は、XMLパーザ302、表示制御部303、調整部1412を含む。レイアウト処理部1410は、継承情報により決定されたUIパーツの位置にUIパーツを配置してPlug-inのレイアウトを作成する。このとき、継承情報がUIパーツ毎に定義されている場合、デフォルト位置(最新の位置)優先のUIパーツと、既存位置優先のUIパーツとが重なる場合がある。   The layout processing unit 1410 illustrated in FIG. 14 includes an XML parser 302, a display control unit 303, and an adjustment unit 1412. The layout processing unit 1410 creates a plug-in layout by arranging UI parts at the UI part positions determined by the inheritance information. At this time, when the inheritance information is defined for each UI part, the UI part giving priority to the default position (latest position) may overlap with the UI part giving priority to the existing position.

調整部1412は、Plug-in画面のレイアウトが作成されたときに、UIパーツ同士が重なるかを検知する。UI重なるか重ならないかは、UIパーツの位置情報を参照すれば、判定可能である。調整部1412は、UIパーツ同士が重なることを検知した場合、UIパーツが重ならないようUIパーツの位置を自動調整する。   The adjustment unit 1412 detects whether the UI parts overlap when the layout of the Plug-in screen is created. Whether the UI overlaps or not overlaps can be determined by referring to the positional information of the UI parts. When detecting that the UI parts overlap, the adjustment unit 1412 automatically adjusts the position of the UI parts so that the UI parts do not overlap.

具体的には、調整部1412は、重なっているUIパーツ周辺のUIパーツの位置情報を参照して、重なっているUIパーツが重ならないような位置に、それぞれのUIパーツを配置する。このとき、調整部1412は、重なっているUIパーツ全ての位置を移動させてもよいし、重なっているUIパーツのうち、少なくとも1つのUIパーツの位置を移動させてもよい。   Specifically, the adjustment unit 1412 refers to the position information of the UI parts around the overlapping UI parts, and arranges each UI part at a position where the overlapping UI parts do not overlap. At this time, the adjustment unit 1412 may move the positions of all the overlapping UI parts, or may move the position of at least one UI part among the overlapping UI parts.

図15は、UIパーツの位置の自動調整の一例を示す図である。図15(A)は、既存の描画データに含まれるレイアウト情報の例を示す図である。図15(A)に示すように、ユーザによりレイアウトが変更され、「追加」ボタンは非表示、「編集」ボタン1512、「削除」ボタン1514がそれぞれ、x方向に−2移動した位置に変更されているとする。   FIG. 15 is a diagram illustrating an example of automatic adjustment of the position of the UI parts. FIG. 15A is a diagram illustrating an example of layout information included in existing drawing data. As shown in FIG. 15A, the layout is changed by the user, the “add” button is not displayed, and the “edit” button 1512 and the “delete” button 1514 are respectively changed to positions moved by −2 in the x direction. Suppose that

このとき、例えば継承情報には、UIパーツ「追加」ボタンは、デフォルトの位置情報を優先、UIパーツ「編集」ボタンは、既存の位置情報を優先、UIパーツ「削除」ボタンは、デフォルトの位置情報を優先が定義されていたとする。   At this time, for example, in the inheritance information, the UI part “add” button gives priority to the default position information, the UI part “edit” button gives priority to the existing position information, and the UI part “delete” button takes the default position information. Suppose that priority is defined for information.

図15(B)は、レイアウト更新時にレイアウト継承部306によりUIパーツの位置を継承した画面例を示す図である。継承情報によれば、UIパーツ「編集」ボタンのみが、既存の位置情報を優先するため、レイアウト更新後の画面は、図15に示す画面となる。つまり、「追加」ボタン1522と「編集」ボタン1524とが重なってしまう。なお、「削除」ボタン1526は、デフォルトの位置に配置される。   FIG. 15B is a diagram illustrating a screen example in which the UI part position is inherited by the layout inheriting unit 306 at the time of layout update. According to the inheritance information, only the UI part “edit” button gives priority to the existing position information, so the screen after the layout update is the screen shown in FIG. That is, the “add” button 1522 and the “edit” button 1524 overlap. The “delete” button 1526 is arranged at a default position.

図15(C)は、UIパーツの位置を自動調整した後の画面例を示す図である。調整部1412は、図15(B)の状態を検知すると、それぞれのUIパーツの位置、大きさを考慮して、「追加」ボタンと「編集」ボタンとが重ならない位置に自動調整する。例えば、調整部1412は、「編集」ボタンをx方向に+2移動させる。このときの画面が、図15(C)に示す画面である。   FIG. 15C is a diagram illustrating a screen example after the position of the UI part is automatically adjusted. When the adjustment unit 1412 detects the state of FIG. 15B, the adjustment unit 1412 automatically adjusts the position so that the “add” button and the “edit” button do not overlap in consideration of the position and size of each UI part. For example, the adjustment unit 1412 moves the “edit” button +2 in the x direction. The screen at this time is the screen shown in FIG.

図15(C)に示すように、調整部1412がUIパーツの位置を自動調整することで、「追加」ボタン1532、「編集」ボタン1534、「削除」ボタン1536が重ならない位置に配置される。なお、継承情報において、UIパーツ「追加」ボタンが、既存の位置情報を優先すると定義されていた場合、「追加」ボタン1532は表示されないため、「編集」ボタン1534の位置の自動調整は行われない。   As illustrated in FIG. 15C, the adjustment unit 1412 automatically adjusts the position of the UI parts, so that the “add” button 1532, the “edit” button 1534, and the “delete” button 1536 are arranged at positions that do not overlap. . In the inheritance information, when the UI part “add” button is defined to prioritize the existing position information, the “add” button 1532 is not displayed, and therefore the position of the “edit” button 1534 is automatically adjusted. Absent.

以上、実施例2によれば、継承情報がUIパーツ毎に定義されている場合、デフォルト位置(最新の位置)優先のUIパーツと、既存位置優先のUIパーツとが重なることを防止することができる。   As described above, according to the second embodiment, when inheritance information is defined for each UI part, it is possible to prevent the UI part with priority on the default position (latest position) and the UI part with priority on the existing position from overlapping. it can.

[実施例3]
次に、実施例3に係る画像処理システムについて説明する。実施例3では、継承情報に基づいてレイアウトを作成した画面をプレビューとしてユーザに提示し、ユーザがこの画面を気に入らなければ、継承情報の変更を行うことができる機能を提供する。
[Example 3]
Next, an image processing system according to the third embodiment will be described. In the third embodiment, a screen in which a layout is created based on inheritance information is presented to the user as a preview, and a function is provided that allows the inheritance information to be changed if the user does not like this screen.

<機能>
図16は、実施例3における画像処理システム1600の機能の一例を示すブロック図である。図16に示す機能において、図4に示す機能と同様の機能のものは同じ符号を付し、その説明を省略する。
<Function>
FIG. 16 is a block diagram illustrating an example of functions of the image processing system 1600 according to the third embodiment. In the functions shown in FIG. 16, the same functions as those shown in FIG. 4 are denoted by the same reference numerals, and the description thereof is omitted.

図16に示すレイアウト処理部1610は、XMLパーザ302、表示制御部303、プレビュー部1612、変更部1614を含む。プレビュー部1612は、継承情報により決定されたレイアウト情報、又はUIパーツの位置に基づいて作成したPlug-in画面のレイアウトをプレビューとして、UI表示部101に表示するよう指示する。UI表示部101は、プレビュー画面を表示する。このとき、プレビュー部1612は、プレビュー画面に、継承情報を変更する変更ボタンを表示させる。   The layout processing unit 1610 illustrated in FIG. 16 includes an XML parser 302, a display control unit 303, a preview unit 1612, and a change unit 1614. The preview unit 1612 instructs the UI display unit 101 to display the layout information determined based on the inheritance information or the layout of the plug-in screen created based on the UI part position as a preview. The UI display unit 101 displays a preview screen. At this time, the preview unit 1612 displays a change button for changing the inheritance information on the preview screen.

「継承情報を変更する」とは、例えば、既存のレイアウトを優先するか、最新のレイアウトを優先するかを切り替えること、また、UIパーツ毎の継承情報をPlug-in毎の継承情報に切り替えることをいう。   “Change inheritance information” means, for example, switching between giving priority to the existing layout or the latest layout, and switching inheritance information for each UI part to inheritance information for each plug-in. Say.

変更部1614は、プレビュー画面に表示された変更ボタンが押下されたことを、UI表示部101から通知されると、レイアウト継承部1620にその旨通知する。レイアウト継承部1620は、変更された継承情報に基づいて、レイアウト情報、又はUIパーツの位置情報を再決定し、レイアウト処理部1610に通知する。   When notified from the UI display unit 101 that the change button displayed on the preview screen has been pressed, the changing unit 1614 notifies the layout inheriting unit 1620 to that effect. The layout inheritance unit 1620 re-determines layout information or UI part position information based on the changed inheritance information, and notifies the layout processing unit 1610 of it.

レイアウト処理部1610は、変更された継承情報に従って決定されたレイアウト情報、又はUIパーツの位置情報に基づいてUI画面を作成できる。   The layout processing unit 1610 can create a UI screen based on the layout information determined according to the changed inheritance information or the position information of UI parts.

以上、実施例3によれば、継承情報に基づいてレイアウトを作成した画面をプレビューとしてユーザに提示し、ユーザがこの画面を気に入らなければ、継承情報の変更を行うことでユーザ所望のレイアウトに変更することができる。   As described above, according to the third embodiment, the screen on which the layout is created based on the inheritance information is presented to the user as a preview, and if the user does not like the screen, the inheritance information is changed to change the layout to the user's desired layout. can do.

[変形例]
次に、変形例における画像形成装置について説明する。実施例5では、前述した画像処理サーバがMFPに組み込まれている。図17は、変形例におけるMFP1700の機能の一例を示すブロック図である。図17に示すように、画像処理サーバが組み込まれたMFPの各機能は、基本的には図4に示すMFP10の機能及び画像処理サーバ30の機能と同様である。これにより、変形例に係るMFP1700によれば、MFP単体で、各実施例に示した処理を行なうことができる。
[Modification]
Next, an image forming apparatus according to a modification will be described. In the fifth embodiment, the above-described image processing server is incorporated in the MFP. FIG. 17 is a block diagram illustrating an example of functions of the MFP 1700 according to the modification. As shown in FIG. 17, each function of the MFP in which the image processing server is incorporated is basically the same as the function of the MFP 10 and the function of the image processing server 30 shown in FIG. Thus, according to the MFP 1700 according to the modification, the processing shown in each embodiment can be performed by the MFP alone.

各実施例の画像処理サーバや変形例のMFPで実行されるプログラムは、インストール可能な形式又は実行可能な形式のファイルでCD−ROM、フレキシブルディスク(FD)、CD−R、DVD(Digital Versatile Disk)等のコンピュータで読み取り可能な記録媒体に記録されて提供される。   The program executed by the image processing server of each embodiment or the MFP of the modification is a file in an installable format or an executable format, and is a CD-ROM, flexible disk (FD), CD-R, DVD (Digital Versatile Disk). And the like recorded on a computer-readable recording medium.

また、各実施例の画像処理サーバや変形例のMFPで実行されるプログラムを、インターネット等のネットワークに接続されたコンピュータ上に格納し、ネットワーク経由でダウンロードさせることにより提供するように構成してもよい。   Further, the program executed by the image processing server of each embodiment or the MFP of the modification may be stored on a computer connected to a network such as the Internet and provided by being downloaded via the network. Good.

また、各実施例の画像処理サーバや変形例のMFPで実行されるプログラムを、ROM等に予め組み込んで提供するように構成してもよい。   Further, the program executed by the image processing server of each embodiment or the MFP of the modification may be provided by being incorporated in advance in a ROM or the like.

各実施例の画像処理サーバや変形例のMFPで実行されるプログラムは、前述した各手段を含むモジュール構成となっており、実際のハードウェアとしてはCPU(プロセッサ)が上記記憶媒体からプログラムを読み出して実行することにより上記各手段が主記憶装置上にロードされ、上記各手段が主記憶装置上に作成されるようになっている。   The program executed by the image processing server of each embodiment and the MFP of the modified example has a module configuration including the above-described units, and as actual hardware, a CPU (processor) reads the program from the storage medium. By executing the above, each means is loaded on the main memory, and each means is created on the main memory.

なお、本発明は、上記実施例そのままに限定されるものではなく、実施段階ではその要旨を逸脱しない範囲で構成要素を変形して具体化することができる。また、上記実施例に開示されている複数の構成要素の適宜な組み合わせにより、種々の発明を形成することができる。例えば、実施例に示される全構成要素からいくつかの構成要素を削除してもよい。さらに、異なる実施例にわたる構成要素を適宜組み合わせても良い。   In addition, this invention is not limited to the said Example as it is, A component can be deform | transformed and embodied in the range which does not deviate from the summary in an implementation stage. Moreover, various inventions can be formed by appropriately combining a plurality of constituent elements disclosed in the above embodiments. For example, some components may be deleted from all the components shown in the embodiments. Furthermore, constituent elements over different embodiments may be appropriately combined.

10、20、1700 MFP
30 画像処理サーバ
40 画像管理サーバ
50 情報処理端末
101 UI表示部
301、1410、1610 レイアウト処理部
302 XMLパーザ
303 表示制御部
304 UI構造定義取得部
305 データ継承部
306 レイアウト継承部
307 記憶装置
308 ワークフロー管理部
309 処理実行部
301、1616 描画データ取得部
1412 調整部
1612 プレビュー部
1614 変更部
10, 20, 1700 MFP
30 Image processing server 40 Image management server 50 Information processing terminal 101 UI display unit 301, 1410, 1610 Layout processing unit 302 XML parser 303 Display control unit 304 UI structure definition acquisition unit 305 Data inheritance unit 306 Layout inheritance unit 307 Storage device 308 Workflow Management unit 309 Process execution unit 301, 1616 Drawing data acquisition unit 1412 Adjustment unit 1612 Preview unit 1614 Change unit

特開2008−097586号公報JP 2008-097586 A 特開2008−176541号公報JP 2008-176541 A 特開2008−305004号公報JP 2008-305004 A

Claims (14)

プラグインのUI画面に含まれる表示部品のレイアウトを示すレイアウト情報と、前記レイアウト情報及び前記表示部品の設定情報を含む描画データとを記憶する記憶手段と、
表示対象のプラグインの前記描画データに含まれる既存のレイアウト情報の識別情報と、前記表示対象のプラグインの最新のレイアウト情報の識別情報とを前記記憶手段から取得して比較し、比較結果が異なる場合、前記既存のレイアウト情報を継承するか否かを定義する継承情報に基づいて、前記既存のレイアウト情報を継承するか否かを決定する継承手段と、
前記継承手段により前記既存のレイアウト情報が継承される場合、継承されたレイアウト情報に基づきUI画面を作成するレイアウト処理手段と、
作成された前記UI画面を表示する表示手段と
を備える画像形成装置。
Storage means for storing layout information indicating a layout of a display component included in the UI screen of the plug-in, and drawing data including the layout information and the setting information of the display component;
The identification information of the existing layout information included in the drawing data of the plug-in to be displayed is compared with the identification information of the latest layout information of the plug-in to be displayed from the storage unit, and the comparison result is If different, inheritance means for determining whether to inherit the existing layout information, based on inheritance information defining whether to inherit the existing layout information;
When the existing layout information is inherited by the inheriting means, layout processing means for creating a UI screen based on the inherited layout information;
An image forming apparatus comprising: display means for displaying the created UI screen.
前記継承情報は、前記既存のレイアウト情報を継承するか否かを前記プラグイン毎に定義する請求項1記載の画像形成装置。   The image forming apparatus according to claim 1, wherein the inheritance information defines, for each plug-in, whether to inherit the existing layout information. 前記継承情報は、前記既存のレイアウト情報を継承するか否かを、前記既存のレイアウト情報に含まれる表示部品毎に定義する請求項1記載の画像形成装置。   The image forming apparatus according to claim 1, wherein the inheritance information defines, for each display component included in the existing layout information, whether to inherit the existing layout information. 前記レイアウト処理手段は、
既存の位置情報が継承された表示部品が、他の表示部品と重なる場合、前記継承された表示部品と前記他の表示部品とが重ならない位置にレイアウト変更する調整手段を備える請求項3記載の画像形成装置。
The layout processing means includes
4. The display device according to claim 3, further comprising: an adjusting unit that changes a layout to a position where the inherited display component and the other display component do not overlap when the display component inherited from the existing position information overlaps with another display component. Image forming apparatus.
前記レイアウト処理手段は、
前記継承手段により決定されたレイアウト情報に基づき作成された前記UI画面をプレビューとして前記表示手段に表示させるプレビュー手段と、
前記プレビューの表示後に、前記継承情報の定義を変更可能にする変更手段とをさらに備える請求項1乃至4いずれか一項に記載の画像形成装置。
The layout processing means includes
Preview means for causing the display means to display the UI screen created based on the layout information determined by the inheritance means;
5. The image forming apparatus according to claim 1, further comprising a changing unit configured to change the definition of the inheritance information after the preview is displayed.
プラグインのUI画面に含まれる表示部品のレイアウトを示すレイアウト情報と、前記レイアウト情報及び前記表示部品の設定情報を含む描画データとを記憶する記憶手段と、
表示対象のプラグインの前記描画データに含まれる既存のレイアウト情報の識別情報と、前記表示対象のプラグインの最新のレイアウト情報の識別情報とを前記記憶手段から取得して比較し、比較結果が異なる場合、前記既存のレイアウト情報を継承するか否かを定義する継承情報に基づいて、前記既存のレイアウト情報を継承するか否かを決定する継承手段と、
前記継承手段により前記既存のレイアウト情報が継承される場合、継承されたレイアウト情報に基づきUI画面を作成するレイアウト処理手段と、
を備える画像処理装置。
Storage means for storing layout information indicating a layout of a display component included in the UI screen of the plug-in, and drawing data including the layout information and the setting information of the display component;
The identification information of the existing layout information included in the drawing data of the plug-in to be displayed is compared with the identification information of the latest layout information of the plug-in to be displayed from the storage unit, and the comparison result is If different, inheritance means for determining whether to inherit the existing layout information, based on inheritance information defining whether to inherit the existing layout information;
When the existing layout information is inherited by the inheriting means, layout processing means for creating a UI screen based on the inherited layout information;
An image processing apparatus comprising:
前記継承情報は、前記既存のレイアウト情報を継承するか否かを前記プラグイン毎に定義する請求項6記載の画像処理装置。   The image processing apparatus according to claim 6, wherein the inheritance information defines, for each plug-in, whether to inherit the existing layout information. 前記継承情報は、前記既存のレイアウト情報を継承するか否かを、前記既存のレイアウト情報に含まれる表示部品毎に定義する請求項6記載の画像処理装置。   The image processing apparatus according to claim 6, wherein the inheritance information defines, for each display component included in the existing layout information, whether to inherit the existing layout information. 前記レイアウト処理手段は、
既存の位置情報が継承された表示部品が、他の表示部品と重なる場合、前記継承された表示部品と前記他の表示部品とが重ならない位置にレイアウト変更する調整手段を備える請求項8記載の画像処理装置。
The layout processing means includes
9. The display device according to claim 8, further comprising: an adjusting unit that changes a layout to a position where the inherited display component and the other display component do not overlap when the display component inherited from the existing position information overlaps with another display component. Image processing device.
前記レイアウト処理手段は、
前記継承手段により決定されたレイアウト情報に基づき作成された前記UI画面をプレビューとして表示手段に表示させるプレビュー手段と、
前記プレビューの表示後に、前記継承情報の定義を変更可能にする変更手段とをさらに備える請求項6乃至9いずれか一項に記載の画像処理装置。
The layout processing means includes
Preview means for causing the display means to display the UI screen created based on the layout information determined by the inheritance means;
The image processing apparatus according to claim 6, further comprising: a changing unit that enables the definition of the inheritance information to be changed after the preview is displayed.
ネットワークを介して接続された画像形成装置と画像処理装置とを備える画像処理システムであって、
前記画像処理装置は、
プラグインのUI画面に含まれる表示部品のレイアウトを示すレイアウト情報と、前記レイアウト情報及び前記表示部品の設定情報を含む描画データとを記憶する記憶手段と、
表示対象のプラグインの前記描画データに含まれる既存のレイアウト情報の識別情報と、前記表示対象のプラグインの最新のレイアウト情報の識別情報とを前記記憶手段から取得して比較し、比較結果が異なる場合、前記既存のレイアウト情報を継承するか否かを定義する継承情報に基づいて、前記既存のレイアウト情報を継承するか否かを決定する継承手段と、
前記継承手段により前記既存のレイアウト情報が継承される場合、継承されたレイアウト情報に基づきUI画面を作成するレイアウト処理手段と、を備え、
前記画像形成装置は、
前記レイアウト処理手段により作成されたUI画面を表示する表示手段を備える画像処理システム。
An image processing system comprising an image forming apparatus and an image processing apparatus connected via a network,
The image processing apparatus includes:
Storage means for storing layout information indicating a layout of a display component included in the UI screen of the plug-in, and drawing data including the layout information and the setting information of the display component;
The identification information of the existing layout information included in the drawing data of the plug-in to be displayed is compared with the identification information of the latest layout information of the plug-in to be displayed from the storage unit, and the comparison result is If different, inheritance means for determining whether to inherit the existing layout information, based on inheritance information defining whether to inherit the existing layout information;
Layout processing means for creating a UI screen based on the inherited layout information when the existing layout information is inherited by the inheriting means,
The image forming apparatus includes:
An image processing system comprising display means for displaying a UI screen created by the layout processing means.
プラグインのUI画面に含まれる表示部品のレイアウトを示すレイアウト情報と、前記レイアウト情報及び前記表示部品の設定情報を含む描画データとを記憶する記憶手段を備え、画像データを配信する機能を有する画像形成装置における画像処理方法であって、
表示対象のプラグインの前記描画データに含まれる既存のレイアウト情報の識別情報と、前記表示対象のプラグインの最新のレイアウト情報の識別情報とを前記記憶手段から取得して比較し、比較結果が異なる場合、前記既存のレイアウト情報を継承するか否かを定義する継承情報に基づいて、前記既存のレイアウト情報を継承するか否かを決定する継承ステップと、
前記継承ステップにより前記既存のレイアウト情報が継承される場合、継承されたレイアウト情報に基づきUI画面を作成するレイアウト処理ステップと、
作成された前記UI画面を表示する表示ステップと
を有する画像処理方法。
An image having a function of distributing image data, comprising storage means for storing layout information indicating a layout of a display component included in the UI screen of the plug-in, and drawing data including the layout information and setting information of the display component An image processing method in a forming apparatus,
The identification information of the existing layout information included in the drawing data of the plug-in to be displayed is compared with the identification information of the latest layout information of the plug-in to be displayed from the storage unit, and the comparison result is If different, an inheritance step for determining whether to inherit the existing layout information based on inheritance information defining whether to inherit the existing layout information;
A layout processing step of creating a UI screen based on the inherited layout information when the existing layout information is inherited by the inheriting step;
A display step for displaying the created UI screen.
プラグインのUI画面に含まれる表示部品のレイアウトを示すレイアウト情報と、前記レイアウト情報及び前記表示部品の設定情報を含む描画データとを記憶する記憶手段を備えるコンピュータにより実行されるプログラムであって、
表示対象のプラグインの前記描画データに含まれる既存のレイアウト情報の識別情報と、前記表示対象のプラグインの最新のレイアウト情報の識別情報とを前記記憶手段から取得して比較し、比較結果が異なる場合、前記既存のレイアウト情報を継承するか否かを定義する継承情報に基づいて、前記既存のレイアウト情報を継承するか否かを決定する継承ステップと、
前記継承手段により前記既存のレイアウト情報が継承される場合、継承されたレイアウト情報に基づきUI画面を作成するレイアウト処理ステップを有するプログラム。
A program executed by a computer comprising storage means for storing layout information indicating a layout of a display component included in a UI screen of a plug-in, and drawing data including the layout information and the setting information of the display component,
The identification information of the existing layout information included in the drawing data of the plug-in to be displayed is compared with the identification information of the latest layout information of the plug-in to be displayed from the storage unit, and the comparison result is If different, an inheritance step for determining whether to inherit the existing layout information based on inheritance information defining whether to inherit the existing layout information;
A program having a layout processing step of creating a UI screen based on inherited layout information when the existing layout information is inherited by the inheriting means.
請求項13記載のプログラムを記録したコンピュータ読み取り可能な記録媒体。   A computer-readable recording medium on which the program according to claim 13 is recorded.
JP2010051149A 2010-03-08 2010-03-08 Image forming apparatus, image processing apparatus, image processing system, image processing method, program, and recording medium Expired - Fee Related JP5353771B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010051149A JP5353771B2 (en) 2010-03-08 2010-03-08 Image forming apparatus, image processing apparatus, image processing system, image processing method, program, and recording medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010051149A JP5353771B2 (en) 2010-03-08 2010-03-08 Image forming apparatus, image processing apparatus, image processing system, image processing method, program, and recording medium

Publications (2)

Publication Number Publication Date
JP2011186767A true JP2011186767A (en) 2011-09-22
JP5353771B2 JP5353771B2 (en) 2013-11-27

Family

ID=44792956

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010051149A Expired - Fee Related JP5353771B2 (en) 2010-03-08 2010-03-08 Image forming apparatus, image processing apparatus, image processing system, image processing method, program, and recording medium

Country Status (1)

Country Link
JP (1) JP5353771B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016040701A (en) * 2014-08-13 2016-03-24 株式会社リコー Image processing function control device, image processing function control system, image processing function control method and image processing function control program
US9734547B2 (en) 2014-03-27 2017-08-15 Ricoh Company, Ltd. Information processing device for controlling an order of displaying images in a single layer and information processing method implementing the same

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10154054A (en) * 1996-09-24 1998-06-09 Fujitsu Ltd Screen display device
JP2003150971A (en) * 2001-11-09 2003-05-23 Konica Corp Information processing method, information processing system, information processing device and information recording medium recording program
JP2007034456A (en) * 2005-07-25 2007-02-08 Fuji Xerox Co Ltd Information processor and information processing program
JP2008097586A (en) * 2006-09-15 2008-04-24 Ricoh Co Ltd Information processing device, image forming apparatus, and process control system, method and program
JP2009110050A (en) * 2007-10-26 2009-05-21 Ricoh Co Ltd Information processor, information processing system, display control method, display control program, and recording medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10154054A (en) * 1996-09-24 1998-06-09 Fujitsu Ltd Screen display device
JP2003150971A (en) * 2001-11-09 2003-05-23 Konica Corp Information processing method, information processing system, information processing device and information recording medium recording program
JP2007034456A (en) * 2005-07-25 2007-02-08 Fuji Xerox Co Ltd Information processor and information processing program
JP2008097586A (en) * 2006-09-15 2008-04-24 Ricoh Co Ltd Information processing device, image forming apparatus, and process control system, method and program
JP2009110050A (en) * 2007-10-26 2009-05-21 Ricoh Co Ltd Information processor, information processing system, display control method, display control program, and recording medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9734547B2 (en) 2014-03-27 2017-08-15 Ricoh Company, Ltd. Information processing device for controlling an order of displaying images in a single layer and information processing method implementing the same
JP2016040701A (en) * 2014-08-13 2016-03-24 株式会社リコー Image processing function control device, image processing function control system, image processing function control method and image processing function control program

Also Published As

Publication number Publication date
JP5353771B2 (en) 2013-11-27

Similar Documents

Publication Publication Date Title
KR101456624B1 (en) Image forming apparatus, and web application install method
JP5724344B2 (en) Image forming apparatus, customization control method, and customization control program
JP4861883B2 (en) Image forming apparatus and application execution method
US8773676B2 (en) Multifunction peripheral, multifunction peripheral control system, and multifunction peripheral control method for preparing information display screen including changing default conditions
EP2639735B1 (en) Information processor and recording medium
JP5608985B2 (en) Image processing apparatus, information processing apparatus, user interface providing method, image processing system, and program
US20110228333A1 (en) Image processing apparatus and image processing method
US9001374B2 (en) Image forming apparatus and display control device
JP5768342B2 (en) Print control system and data control method
JP5582012B2 (en) Image forming apparatus, information processing apparatus, customization program, and recording medium
JP2011233092A (en) Information processor, program and storage medium
JP2008305004A (en) Image forming apparatus, application execution method, and application execution program
JP5709429B2 (en) Image processing apparatus, control method therefor, and program
JP5332343B2 (en) Information processing apparatus, electronic manual management method, and electronic manual management program
JP5511483B2 (en) Information processing apparatus, control method, and program
JP5353771B2 (en) Image forming apparatus, image processing apparatus, image processing system, image processing method, program, and recording medium
JP2013003625A (en) Image processing system, screen update method and screen update program
KR20190088292A (en) Controlling apps providing same or similar services in an image forming apparatus supporting multiple platforms
JP7134729B2 (en) Program, information processing device, and information processing method
JP2011180856A (en) Image forming apparatus and program
JP2005269439A (en) Image forming apparatus, information processing method, information processing program, and recording medium
JP5036273B2 (en) Image forming apparatus, display data generation method and program
JP6024782B2 (en) Image forming apparatus, customization control method, and customization control program
JP7202873B2 (en) Image processing device and image processing method
JP5481925B2 (en) Network system and method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20121220

TRDD Decision of grant or rejection written
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20130724

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20130730

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20130812

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20130903

R151 Written notification of patent or utility model registration

Ref document number: 5353771

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151

LAPS Cancellation because of no payment of annual fees