JP2007133507A - Information processing apparatus, and method of arranging ui component - Google Patents

Information processing apparatus, and method of arranging ui component Download PDF

Info

Publication number
JP2007133507A
JP2007133507A JP2005323948A JP2005323948A JP2007133507A JP 2007133507 A JP2007133507 A JP 2007133507A JP 2005323948 A JP2005323948 A JP 2005323948A JP 2005323948 A JP2005323948 A JP 2005323948A JP 2007133507 A JP2007133507 A JP 2007133507A
Authority
JP
Japan
Prior art keywords
screen
component
group
information processing
processing apparatus
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2005323948A
Other languages
Japanese (ja)
Inventor
Masaji Munekuni
雅次 宗國
Shigeki Mori
重樹 森
Naoko Yamamoto
直子 山本
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.)
Canon Inc
Original Assignee
Canon Inc
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 Canon Inc filed Critical Canon Inc
Priority to JP2005323948A priority Critical patent/JP2007133507A/en
Publication of JP2007133507A publication Critical patent/JP2007133507A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Digital Computer Display Output (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To obtain configuration of a display screen faithfully to the intention of a provider of UI data, even in an information processing apparatus different in a screen size, based on the single UI data. <P>SOLUTION: The information processing apparatus has a UI component screen arranging means for arranging a UI component assigned by a UI component assigning element, or a group of the UI component assigned by a group element, on a screen, an additional screen preparing means for preparing at least one or more of additional screens, when incapable of arranging the UI component or the group of the UI component on the screen by the UI component screen arranging means, and a UI component addition screen arranging means for arranging the UI component assigned by the UI component assigning element, or the group of the UI component assigned by the group element, on the additional screen. The problem to be solved hereinbefore is solved by this configuration. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は、情報処理装置、及びUI部品配置方法に関する。   The present invention relates to an information processing apparatus and a UI component arrangement method.

インターネット上のサーバに存在する様々な情報を表示構成するプレゼンテーション言語として、HTML(Hyper Text Markup Language)言語が広く普及している。   An HTML (Hyper Text Markup Language) language is widely used as a presentation language for displaying and configuring various information existing on servers on the Internet.

HTML言語によれば、PC(Personal Computer)アーキテクチャの差異や、ブラウザアプリケーションによる差異を吸収する事ができ、どの様なPC環境においても、ほぼ作者の意図した通りの表示画面を構成する事が可能であった。   According to the HTML language, differences in PC (Personal Computer) architecture and differences in browser applications can be absorbed, and display screens almost as intended by the author can be configured in any PC environment. Met.

また、近年、通信インフラが整備されるに従い、通信環境を持つPDA装置や、携帯電話等もインターネットに接続し、サーバ上の情報を表示するという要求が広まりつつある。更には、様々な大きさや種類の入出力機器の登場により、PCやPDA、携帯電話等のジャンルにも収まらないクライアント機器も登場しつつあり、これらの機器も同様に、インターネットに接続し、情報を表示する要求が生じている。   In recent years, with the development of communication infrastructure, there is a growing demand for PDA devices having a communication environment, mobile phones, and the like to connect to the Internet and display information on servers. Furthermore, with the advent of input / output devices of various sizes and types, client devices that do not fit in the genre such as PCs, PDAs, and mobile phones are also appearing. There is a request to display.

主にPCでの表示を前提に設計されているHTML言語を用いた表示データに関しては、ある程度の画面の大きさを持つPCにおいては、ほぼ製作者の意図通り問題無く画面を構成し、表示される。ところが、比較的画面の小さいPDAや携帯電話等では、表示を途中で折り返して表示する為に、延々とスクロール操作を行わないと全体が見えない事が多かった。   With regard to display data using the HTML language designed mainly for display on a PC, a PC with a certain size of screen is configured and displayed almost without any problem as intended by the manufacturer. The However, with a PDA or a mobile phone having a relatively small screen, since the display is folded and displayed halfway, the entire screen is often not visible unless scrolling is performed endlessly.

この問題の解決策として、PDA、携帯等小さな画面を持つ表示装置向けに、例えばC−HTML(Compact HTML)言語等を使用して、PC等の大きな画面を持つ表示装置向けとは別に、表示データをサーバ側に用意しておく方法がある。   As a solution to this problem, for display devices with small screens such as PDAs and mobile phones, for example, using C-HTML (Compact HTML) language, etc. There is a method to prepare data on the server side.

ところが、この方法では、小さな画面を持つ表示装置向けの表示データを大きな画面を持つ表示装置で表示すると、大きな画面であるにもかかわらず少ない情報量のデータしか表示されなかった。つまり、異なる種類の表示装置毎に適切な画面を表示しようとすると、異なる種類の表示装置毎に異なる表示データを用意しなくてはならないという問題点があった。この場合、表示内容に変更があった場合、表示装置毎に用意したそれぞれの記述を一様に変更する必要があり、コストの増大を招いていた。   However, in this method, when display data for a display device having a small screen is displayed on a display device having a large screen, only a small amount of data is displayed despite the large screen. In other words, if an appropriate screen is displayed for each different type of display device, there is a problem that different display data must be prepared for each different type of display device. In this case, when the display contents are changed, it is necessary to uniformly change each description prepared for each display device, which causes an increase in cost.

この問題の解決策として、携帯等には、プロキシサービス等を利用して通常のPC用の表示データを縮小変換する事も行われている。しかし、この方法では、そもそも変換という作業が必要であり、更に、当該変換作業は、オリジナルの表示データを改変して表示するものであり、必ずしも制作者の意図を反映した表示となるとは言えなかった。   As a solution to this problem, normal display data for a PC is reduced and converted using a proxy service or the like for a mobile phone or the like. However, this method requires an operation of conversion in the first place, and furthermore, the conversion operation is to display the original display data by modifying it, and it cannot be said that the display necessarily reflects the intention of the producer. It was.

PC等の大きな画面を持つ表示装置用に作られた表示データを、小さな画面を持つ表示装置で見る場合に、表示装置で複数の画面に分割して表示することが考えられる。この場合、分割する表示境界にまたがる内容で、分割されて欲しくない内容が、2画面に分割されてしまう場合がある。   When display data created for a display device having a large screen, such as a PC, is viewed on a display device having a small screen, the display device may be divided into a plurality of screens and displayed. In this case, contents that do not want to be divided may be divided into two screens in the contents that extend over the display boundary to be divided.

この問題の解決策として、装置で表示しようとしている表示内容が表示境界で分割されそうになった場合、表示出力を制限するものがある(例えば、特許文献1参照。)。   As a solution to this problem, there is one that restricts the display output when the display content to be displayed on the apparatus is likely to be divided at the display boundary (see, for example, Patent Document 1).

特開2003−196065号公報JP 2003-196065 A

しかしながら、特許文献1では、絵図等1つの表示対象要素が分割されてしまう場合について触れられているが、複数の要素が同一画面上で表示されず、複数の画面に分割してしまう場合があった。つまり、複数の要素を一度に閲覧、操作したいと言う場合に、表示データ作成者が意図した操作の容易性を著しく損なうという問題点があった。   However, Patent Document 1 mentions the case where one display target element such as a picture is divided, but there are cases where a plurality of elements are not displayed on the same screen and are divided into a plurality of screens. It was. That is, when it is desired to view and operate a plurality of elements at once, there is a problem that the ease of operation intended by the display data creator is significantly impaired.

本発明は上記の問題点に鑑みなされたもので、単一のUIデータに基づき、画面サイズが異なる情報処理装置に対しても、UIデータの提供者の意図に忠実な表示画面の構成を得ることを目的とする。   The present invention has been made in view of the above-described problems. Based on a single UI data, a display screen configuration faithful to the intention of the UI data provider can be obtained even for information processing apparatuses having different screen sizes. For the purpose.

そこで、上記問題を解決するため、本発明は、ユーザインタフェースに係るUIデータを格納する格納手段を有し、前記格納手段に格納されている前記UIデータに応じて、UI部品を画面に配置する情報処理装置であって、前記UIデータは、UI部品を指定するUI部品指定要素と、0又は1以上の前記UI部品指定要素を含むグループ要素と、を含み、前記画面に前記UI部品指定要素が指定するUI部品、又は前記グループ要素が指定するUI部品のグループを配置するUI部品画面配置手段と、前記UI部品画面配置手段が、前記UI部品又は前記UI部品のグループを、前記画面に配置できなかった場合、少なくとも1以上の追加画面を作成する追加画面作成手段と、前記追加画面に前記UI部品指定要素が指定するUI部品、又は前記グループ要素が指定するUI部品のグループを配置するUI部品追加画面配置手段と、を有することを特徴とする。   Therefore, in order to solve the above problem, the present invention has storage means for storing UI data related to a user interface, and arranges UI components on the screen according to the UI data stored in the storage means. In the information processing apparatus, the UI data includes a UI part designating element for designating a UI part and a group element including zero or one or more UI part designating elements, and the UI part designating element is displayed on the screen. UI component screen arrangement means for arranging a UI component designated by or a group of UI parts designated by the group element, and the UI component screen arrangement means for arranging the UI component or the group of UI components on the screen. If not, additional screen creation means for creating at least one additional screen, UI parts designated by the UI part designating element on the additional screen, Is characterized by having a a UI component add screen arrangement means for arranging a group of UI component the Group element is designated.

本発明によれば、ユーザインタフェースに係るUIデータを格納する格納手段を有し、前記格納手段に格納されている前記UIデータに応じて、UI部品を画面に配置する情報処理装置であって、前記UIデータは、UI部品を指定するUI部品指定要素と、0又は1以上の前記UI部品指定要素を含むグループ要素と、を含み、前記画面に前記UI部品指定要素が指定するUI部品、又は前記グループ要素が指定するUI部品のグループを配置するUI部品画面配置手段と、前記UI部品画面配置手段が、前記UI部品又は前記UI部品のグループを、前記画面に配置できなかった場合、少なくとも1以上の追加画面を作成する追加画面作成手段と、前記追加画面に前記UI部品指定要素が指定するUI部品、又は前記グループ要素が指定するUI部品のグループを配置するUI部品追加画面配置手段と、を有することにより、単一のUIデータに基づき、画面サイズが異なる情報処理装置に対しても、UIデータの提供者の意図に忠実な表示画面の構成を得ることができる。   According to the present invention, there is provided an information processing apparatus having storage means for storing UI data relating to a user interface, and arranging UI components on a screen in accordance with the UI data stored in the storage means, The UI data includes a UI part designating element for designating a UI part and a group element including zero or one or more UI part designating elements, and the UI part designated by the UI part designating element on the screen, or UI component screen arrangement means for arranging a group of UI parts designated by the group element and at least 1 when the UI component screen arrangement means cannot arrange the UI component or the group of UI parts on the screen. The additional screen creation means for creating the above additional screen, and the UI component designated by the UI component designation element or the group element designated on the additional screen A UI component addition screen arrangement means for arranging a group of UI components to be used, even for information processing apparatuses having different screen sizes based on a single UI data, faithfully comply with the intention of the UI data provider. A simple display screen configuration can be obtained.

なお、UIとは、User Interfaceの略である。また、情報処理装置は、後述する情報処理装置等に対応する。また、格納手段は、例えば、後述するプログラムメモリ4又はデータメモリ5等に対応する。また、UIデータは、例えば、後述するような画面を構成(又は作成)するのに用いられるデータ(文書データ、線データ、表データ、図形データ)等に対応する。   UI is an abbreviation for User Interface. The information processing apparatus corresponds to an information processing apparatus described later. The storage means corresponds to, for example, a program memory 4 or a data memory 5 described later. The UI data corresponds to, for example, data (document data, line data, table data, graphic data) used to configure (or create) a screen as described later.

また、上記問題を解決するため、本発明は、UI部品配置方法、プログラム、及び記憶媒体としてもよい。   In order to solve the above problem, the present invention may be a UI component arrangement method, a program, and a storage medium.

本発明によれば、単一のUIデータに基づき、画面サイズが異なる情報処理装置に対しても、UIデータの提供者の意図に忠実な表示画面の構成を得ることができる。   According to the present invention, it is possible to obtain a display screen configuration that is faithful to the intention of a UI data provider, even for information processing apparatuses having different screen sizes based on a single UI data.

以下、本発明の実施例について図面に基づいて説明する。   Embodiments of the present invention will be described below with reference to the drawings.

(第1の実施形態)
図1は情報処理装置のハードウェア構成を示すブロック図である。
図1において、1は情報(データ)を入力するための入力部である。2はCPUであり、各種処理のための演算、論理判断等を行い、バス6に接続された各構成要素を制御する。3は情報(データ)を出力する出力部である。出力部3としては、LCDやCRT等のディスプレイや、プリンタ等の記録装置がある。
(First embodiment)
FIG. 1 is a block diagram illustrating a hardware configuration of the information processing apparatus.
In FIG. 1, reference numeral 1 denotes an input unit for inputting information (data). Reference numeral 2 denotes a CPU, which performs operations for various processes, logical determinations, and the like, and controls each component connected to the bus 6. An output unit 3 outputs information (data). The output unit 3 includes a display such as an LCD or CRT, and a recording device such as a printer.

4はプログラムメモリであり、後述するフローチャート(アクティビティ図)の処理手順を含むCPU2による制御のためのプログラムを格納するメモリである。プログラムメモリ4は、ROMであってもよいし、外部記憶装置等からプログラムがロードされるRAMであってもよい。   Reference numeral 4 denotes a program memory which stores a program for control by the CPU 2 including a processing procedure of a flowchart (activity diagram) described later. The program memory 4 may be a ROM or a RAM in which a program is loaded from an external storage device or the like.

5はデータメモリであり、各種処理に係るデータ(例えば、UIデータ等)を格納する。データメモリ5は、例えば、RAMとするが、不揮発な外部記憶媒体から、処理に先立ってロードしておく、或いは必要があるごとに参照するものとする。   Reference numeral 5 denotes a data memory, which stores data related to various processes (for example, UI data). The data memory 5 is a RAM, for example, but is loaded from a non-volatile external storage medium prior to processing or referred to whenever necessary.

6はCPU2の制御の対象とする各構成要素を指示するアドレス信号、各構成要素を制御するためのコントロール信号、各構成要素間で相互にやりとりされるデータの転送を行うためのバスである。   Reference numeral 6 denotes an address signal for instructing each component to be controlled by the CPU 2, a control signal for controlling each component, and a bus for transferring data exchanged between the components.

図2及び図3は、本実施形態によるHTML言語として記述されたUIデータの例である。図2の行番号1及び図3の行番号74は、HTML要素であることを示すタグである。図2の行番号2から5までは、HTMLのheadの記述である。図2の行番号7から図3の行番73まではbody要素であることを示しており、本実施形態における画面を構成するデータが記述されている。   2 and 3 are examples of UI data described as an HTML language according to the present embodiment. Line number 1 in FIG. 2 and line number 74 in FIG. 3 are tags indicating that they are HTML elements. Line numbers 2 to 5 in FIG. 2 are descriptions of the HTML head. Line numbers 7 in FIG. 2 to line number 73 in FIG. 3 indicate body elements, and data constituting the screen in this embodiment is described.

図2の行番号8の記述は、トップレベルの見出しを示すh1要素であり、要素をトップレベルの見出しとして画面を構成表示する。   The description of line number 8 in FIG. 2 is an h1 element indicating the top level heading, and the screen is configured and displayed with the element as the top level heading.

図2の行番号9の記述は、テキスト要素であり、テキストが画面上に配置される。図2の13、14、15、25、26、27、38、39、40及び図3の行番号52、58、59、60、66も同様である。   The description of line number 9 in FIG. 2 is a text element, and the text is arranged on the screen. The same applies to 13, 14, 15, 25, 26, 27, 38, 39, 40 in FIG. 2 and line numbers 52, 58, 59, 60, 66 in FIG.

図2の行番号12の記述は、form要素であり、図3の72行目までフォームが記述されていることを示している。そして、図3の行番号70のinputタグで示される注文ボタン要素が押された場合、サーバのorder.cgiが起動して、フォーム要素内のUI部品の値がPOSTで送られることが記述されている。   The description of line number 12 in FIG. 2 is a form element, which indicates that the form is described up to the 72nd line in FIG. When the order button element indicated by the input tag of the line number 70 in FIG. 3 is pressed, the server order. It is described that cgi is activated and the value of the UI component in the form element is sent by POST.

図2の行番号10及び図3の行番号、50、58、63、66に本実施形態に基づく拡張であるgroupタグが記述されており、また、図3の行番号49、57、62、65、71に本実施形態に基づく拡張である/group終了タグが記述されている。groupタグと/group終了タグで囲まれたgroup要素は、1塊の要素であることを示しており、画面に構成できるか否か判定をgroup要素単位に行う。別画面に配置構成してもらっては困る部品は1つのgroup要素にしておけば、別々の画面になることはなく、画面作成者の意図が反映された画面構成になる。   A group tag which is an extension based on the present embodiment is described in line number 10 in FIG. 2 and line numbers 50, 58, 63, and 66 in FIG. 3, and line numbers 49, 57, 62, and 65 and 71 describe a / group end tag which is an extension based on this embodiment. A group element surrounded by a group tag and a / group end tag indicates that it is a single element, and it is determined whether or not the screen can be configured on a group element basis. If parts that are difficult to arrange on a separate screen are made into one group element, they will not become separate screens, but a screen configuration reflecting the intention of the screen creator.

図4は、情報処理装置におけるUIデータからUI部品を配置する一例を示すアクティビティ図である。なお、S401からS411は、各ステップを示す。   FIG. 4 is an activity diagram showing an example of arranging UI parts from UI data in the information processing apparatus. S401 to S411 indicate each step.

まず、情報処理装置は、UIデータにタグがあるかないかを判断し(S401)、タグがない場合、終了する。UIデータにタグがある場合は、情報処理装置は、タグを1つ読み込む(S402)。情報処理装置は、読み込んだタグがgroupタグかそうでないかを判断し(S403)、groupでない場合、画面に配置する(S404)。   First, the information processing apparatus determines whether there is a tag in the UI data (S401), and if there is no tag, the information processing apparatus ends. If there is a tag in the UI data, the information processing apparatus reads one tag (S402). The information processing apparatus determines whether the read tag is a group tag or not (S403). If the tag is not a group, the information processing apparatus arranges it on the screen (S404).

S403の判断の結果、groupタグである場合、情報処理装置は、group内のUI部品を配置した場合のサイズを計算する(S405)。情報処理装置は、group内のUI部品が画面に配置できるかどうかを判断し(S406)、画面に入る場合、画面内に配置する(S407)。S406の判断の結果、画面に入らない場合、情報処理装置は、新規画面を作成し(S408)、既存の画面に新規画面を開く為のボタンを追加する(S409)。   If the tag is a group tag as a result of the determination in S403, the information processing apparatus calculates the size when the UI component in the group is arranged (S405). The information processing apparatus determines whether the UI parts in the group can be arranged on the screen (S406), and when entering the screen, arranges them in the screen (S407). If the result of the determination in S406 is that the screen does not enter, the information processing apparatus creates a new screen (S408), and adds a button for opening the new screen to the existing screen (S409).

情報処理装置は、新規画面に既存の画面に戻る為のボタンを追加する(S410)。情報処理装置は、新規画面にUI部品を配置する(S411)。   The information processing apparatus adds a button for returning to the existing screen to the new screen (S410). The information processing apparatus arranges UI parts on the new screen (S411).

上述した処理により、図2及び図3のUIデータから、PCのように比較的大きなサイズの画面を持つ情報処理装置では、図5に示すような画面が構成(作成)される。   With the processing described above, the information processing apparatus having a relatively large screen such as a PC is configured (created) from the UI data of FIGS. 2 and 3 as shown in FIG.

また、上述した処理により、図2及び図3のUIデータから、携帯電話のように比較的小さなサイズの画面を持つ情報処理装置では、図6、図7、図8、図9、図10に示すような画面を構成される。図6、図7、図8、図9、図10では、group単位で分割され、各グループが別々の画面へ配置されている。   Further, by the above-described processing, the information processing apparatus having a relatively small screen such as a mobile phone from the UI data of FIGS. 2 and 3 can be changed to FIGS. 6, 7, 8, 9, and 10. The screen as shown is configured. In FIG. 6, FIG. 7, FIG. 8, FIG. 9, and FIG. 10, each group is divided into groups, and each group is arranged on a separate screen.

(第2の実施形態)
本実施形態では、実施形態1とは異なるUI部品の画面への配置について説明する。
本実施形態の情報処理装置のハードウェア構成は、実施形態1と同様である。また、本実施形態のUIデータの例は、実施形態1と同様である。
(Second Embodiment)
In the present embodiment, the arrangement of UI parts different from the first embodiment on the screen will be described.
The hardware configuration of the information processing apparatus of this embodiment is the same as that of the first embodiment. An example of UI data in this embodiment is the same as that in the first embodiment.

図11は、情報処理装置におけるUIデータからUI部品を配置する一例を示すアクティビティ図である。なお、S1101からS1109は、各ステップを示す。   FIG. 11 is an activity diagram illustrating an example of arranging UI parts from UI data in the information processing apparatus. Note that steps S1101 to S1109 indicate each step.

まず、情報処理装置は、UIデータに要素があるかどうかを判断する(S1101)。要素がある場合、情報処理装置は、UI部品指定要素を含むグループ要素1つを読み込む(S1102)。情報処理装置は、グループ内のUI部品指定要素による部品を配置した全体のサイズを計算する(S1103)。再びS1101へ戻り、情報処理装置は、すべてのグループ要素を読み込むまで続ける。S1101の判断で要素がないとなった場合、情報処理装置は、全てのグループが画面内に配置できるかどうかを判断し(S1104)、画面に配置し(S1105)、終了する。   First, the information processing apparatus determines whether there is an element in the UI data (S1101). If there is an element, the information processing apparatus reads one group element including the UI component designation element (S1102). The information processing apparatus calculates the total size of the parts arranged by the UI part designating elements in the group (S1103). The process returns to S1101 again, and the information processing apparatus continues until all group elements are read. If there is no element in the determination in S1101, the information processing apparatus determines whether all groups can be arranged in the screen (S1104), arranges them on the screen (S1105), and ends.

S1104の判断の結果、画面内に配置できない場合、情報処理装置は、グループの数だけ新規画面を作成し(S1106)、既存の画面に新規画面を開く為のボタンを新規画面の数だけ追加する(S1107)。情報処理装置は、新規画面に既存の画面に戻る為のボタンを追加する(S1108)。そして、情報処理装置は、それぞれの新規画面にグループ内のUI部品を配置する(S1109)。   As a result of the determination in S1104, if the information processing device cannot be placed in the screen, the information processing apparatus creates new screens for the number of groups (S1106), and adds buttons for opening the new screen to the existing screens for the number of new screens. (S1107). The information processing apparatus adds a button for returning to the existing screen to the new screen (S1108). Then, the information processing apparatus arranges UI parts in the group on each new screen (S1109).

上述した処理により、図2及び図3で示されるUIデータから、図12、図13、図14、図15、図16に示すような画面が構成される。   Through the processing described above, the screens as shown in FIGS. 12, 13, 14, 15, and 16 are constructed from the UI data shown in FIGS.

(第3の実施形態)
本実施形態では、グループがグループ(内包グループ)を含むUIデータについて説明する。本実施形態の情報処理装置のハードウェア構成は、実施形態1と同様である。また、図17及び図18は、HTML言語として記述されたUIデータの例である。
(Third embodiment)
In the present embodiment, UI data in which a group includes a group (inclusive group) will be described. The hardware configuration of the information processing apparatus of this embodiment is the same as that of the first embodiment. FIGS. 17 and 18 are examples of UI data described as HTML language.

図17の行番号10、11、23、24、36、37及び図18の行番号49、50では、本実施形態のgroupタグ及び/group終了タグが記述され、グループの中にグループを含む構成をなしている。   In the line numbers 10, 11, 23, 24, 36, and 37 in FIG. 17 and the line numbers 49 and 50 in FIG. 18, the group tag and the / group end tag of this embodiment are described, and the group includes a group in the group I am doing.

図19、図20、図21は、図17行番号10から図18の行番号50のUIデータを実施形態1より更に小さな画面を持つ装置でUI部品を配置した例である。画面が小さい為、図17行番号10から図18の行番号50のUI部品は配置できない。そのため、グループの中のグループ単位で画面が分割されて、配置される。   19, 20, and 21 are examples in which UI parts are arranged on a device having a screen smaller than that of the first embodiment in the UI data of line number 50 in FIG. 17 to line number 50 in FIG. 17. Since the screen is small, the UI component of line number 50 in FIG. 17 to line number 50 in FIG. 18 cannot be arranged. Therefore, the screen is divided and arranged in units of groups in the group.

(第4の実施形態)
本実施形態では、本実施形態の情報処理装置が部品配置方式を複数持ち、UIデータに部品配置方式を指定する例について説明する。
(Fourth embodiment)
In the present embodiment, an example will be described in which the information processing apparatus according to the present embodiment has a plurality of component placement methods and designates the component placement method in UI data.

本実施形態の情報処理装置のハードウェア構成は、実施形態1と同様である。また、図22及び図23は、本実施形態によるHTML言語として記述されたUIデータの例である。本実施形態の情報処理装置は、2種類の部品配置方式(部品配置方式情報)を持つ。   The hardware configuration of the information processing apparatus of this embodiment is the same as that of the first embodiment. 22 and 23 are examples of UI data described as HTML language according to the present embodiment. The information processing apparatus according to the present embodiment has two types of component arrangement methods (component arrangement method information).

情報処理装置は、部品配置方式に基づいて、図22及び図23のUIデータから、例えば、図6、図7、図8、図9、図10等の画面を構成したり、例えば、図12、図13、図14、図15、図16の画面を構成したりする。   Based on the component arrangement method, the information processing apparatus configures, for example, the screens of FIGS. 6, 7, 8, 9, and 10 from the UI data of FIGS. 22 and 23, for example, FIG. 13, 14, 15, and 16 are configured.

図22の行番号5は、本実施形態の部品配置方式を指定するarrangementタグ及び/arrangement終了タグが記述されている。arrangementタグ及び/arrangement終了タグで囲まれたstandardは、部品配置方式の1つを指定している。この指定により、情報処理装置は、図6、図7、図8、図9、図10の画面を構成する。   Line number 5 in FIG. 22 describes an arrangement tag and an / arrangement end tag that specify the component arrangement method of the present embodiment. The standard enclosed by the arrangement tag and the / arrangement end tag designates one of the component arrangement methods. By this designation, the information processing apparatus configures the screens of FIGS. 6, 7, 8, 9, and 10.

以上、上述した各実施形態によれば、大きな画面を持つ情報処理装置でも、小さな画面を持つ情報処理装置でも、一画面で構成できない場合は、装置が複数の画面に分割することによって、同一のUIデータでそれぞれ適切な画面を表示することができる。このため、異なる種類の情報処理装置毎に異なるUIデータを用意する必要はなくなり、表示内容に変更があった場合でも、1つのUIデータを変更するだけで済み、コストの大幅な削減が可能となる。   As described above, according to each of the above-described embodiments, if an information processing device having a large screen or an information processing device having a small screen cannot be configured with one screen, the device can be divided into a plurality of screens to Each UI screen can display an appropriate screen. For this reason, it is not necessary to prepare different UI data for different types of information processing apparatuses, and even if the display contents are changed, it is only necessary to change one UI data, and the cost can be greatly reduced. Become.

また、複数のUI部品がグループで指定されている場合、情報処理装置は、グループの指定に応じて、UI部品を配置するため、UI画面作成者の意図を反映した画面構成を指定することができる。   In addition, when a plurality of UI parts are designated in a group, the information processing apparatus may designate a screen configuration that reflects the intention of the UI screen creator in order to place the UI parts in accordance with the designation of the group. it can.

また、グループにグループを含む指定がされている場合、情報処理装置は、1つのグループが画面に表示できないときでも、グループ内のグループに応じてUI部品を分割配置するので、UIデータ作成者の意図を反映することができる。   Also, when a group is specified to include a group, the information processing apparatus divides and arranges UI components according to the group in the group even when one group cannot be displayed on the screen. The intention can be reflected.

また、複数の画面に分割配置される場合、それぞれの画面に切り替えるためのボタン等のUIが自動的に追加されるので、操作性を著しく向上させた画面をユーザに提供できる。   In addition, when divided and arranged on a plurality of screens, a UI such as a button for switching to each screen is automatically added, so that a screen with significantly improved operability can be provided to the user.

複数の画面に分割配置される場合、情報処理装置は、UIデータの内容に応じて、分割配置の方法を複数の中から選択、実行する。よって、ユーザはUIデータの内容に応じた適切な画面を操作することができる。つまり、操作性を著しく向上させた画面をユーザに提供できる。   When being divided and arranged on a plurality of screens, the information processing apparatus selects and executes a division arrangement method from a plurality of methods according to the content of the UI data. Therefore, the user can operate an appropriate screen according to the content of the UI data. That is, it is possible to provide the user with a screen with significantly improved operability.

以上、本発明の好ましい実施例について詳述したが、本発明は係る特定の実施例に限定されるものではなく、特許請求の範囲に記載された本発明の要旨の範囲内において、種々の変形・変更が可能である。   The preferred embodiments of the present invention have been described in detail above, but the present invention is not limited to such specific embodiments, and various modifications can be made within the scope of the gist of the present invention described in the claims.・ Change is possible.

情報処理装置のハードウェア構成を示すブロック図である。It is a block diagram which shows the hardware constitutions of information processing apparatus. HTML言語として記述されたUIデータの例を示す図(その1)である。FIG. 3 is a diagram (part 1) illustrating an example of UI data described as an HTML language. HTML言語として記述されたUIデータの例を示す図(その2)である。FIG. 5 is a diagram (part 2) illustrating an example of UI data described as an HTML language. 情報処理装置におけるUIデータからUI部品を配置する一例を示すアクティビティ図(その1)である。FIG. 11 is an activity diagram (part 1) illustrating an example of arranging UI parts from UI data in an information processing apparatus. 画面構成の例を示す図(その1)である。FIG. 6 is a first diagram illustrating an example of a screen configuration. 画面構成の例を示す図(その2)である。It is FIG. (2) which shows the example of a screen structure. 画面構成の例を示す図(その3)である。FIG. 11 is a third diagram illustrating an exemplary screen configuration; 画面構成の例を示す図(その4)である。It is FIG. (4) which shows the example of a screen structure. 画面構成の例を示す図(その5)である。It is FIG. (5) which shows the example of a screen structure. 画面構成の例を示す図(その6)である。It is FIG. (6) which shows the example of a screen structure. 情報処理装置におけるUIデータからUI部品を配置する一例を示すアクティビティ図(その2)である。FIG. 10 is an activity diagram (part 2) illustrating an example of arranging UI parts from UI data in the information processing apparatus. 画面構成の例を示す図(その7)である。It is FIG. (7) which shows the example of a screen structure. 画面構成の例を示す図(その8)である。It is FIG. (8) which shows the example of a screen structure. 画面構成の例を示す図(その9)である。It is FIG. (9) which shows the example of a screen structure. 画面構成の例を示す図(その10)である。It is FIG. (10) which shows the example of a screen structure. 画面構成の例を示す図(その11)である。It is FIG. (11) which shows the example of a screen structure. HTML言語として記述されたUIデータの例を示す図(その3)である。FIG. 10 is a diagram (part 3) illustrating an example of UI data described as an HTML language; HTML言語として記述されたUIデータの例を示す図(その4)である。FIG. 10 is a diagram (part 4) illustrating an example of UI data described as an HTML language; 画面構成の例を示す図(その12)である。It is FIG. (12) which shows the example of a screen structure. 画面構成の例を示す図(その13)である。It is FIG. (13) which shows the example of a screen structure. 画面構成の例を示す図(その14)である。It is FIG. (14) which shows the example of a screen structure. HTML言語として記述されたUIデータの例を示す図(その5)である。FIG. 10 is a diagram (No. 5) illustrating an example of UI data described as an HTML language. HTML言語として記述されたUIデータの例を示す図(その6)である。FIG. 6 is a diagram (No. 6) illustrating an example of UI data described as an HTML language;

符号の説明Explanation of symbols

1 入力部
2 CPU
3 出力部
4 プログラムメモリ
5 データメモリ
6 バス
1 Input unit 2 CPU
3 Output unit 4 Program memory 5 Data memory 6 Bus

Claims (8)

ユーザインタフェースに係るUIデータを格納する格納手段を有し、前記格納手段に格納されている前記UIデータに応じて、UI部品を画面に配置する情報処理装置であって、
前記UIデータは、UI部品を指定するUI部品指定要素と、0又は1以上の前記UI部品指定要素を含むグループ要素と、を含み、
前記画面に前記UI部品指定要素が指定するUI部品、又は前記グループ要素が指定するUI部品のグループを配置するUI部品画面配置手段と、
前記UI部品画面配置手段が、前記UI部品又は前記UI部品のグループを、前記画面に配置できなかった場合、少なくとも1以上の追加画面を作成する追加画面作成手段と、
前記追加画面に前記UI部品指定要素が指定するUI部品、又は前記グループ要素が指定するUI部品のグループを配置するUI部品追加画面配置手段と、
を有することを特徴とする情報処理装置。
An information processing apparatus having storage means for storing UI data related to a user interface, and arranging UI parts on a screen in accordance with the UI data stored in the storage means,
The UI data includes a UI part specifying element that specifies a UI part, and a group element that includes zero or one or more UI part specifying elements,
UI component screen arrangement means for arranging a UI component designated by the UI component designation element on the screen or a group of UI components designated by the group element;
When the UI component screen arrangement unit cannot arrange the UI component or the group of UI components on the screen, an additional screen creation unit creates at least one additional screen;
UI component addition screen arrangement means for arranging a UI component designated by the UI component designation element on the addition screen or a group of UI components designated by the group element;
An information processing apparatus comprising:
前記グループ要素は、1以上の前記UI部品指定要素と、0又は1以上の内包グループ要素と、を含み、
前記UI部品画面配置手段は、前記UI部品のグループを、前記画面に配置できず、且つ、前記グループ要素が1以上の内包グループ要素を含む場合、前記画面に前記内包グループ要素が指定するUI部品のグループを配置し、
前記追加画面作成手段は、前記UI部品画面配置手段が、前記画面に前記内包グループ要素が指定するUI部品を配置できなかった場合、少なくとも1以上の追加画面を作成し、
前記UI部品追加画面配置手段は、前記追加画面に前記内包グループ要素が指定するUI部品を配置する
ことを特徴とする請求項1記載の情報処理装置。
The group element includes one or more UI part designating elements and zero or one inclusion group element.
The UI component screen arrangement means is configured to specify the UI component specified by the inclusion group element on the screen when the UI component group cannot be arranged on the screen and the group element includes one or more inclusion group elements. Place a group of
The additional screen creation means creates at least one additional screen when the UI component screen arrangement means cannot arrange the UI component specified by the inclusion group element on the screen,
The information processing apparatus according to claim 1, wherein the UI component addition screen arrangement unit arranges a UI component designated by the inclusion group element on the addition screen.
前記画面に前記追加画面を開くUI部品を追加する第一UI部品追加手段を更に有することを特徴とする請求項1又は2記載の情報処理装置。   The information processing apparatus according to claim 1, further comprising first UI component addition means for adding a UI component that opens the additional screen to the screen. 前記追加画面に前記画面を開くUI部品を追加する第二UI部品追加手段を更に有することを特徴とする請求項1乃至3何れか1項記載の情報処理装置。   The information processing apparatus according to claim 1, further comprising second UI component adding means for adding a UI component that opens the screen to the additional screen. 前記UIデータは、UI部品配置方式の指定に係る情報を含むことを特徴とする請求項1乃至4の何れか1項記載の情報処理装置。   The information processing apparatus according to claim 1, wherein the UI data includes information related to designation of a UI component arrangement method. ユーザインタフェースに係るUIデータを格納する格納手段を有し、前記格納手段に格納されている前記UIデータに応じて、UI部品を画面に配置する情報処理装置におけるUI部品配置方法であって、
前記UIデータは、UI部品を指定するUI部品指定要素と、0又は1以上の前記UI部品指定要素を含むグループ要素と、を含み、
前記画面に前記UI部品指定要素が指定するUI部品、又は前記グループ要素が指定するUI部品のグループを配置するUI部品画面配置ステップと、
前記UI部品画面配置手段が、前記UI部品又は前記UI部品のグループを、前記画面に配置できなかった場合、少なくとも1以上の追加画面を作成する追加画面作成ステップと、
前記追加画面に前記UI部品指定要素が指定するUI部品、又は前記グループ要素が指定するUI部品のグループを配置するUI部品追加画面配置ステップと、
を有することを特徴とするUI部品配置方法。
A UI component placement method in an information processing apparatus that has storage means for storing UI data related to a user interface and places UI parts on a screen in accordance with the UI data stored in the storage means,
The UI data includes a UI part specifying element that specifies a UI part, and a group element that includes zero or one or more UI part specifying elements,
UI component screen arrangement step of arranging a UI component designated by the UI component designation element on the screen or a group of UI components designated by the group element;
An additional screen creation step for creating at least one or more additional screens when the UI component screen placement unit cannot place the UI parts or the group of UI parts on the screen;
A UI part addition screen arrangement step for arranging a UI part designated by the UI part designation element on the addition screen or a group of UI parts designated by the group element;
A UI component placement method characterized by comprising:
請求項6記載のUI部品配置方法をコンピュータに実行させることを特徴とするプログラム。   A program for causing a computer to execute the UI component arranging method according to claim 6. 請求項7記載のプログラムを記憶したコンピュータ読み取り可能な記憶媒体。   A computer-readable storage medium storing the program according to claim 7.
JP2005323948A 2005-11-08 2005-11-08 Information processing apparatus, and method of arranging ui component Pending JP2007133507A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005323948A JP2007133507A (en) 2005-11-08 2005-11-08 Information processing apparatus, and method of arranging ui component

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005323948A JP2007133507A (en) 2005-11-08 2005-11-08 Information processing apparatus, and method of arranging ui component

Publications (1)

Publication Number Publication Date
JP2007133507A true JP2007133507A (en) 2007-05-31

Family

ID=38155134

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005323948A Pending JP2007133507A (en) 2005-11-08 2005-11-08 Information processing apparatus, and method of arranging ui component

Country Status (1)

Country Link
JP (1) JP2007133507A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107027056A (en) * 2017-03-28 2017-08-08 华为技术有限公司 A kind of desktop collocation method, server and client

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107027056A (en) * 2017-03-28 2017-08-08 华为技术有限公司 A kind of desktop collocation method, server and client

Similar Documents

Publication Publication Date Title
JP5941093B2 (en) Device and method for dynamically placing text when displaying a selected area of an electronic document
JP5284509B2 (en) Method and system for displaying and interacting with paginated content
EP2074497B1 (en) Method and device for selecting and displaying a region of interest in an electronic document
JP5376541B2 (en) Method and system for selectively executing presentation themes
JP5235671B2 (en) Terminal device, content display method, and content display program
JP2006236323A (en) Application providing system, server, client and application providing method
US7769780B2 (en) Information processing apparatus, information processing method, computer readable medium, and computer data signal
JP2012059275A (en) System and method for digital document processing
CN111443908B (en) Method, device, equipment and medium for realizing route interaction of vue multiple independent pages
CN109478152B (en) Cloud content state framework
KR100677429B1 (en) Method for processing user interface in mobile communication terminal
US20130139075A1 (en) Image forming device having a plurality of platforms and method for performing application thereof
JP6501893B2 (en) Desktop sharing method and mobile terminal
WO2009081582A1 (en) Ce device and content reading system, and content reading method thereof
JP2009048485A (en) Information processor, information processing method, information processing program and storage medium recording the information processing program
JP4938589B2 (en) Web page browsing device and web page browsing server
KR100855698B1 (en) Graphic interface change system and method
JP2007133507A (en) Information processing apparatus, and method of arranging ui component
CN114048401A (en) Page jump method and device, electronic equipment and storage medium
WO2012120704A1 (en) Web display program conversion system, web display program conversion method, and program for web display program conversion
EP2413570A1 (en) Communication terminal control system
JP2012059106A (en) Customization device, printing system, customization method, and customization program
KR102208033B1 (en) An apparatus, method and recording medium for developing responsive widget
JP2006268646A (en) Terminal equipment for browser display control and browser display program
WO2020065728A1 (en) Program, recording medium, and system for converting display instruction data for instructing display of web page