JP2009188789A - Information processing device and method, and computer program - Google Patents

Information processing device and method, and computer program Download PDF

Info

Publication number
JP2009188789A
JP2009188789A JP2008027326A JP2008027326A JP2009188789A JP 2009188789 A JP2009188789 A JP 2009188789A JP 2008027326 A JP2008027326 A JP 2008027326A JP 2008027326 A JP2008027326 A JP 2008027326A JP 2009188789 A JP2009188789 A JP 2009188789A
Authority
JP
Japan
Prior art keywords
operation target
information
target object
processing
user
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
JP2008027326A
Other languages
Japanese (ja)
Other versions
JP5225703B2 (en
Inventor
Kazuhiro Watanabe
一弘 渡邊
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.)
Pioneer Corp
Original Assignee
Pioneer Electronic Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Pioneer Electronic Corp filed Critical Pioneer Electronic Corp
Priority to JP2008027326A priority Critical patent/JP5225703B2/en
Publication of JP2009188789A publication Critical patent/JP2009188789A/en
Application granted granted Critical
Publication of JP5225703B2 publication Critical patent/JP5225703B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To operate for data broadcasting contents by using a pointing device. <P>SOLUTION: An information processing device comprises: an obtaining means for obtaining contents containing object information indicating a plotting object and script information prescribing a process for the plotting object; an output means for outputting the contents to a display means; a first detection means for detecting an operation target object as a target of a user's operation; a second detection means for detecting a display position of the operation target object; a third detection means for detecting the process which is executed to the operation target object; a generation means for generating a process database in which the operation target object is correlated with the process to be executed, respectively; and a process means for executing the process to be executed to the designated operation target object based on the process database when the operation target object is designated by use of the pointing device. <P>COPYRIGHT: (C)2009,JPO&INPIT

Description

本発明は、例えばデジタル放送に含まれるデータ放送コンテンツを表示する情報処理装置及び方法、並びにコンピュータをこのような情報処理装置として機能させるコンピュータプログラムの技術分野に関する。   The present invention relates to an information processing apparatus and method for displaying data broadcast content included in, for example, digital broadcasting, and a technical field of a computer program that causes a computer to function as such an information processing apparatus.

テレビ放送では、情報番組や、ニュース番組や、ドラマ番組や、映画番組等の多種多様な番組が放送されており、ユーザは、これらのテレビ番組を好みに応じて視聴することができる。特に、近年では、BS(Broadcast Satellite)デジタル放送や地上デジタル放送が開始されたことに伴い、本格的なデータ放送サービスが開始された。   In television broadcasting, various programs such as information programs, news programs, drama programs, and movie programs are broadcast, and the user can view these television programs as desired. In particular, in recent years, full-fledged data broadcasting services have started with the start of BS (Broadcast Satellite) digital broadcasting and terrestrial digital broadcasting.

従来、データ放送コンテンツに対しては、ユーザは、上下左右へのフォーカスの移動を指示するための方向キーや決定を指示するための決定キーを備えるリモートコントローラ(以下、“リモコン”と称する)を操作することにより、データ放送コンテンツをインタラクティブに操作することができる。しかしながら、リモコンを用いた操作であるがゆえに、操作性が悪いという技術的な問題点を有していた。   Conventionally, for data broadcasting content, a user uses a remote controller (hereinafter referred to as “remote controller”) that includes a direction key for instructing movement of the focus in the vertical and horizontal directions and a determination key for instructing determination. By operating, the data broadcast content can be operated interactively. However, since the operation is performed using a remote controller, there is a technical problem that operability is poor.

このため、データ放送コンテンツを記述するための規格であるBML(Broadcast Markup Language)がリモコンでの操作しか想定していないという前提の下で、特許文献1や2に開示されたように、ポインティングデバイスを用いた操作を行うための技術が開発されている。   For this reason, on the premise that BML (Broadcast Markup Language), which is a standard for describing data broadcasting contents, only assumes operation with a remote controller, as disclosed in Patent Documents 1 and 2, a pointing device is used. A technique for performing an operation using a computer has been developed.

特開2003−60593号公報JP 2003-60593 A 特開2006−345392号公報JP 2006-345392 A

上述した特許文献1や2に開示された技術では、BMLで規定されているナビゲーション特性(nav−index)を用いて、ユーザが選択可能な(言い換えれば、フォーカスを遷移させることができる)描画オブジェクトを認識したり、或いはフォーカスの遷移の順序や、実行時の処理等を解析している。しかしながら、ユーザが選択可能な描画オブジェクトのうちナビゲーション特性を用いて認識することができる描画オブジェクトは、BMLを用いてマークアップ記述された描画オブジェクトに限定されてしまう。   In the techniques disclosed in Patent Documents 1 and 2 described above, a drawing object that can be selected by the user (in other words, the focus can be changed) using navigation characteristics (nav-index) defined by BML. Or the order of focus transition, processing at the time of execution, and the like are analyzed. However, the drawing objects that can be recognized using the navigation characteristics among the drawing objects that can be selected by the user are limited to the drawing objects that are marked up using BML.

他方で、現状のデータ放送コンテンツでは、ECMAScript等のスクリプトを用いたコンテンツが急増している。このようなスクリプトを用いたコンテンツにおいては、上述のナビゲーション特性を用いた描画オブジェクトの認識やフォーカスの遷移の順序や、実行時の処理等を行うことができないという技術的な問題点を有している。つまり、スクリプトを用いたデータ放送コンテンツに対しては、上述した技術では、ポインティングデバイスを用いた操作を行うことができないという技術的な問題点を有している。   On the other hand, in the current data broadcasting contents, contents using scripts such as ECMAScript are rapidly increasing. In content using such a script, there is a technical problem that recognition of drawing objects using the above navigation characteristics, order of focus transition, processing at the time of execution, etc. cannot be performed. Yes. That is, the data broadcasting content using the script has a technical problem that the above-described technology cannot perform an operation using the pointing device.

本発明は、例えば上述した従来の問題点に鑑みなされたものであり、例えば、スクリプトを用いて記述されたデータ放送コンテンツ等の各種コンテンツに対して、ポインティングデバイスを用いた操作を行うことを可能とならしめる情報処理装置及び方法、並びにコンピュータプログラムを提供することを課題とする。   The present invention has been made in view of, for example, the conventional problems described above. For example, it is possible to perform operations using a pointing device for various contents such as data broadcasting contents described using a script. It is an object of the present invention to provide an information processing apparatus and method, and a computer program.

上記課題を解決するために、本発明の情報処理装置は、少なくとも1つの描画オブジェクトを示すオブジェクト情報及び前記少なくとも1つの描画オブジェクトに対する処理を規定する処理スクリプトを示すスクリプト情報の夫々を独立して含むコンテンツを取得する取得手段と、前記コンテンツを表示画面上に表示する表示手段に対して、前記コンテンツを出力する出力手段と、前記オブジェクト情報及び前記スクリプト情報の少なくとも一方に基づいて、前記少なくとも1つの描画オブジェクトのうちユーザによる操作の対象となる描画オブジェクトである操作対象オブジェクトを検出する第1検出手段と、前記オブジェクト情報及び前記スクリプト情報の少なくとも一方に基づいて、前記操作対象オブジェクトの前記表示画面上での表示位置を検出する第2検出手段と、前記オブジェクト情報及び前記スクリプト情報の少なくとも一方に基づいて、前記操作対象オブジェクトに対して前記ユーザの操作が行われた場合に実行される処理を検出する第3検出手段と、前記操作対象オブジェクトと前記操作対象オブジェクトに対して前記ユーザの操作が行われた場合に実行される処理とが夫々対応付けられた処理データベースを生成する生成手段と、前記表示画面上の所望の表示位置を指定可能なポインティングデバイスを用いて前記ユーザが前記操作対象オブジェクトの表示位置を指定した場合に、前記処理データベースに基づいて、前記ユーザにより指定された前記操作対象オブジェクトに対して前記ユーザの操作が行われた場合に実行されるべき処理を実行する処理手段とを備える
上記課題を解決するために、本発明の情報処理方法は、少なくとも1つの描画オブジェクトを示すオブジェクト情報及び前記少なくとも1つの描画オブジェクトに対する処理を規定する処理スクリプトを示すスクリプト情報の夫々を独立して含むコンテンツを取得する取得工程と、前記コンテンツを表示画面上に表示する表示手段に対して、前記コンテンツを出力する出力工程と、前記オブジェクト情報及び前記スクリプト情報の少なくとも一方に基づいて、前記少なくとも1つの描画オブジェクトのうちユーザによる操作の対象となる描画オブジェクトである操作対象オブジェクトを検出する第1検出工程と、前記オブジェクト情報及び前記スクリプト情報の少なくとも一方に基づいて、前記操作対象オブジェクトの前記表示画面上での表示位置を検出する第2検出工程と、前記オブジェクト情報及び前記スクリプト情報の少なくとも一方に基づいて、前記操作対象オブジェクトに対して前記ユーザの操作が行われた場合に実行される処理を検出する第3検出工程と、前記操作対象オブジェクトと前記操作対象オブジェクトに対して前記ユーザの操作が行われた場合に実行される処理とが夫々対応付けられた処理データベースを生成する生成工程と、前記表示画面上の所望の表示位置を指定可能なポインティングデバイスを用いて前記ユーザが前記操作対象オブジェクトの表示位置を指定した場合に、前記処理データベースに基づいて、前記ユーザにより指定された前記操作対象オブジェクトに対して前記ユーザの操作が行われた場合に実行されるべき処理を実行する処理工程とを備える。
In order to solve the above-described problems, an information processing apparatus according to the present invention independently includes object information indicating at least one drawing object and script information indicating a processing script that defines processing for the at least one drawing object. Based on at least one of the object information and the script information based on at least one of acquisition means for acquiring content, display means for displaying the content on a display screen, output means for outputting the content, and the at least one Based on at least one of the object information and the script information, a first detection unit that detects an operation target object that is a drawing object to be operated by a user among drawing objects, and the operation target object on the display screen Table in Second detection means for detecting a position, and third processing for detecting processing executed when an operation of the user is performed on the operation target object based on at least one of the object information and the script information. Detecting means, generating means for generating a processing database in which the operation target object and a process executed when the user's operation is performed on the operation target object are associated with each other; and on the display screen When the user specifies the display position of the operation target object using a pointing device that can specify the desired display position, the operation target object specified by the user is determined based on the processing database. Processing means for executing processing to be executed when the user's operation is performed; In order to solve the above-described problem, an information processing method according to the present invention independently includes object information indicating at least one drawing object and script information indicating a processing script that defines processing for the at least one drawing object. An acquisition step of acquiring content, an output step of outputting the content to display means for displaying the content on a display screen, and the at least one based on at least one of the object information and the script information. Based on at least one of the object information and the script information, a first detection step of detecting an operation target object that is a drawing object to be operated by a user among the two drawing objects, and the display screen of the operation target object Based on at least one of the object information and the script information, a process executed when the user's operation is performed on the operation target object is detected based on a second detection step of detecting a display position at A generation step of generating a processing database in which a third detection step is performed and a processing executed when the user's operation is performed on the operation target object and the operation target object; When the user specifies the display position of the operation target object using a pointing device that can specify a desired display position on the display screen, the operation target object specified by the user based on the processing database A process for executing a process to be executed when an operation of the user is performed on A process.

上記課題を解決するために、本発明のコンピュータプログラムは、少なくとも1つの描画オブジェクトを示すオブジェクト情報及び前記少なくとも1つの描画オブジェクトに対する処理を規定する処理スクリプトを示すスクリプト情報の夫々を独立して含むコンテンツを取得する取得手段と、前記コンテンツを表示画面上に表示する表示手段に対して、前記コンテンツを出力する出力手段と、前記オブジェクト情報及び前記スクリプト情報の少なくとも一方に基づいて、前記少なくとも1つの描画オブジェクトのうちユーザによる操作の対象となる描画オブジェクトである操作対象オブジェクトを検出する第1検出手段と、前記オブジェクト情報及び前記スクリプト情報の少なくとも一方に基づいて、前記操作対象オブジェクトの前記表示画面上での表示位置を検出する第2検出手段と、前記オブジェクト情報及び前記スクリプト情報の少なくとも一方に基づいて、前記操作対象オブジェクトに対して前記ユーザの操作が行われた場合に実行される処理を検出する第3検出手段と、前記操作対象オブジェクトと前記操作対象オブジェクトに対して前記ユーザの操作が行われた場合に実行される処理とが夫々対応付けられた処理データベースを生成する生成手段と、前記表示画面上の所望の表示位置を指定可能なポインティングデバイスを用いて前記ユーザが前記操作対象オブジェクトの表示位置を指定した場合に、前記処理データベースに基づいて、前記ユーザにより指定された前記操作対象オブジェクトに対して前記ユーザの操作が行われた場合に実行されるべき処理を実行する処理手段とを備える情報処理装置に備えられたコンピュータを制御する記録制御用のコンピュータプログラムであって、該コンピュータを、前記記録手段、前記取得手段、前記出力手段、前記第1検出手段、前記第2検出手段、前記第3検出手段、前記生成手段及び前記処理手段として機能させる。   In order to solve the above problems, a computer program according to the present invention is a content that independently includes object information indicating at least one drawing object and script information indicating a processing script that defines processing for the at least one drawing object. An at least one drawing based on at least one of the object information and the script information, an acquisition means for acquiring the content, an output means for outputting the content to a display means for displaying the content on a display screen First display means for detecting an operation target object that is a drawing object to be operated by a user among objects, and the display image of the operation target object based on at least one of the object information and the script information A second detection means for detecting the display position above, and a process executed when the user's operation is performed on the operation target object based on at least one of the object information and the script information. Third detecting means for detecting, generating means for generating a processing database in which the operation target object and processing executed when the user's operation is performed on the operation target object are associated with each other; When the user specifies the display position of the operation target object using a pointing device that can specify a desired display position on the display screen, the operation target specified by the user based on the processing database Execute the process that should be executed when the user's operation is performed on the object A computer program for recording control for controlling a computer provided in an information processing apparatus comprising a processing means, the computer comprising the recording means, the obtaining means, the output means, the first detecting means, the first detecting means, 2 detection means, the third detection means, the generation means, and the processing means.

本発明の作用及び他の利得は次に説明する実施の形態から明らかにされよう。   The operation and other advantages of the present invention will become apparent from the embodiments described below.

以下、発明を実施するための最良の形態として、本発明の情報処理装置及び方法、並びにコンピュータプログラムに係る実施形態の説明を進める。   Hereinafter, as the best mode for carrying out the invention, description will be given of an embodiment according to an information processing apparatus and method and a computer program of the present invention.

(情報処理装置の実施形態)
本発明の情報処理装置に係る実施形態は、少なくとも1つの描画オブジェクトを示すオブジェクト情報及び前記少なくとも1つの描画オブジェクトに対する処理を規定する処理スクリプトを示すスクリプト情報の夫々を独立して含むコンテンツを取得する取得手段と、前記コンテンツを表示画面上に表示する表示手段に対して、前記コンテンツを出力する出力手段と、前記オブジェクト情報及び前記スクリプト情報の少なくとも一方に基づいて、前記少なくとも1つの描画オブジェクトのうちユーザによる操作の対象となる描画オブジェクトである操作対象オブジェクトを検出する第1検出手段と、前記オブジェクト情報及び前記スクリプト情報の少なくとも一方に基づいて、前記操作対象オブジェクトの前記表示画面上での表示位置を検出する第2検出手段と、前記オブジェクト情報及び前記スクリプト情報の少なくとも一方に基づいて、前記操作対象オブジェクトに対して前記ユーザの操作が行われた場合に実行される処理を検出する第3検出手段と、前記操作対象オブジェクトと前記操作対象オブジェクトに対して前記ユーザの操作が行われた場合に実行される処理とが夫々対応付けられた処理データベースを生成する生成手段と、前記表示画面上の所望の表示位置を指定可能なポインティングデバイスを用いて前記ユーザが前記操作対象オブジェクトの表示位置を指定した場合に、前記処理データベースに基づいて、前記ユーザにより指定された前記操作対象オブジェクトに対して前記ユーザの操作が行われた場合に実行されるべき処理を実行する処理手段とを備える。
(Embodiment of information processing apparatus)
Embodiments according to the information processing apparatus of the present invention acquire content that independently includes object information indicating at least one drawing object and script information indicating a processing script that defines processing for the at least one drawing object. An acquisition unit; an output unit that outputs the content to a display unit that displays the content on a display screen; and at least one of the at least one drawing object based on at least one of the object information and the script information Based on at least one of the object information and the script information, a display position of the operation target object on the display screen based on first operation means that detects an operation target object that is a drawing object to be operated by the user Detect Second detection means for detecting, based on at least one of the object information and the script information, third detection means for detecting a process executed when the user's operation is performed on the operation target object; Generating means for generating a processing database in which the operation target object and a process executed when the user's operation is performed on the operation target object are associated with each other; and a desired database on the display screen When the user specifies the display position of the operation target object using a pointing device that can specify a display position, the user's operation target object specified by the user is determined based on the processing database. Processing means for executing processing to be executed when an operation is performed.

本発明の情報処理装置に係る実施形態は、取得手段の動作により、コンテンツが取得される。取得されたコンテンツは、出力手段の動作により、表示手段に対して出力される。出力手段は、表示手段が直接処理可能な形式のデータとして、表示手段に対してコンテンツを直接出力してもよい。或いは、出力手段は、所定の形式のデータとして、任意の処理手段(特に、出力手段と表示手段との間に設けられる外部の又は内部の処理手段)に対してコンテンツを出力してもよい。この場合、処理手段において、コンテンツは、表示手段が直接処理可能な形式のデータに変換された後、表示手段へ出力される。つまり、出力手段は、所定の処理を行うことで表示手段が直接処理可能な形式のデータとなるデータとして、表示手段に対して間接的にコンテンツを出力してもよい。その結果、表示手段の動作により、表示画面上に表示される。ここに、本実施形態における「コンテンツ」は、オブジェクト情報とスクリプト情報とを含んでいる。本実施形態における「オブジェクト情報」は、表示画面上に実際に表示される(言い換えれば、描画される)少なくとも1つの描画オブジェクトを示す情報であって、例えば描画オブジェクトの種類や表示位置や画像を示す。また、本実施形態における「スクリプト情報」は、描画オブジェクトに対する所定の操作に応じて実行される処理を示す情報であり、例えば処理を規定するスクリプトそのものを示す。特に、本実施形態に係る「コンテンツ」では、オブジェクト情報とスクリプト情報とが明確に分離された状態で記述されている。このようなコンテンツとして、例えばBSデジタル放送や地上デジタル放送に重畳されて放送されるデータ放送コンテンツ等が一例としてあげられる。この場合、コンテンツは、ECMAScriptを含むBMLによって記述されている。もちろん、本実施形態における「コンテンツ」がデータ放送コンテンツに限定されることはなく、オブジェクト情報(言い換えれば、表示画面における描画オブジェクトそのものを示す情報)と、スクリプト情報(言い換えれば、表示画面に表示された描画オブジェクトに対して行われる処理そのものを示す情報)とが分離された状態で記述されているコンテンツであれば、本実施形態に係るコンテンツの一例となり得る。   In the embodiment of the information processing apparatus of the present invention, the content is acquired by the operation of the acquisition unit. The acquired content is output to the display means by the operation of the output means. The output means may directly output the content to the display means as data in a format that can be directly processed by the display means. Alternatively, the output unit may output the content as data of a predetermined format to an arbitrary processing unit (particularly, an external or internal processing unit provided between the output unit and the display unit). In this case, in the processing means, the content is converted into data in a format that can be directly processed by the display means, and then output to the display means. In other words, the output means may output the content indirectly to the display means as data that becomes data in a format that can be directly processed by the display means by performing a predetermined process. As a result, it is displayed on the display screen by the operation of the display means. Here, “content” in the present embodiment includes object information and script information. The “object information” in the present embodiment is information indicating at least one drawing object that is actually displayed (in other words, drawn) on the display screen. For example, the type, display position, and image of the drawing object are displayed. Show. Further, “script information” in the present embodiment is information indicating processing executed in response to a predetermined operation on the drawing object, and indicates, for example, a script itself that defines the processing. Particularly, in the “content” according to the present embodiment, the object information and the script information are described in a clearly separated state. An example of such content is data broadcast content that is broadcast on BS digital broadcast or terrestrial digital broadcast, for example. In this case, the content is described in BML including ECMAScript. Of course, the “content” in the present embodiment is not limited to the data broadcast content, and is displayed on the display screen as object information (in other words, information indicating the drawing object itself on the display screen) and script information (in other words, displayed on the display screen). If the content is described in a state in which the information indicating the processing itself performed on the drawn object is separated, it can be an example of the content according to the present embodiment.

このようなコンテンツ(典型的には、データ放送コンテンツ)は、リモコンを用いた操作が前提として設計されている。しかしながら、本実施形態では、このようなコンテンツに対して、例えばタッチパネルやマウスやタブレットやタッチパッド等のポインティングデバイスを用いた直感的な操作を提供する。   Such content (typically data broadcasting content) is designed on the premise of operation using a remote controller. However, in the present embodiment, an intuitive operation using a pointing device such as a touch panel, a mouse, a tablet, or a touch pad is provided for such content.

このような直感的な操作を提供するため、本実施形態では、第1検出手段の動作により、オブジェクト情報が示す少なくとも1つの描画オブジェクトのうちユーザによる操作の対象となる描画オブジェクトである操作対象オブジェクトが検出される。ここに、「操作の対象となる操作対象オブジェクト」とは、リモコンを用いた操作によって何らかのアクションの対象となる描画オブジェクトを示す趣旨であり、例えば、ユーザが現在着目している状態を示すフォーカスが遷移可能な描画オブジェクトや、選択可能な(言い換えれば、実行可能な)描画オブジェクトを示す。操作対象オブジェクトが複数存在する場合には、複数の操作対象オブジェクトが検出されることは言うまでもない。   In order to provide such an intuitive operation, in the present embodiment, an operation target object that is a drawing object to be operated by the user among at least one drawing object indicated by the object information by the operation of the first detection unit. Is detected. Here, the “operation target object to be operated” refers to a drawing object that is a target of some action by an operation using the remote controller. For example, a focus indicating a state currently focused on by the user is shown. A drawing object that can be changed and a drawing object that can be selected (in other words, executable) are shown. Needless to say, when there are a plurality of operation target objects, a plurality of operation target objects are detected.

また、第2検出手段の動作により、第1検出手段により検出された操作対象オブジェクトの表示画面上における表示位置(或いは、表示座標)が検出される。操作対象オブジェクトが複数存在する場合には、複数の操作対象オブジェクトの夫々の表示位置が検出されることは言うまでもない。   Further, the display position (or display coordinates) of the operation target object detected by the first detection unit on the display screen is detected by the operation of the second detection unit. Needless to say, when there are a plurality of operation target objects, the display positions of the plurality of operation target objects are detected.

また、第3検出手段の動作により、操作対象オブジェクトに対してユーザの操作が行われた場合に実行される処理が検出される。具体的には、例えば、操作対象オブジェクトに対してフォーカスが遷移してきた場合に実行される処理や、操作対象オブジェクトが選択された場合に実行される処理が検出される。尚、ここでは、操作対象オブジェクトに対して行いえる全ての操作の夫々によって実行される処理が検出されることが好ましい。また、操作対象オブジェクトが複数存在する場合には、複数の操作対象オブジェクトの夫々毎に、ユーザの操作が行われた場合に実行される処理が検出されることは言うまでもない。   In addition, processing executed when a user operation is performed on the operation target object is detected by the operation of the third detection unit. Specifically, for example, a process that is executed when the focus shifts to the operation target object and a process that is executed when the operation target object is selected are detected. Here, it is preferable that a process executed by each of all operations that can be performed on the operation target object is detected. In addition, when there are a plurality of operation target objects, it goes without saying that a process executed when a user operation is performed is detected for each of the plurality of operation target objects.

その後、生成手段の動作により、操作対象オブジェクト(つまり、第1検出手段による検出結果)と、該操作対象オブジェクトに対してユーザの操作が行われた場合に実行される処理(つまり、第3検出手段による検出結果)とが対応付ける処理データベースが生成される。具体的には、例えば、第1の操作対象オブジェクトと、該第1の操作対象オブジェクトに対してユーザの操作が行われた場合に実行される処理とを対応付けると共に、第1の操作対象オブジェクトとは異なる第2の操作対象オブジェクトと、該第2の操作対象オブジェクトに対してユーザの操作が行われた場合に実行される処理とを対応付ける処理データベースが生成される。   Thereafter, an operation target object (that is, a detection result by the first detection unit) and processing executed when a user operation is performed on the operation target object (that is, the third detection) by the operation of the generation unit. A processing database associated with the detection result by the means is generated. Specifically, for example, the first operation target object is associated with a process executed when a user operation is performed on the first operation target object, and the first operation target object A processing database that associates different second operation target objects with processing executed when a user operation is performed on the second operation target objects is generated.

以上説明した処理の後に又は並行して、ポインティングデバイスを用いたユーザの操作が、表示画面上に表示されるコンテンツに対して行われる。ここで、ユーザが指定した位置が、第2検出手段により検出された操作対象オブジェクトの表示位置と一致する又は含まれる場合には、操作対象オブジェクトに対するユーザの操作(例えば、選択操作や決定操作)が行われたものと認識される。この場合、処理手段の動作により、処理データベースを参照しながら、ユーザが指定した操作対象オブジェクトに対してフォーカスが遷移してきた場合又は選択された場合に実行されるべき処理が行われる。   After or in parallel with the processing described above, a user operation using the pointing device is performed on the content displayed on the display screen. Here, when the position designated by the user matches or is included in the display position of the operation target object detected by the second detection means, the user's operation (for example, selection operation or determination operation) on the operation target object. Is recognized as having been done. In this case, the processing to be executed when the focus is shifted or selected with respect to the operation target object designated by the user is performed by referring to the processing database by the operation of the processing means.

その結果、例えばリモコンを用いた操作を前提として設計されているコンテンツに対して、ポインティングデバイスを用いた操作を行うことができる。特に、操作対象オブジェクト(つまり、オブジェクト情報により特定される要素)と、該操作対象オブジェクトに対して行われる操作によって実行される処理(つまり、スクリプト情報に特定される要素)との対応付けを示す処理データベースを生成しているため、スクリプトプログラムを用いて記述されたコンテンツに対しても、ポインティングデバイスを用いた操作を実現することができる。これは、ナビゲーション特性を用いることでポインティングデバイスを用いた操作を実現する特許文献1及び2に開示された構成では到底享受することができないという点で、極めて優れたものである。   As a result, for example, an operation using a pointing device can be performed on content designed on the assumption of an operation using a remote controller. In particular, an association between an operation target object (that is, an element specified by object information) and a process executed by an operation performed on the operation target object (that is, an element specified by script information) is shown. Since the processing database is generated, the operation using the pointing device can be realized even for the content described using the script program. This is extremely excellent in that it cannot be enjoyed with the configurations disclosed in Patent Documents 1 and 2 that realize an operation using a pointing device by using navigation characteristics.

尚、本実施形態においては、表示手段は、情報処理装置の構成要素として含まれていてもよい。このような構成として、ディスプレイ一体型の情報機器(例えば、テレビ等)が一例としてあげられる。或いは、表示手段は、情報処理装置の外部の構成要素として構成されていてもよい。このような構成として、ディスプレイと別体の情報機器(例えば、ディスプレイに接続されるパソコン本体や、DVD/BDレコーダ等)が一例としてあげられる。   In the present embodiment, the display unit may be included as a component of the information processing apparatus. An example of such a configuration is a display-integrated information device (for example, a television). Alternatively, the display unit may be configured as a component outside the information processing apparatus. As such a configuration, an information device separate from the display (for example, a personal computer main body connected to the display, a DVD / BD recorder, or the like) can be cited as an example.

本発明の情報処理装置に係る実施形態の一の態様では、前記第3検出手段は、前記操作対象オブジェクトに対するフォーカスを移動させる移動操作を行うための方向キー及び前記操作対象オブジェクトを選択する選択操作を行うための決定キーを備える操作手段を用いた前記コンテンツへの操作を擬似的に又は仮想的に行うことで、前記操作対象オブジェクトに対して前記ユーザの操作が行われた場合に実行される処理を検出する。   In one aspect of the embodiment of the information processing apparatus according to the present invention, the third detecting unit selects a direction key for performing a moving operation for moving a focus on the operation target object and a selection operation for selecting the operation target object. This is executed when the user performs an operation on the operation target object by performing a pseudo or virtual operation on the content using an operation unit having a determination key for performing Detect processing.

この態様によれば、操作対象オブジェクトに対してユーザの操作が行われた場合に実行される処理を確実に検出することができる。   According to this aspect, it is possible to reliably detect the process executed when the user performs an operation on the operation target object.

この場合、想定し得る全ての操作が擬似的に又は仮想的に実行されることが好ましい。これにより、全ての操作対象オブジェクトに対して想定し得る操作が行われた場合に実行される処理の全てを確実に検出することができる。   In this case, it is preferable that all operations that can be assumed are executed in a pseudo or virtual manner. As a result, it is possible to reliably detect all of the processes executed when an operation that can be assumed is performed on all the operation target objects.

尚、「操作を擬似的に又は仮想的に行う」とは、例えばCPU等の上で操作を行うことを示す趣旨であって、その操作表示画面上における表示態様に操作結果を反映させる必要はない。具体的には、例えば、シミュレーションの如き動作である。   Note that “performing a pseudo or virtual operation” means, for example, that an operation is performed on a CPU or the like, and it is necessary to reflect the operation result in the display mode on the operation display screen. Absent. Specifically, for example, an operation such as a simulation is performed.

上述の如く操作手段を用いたコンテンツへの操作を擬似的に又は仮想的に行う情報処理装置の態様では、前記第3検出手段は、前記操作対象オブジェクトが選択されている状態に対して前記移動操作が行われた場合に実行される処理、並びに前記操作対象オブジェクトがフォーカスを持つ状態に対して前記選択操作が行われた場合に実行される処理の少なくとも一方を検出するように構成してもよい。   In the aspect of the information processing apparatus that performs the operation on the content using the operation unit in a pseudo or virtual manner as described above, the third detection unit moves the movement with respect to a state in which the operation target object is selected. It may be configured to detect at least one of processing executed when an operation is performed and processing executed when the selection operation is performed on a state where the operation target object has a focus. Good.

このように構成すれば、操作対象オブジェクト毎に、移動操作を行ったときの移動先や移動操作に伴って行われる処理及び選択操作を行ったときの処理等を好適に検出することができる。   According to this configuration, it is possible to suitably detect, for each operation target object, a movement destination when the movement operation is performed, a process performed along with the movement operation, a process when the selection operation is performed, and the like.

本発明の情報処理装置に係る実施形態の他の態様では、前記生成手段は、前記操作対象オブジェクトと、前記操作対象オブジェクトを選択する場合に実行されるべき処理及び前記操作対象オブジェクトが選択されるまでに実行されるべき処理の夫々とが夫々対応付けられた前記処理データベースを生成し、前記処理手段は、前記ユーザにより指定された前記操作対象オブジェクトを選択する場合に実行されるべき処理に加えて、前記ユーザにより指定された前記操作対象オブジェクトが選択されるまでに実行されるべき処理を更に行う。   In another aspect of the embodiment of the information processing apparatus of the present invention, the generation unit selects the operation target object, a process to be executed when the operation target object is selected, and the operation target object. Each of the processes to be executed before is generated, and the processing means adds to the process to be executed when selecting the operation target object specified by the user Then, a process to be executed until the operation target object designated by the user is selected is further performed.

ポインティングデバイスを用いた操作で直接指定可能な描画オブジェクトであっても、リモコンを用いた操作では、他の描画オブジェクトにフォーカスを移動させた後でなければフォーカスを移動させることができない描画オブジェクトがある。例えば、上下方向に連続的に配列した3つの描画オブジェクトのうち1番上に位置する描画オブジェクトにフォーカスがある状態において、1番下に位置する描画オブジェクトにフォーカスを遷移させる場合には、まずリモコンが備える方向キーの下キーを押下して中央に位置する描画オブジェクトにフォーカスを遷移させた後、再度下キーを押下して一番下に位置する描画オブジェクトにフォーカスを遷移させる必要がある。ここで、一番下に位置する描画オブジェクトにフォーカスを遷移させた際に実行される処理が、中央に位置する描画オブジェクトにフォーカスを遷移させた際に実行される処理を前提とした処理である場合には、ポインティングデバイスを用いて一番下に位置する描画オブジェクトに直接フォーカスを遷移させた場合に、本来意図している処理が行われなくなってしまう可能性がある。つまり、ポインティングデバイスを用いてある一の描画オブジェクトに直接フォーカスを遷移させた場合には、その一の描画オブジェクトにフォーカスを遷移させるまでに本来行うべき操作を行っていないため、一の描画オブジェクトにフォーカスを遷移させた際に実行される処理であって且つ一の描画オブジェクトにフォーカスを遷移させるまでに実行されるはずである処理を前提とした処理が適切に行われなくなってしまう可能性がある。   Even if a drawing object can be directly specified by an operation using a pointing device, there is a drawing object that can only be moved after the focus is moved to another drawing object by an operation using the remote control. . For example, when the focus is shifted to the drawing object located at the bottom in the state where the drawing object located at the top of the three drawing objects continuously arranged in the vertical direction has the focus, the remote control is first It is necessary to shift the focus to the drawing object positioned at the center by pressing the lower key of the direction key included in the image, and then shift the focus to the drawing object positioned at the bottom by pressing the lower key again. Here, the process executed when the focus is shifted to the drawing object located at the bottom is the process premised on the process executed when the focus is changed to the drawing object located at the center. In this case, when the focus is directly shifted to the drawing object positioned at the bottom using the pointing device, there is a possibility that the originally intended process may not be performed. In other words, when the focus is transferred directly to one drawing object using a pointing device, the original operation is not performed until the focus is changed to that one drawing object. Processing that is executed when the focus is changed and that should be executed before the focus is changed to one drawing object may not be properly performed. .

しかるに、この態様によれば、一の描画オブジェクトにフォーカスを遷移させる際に実行される処理のみならず、一の描画オブジェクトにフォーカスを遷移させるまでに実行されるはずである処理をも含む処理データベースを生成することができる。従って、ポインティングデバイスを用いてある一の描画オブジェクトに直接フォーカスを遷移させる場合であっても、一の描画オブジェクトにフォーカスを遷移させる際に実行される処理であって且つ一の描画オブジェクトにフォーカスを遷移させるまでに実行されるはずである処理を前提とした処理を適切に行うことができる。   However, according to this aspect, the processing database includes not only the processing executed when the focus is shifted to one drawing object but also the processing that should be executed before the focus is shifted to one drawing object. Can be generated. Therefore, even when the focus is directly shifted to one drawing object using the pointing device, the process is executed when the focus is changed to one drawing object and the focus is set to one drawing object. It is possible to appropriately perform a process based on a process that should be executed before the transition.

本発明の情報処理装置に係る実施形態の他の態様では、前記生成手段は、前記操作対象オブジェクトの夫々と、前記操作対象オブジェクトが選択されるまでに実行されるべき処理が行われた後に前記操作対象オブジェクトを選択する場合に実行されるべき処理とが夫々対応付けられた前記処理データベースを生成し、前記処理手段は、前記ユーザにより指定された前記操作対象オブジェクトが選択されるまでに実行されるべき処理が行われた後に前記ユーザにより指定された前記操作対象オブジェクトを選択する場合に実行されるべき処理を行う。   In another aspect of the embodiment of the information processing apparatus according to the present invention, the generation unit performs the processing to be executed before each of the operation target objects and the operation target object are selected. The processing database in which processing to be executed when selecting an operation target object is associated with each other is generated, and the processing means is executed until the operation target object designated by the user is selected. A process to be executed when the operation target object designated by the user is selected after the process to be performed is performed.

この態様によれば、上述したように、一の描画オブジェクトにフォーカスを遷移させる際に実行される処理のみならず、一の描画オブジェクトにフォーカスを遷移させるまでに実行されるはずである処理をも含む処理データベースを生成することができる。特に、一の描画オブジェクトにフォーカスを遷移させる際に実行される処理として、一の描画オブジェクトにフォーカスを遷移させるまでに実行されるはずである処理をも考慮した処理を含む処理データベースが生成される。従って、ポインティングデバイスを用いてある一の描画オブジェクトに直接フォーカスを遷移させる場合であっても、一の描画オブジェクトにフォーカスを遷移させる際に実行される処理であって且つ一の描画オブジェクトにフォーカスを遷移させるまでに実行されるはずである処理を前提とした処理を適切に行うことができる。   According to this aspect, as described above, not only the process executed when the focus is shifted to one drawing object, but also the process that should be executed before the focus is shifted to one drawing object. A processing database can be generated. In particular, as a process executed when the focus is shifted to one drawing object, a processing database including a process that takes into account a process that should be executed until the focus is shifted to one drawing object is generated. . Therefore, even when the focus is directly shifted to one drawing object using the pointing device, the process is executed when the focus is changed to one drawing object and the focus is set to one drawing object. It is possible to appropriately perform a process based on a process that should be executed before the transition.

これらの態様では、前記操作対象オブジェクトが選択されるまでに実行されるべき処理は、少なくとも、前記ユーザの属性を示す個人プロファイルを含むように構成してもよい。   In these aspects, the process to be executed until the operation target object is selected may be configured to include at least a personal profile indicating the attribute of the user.

このように構成すれば、ポインティングデバイスを用いてある一の描画オブジェクトに直接フォーカスを遷移させる場合であっても、一の描画オブジェクトにフォーカスを遷移させる際に実行される処理であって且つ一の描画オブジェクトにフォーカスを遷移させるまでに実行されるはずである個人プロファイルを用いた処理を前提とした処理を適切に行うことができる。   According to this configuration, even when the focus is directly shifted to one drawing object using the pointing device, the process is executed when the focus is shifted to one drawing object. It is possible to appropriately perform processing based on processing using a personal profile that should be executed before the focus is shifted to the drawing object.

本発明の情報処理装置に係る実施形態の他の態様では、前記コンテンツは、データ放送コンテンツである。   In another aspect of the embodiment of the information processing apparatus of the present invention, the content is data broadcast content.

この態様によれば、例えばBSデジタル放送や地上デジタル放送に重畳されて放送されるデータ放送コンテンツに対して、上述した各種効果を好適に享受することができる。   According to this aspect, for example, the above-described various effects can be suitably enjoyed for data broadcast content that is broadcast superimposed on BS digital broadcast or terrestrial digital broadcast.

上述の如くコンテンツがデータ放送コンテンツである情報処理装置の態様では、前記オブジェクト情報及び前記スクリプト情報の夫々は、BML(Broadcast Markup Language)のAプロファイルで記述されているように構成してもよい。   As described above, in the aspect of the information processing apparatus in which the content is data broadcast content, each of the object information and the script information may be configured to be described in an A profile of BML (Broadcast Markup Language).

この態様によれば、例えばECMAScriptを含むBMLを用いて記述されているデータ放送コンテンツに対して、上述した各種効果を好適に享受することができる。   According to this aspect, for example, the various effects described above can be favorably received for data broadcast contents described using BML including ECMAScript.

(情報処理方法の実施形態)
本発明の情報処理方法に係る実施形態は、少なくとも1つの描画オブジェクトを示すオブジェクト情報及び前記少なくとも1つの描画オブジェクトに対する処理を規定する処理スクリプトを示すスクリプト情報の夫々を独立して含むコンテンツを取得する取得工程と、前記コンテンツを表示画面上に表示する表示手段に対して、前記コンテンツを出力する出力工程と、前記オブジェクト情報及び前記スクリプト情報の少なくとも一方に基づいて、前記少なくとも1つの描画オブジェクトのうちユーザによる操作の対象となる描画オブジェクトである操作対象オブジェクトを検出する第1検出工程と、前記オブジェクト情報及び前記スクリプト情報の少なくとも一方に基づいて、前記操作対象オブジェクトの前記表示画面上での表示位置を検出する第2検出工程と、前記オブジェクト情報及び前記スクリプト情報の少なくとも一方に基づいて、前記操作対象オブジェクトに対して前記ユーザの操作が行われた場合に実行される処理を検出する第3検出工程と、前記操作対象オブジェクトと前記操作対象オブジェクトに対して前記ユーザの操作が行われた場合に実行される処理とが夫々対応付けられた処理データベースを生成する生成工程と、前記表示画面上の所望の表示位置を指定可能なポインティングデバイスを用いて前記ユーザが前記操作対象オブジェクトの表示位置を指定した場合に、前記処理データベースに基づいて、前記ユーザにより指定された前記操作対象オブジェクトに対して前記ユーザの操作が行われた場合に実行されるべき処理を実行する処理工程とを備える。
(Embodiment of information processing method)
Embodiments according to the information processing method of the present invention acquire content that independently includes object information indicating at least one drawing object and script information indicating a processing script that defines processing for the at least one drawing object. Of the at least one drawing object, an acquisition step, an output step of outputting the content to a display means for displaying the content on a display screen, and at least one of the object information and the script information Based on at least one of the object information and the script information, a display position of the operation target object on the display screen based on a first detection step of detecting an operation target object that is a drawing object to be operated by the user Detect A second detection step, and a third detection step for detecting processing executed when the user's operation is performed on the operation target object based on at least one of the object information and the script information; Generating a process database in which the operation target object and the process executed when the user performs an operation on the operation target object are associated with each other; and a desired process on the display screen When the user specifies the display position of the operation target object using a pointing device that can specify a display position, the user's operation target object specified by the user is determined based on the processing database. And a processing step for executing processing to be executed when an operation is performed.

本発明の情報処理方法に係る実施形態によれば、上述した本発明の情報処理装置に係る実施形態が享受することができる各種効果と同様の効果を享受することができる。   According to the embodiment of the information processing method of the present invention, it is possible to receive the same effects as the various effects that can be enjoyed by the above-described embodiment of the information processing apparatus of the present invention.

尚、上述した本発明の情報処理装置に係る実施形態における各種態様に対応して、本発明の情報処理方法に係る実施形態も各種態様を採ることが可能である。   Incidentally, in response to the various aspects in the embodiment of the information processing apparatus of the present invention described above, the embodiment of the information processing method of the present invention can also adopt various aspects.

(コンピュータプログラムの実施形態)
本発明のコンピュータプログラムに係る実施形態は、少なくとも1つの描画オブジェクトを示すオブジェクト情報及び前記少なくとも1つの描画オブジェクトに対する処理を規定する処理スクリプトを示すスクリプト情報の夫々を独立して含むコンテンツを取得する取得手段と、前記コンテンツを表示画面上に表示する表示手段に対して、前記コンテンツを出力する出力手段と、前記オブジェクト情報及び前記スクリプト情報の少なくとも一方に基づいて、前記少なくとも1つの描画オブジェクトのうちユーザによる操作の対象となる描画オブジェクトである操作対象オブジェクトを検出する第1検出手段と、前記オブジェクト情報及び前記スクリプト情報の少なくとも一方に基づいて、前記操作対象オブジェクトの前記表示画面上での表示位置を検出する第2検出手段と、前記オブジェクト情報及び前記スクリプト情報の少なくとも一方に基づいて、前記操作対象オブジェクトに対して前記ユーザの操作が行われた場合に実行される処理を検出する第3検出手段と、前記操作対象オブジェクトと前記操作対象オブジェクトに対して前記ユーザの操作が行われた場合に実行される処理とが夫々対応付けられた処理データベースを生成する生成手段と、前記表示画面上の所望の表示位置を指定可能なポインティングデバイスを用いて前記ユーザが前記操作対象オブジェクトの表示位置を指定した場合に、前記処理データベースに基づいて、前記ユーザにより指定された前記操作対象オブジェクトに対して前記ユーザの操作が行われた場合に実行されるべき処理を実行する処理手段とを備える情報処理装置(即ち、上述した本発明の情報処理装置に係る実施形態(但し、その各種態様を含む))に備えられたコンピュータを制御する記録制御用のコンピュータプログラムであって、該コンピュータを、前記記録手段、前記取得手段、前記出力手段、前記第1検出手段、前記第2検出手段、前記第3検出手段、前記生成手段及び前記処理手段として機能させる。
(Embodiment of computer program)
According to an embodiment of the computer program of the present invention, the acquisition of content including independently each of object information indicating at least one drawing object and script information indicating a processing script defining processing for the at least one drawing object is provided. A display unit that displays the content on a display screen, and an output unit that outputs the content, and a user among the at least one drawing object based on at least one of the object information and the script information. A first detection means for detecting an operation target object which is a drawing object to be operated by the display, and displaying the operation target object on the display screen based on at least one of the object information and the script information Second detection means for detecting a position, and third processing for detecting processing executed when the user's operation is performed on the operation target object based on at least one of the object information and the script information. Detecting means, generating means for generating a processing database in which the operation target object and a process executed when the user's operation is performed on the operation target object are associated with each other; and on the display screen When the user specifies the display position of the operation target object using a pointing device that can specify the desired display position, the operation target object specified by the user is determined based on the processing database. Processing means for executing processing to be executed when the user's operation is performed; A computer program for recording control for controlling a computer provided in an information processing apparatus (that is, the embodiment (including various aspects thereof) according to the information processing apparatus of the present invention described above), , Recording means, acquisition means, output means, first detection means, second detection means, third detection means, generation means, and processing means.

本発明のコンピュータプログラムに係る実施形態によれば、当該コンピュータプログラムを格納するROM、CD−ROM、DVD−ROM、ハードディスク等の記録媒体から、当該コンピュータプログラムをコンピュータに読み込んで実行させれば、或いは、当該コンピュータプログラムを、通信手段を介してコンピュータにダウンロードさせた後に実行させれば、上述した本発明の情報処理装置に係る実施形態を比較的簡単に実現できる。   According to the embodiment of the computer program of the present invention, if the computer program is read from a recording medium such as a ROM, a CD-ROM, a DVD-ROM, and a hard disk that stores the computer program and executed by the computer, or If the computer program is downloaded to a computer via communication means and then executed, the above-described embodiment of the information processing apparatus of the present invention can be realized relatively easily.

尚、上述した本発明の情報処理装置に係る実施形態における各種態様に対応して、本発明のコンピュータプログラムに係る実施形態も各種態様を採ることが可能である。   Incidentally, in response to the various aspects of the embodiment of the information processing apparatus of the present invention described above, the embodiment of the computer program of the present invention can also adopt various aspects.

(コンピュータプログラム製品の実施形態)
本発明のコンピュータ読取可能なコンピュータプログラム製品に係る実施形態は、少なくとも1つの描画オブジェクトを示すオブジェクト情報及び前記少なくとも1つの描画オブジェクトに対する処理を規定する処理スクリプトを示すスクリプト情報の夫々を独立して含むコンテンツを取得する取得手段と、前記コンテンツを表示画面上に表示する表示手段に対して、前記コンテンツを出力する出力手段と、前記オブジェクト情報及び前記スクリプト情報の少なくとも一方に基づいて、前記少なくとも1つの描画オブジェクトのうちユーザによる操作の対象となる描画オブジェクトである操作対象オブジェクトを検出する第1検出手段と、前記オブジェクト情報及び前記スクリプト情報の少なくとも一方に基づいて、前記操作対象オブジェクトの前記表示画面上での表示位置を検出する第2検出手段と、前記オブジェクト情報及び前記スクリプト情報の少なくとも一方に基づいて、前記操作対象オブジェクトに対して前記ユーザの操作が行われた場合に実行される処理を検出する第3検出手段と、前記操作対象オブジェクトと前記操作対象オブジェクトに対して前記ユーザの操作が行われた場合に実行される処理とが夫々対応付けられた処理データベースを生成する生成手段と、前記表示画面上の所望の表示位置を指定可能なポインティングデバイスを用いて前記ユーザが前記操作対象オブジェクトの表示位置を指定した場合に、前記処理データベースに基づいて、前記ユーザにより指定された前記操作対象オブジェクトに対して前記ユーザの操作が行われた場合に実行されるべき処理を実行する処理手段とを備える情報処理装置(即ち、上述した本発明の情報処理装置に係る実施形態(但し、その各種態様を含む))に備えられたコンピュータにより実行可能なプログラム命令を明白に具現化し、該コンピュータを、前記取得手段、前記出力手段、前記第1検出手段、前記第2検出手段、前記第3検出手段、前記生成手段及び前記処理手段として機能させる。
(Embodiment of computer program product)
An embodiment of the computer readable computer program product according to the present invention independently includes object information indicating at least one drawing object and script information indicating a processing script defining processing for the at least one drawing object. Based on at least one of the object information and the script information based on at least one of acquisition means for acquiring content, display means for displaying the content on a display screen, output means for outputting the content, and the at least one Based on at least one of the object information and the script information, a first detection unit that detects an operation target object that is a drawing object to be operated by a user among the drawing objects, and the operation target object Executed when the user's operation is performed on the operation target object based on at least one of the object information and the script information, and second detection means for detecting a display position on the display screen Generating a processing database in which third detection means for detecting the processing to be performed and processing executed when the user's operation is performed on the operation target object and the operation target object are associated with each other When the user designates the display position of the operation target object using the generation means and a pointing device capable of designating a desired display position on the display screen, the user designates based on the processing database. Should be executed when the user performs an operation on the operation target object Program instructions executable by a computer provided in an information processing apparatus (i.e., an embodiment of the information processing apparatus of the present invention described above (including various aspects thereof)) provided with processing means for executing processing The computer is caused to function as the acquisition unit, the output unit, the first detection unit, the second detection unit, the third detection unit, the generation unit, and the processing unit.

本発明のコンピュータ読取可能なコンピュータプログラム製品に係る実施形態によれば、当該コンピュータプログラム製品を格納するROM、CD−ROM、DVD−ROM、ハードディスク等の記録媒体から、当該コンピュータプログラム製品をコンピュータに読み込めば、或いは、例えば伝送波である当該コンピュータプログラム製品を、通信手段を介してコンピュータにダウンロードすれば、上述した本発明の情報処理装置に係る実施形態を比較的容易に実施可能となる。更に具体的には、当該コンピュータプログラム製品は、上述した本発明の情報処理装置に係る実施形態として機能させるコンピュータ読取可能なコード(或いはコンピュータ読取可能な命令)から構成されてよい。   According to the embodiment of the computer readable computer program product of the present invention, the computer program product can be read into a computer from a recording medium such as a ROM, a CD-ROM, a DVD-ROM, or a hard disk storing the computer program product. Alternatively, for example, if the computer program product, which is a transmission wave, is downloaded to a computer via communication means, the above-described embodiment of the information processing apparatus of the present invention can be implemented relatively easily. More specifically, the computer program product may be configured by computer-readable code (or computer-readable instructions) that functions as an embodiment of the information processing apparatus of the present invention described above.

尚、上述した本発明の情報処理装置に係る実施形態における各種態様に対応して、本発明のコンピュータプログラム製品に係る実施形態も各種態様を採ることが可能である。   Incidentally, in response to the various aspects of the embodiment of the information processing apparatus of the present invention described above, the embodiment of the computer program product of the present invention can also adopt various aspects.

本実施形態のこのような作用及び他の利得は次に説明する実施例から更に明らかにされよう。   Such an operation and other advantages of the present embodiment will be further clarified from examples described below.

以上説明したように、本発明の情報処理装置に係る実施形態によれば、取得手段と、出力手段と、第1検出手段と、第2検出手段と、第3検出手段と、生成手段と、処理手段とを備える。本発明の情報処理方法に係る実施形態によれば、取得工程と、出力工程と、第1検出工程と、第2検出工程と、第3検出工程と、生成工程と、処理工程とを備える。本発明のコンピュータプログラムに係る実施形態によれば、コンピュータを本発明の情報処理装置に係る実施形態として機能させる。従って、スクリプトプログラムを用いて記述されたデータ放送コンテンツ等の各種コンテンツに対して、ポインティングデバイスを用いた操作を実現することができる。   As described above, according to the embodiment of the information processing apparatus of the present invention, the acquisition unit, the output unit, the first detection unit, the second detection unit, the third detection unit, the generation unit, And processing means. According to the embodiment of the information processing method of the present invention, the method includes an acquisition process, an output process, a first detection process, a second detection process, a third detection process, a generation process, and a processing process. According to the embodiment of the computer program of the present invention, the computer is caused to function as the embodiment of the information processing apparatus of the present invention. Therefore, an operation using a pointing device can be realized for various contents such as data broadcast contents described using a script program.

以下、本発明の実施例を図面に基づいて説明する。尚、以下の実施例では、本発明に係る情報処理装置を、データ放送コンテンツを受信・表示可能なデータ放送受信装置に適用した例について説明する。   Embodiments of the present invention will be described below with reference to the drawings. In the following embodiments, an example in which the information processing apparatus according to the present invention is applied to a data broadcast receiving apparatus capable of receiving and displaying data broadcast contents will be described.

(1)基本構成
はじめに、図1を参照して、本実施例に係るデータ放送受信装置1の基本構成について説明を進める。ここに、図1は、本実施例に係るデータ放送受信装置1の基本構成を概念的に示すブロック図である。
(1) Basic Configuration First, the basic configuration of the data broadcast receiving apparatus 1 according to the present embodiment will be described with reference to FIG. FIG. 1 is a block diagram conceptually showing the basic structure of the data broadcast receiving apparatus 1 in the example.

図1に示すように、データ放送受信装置1は、受信部11と、BML解釈・実行部12と、表示処理部13と、ディスプレイ14と、入力応答解析・制御部15と、データベース格納部16と、ポインティングデバイス17と、CPU18と、メモリ19と、データバス20とを備えている。   As shown in FIG. 1, the data broadcast receiving apparatus 1 includes a receiving unit 11, a BML interpretation / execution unit 12, a display processing unit 13, a display 14, an input response analysis / control unit 15, and a database storage unit 16. A pointing device 17, a CPU 18, a memory 19, and a data bus 20.

受信部11は、本発明における「取得手段」の一具体例を構成しており、放送電波を受信すると共に、放送電波に含まれるデータ放送コンテンツを取得可能に構成されている。尚、データ放送コンテンツに加えて、通常の放送コンテンツを取得するように構成してもよい。この場合、放送コンテンツのうちユーザが選択したチャンネルの番組が、ディスプレイ14に表示される。   The receiving unit 11 constitutes a specific example of “acquiring means” in the present invention, and is configured to receive broadcast radio waves and to acquire data broadcast contents included in the broadcast radio waves. In addition to the data broadcast content, normal broadcast content may be acquired. In this case, the program of the channel selected by the user in the broadcast content is displayed on the display 14.

尚、本実施例においては、データ放送コンテンツは、BMLで記述されると共に、Aプロファイルに準拠しているものとする。もちろん、これ以外のデータ放送コンテンツであってもよいことは言うまでもない。   In this embodiment, it is assumed that the data broadcast content is described in BML and conforms to the A profile. Of course, it goes without saying that other data broadcast contents may be used.

BML解釈・実行部12は、本発明における「処理手段」の一具体例を構成しており、データ放送コンテンツを記述するBMLデータを解釈し、且つ実行可能に構成されている。また、BML解釈・実行部12は、入力応答解析・制御部15において抽出された、ポインティングデバイス17を用いたユーザの操作に応じた処理を実行可能に構成されている。実行結果(つまり、データ放送コンテンツの表示指令)は、表示処理部13へ出力される。   The BML interpretation / execution unit 12 constitutes a specific example of the “processing means” in the present invention, and is configured to interpret and execute BML data describing data broadcast content. Further, the BML interpretation / execution unit 12 is configured to be able to execute processing corresponding to a user operation using the pointing device 17 extracted by the input response analysis / control unit 15. The execution result (that is, the display instruction of the data broadcast content) is output to the display processing unit 13.

表示処理部13は、本発明における「出力手段」の一具体例を構成しており、BML解釈・実行部12における実行結果に応じたデータ放送コンテンツの表示を行うようにディスプレイ14を制御可能に構成されている。   The display processing unit 13 constitutes a specific example of the “output unit” in the present invention, and the display 14 can be controlled so as to display the data broadcast content according to the execution result in the BML interpretation / execution unit 12. It is configured.

ディスプレイ14は、本発明における「表示手段」の一具体例を構成しており、表示処理部13の制御の下に、データ放送コンテンツの表示を行う。このようなディスプレイ14として、例えば液晶ディスプレイや、プラズマディスプレイや、ブラウン管ディスプレイや、有機ELディスプレイ等が一例としてあげられる。   The display 14 constitutes a specific example of “display means” in the present invention, and displays data broadcast content under the control of the display processing unit 13. Examples of such a display 14 include a liquid crystal display, a plasma display, a cathode ray tube display, an organic EL display, and the like.

尚、データ放送受信装置1は、ディスプレイ14を備えていないように構成してもよい。この場合、データ放送受信装置1と接続される外部のディスプレイを用いることで、後述の処理を行うことができる。   The data broadcast receiving apparatus 1 may be configured not to include the display 14. In this case, by using an external display connected to the data broadcast receiving apparatus 1, processing described later can be performed.

入力応答・解析制御部15は、本発明における「第1検出手段」、「第2検出手段」、「第3検出手段」及び「生成手段」の一具体例を構成しており、方向キー及び決定キーを少なくとも備えるリモコンを用いた操作により、受信部11において取得されるデータ放送コンテンツがどのように操作・実行されるかを解析する。解析結果は、処理データベースとしてデータベース格納部16に格納される。また、入力応答・解析制御部15は、ポインティングデバイス17を用いたユーザの操作を検出すると共に、該ユーザの操作に応じた処理を処理データベースから抽出する。その後、抽出された処理を行うように、BML解釈・実行部12を制御する。尚、入力応答・解析制御部15の更に詳細な説明については、後に具体例を交えながら詳細に説明する(図3等参照)。   The input response / analysis control unit 15 constitutes specific examples of “first detection means”, “second detection means”, “third detection means”, and “generation means” in the present invention, and includes direction keys, It is analyzed how the data broadcast content acquired in the receiving unit 11 is operated and executed by an operation using a remote controller having at least a determination key. The analysis result is stored in the database storage unit 16 as a processing database. Further, the input response / analysis control unit 15 detects a user operation using the pointing device 17 and extracts a process corresponding to the user operation from the processing database. Thereafter, the BML interpretation / execution unit 12 is controlled to perform the extracted process. A more detailed description of the input response / analysis control unit 15 will be described later in detail with specific examples (see FIG. 3 and the like).

データベース格納部16は、入力応答・解析制御部15において生成された処理データベースを格納可能に構成されている。   The database storage unit 16 is configured to be able to store the processing database generated in the input response / analysis control unit 15.

ポインティングデバイス17は、ディスプレイ14の表示画面上の任意の位置を直接的に指定可能な装置であり、例えば、タッチパネルや、マウスや、タブレットや、タッチパッド等が一例としてあげられる。   The pointing device 17 is a device that can directly specify an arbitrary position on the display screen of the display 14, and examples thereof include a touch panel, a mouse, a tablet, and a touch pad.

CPU18は、データ放送受信装置1全体の動作を制御可能に構成されている。   The CPU 18 is configured to be able to control the operation of the entire data broadcast receiving apparatus 1.

メモリ19は、データ放送受信装置1が備える各構成要素(例えば、BML解釈・実行部12や入力応答・解析制御部16やCPU18等)が動作するためのファームウェアを格納するROM領域や、データ放送受信装置1におけるデータ処理全般に使用されるRAM領域を備えている。   The memory 19 includes a ROM area for storing firmware for operating each component (for example, the BML interpretation / execution unit 12, the input response / analysis control unit 16, the CPU 18, etc.) included in the data broadcast receiving device 1, A RAM area used for general data processing in the receiving apparatus 1 is provided.

データバス20は、データ放送受信装置1が備える各構成要素の間でデータの入出力を行う際に利用される。   The data bus 20 is used when data is input / output between the constituent elements of the data broadcast receiving apparatus 1.

(2)動作原理
続いて、図2を参照して、本実施例に係るデータ放送受信装置1の動作原理について説明する。ここに、図2は、本実施例に係るデータ放送受信装置1の動作の流れを概念的に示すフローチャートである。尚、説明の簡略化及び明確化のため、図2においては、本実施例に係るデータ放送受信装置1の動作の流れを簡単に説明し、その詳細な態様については、後に表示例を交えながら説明する(図3から図6等参照)。
(2) Operation Principle Next, with reference to FIG. 2, the operation principle of the data broadcast receiving apparatus 1 according to the present embodiment will be described. FIG. 2 is a flowchart conceptually showing a flow of operations of the data broadcast receiving apparatus 1 according to this embodiment. For simplification and clarification of the explanation, FIG. 2 briefly describes the operation flow of the data broadcast receiving apparatus 1 according to the present embodiment, and the detailed mode thereof will be described later with a display example. This will be described (see FIGS. 3 to 6).

図2に示すように、初めに、受信部11の動作により、データ放送コンテンツが取得される(ステップS101)。取得されたデータ放送コンテンツは、ディスプレイ14の表示画面上に表示される。   As shown in FIG. 2, first, the data broadcast content is acquired by the operation of the receiving unit 11 (step S101). The acquired data broadcast content is displayed on the display screen of the display 14.

続いて、入力応答・解析制御部15の動作により、ステップS101において取得されたデータ放送コンテンツを記述するBMLデータを解析することで、データ放送コンテンツに含まれる描画オブジェクト(言い換えれば、表示部品)が検出される(ステップS102)。ここでの検出動作は、BMLデータ中のBML要素(後に詳述する、div要素や、object要素や、p要素等)を参照することで行われる。このとき、合わせて、ディスプレイ14の表示画面上における描画オブジェクトの表示位置(言い換えれば、表示座標)が検出されてもよい。   Subsequently, by analyzing the BML data describing the data broadcast content acquired in step S101 by the operation of the input response / analysis control unit 15, a drawing object (in other words, a display component) included in the data broadcast content is obtained. It is detected (step S102). The detection operation here is performed by referring to a BML element (div element, object element, p element, etc., which will be described in detail later) in the BML data. At this time, the display position (in other words, display coordinates) of the drawing object on the display screen of the display 14 may be detected.

続いて、入力応答・解析制御部15の動作により、ステップS101において取得されたデータ放送コンテンツを記述するBMLデータを解析することで、初期フォーカスの位置が検出される(ステップS103)。つまり、データ放送コンテンツが初めて表示された場合の、デフォールトのフォーカスの位置が検出される。尚、「フォーカス」とは、データ放送コンテンツに含まれる描画オブジェクトのうちユーザによって現在着目されている描画オブジェクトを示すものである。この場合、フォーカスを持つ描画オブジェクトをハイライト表示させることで、フォーカスを持たない描画オブジェクトと区別して表示することが好ましく、もしくはデータ放送コンテンツ自身の処理によりハイライト表示がなされるように構成されていてもよい。   Subsequently, the position of the initial focus is detected by analyzing the BML data describing the data broadcast content acquired in step S101 by the operation of the input response / analysis control unit 15 (step S103). That is, the default focus position when the data broadcast content is displayed for the first time is detected. Note that “focus” indicates a drawing object currently focused by the user among drawing objects included in the data broadcast content. In this case, it is preferable to display the highlighted drawing object so that it is distinguished from the drawing object that does not have the focus, or it is configured to be highlighted by the processing of the data broadcasting content itself. May be.

続いて、入力応答・解析制御部15の動作により、ステップS101において取得されたデータ放送コンテンツを記述するBMLデータを解析することで、リモコンが備える操作キー(例えば、方向キーや決定キー)の入力を受け取る要素とハンドラが検出される(ステップS104)。   Subsequently, the operation of the input response / analysis control unit 15 analyzes the BML data describing the data broadcast content acquired in step S101, thereby inputting an operation key (for example, a direction key or a determination key) provided in the remote controller. The element and the handler that receive are detected (step S104).

続いて、入力応答・解析制御部15の動作により、ステップS101において取得されたデータ放送コンテンツを記述するBMLデータを解析することで、ユーザによって操作可能な(言い換えれば、フォーカスを移動可能な又は選択実行可能な)描画オブジェクトが検出される(ステップS105)。このとき、合わせて、ディスプレイ14の表示画面上における、ユーザによって操作可能な描画オブジェクトの表示位置(言い換えれば、表示座標)が検出される。尚、以降、説明の簡略化のため、ユーザによって操作可能な描画オブジェクトを、“操作可能描画オブジェクト”と称して説明を進める。   Subsequently, the operation of the input response / analysis control unit 15 analyzes the BML data describing the data broadcast content acquired in step S101, and can be operated by the user (in other words, the focus can be moved or selected). A drawing object that can be executed is detected (step S105). At the same time, the display position (in other words, display coordinates) of the drawing object that can be operated by the user on the display screen of the display 14 is detected. In the following description, for the sake of simplicity, the drawing object that can be operated by the user will be referred to as an “operable drawing object”.

続いて、入力応答・解析制御部15の動作により、ステップS101において取得されたデータ放送コンテンツを記述するBMLデータを解析することで、ステップS105において検出された操作可能描画オブジェクトに対してリモコン(例えば、方向キー及び決定キーを少なくとも備えるリモコン)を用いた操作が行われることによって実行される処理が検出される(ステップS106)。尚、ここでは、実際に操作を行い且つ処理を実行する必要はなく、仮想的に又は擬似的にリモコンを用いた操作を行い、その操作の結果実行される処理が検出されれば足りる。   Subsequently, the operation of the input response / analysis control unit 15 analyzes the BML data describing the data broadcast content acquired in step S101, and thereby controls the operable drawing object detected in step S105 with a remote controller (for example, , A process executed by performing an operation using a remote controller including at least a direction key and an enter key is detected (step S106). Here, it is not necessary to actually perform an operation and execute a process, and it is sufficient to perform an operation using a remote controller virtually or in a pseudo manner and detect a process executed as a result of the operation.

続いて、入力応答・解析制御部15の動作により、ステップS107における検出結果に基づいて、操作可能描画オブジェクトと、該操作可能描画オブジェクトに対する操作が行われることで実行される処理との対応付けを示す処理データベースが生成される(ステップS107)。ステップS107において生成された処理データベースは、データベース格納部16に格納される。   Subsequently, the operation of the input response / analysis control unit 15 associates the operable drawing object with the processing executed by performing the operation on the operable drawing object based on the detection result in step S107. The processing database shown is generated (step S107). The processing database generated in step S107 is stored in the database storage unit 16.

続いて、入力応答・解析制御部15の動作により、ポインティングデバイス17を用いたユーザの操作が行われるか否かが検出される(ステップS108)。   Subsequently, whether or not a user operation using the pointing device 17 is performed is detected by the operation of the input response / analysis control unit 15 (step S108).

ポインティングデバイス17を用いたユーザの操作が行われた場合には、ポインティングデバイス17を用いてユーザが指定した表示画面上の位置に、操作可能描画オブジェクトが表示されているか否かが判定される。言い換えれば、ポインティングデバイス17を用いてユーザが指定した表示画面上の位置と、ステップS105において検出された操作可能描画オブジェクトの表示位置とが一致するか否かが判定される。   When a user operation using the pointing device 17 is performed, it is determined whether or not an operable drawing object is displayed at a position on the display screen designated by the user using the pointing device 17. In other words, it is determined whether or not the position on the display screen designated by the user using the pointing device 17 matches the display position of the operable drawing object detected in step S105.

ポインティングデバイス17を用いてユーザが指定した表示画面上の位置に、操作可能描画オブジェクトが表示されていない場合(つまり、ポインティングデバイス17を用いてユーザが指定した表示画面上の位置と、ステップS105において検出された操作可能描画オブジェクトの表示位置とが一致しない場合)には、特段の処理は行われない。   When the operable drawing object is not displayed at the position on the display screen designated by the user using the pointing device 17 (that is, the position on the display screen designated by the user using the pointing device 17 and the step S105). If the detected display position of the operable drawing object does not match, no special processing is performed.

他方で、ポインティングデバイス17を用いてユーザが指定した表示画面上の位置に、操作可能描画オブジェクトが表示されている場合(つまり、ポインティングデバイス17を用いてユーザが指定した表示画面上の位置と、ステップS105において検出された操作可能描画オブジェクトの表示位置とが一致する場合)には、入力応答・解析制御部15の動作により、データベース格納部16に格納されている処理データベースが参照され、ポインティングデバイス17を用いてユーザが指定した表示画面上の位置に表示されている操作可能描画オブジェクトに対する操作を行った場合に実行される処理が抽出される。その後、入力応答・解析制御部15の動作により、抽出された処理が実行されるようにBML解釈・実行部12が制御される。その結果、ポインティングデバイス17を用いたユーザの操作に応じた処理が行われる(ステップS109)。   On the other hand, when the operable drawing object is displayed at the position on the display screen designated by the user using the pointing device 17 (that is, the position on the display screen designated by the user using the pointing device 17; In the case where the display position of the operable drawing object detected in step S105 matches, the processing database stored in the database storage unit 16 is referred to by the operation of the input response / analysis control unit 15, and the pointing device The process executed when an operation is performed on the operable drawing object displayed at the position on the display screen designated by the user using 17 is extracted. Thereafter, the operation of the input response / analysis control unit 15 controls the BML interpretation / execution unit 12 so that the extracted processing is executed. As a result, processing according to the user's operation using the pointing device 17 is performed (step S109).

(3)具体例
続いて、図3から図6を参照して、具体的な処理の態様について、具体的な表示例を交えながら説明を進める。ここに、図3は、データ放送コンテンツの表示例を概念的に示す平面図であり、図4は、処理データベースを概念的に示すデータ構造図であり、図5は、図3に示すデータ放送コンテンツに対して、ポインティングデバイス17を用いて天気ボタンを指定した場合の表示例を概念的に示す平面図であり、図6は、図3に示すデータ放送コンテンツに対して、ポインティングデバイス17を用いて株価ボタンを指定した場合の表示例を概念的に示す平面図である。
(3) Specific Example Next, with reference to FIG. 3 to FIG. 6, a specific processing mode will be described with a specific display example. FIG. 3 is a plan view conceptually showing a display example of the data broadcast content, FIG. 4 is a data structure diagram conceptually showing the processing database, and FIG. 5 is a data broadcast shown in FIG. FIG. 6 is a plan view conceptually showing a display example when a weather button is designated for a content using the pointing device 17, and FIG. 6 uses the pointing device 17 for the data broadcast content shown in FIG. 6 is a plan view conceptually showing a display example when a stock price button is designated.

図3に示すように、データ放送コンテンツの一具体例は、描画オブジェクトとして、放送局ロゴ101と、通常の放送コンテンツが表示されるテレビ映像表示欄102と、情報表示欄103と、ニュースボタン104と、天気ボタン105と、株価ボタン106とを含んでいる。また、これらの描画オブジェクトは、背景110上に配置されている。   As shown in FIG. 3, a specific example of the data broadcast content includes a broadcast station logo 101, a television video display column 102 in which normal broadcast content is displayed, an information display column 103, and a news button 104 as drawing objects. And a weather button 105 and a stock price button 106. These drawing objects are arranged on the background 110.

また、データ放送コンテンツの一具体例では、ニュースボタン104と、天気ボタン105と、株価ボタン106とのいずれかにフォーカスが存在する。つまり、ニュースボタン104と、天気ボタン105と、株価ボタン106とが、操作可能描画オブジェクトである。その一方で、放送局ロゴ101と、テレビ映像102と、情報表示欄103とは、フォーカスが遷移することはないため、操作可能描画オブジェクトとはならない。   Further, in one specific example of the data broadcast content, the focus exists on any of the news button 104, the weather button 105, and the stock price button 106. That is, the news button 104, the weather button 105, and the stock price button 106 are operable drawing objects. On the other hand, the broadcast station logo 101, the television image 102, and the information display field 103 are not operable drawing objects because the focus does not change.

データ放送コンテンツを初めて表示する際には、フォーカスは、ニュースボタン104に存在している。ニュースボタン104にフォーカスが存在している状態では、情報表示欄103にはニュースが表示される。ニュースボタン104にフォーカスが存在している状態で、リモコンの方向キーのうちの上キー、左キー又は右キーを押下した場合には、フォーカスの遷移は発生しない。他方、ニュースボタン104にフォーカスが存在している状態で、リモコンの方向キーのうちの下キーを押下した場合には、フォーカスがニュースボタン104から天気ボタン105へと遷移する。また、ニュースボタン104にフォーカスが存在している状態で、リモコンの決定キーを押下した場合には、情報表示欄103又はディスプレイ14の表示画面の少なくとも一部又は全体にニュースコンテンツが表示される。   When the data broadcasting content is displayed for the first time, the focus is on the news button 104. When the focus is on the news button 104, news is displayed in the information display field 103. In the state where the focus is on the news button 104, when the up key, the left key, or the right key among the direction keys of the remote control is pressed, the focus transition does not occur. On the other hand, when the down key of the direction keys of the remote controller is pressed while the focus is on the news button 104, the focus changes from the news button 104 to the weather button 105. Further, when the determination key of the remote controller is pressed while the focus is on the news button 104, the news content is displayed on at least a part or the whole of the information display field 103 or the display screen of the display 14.

天気ボタン105にフォーカスが存在している状態では、情報表示欄103には天気予報が表示される。このとき、ニュースボタン104から天気ボタン105にフォーカスが遷移してきた時点で、ユーザのプロファイル情報がデータ放送受信装置1のメモリ20内の永続記憶領域から読み込まれ、変数userdataに設定される。そして、変数userdataに設定された情報に応じて、天気予報情報が読み込まれる。この天気予報情報は、変数weatherdataに設定されると共に、データ放送受信装置1のメモリ20内の一時記憶領域に記録される。従って、情報表示欄103には、ユーザのプロファイル情報に応じた天気予報(例えば、ユーザが設定している住所付近の天気予報)が表示される。天気ボタン105にフォーカスが存在している状態で、リモコンの方向キーのうちの左キー又は右キーを押下した場合には、フォーカスの遷移は発生しない。他方、天気ボタン105にフォーカスが存在している状態で、リモコンの方向キーのうちの上キーを押下した場合には、フォーカスが天気ボタン105からニュースボタン104へと遷移する。また、天気ボタン105にフォーカスが存在している状態で、リモコンの方向キーのうちの下キーを押下した場合には、フォーカスが天気ボタン105から株価ボタン106へと遷移する。また、天気ボタン105にフォーカスが存在している状態で、リモコンの決定キーを押下した場合には、情報表示欄103又はディスプレイ14の表示画面の少なくとも一部又は全体に天気予報コンテンツが表示される。このとき、データ放送受信装置1のメモリ20内の一時記憶領域に、変数userdataに設定された情報に応じた天気予報情報(つまり、プロファイル情報に応じた天気予報)が記録されているため、天気予報コンテンツが表示された場合であっても、プロファイル情報に応じた天気予報が継続して表示される。   When the focus is on the weather button 105, the weather forecast is displayed in the information display field 103. At this time, when the focus changes from the news button 104 to the weather button 105, the user profile information is read from the permanent storage area in the memory 20 of the data broadcast receiving apparatus 1 and set in the variable userdata. Then, the weather forecast information is read according to the information set in the variable userdata. The weather forecast information is set in a variable weatherdata and is recorded in a temporary storage area in the memory 20 of the data broadcast receiving apparatus 1. Therefore, a weather forecast corresponding to the user's profile information (for example, a weather forecast near the address set by the user) is displayed in the information display field 103. In the state where the focus is on the weather button 105, when the left key or the right key among the direction keys of the remote controller is pressed, the focus transition does not occur. On the other hand, when the upper key of the direction keys of the remote controller is pressed while the focus is on the weather button 105, the focus changes from the weather button 105 to the news button 104. Further, when the down key of the direction keys of the remote controller is pressed while the focus is on the weather button 105, the focus changes from the weather button 105 to the stock price button 106. Further, when the determination key of the remote controller is pressed while the focus is on the weather button 105, the weather forecast content is displayed on at least a part of or the entire display screen of the information display field 103 or the display 14. . At this time, since the weather forecast information corresponding to the information set in the variable userdata (that is, the weather forecast corresponding to the profile information) is recorded in the temporary storage area in the memory 20 of the data broadcast receiving device 1, the weather Even when the forecast content is displayed, the weather forecast corresponding to the profile information is continuously displayed.

株価ボタン106にフォーカスが存在している状態では、情報表示欄103には株価情報が表示される。このとき、情報表示欄103には、天気ボタン105にフォーカスが遷移した時点で読み込まれた(つまり、変数userdataに設定された)ユーザのプロファイル情報に応じた株価情報(例えば、ユーザが興味を有している株価の情報)が表示される。この株価情報は、変数stockdataに設定されると共に、データ放送受信装置1のメモリ20内の一時記憶領域に記録される。株価ボタン106にフォーカスが存在している状態で、リモコンの方向キーのうちの下キー、左キー又は右キーを押下した場合には、フォーカスの遷移は発生しない。他方、株価ボタン106にフォーカスが存在している状態で、リモコンの方向キーのうちの上キーを押下した場合には、フォーカスが株価ボタン106から天気ボタン105へと遷移する。また、株価ボタン106にフォーカスが存在している状態で、リモコンの決定キーを押下した場合には、情報表示欄103又はディスプレイ14の表示画面の少なくとも一部又は全体に株価情報コンテンツが表示される。このとき、データ放送受信装置1のメモリ20内の一時記憶領域に、変数userdataに設定された情報に応じた株価情報(つまり、プロファイル情報に応じた株価情報)が記録されているため、株価情報コンテンツが表示された場合であっても、プロファイル情報に応じた株価情報が継続して表示される。   In a state where the stock price button 106 is focused, the stock price information is displayed in the information display field 103. At this time, in the information display field 103, stock price information (for example, the user is interested in) according to the user's profile information read when the focus is shifted to the weather button 105 (that is, set in the variable userdata). Stock price information). This stock price information is set in a variable stockdata and recorded in a temporary storage area in the memory 20 of the data broadcast receiving apparatus 1. If the down key, left key, or right key among the direction keys of the remote controller is pressed while the stock price button 106 has focus, focus transition does not occur. On the other hand, when the up key of the direction keys of the remote control is pressed while the stock price button 106 is in focus, the focus changes from the stock price button 106 to the weather button 105. Further, when the determination key of the remote control is pressed while the stock price button 106 is in focus, the stock price information content is displayed on at least a part of or the entire display screen of the information display field 103 or the display 14. . At this time, stock price information corresponding to the information set in the variable userdata (that is, stock price information corresponding to the profile information) is recorded in the temporary storage area in the memory 20 of the data broadcast receiving apparatus 1. Even when the content is displayed, the stock price information corresponding to the profile information is continuously displayed.

このようなデータ放送コンテンツの一具体例は、以下のBMLデータとして記述されている。特に、BMLデータは、スクリプトを定義する定義部と、描画オブジェクトを定義する定義部とが別個独立に記述されている。   A specific example of such data broadcasting content is described as the following BML data. In particular, in the BML data, a definition part that defines a script and a definition part that defines a drawing object are described separately and independently.

−−−−−−−−−−−−BMLデータ開始−−−−−−−−−−
<?xml version="1.0" encoding="EUC-JP" ?>
<!DOCTYPE bml PUBLIC "+//ARIB STD-B24:1999//DTD BML Document//JA" "http://www.arib.or.jp/B24/DTD/bml_1_1.dtd">
<?bml bml-version="3.0" ?>
<bml>
<head>
<title>データ放送コンテンツ</title>
<script>
<![CDATA[
var focusIndex; // フォーカスID 0:ニュース 1:天気 2:株価
var goArray = new Array(); // 遷移先URI管理配列
var newsdata; // 情報表示欄用ニュースデータ
var weatherdata; // 情報表示欄用天気予報データ
var stockdata; // 情報表示欄用株価データ
var userdata; // 視聴者プロファイルデータ
// 初期化関数
function onload()
{
// 初期フォーカスのID
focusIndex = 0;
// 遷移先管理配列の内容設定
goArray[0] = "news.bml"; // ニュースページのURI
goArray[1] = "weather.bml"; // 天気予報ページのURI
goArray[2] = "stock.bml"; // 株価情報ページのURI
// 情報表示欄用データの準備
// ニュースデータ
newsdata = loadNews(); // ニュースヘッドラインなどの文字列データを設定
// 初期フォーカスのハイライト表示
// ニュースボタンの表示画像をフォーカス用ハイライト表示のものに差し替え
document.getElementId("news").firstChild.data = "news_focus.png";
// 情報表示エリアにニュース表示
document.getElementId("info").firstChild.data = newsdata;
// キー入力を受ける実体を背景(docbody)に設定
document.getElementById("docbody").focus();
}
// キー入力イベントハンドラ
function keyDown()
{
var code = document.currentEvent.keyCode;
if (code == 1) // 1:上キー
{
switch (focusIndex) // 現在のフォーカスIDによって処理を切り替える
{
case 0: // 現在のフォーカスが0(ニュースボタン)
// ニュースボタンより上位置にあるものはないので何もしない
break;
case 1: // 現在のフォーカスが1(天気ボタン)
// 天気ボタンからニュースボタンへフォーカス移動
// 天気ボタンの表示画像を通常表示のものに差し替え
document.getElementId("weather").firstChild.data = "weather_normal.png";
// ニュースボタンの表示画像をフォーカス用ハイライト表示のものに差し替え
document.getElementId("news").firstChild.data = "news_focus.png";
// 情報表示エリアにニュース表示
document.getElementId("info").firstChild.data = newsdata;
// フォーカスIDの更新
focusIndex = 0;
break;
case 2: // 現在のフォーカスが2(株価ボタン)
// 株価ボタンから天気ボタンへフォーカス移動
// 株価ボタンの表示画像を通常表示のものに差し替え
document.getElementId("stock").firstChild.data = "stock_normal.png";
// 天気ボタンの表示画像をフォーカス用ハイライト表示のものに差し替え
document.getElementId("weather").firstChild.data = "weather_focus.png";
if (weatherdata = null) // 天気予報データ未取得ならば
{
// 視聴者プロファイルに応じた天気予報データの検索
weatherdata = searchData(userdata, "weather");
}
// 情報表示欄に天気予報データを設定
document.getElementId("info").firstChild.data = weatherdata;
// フォーカスIDの更新
focusIndex = 1;
break;
default:
break;
}
}
else if (code == 2) // 2:下キー
{
switch (focusIndex) // 現在のフォーカスIDによって処理を切り替える
{
case 0: // 現在のフォーカスが0(ニュースボタン)
// ニュースボタンから天気ボタンへフォーカス移動
// ニュースボタンの表示画像を通常表示のものに差し替え
document.getElementId("news").firstChild.data = "news_normal.png";
// 天気ボタンの表示画像をフォーカス用ハイライト表示のものに差し替え
document.getElementId("weather").firstChild.data = "weather_focus.png";
// 視聴者プロファイルデータの読み込み
if (userdata == null) // 視聴者プロファイルデータ未取得ならば
{
userdata = loadUserData();
}
if (weatherdata = null) // 天気予報データ未取得ならば
{
// 視聴者プロファイルに応じた天気予報データの検索
weatherdata = searchData(userdata, "weather");
// 遷移先ページでも利用できるように受信機の一時記憶領域へ保存
storeUserData(weatherdata);
}
// 情報表示欄に天気予報データを設定
document.getElementId("info").firstChild.data = weatherdata;
// フォーカスIDの更新
focusIndex = 1;
break;
case 1: // 現在のフォーカスが1(天気ボタン)
// 天気ボタンから株価ボタンへフォーカス移動
// 天気ボタンの表示画像を通常表示のものに差し替え
document.getElementId("weather").firstChild.data = "weather_normal.png";
// 株価ボタンの表示画像をフォーカス用ハイライト表示のものに差し替え
document.getElementId("stock").firstChild.data = "stock_focus.png";
if (stockdata = null) // 株価データ未取得ならば
{
// 視聴者プロファイルに応じた株価データの検索
stockdata = searchData(userdata, "stock");
// 遷移先ページでも利用できるように受信機の一時記憶領域へ保存
storeUserData(stockdata);
}
// 情報表示欄に株価データを設定
document.getElementId("info").firstChild.data = stockdata;
// フォーカスIDの更新
focusIndex = 2;
break;
case 2: // 現在のフォーカスが2(株価ボタン)
// 株価ボタンより下位置にあるものはないので何もしない
break;
default:
break;
}
}
else if (code == 18) // 決定キー
{
// 遷移先ページのURI取得
var url = goArray[focusIndex];
// ページ遷移の実行
browser.launchDocument(uri,"cut");
}
}
// 受信機永続記憶領域からのユーザプロファイルデータの読み込み
function loadUserData()
{
(略)
}
// ユーザデータの受信機一時記憶領域への保存
function storeUserData(data)
{
(略)
}
]]>
</script>
</head>
<body onload="onload();">
<!-- 背景 -->
<div id ="docbody" style="top:0px;left:0px;width:960px;height:540px;" onkeydown="keyDown();">
<object style="top:0px;left:0px;width:960px;height:540px;" type="image/jpeg" data="back.jpg"/>
</div>
<!-- 放送局ロゴ -->
<div id="logo" style="top:20px;left:40px;width:880px;height:100px">
<object data="logo.png" type="image/X-arib-png" streamstatus="play" style="width:600px;height:180px"/>
</div>
<!-- TV映像 -->
<div id="video">
<object style="top:140px;left:40px;width:480px;height:270px" type="video/X-arib-mpeg2" data="/-1" remain="remain"/>
<object type="audio/X-arib-mpeg2-aac" data="/-1" remain="remain" streamstatus="play"/>
</div>
<!-- ニュースボタン -->
<div id="news" style="top:140px;left:700px;width:200px;height:120px">
<object data=="news_normal.png" type="image/X-arib-png" streamstatus="play" style="width:240px;height:150px"/>
</div>
<!-- 天気予報ボタン -->
<div id="weather" style="top:270px;left:700px;width:200px;height:120px">
<object data=="weather_normal.png" type="image/X-arib-png" streamstatus="play" style="width:240px;height:150px"/>
<!-- 株価ボタン -->
<div id="stock" style="top:400px;left:700px;width:200px;height:120px">
<object data=="stock_normal.png" type="image/X-arib-png" streamstatus="play" style="width:240px;height:150px"/>
</div>
<!-- 情報表示欄 -->
<div style="top:400px;left:40px;width:480px;height:120px">
<p id="info"> <![CDATA[]]></p>
</div>
</body>
</bml>
−−−−−−−−−−−−BMLデータ終了−−−−−−−−−−
本実施例に係るデータ放送受信装置1は、このようなBMLデータを解析する(図2のステップS102からステップS106)ことで、操作可能描画オブジェクトと、該操作可能描画オブジェクトに対する操作が行われることで実行される処理との対応付けを示す処理データベースを生成する。
------------ BML data start ----------
<? xml version = "1.0" encoding = "EUC-JP"?>
<! DOCTYPE bml PUBLIC "+ // ARIB STD-B24: 1999 // DTD BML Document // JA""http://www.arib.or.jp/B24/DTD/bml_1_1.dtd">
<? bml bml-version = "3.0"?>
<bml>
<head>
<title> Data broadcasting content </ title>
<script>
<! [CDATA [
var focusIndex; // Focus ID 0: News 1: Weather 2: Stock price
var goArray = new Array (); // Transition destination URI management array
var newsdata; // News data for information display column
var weatherdata; // Weather forecast data for information display column
var stockdata; // Stock price data for information display column
var userdata; // Viewer profile data
// Initialization function
function onload ()
{
// Initial focus ID
focusIndex = 0;
// Set contents of transition destination management array
goArray [0] = "news.bml"; // News page URI
goArray [1] = "weather.bml"; // URI of the weather forecast page
goArray [2] = "stock.bml"; // Stock information page URI
// Prepare data for information display column
// News data
newsdata = loadNews (); // Set string data such as news headlines
// Highlight initial focus
// Replace the news button display with the focus highlight
document.getElementId ("news"). firstChild.data = "news_focus.png";
// News display in the information display area
document.getElementId ("info"). firstChild.data = newsdata;
// Set the entity that receives keystrokes as the background (docbody)
document.getElementById ("docbody"). focus ();
}
// Key input event handler
function keyDown ()
{
var code = document.currentEvent.keyCode;
if (code == 1) // 1: Up key
{
switch (focusIndex) // switch processing by the current focus ID
{
case 0: // Current focus is 0 (news button)
// Do nothing because there is nothing above the news button
break;
case 1: // Current focus is 1 (weather button)
// Move focus from weather button to news button
// Replace the weather button display image with the normal display
document.getElementId ("weather"). firstChild.data = "weather_normal.png";
// Replace the news button display with the focus highlight
document.getElementId ("news"). firstChild.data = "news_focus.png";
// News display in the information display area
document.getElementId ("info"). firstChild.data = newsdata;
// Update focus ID
focusIndex = 0;
break;
case 2: // Current focus is 2 (stock price button)
// Move focus from stock price button to weather button
// Replace stock price button display image with normal one
document.getElementId ("stock"). firstChild.data = "stock_normal.png";
// Replace the weather button display with the focus highlight
document.getElementId ("weather"). firstChild.data = "weather_focus.png";
if (weatherdata = null) // if weather forecast data is not yet acquired
{
// Search weather forecast data according to viewer profile
weatherdata = searchData (userdata, "weather");
}
// Set weather forecast data in the information display field
document.getElementId ("info"). firstChild.data = weatherdata;
// Update focus ID
focusIndex = 1;
break;
default:
break;
}
}
else if (code == 2) // 2: Down key
{
switch (focusIndex) // switch processing by the current focus ID
{
case 0: // Current focus is 0 (news button)
// Move focus from news button to weather button
// Replace the news button display image with the normal display
document.getElementId ("news"). firstChild.data = "news_normal.png";
// Replace the weather button display with the focus highlight
document.getElementId ("weather"). firstChild.data = "weather_focus.png";
// Load viewer profile data
if (userdata == null) // If viewer profile data has not been acquired
{
userdata = loadUserData ();
}
if (weatherdata = null) // if weather forecast data is not yet acquired
{
// Search weather forecast data according to viewer profile
weatherdata = searchData (userdata, "weather");
// Save to the receiver's temporary storage area so that it can be used on the destination page
storeUserData (weatherdata);
}
// Set weather forecast data in the information display field
document.getElementId ("info"). firstChild.data = weatherdata;
// Update focus ID
focusIndex = 1;
break;
case 1: // Current focus is 1 (weather button)
// Move focus from weather button to stock price button
// Replace the weather button display image with the normal display
document.getElementId ("weather"). firstChild.data = "weather_normal.png";
// Replace the stock price button display image with the focus highlight display
document.getElementId ("stock"). firstChild.data = "stock_focus.png";
if (stockdata = null) // if stock data has not been acquired
{
// Search stock price data according to viewer profile
stockdata = searchData (userdata, "stock");
// Save to the receiver's temporary storage area so that it can be used on the destination page
storeUserData (stockdata);
}
// Set stock price data in the information display field
document.getElementId ("info"). firstChild.data = stockdata;
// Update focus ID
focusIndex = 2;
break;
case 2: // Current focus is 2 (stock price button)
// Do nothing because there is nothing below the stock price button
break;
default:
break;
}
}
else if (code == 18) // Decision key
{
// Get the destination page URI
var url = goArray [focusIndex];
// execute page transition
browser.launchDocument (uri, "cut");
}
}
// Read user profile data from receiver permanent storage
function loadUserData ()
{
(Omitted)
}
// Save user data to the receiver's temporary storage area
function storeUserData (data)
{
(Omitted)
}
]]>
</ script>
</ head>
<body onload = "onload ();">
<!-Background->
<div id = "docbody" style = "top: 0px; left: 0px; width: 960px; height: 540px;" onkeydown = "keyDown ();">
<object style = "top: 0px; left: 0px; width: 960px; height: 540px;" type = "image / jpeg" data = "back.jpg"/>
</ div>
<!-Broadcaster logo->
<div id = "logo" style = "top: 20px; left: 40px; width: 880px; height: 100px">
<object data = "logo.png" type = "image / X-arib-png" streamstatus = "play" style = "width: 600px; height: 180px"/>
</ div>
<!-TV video->
<div id = "video">
<object style = "top: 140px; left: 40px; width: 480px; height: 270px" type = "video / X-arib-mpeg2" data = "/-1" remain = "remain"/>
<object type = "audio / X-arib-mpeg2-aac" data = "/-1" remain = "remain" streamstatus = "play"/>
</ div>
<!-News button->
<div id = "news" style = "top: 140px; left: 700px; width: 200px; height: 120px">
<object data == "news_normal.png" type = "image / X-arib-png" streamstatus = "play" style = "width: 240px; height: 150px"/>
</ div>
<!-Weather button->
<div id = "weather" style = "top: 270px; left: 700px; width: 200px; height: 120px">
<object data == "weather_normal.png" type = "image / X-arib-png" streamstatus = "play" style = "width: 240px; height: 150px"/>
<!-Stock price button->
<div id = "stock" style = "top: 400px; left: 700px; width: 200px; height: 120px">
<object data == "stock_normal.png" type = "image / X-arib-png" streamstatus = "play" style = "width: 240px; height: 150px"/>
</ div>
<!-Information display field->
<div style = "top: 400px; left: 40px; width: 480px; height: 120px">
<p id = "info"><! [CDATA []]></p>
</ div>
</ body>
</ bml>
------------ End of BML data ----------
The data broadcast receiving apparatus 1 according to the present embodiment analyzes such BML data (from step S102 to step S106 in FIG. 2), so that an operable drawing object and an operation on the operable drawing object are performed. A processing database indicating the association with the processing executed in step 1 is generated.

具体的には、まず、描画オブジェクトの検出が行われる(図2のステップS102参照)。ここでは、BMLデータ中のBML要素(具体的には、例えば、div要素や、object要素や、p要素等)が、描画オブジェクトとして検出される。その結果、放送局ロゴ101と、通常の放送コンテンツが表示されるテレビ映像表示欄102と、情報表示欄103と、ニュースボタン104と、天気ボタン105と、株価ボタン106と、背景110とが、描画オブジェクトとして検出される。   Specifically, first, a drawing object is detected (see step S102 in FIG. 2). Here, a BML element (specifically, for example, a div element, an object element, a p element, etc.) in the BML data is detected as a drawing object. As a result, the broadcast station logo 101, the TV image display field 102 on which normal broadcast content is displayed, the information display field 103, the news button 104, the weather button 105, the stock price button 106, and the background 110, Detected as a drawing object.

続いて、データ放送コンテンツが読み込まれたとき(言い換えれば、表示されたとき)の初期フォーカスの位置が検出される(図2のステップS103参照)。ここで、BMLでは、フォーカスの設定は、描画オブジェクトに対するfocus()関数の呼び出しやナビゲーション特性(nav−index)を用いた方法が用いられ、またその実行タイミングは、スクリプト定義(具体的には、上述のBMLデータのうち<script>と</script>にて囲まれた箇所のBMLデータ)内のグローバル領域やbody要素のonload属性に割り当てられた関数において定められたタイミングで行われる。   Subsequently, the position of the initial focus when the data broadcast content is read (in other words, when it is displayed) is detected (see step S103 in FIG. 2). Here, in BML, focus is set using a method using a focus () function for a drawing object or a navigation characteristic (nav-index), and the execution timing is defined by a script definition (specifically, This is performed at a timing determined in the function assigned to the global area in the above-mentioned BML data (the BML data in a portion surrounded by <script> and </ script>) and the onload attribute of the body element.

上述のBMLデータにおいては、ナビゲーション特性は使用されておらず、body属性に割り当てられたonload関数が実行されている。onload関数においては、背景110(つまり、id属性がdocbodyであるdiv要素)に対してfocus()関数が実行されている。このため、初期フォーカスは、背景110にあることが分かる。   In the BML data described above, the navigation characteristic is not used, and the onload function assigned to the body attribute is executed. In the onload function, the focus () function is executed for the background 110 (that is, the div element whose id attribute is docbody). Therefore, it can be seen that the initial focus is on the background 110.

続いて、リモコンが備える操作キー(例えば、方向キーや決定キー)の入力を受け取る要素とハンドラが検出される(図2のステップS104参照)。ここで、リモコンが備える操作キーに対応する事象は、データ放送コンテンツを記述するBMLデータに定義されたBML要素に対して宣言されるonkeydown属性や、onkeyup属性や、onclick属性などの所定の属性に割り当てられた関数で処理される。   Subsequently, an element and a handler that receive an input of an operation key (for example, a direction key or a determination key) provided in the remote controller are detected (see step S104 in FIG. 2). Here, the event corresponding to the operation key provided in the remote controller is a predetermined attribute such as an onkeydown attribute, an onkeyup attribute, or an onclick attribute declared for the BML element defined in the BML data describing the data broadcasting content. Processed by assigned function.

上述のBMLデータにおいては、背景110(つまり、id属性がdocbodyであるdiv要素)に対してのみonkeydown属性が宣言されているため、リモコンが備える操作キーの全ての入力は、onkeydown属性に割り当てられたkeyDown()関数で処理されることが検出される。   In the BML data described above, the onkeydown attribute is declared only for the background 110 (that is, the div element whose id attribute is docbody), and therefore all the input of the operation keys provided in the remote control are assigned to the onkeydown attribute. It is detected that the data is processed by the keyDown () function.

続いて、操作可能描画オブジェクト及びその表示位置が検出される(図2のステップS105参照)と共に、操作可能描画オブジェクトに対してリモコンを用いた操作が行われることによって実行される処理が検出される(図2のステップS106)。ここでは、リモコンが備える操作キーの入力に対する処理は、全てkeydown()関数で処理されることが既に検出されているため、この関数に対して各種入力操作(言い換えれば、想定し得る全ての操作)を行うことで、リモコンが備える操作キーを用いた操作を擬似的に又は仮想的に行う。この擬似的な又は仮想的な操作を行うことによって、フォーカスがどのように遷移するかが判明するため、操作可能描画オブジェクトを検出することができる。また、リモコンが備える操作キーを用いた操作を擬似的に又は仮想的に行うと同時に、その操作に応じて実行される処理も解析することで、リモコンが備える操作キーを用いた操作に対応する処理(言い換えれば、操作可能描画オブジェクトにフォーカスが遷移した場合又は操作可能描画オブジェクトが選択された場合に実行される処理)を検出することができる。   Subsequently, the operable drawing object and its display position are detected (see step S105 in FIG. 2), and a process executed by performing an operation using the remote control on the operable drawing object is detected. (Step S106 in FIG. 2). Here, since it has already been detected that all the processes for the input of the operation keys provided in the remote control are processed by the keydown () function, various input operations (in other words, all possible operations can be performed on this function). ), The operation using the operation keys provided in the remote controller is performed in a pseudo or virtual manner. By performing this pseudo or virtual operation, it becomes clear how the focus changes, so that an operable drawing object can be detected. In addition, the operation using the operation key provided in the remote control is performed in a pseudo or virtual manner, and at the same time, the processing executed in accordance with the operation is analyzed, thereby corresponding to the operation using the operation key provided in the remote control. It is possible to detect a process (in other words, a process executed when the focus is shifted to the operable drawing object or when the operable drawing object is selected).

この結果、上述のBMLデータにおいては、リモコンが備える操作キーのうち左キー及び右キーの入力に対する処理がなく、且つ該左キー及び右キーの操作によってもフォーカスが遷移しないと解析される。また、リモコンが備える操作キーのうち左キー及び右キーの入力によって、ニュースボタン104、天気ボタン105及び株価ボタン106の夫々が、フォーカスが遷移した状態の画像(つまり、ハイライト表示された画像)からフォーカスが遷移していない状態の画像(つまり、ハイライト表示されていない画像)へと又はその逆へと切り替わることが解析される。従って、ニュースボタン104、天気ボタン105及び株価ボタン106の夫々が、操作可能描画オブジェクトであると検出される。このとき、BMLデータ中の「top」及び「left」を参照すれば、操作可能描画オブジェクトの表示位置も検出できる。   As a result, in the BML data described above, it is analyzed that there is no processing for the input of the left key and the right key among the operation keys provided in the remote controller, and the focus is not changed by the operation of the left key and the right key. Also, an image in which each of the news button 104, the weather button 105, and the stock price button 106 has been focused by the input of the left key and the right key of the operation keys provided in the remote control (that is, the highlighted image). Is switched to an image in which the focus has not changed (ie, an image that is not highlighted) or vice versa. Therefore, each of the news button 104, the weather button 105, and the stock price button 106 is detected as an operable drawing object. At this time, the display position of the operable drawing object can also be detected by referring to “top” and “left” in the BML data.

尚、フォーカスの遷移に伴って、フォーカスを有している描画オブジェクトのIDを示す変数focusIndex、天気予報情報を示す変数weatherdata、株価情報を示す変数stockdata及びプロファイル情報を示す変数userdataの値が適宜設定されているため、これらの変数がデータ放送コンテンツにおける処理に影響を与えていることが解析される。   As the focus changes, the values of the variable focusIndex indicating the ID of the drawing object having the focus, the variable weatherdata indicating the weather forecast information, the variable stockdata indicating the stock price information, and the variable userdata indicating the profile information are appropriately set. Therefore, it is analyzed that these variables influence the processing in the data broadcast content.

また、リモコンが備える操作キーのうち決定キーを押下することで、変数focusIndexに設定された値に応じたURIへの遷移が行われる(つまり、launchDocument()関数が実行される)ことが解析される。   It is also analyzed that pressing the enter key among the operation keys of the remote control causes a transition to a URI according to the value set in the variable focusIndex (that is, the launchDocument () function is executed). The

以上のような解析の結果、操作可能描画オブジェクトは、ニュースボタン104、天気ボタン105及び株価ボタン106であることが判明すると共に、夫々の操作可能描画オブジェクトにフォーカスが遷移したときに変数focusIndex、変数weatherdata、変数stockdata及び変数userdataの夫々に設定されるべき値並びに夫々の操作可能描画オブジェクトが選択された場合に実行されるべき処理が判明する。続いて、以上のような解析の結果に基づいて、操作可能描画オブジェクトと、該操作可能描画オブジェクトに対する操作が行われることで実行される処理との対応付けを示す処理データベースが生成される(図2のステップS107参照)。   As a result of the above analysis, the operable drawing objects are found to be the news button 104, the weather button 105, and the stock price button 106, and when the focus transitions to each of the operable drawing objects, the variable focusIndex, the variable The value to be set for each of the weatherdata, the variable stockdata, and the variable userdata and the process to be executed when each operable drawing object is selected. Subsequently, based on the result of the analysis as described above, a processing database is generated that indicates the correspondence between the operable drawing object and the processing executed by performing an operation on the operable drawing object (see FIG. 2 step S107).

具体的には、操作可能描画オブジェクトの一つであるニュースボタン104にフォーカスが遷移した場合には、変数focusIndexに“0”が設定され、且つニュースボタン104が選択された場合には、変数focusIndexの値に応じたURI(つまり、ニュースコンテンツ)への遷移が行われる。従って、図4に示すように、ニュースボタン104と、該ニュースボタン104にフォーカスが遷移したときの変数focusIndexの値と、該ニュースボタン104が選択されたときの処理とが対応付けられたレコードを含む処理データベースが生成される。   Specifically, when the focus is shifted to the news button 104 which is one of the operable drawing objects, the variable focusIndex is set to “0”, and when the news button 104 is selected, the variable focusIndex is selected. Transition to a URI (that is, news content) corresponding to the value of is performed. Therefore, as shown in FIG. 4, a record in which the news button 104, the value of the variable index when the focus is changed to the news button 104, and the processing when the news button 104 is selected is associated with the record. A processing database is generated.

同様に、操作可能描画オブジェクトの一つである天気ボタン105にフォーカスが遷移した場合には、変数focusIndexに“1”が設定され、変数userdataにはデータ放送受信装置1のメモリ20内の永続記憶領域に記録されたプロファイル情報が設定され、且つ変数weatherdataには変数userdataの値が設定される。また、天気ボタン105が選択された場合には、変数focusIndexの値に応じたURI(つまり、天気予報コンテンツ)への遷移が行われると共に、変数weatherdataの値がデータ放送受信装置1のメモリ20内の一時記憶領域に記録される。従って、図4に示すように、天気ボタン105と、該天気ボタン105にフォーカスが遷移したときの変数focusIndex、変数weatherdata及び変数userdataの値と、該天気ボタン105が選択されたときの処理とが対応付けられたレコードを含む処理データベースが生成される。   Similarly, when the focus is shifted to the weather button 105, which is one of the operable drawing objects, the variable focusIndex is set to “1”, and the variable userdata is permanently stored in the memory 20 of the data broadcast receiving apparatus 1. The profile information recorded in the area is set, and the value of the variable userdata is set to the variable weatherdata. When the weather button 105 is selected, a transition to a URI (that is, weather forecast content) corresponding to the value of the variable focusIndex is performed, and the value of the variable weatherdata is stored in the memory 20 of the data broadcast receiving device 1. In the temporary storage area. Therefore, as shown in FIG. 4, the weather button 105, the values of the variable focusIndex, the variable weatherdata, and the variable userdata when the focus is changed to the weather button 105, and the processing when the weather button 105 is selected. A processing database including the associated records is generated.

同様に、操作可能描画オブジェクトの一つである株価ボタン106にフォーカスが遷移した場合には、変数focusIndexに“2”が設定され、変数userdataにはデータ放送受信装置1のメモリ20内の永続記憶領域に記録されたプロファイル情報が設定され、且つ変数stockdataには変数userdataの値が設定される。また、株価ボタン106が選択された場合には、変数focusIndexの値に応じたURI(つまり、株価情報コンテンツ)への遷移が行われると共に、変数stockdataの値がデータ放送受信装置1のメモリ20内の一時記憶領域に記録される。従って、図4に示すように、株価ボタン106と、該天気ボタン106にフォーカスが遷移したときの変数focusIndex、変数stockdata及び変数userdataの値と、該株価ボタン106が選択されたときの処理とが対応付けられたレコードを含む処理データベースが生成される。   Similarly, when the focus is shifted to the stock price button 106 which is one of the operable drawing objects, “2” is set to the variable focusIndex, and the variable userdata is stored in the memory 20 of the data broadcast receiving device 1 in a permanent manner. The profile information recorded in the area is set, and the value of the variable userdata is set in the variable stockdata. When the stock price button 106 is selected, a transition to a URI (that is, stock price information content) corresponding to the value of the variable focusIndex is performed, and the value of the variable stockdata is stored in the memory 20 of the data broadcast receiving apparatus 1. In the temporary storage area. Therefore, as shown in FIG. 4, the stock price button 106, the values of the variable focusIndex, the variable stockdata, and the variable userdata when the focus is changed to the weather button 106, and the processing when the stock price button 106 is selected. A processing database including the associated records is generated.

その後、図4に示すデータベースを参照しながら、ポインティングデバイス17を用いたユーザの操作に応じた処理が実行される。   Thereafter, referring to the database shown in FIG. 4, processing corresponding to the user's operation using the pointing device 17 is executed.

具体的には、図4に示す初期状態から、図5に示すように、ポインティングデバイス17を用いて、ユーザが天気ボタン105を指定したとする。尚、図5においては、ポインティングデバイス17の一例として、ディスプレイ14の表示画面の前面に配置される又はディスプレイの表示画面と一体的に配置されるタッチパネル17aを用いる例について図示している。この場合、天気ボタン105にフォーカスが遷移すると共に、処理データベースを参照することで、変数focusIndexに“1”が設定され、変数userdataにはデータ放送受信装置1のメモリ20内の永続記憶領域に記録されたプロファイル情報が設定され、且つ変数weatherdataには変数userdataの値が設定される。また、処理データベースを参照することで、変数focusIndexの値に応じたURI(つまり、天気予報コンテンツ)への遷移が行われると共に、変数weatherdataの値がデータ放送受信装置1のメモリ20内の一時記憶領域に記録される。   Specifically, it is assumed that the user designates the weather button 105 from the initial state shown in FIG. 4 using the pointing device 17 as shown in FIG. In FIG. 5, as an example of the pointing device 17, an example is illustrated in which a touch panel 17 a that is disposed on the front surface of the display screen of the display 14 or is integrated with the display screen of the display is used. In this case, the focus is shifted to the weather button 105, and by referring to the processing database, the variable focusIndex is set to “1”, and the variable userdata is recorded in the permanent storage area in the memory 20 of the data broadcast receiving apparatus 1. The set profile information is set, and the value of the variable userdata is set to the variable weatherdata. Further, by referring to the processing database, a transition to a URI (that is, weather forecast content) corresponding to the value of the variable focusIndex is performed, and the value of the variable weatherdata is temporarily stored in the memory 20 of the data broadcast receiving apparatus 1. Recorded in the area.

このとき、ポインティングデバイス17を用いた天気ボタン105の指定操作を、天気ボタン105へフォーカスを遷移させるための移動操作のみであるものとして取り扱ってもよい。この場合、上述した処理のうち、変数focusIndexの値に応じたURI(つまり、天気予報コンテンツ)への遷移及び変数weatherdataの値のデータ放送受信装置1のメモリ20内の一時記憶領域への記録は行われず、情報表示欄103に天気予報情報が表示される。   At this time, the designation operation of the weather button 105 using the pointing device 17 may be handled as only a movement operation for shifting the focus to the weather button 105. In this case, among the processes described above, the transition to the URI (that is, the weather forecast content) according to the value of the variable focusIndex and the recording of the value of the variable weatherdata in the temporary storage area in the memory 20 of the data broadcast receiving device 1 are performed. Instead, the weather forecast information is displayed in the information display field 103.

同様に、図4に示す初期状態から、図6に示すように、ポインティングデバイス17を用いて、ユーザが株価ボタン106を指定したとする。この場合、変数focusIndexに“2”が設定され、変数userdataにはデータ放送受信装置1のメモリ20内の永続記憶領域に記録されたプロファイル情報が設定され、且つ変数stockdataには変数userdataの値が設定される。また、変数focusIndexの値に応じたURI(つまり、株価情報コンテンツ)への遷移が行われると共に、変数stockdataの値がデータ放送受信装置1のメモリ20内の一時記憶領域に記録される。   Similarly, assume that the user designates the stock price button 106 from the initial state shown in FIG. 4 using the pointing device 17 as shown in FIG. In this case, “2” is set in the variable focusIndex, the profile information recorded in the permanent storage area in the memory 20 of the data broadcast receiving device 1 is set in the variable userdata, and the value of the variable userdata is set in the variable stockdata. Is set. In addition, a transition to a URI (that is, stock price information content) corresponding to the value of the variable focusIndex is performed, and the value of the variable stockdata is recorded in a temporary storage area in the memory 20 of the data broadcast receiving device 1.

このとき、ポインティングデバイス17を用いた株価ボタン106の指定操作を、株価ボタン106へフォーカスを遷移させるための移動操作のみであるものとして取り扱ってもよい。この場合、上述した処理のうち、変数focusIndexの値に応じたURI(つまり、株価情報コンテンツ)への遷移及び変数stockdataの値のデータ放送受信装置1のメモリ20内の一時記憶領域への記録は行われず、情報表示欄103に株価情報が表示される。   At this time, the designation operation of the stock price button 106 using the pointing device 17 may be handled as only a movement operation for shifting the focus to the stock price button 106. In this case, among the processes described above, the transition to the URI (that is, the stock price information content) according to the value of the variable focusIndex and the recording of the value of the variable stockdata to the temporary storage area in the memory 20 of the data broadcast receiving device 1 are performed. The stock price information is displayed in the information display field 103 without being performed.

ここで、仮に、想定し得る全ての操作を擬似的に又は仮想的に実行せず且つ処理データベースを作成しないものとする。つまり、本実施例に係るデータ受信装置とは異なる処理を行うものとする。このとき、株価ボタン106にフォーカスが遷移する場合には、変数focusIndexに“2”が設定され、且つ変数stockdataには変数userdataの値が設定されるにとどまる。というのも、データ放送受信装置1のメモリ20内の永続記憶領域に記録されたプロファイル情報を変数userdataに設定する処理は、「株価ボタン106にフォーカスが遷移する」ときに実行されるものではなく、「天気ボタン105にフォーカスが遷移する」ときに実行されるものだからである。この場合、変数userdataの値は「null」であるため、変数stockdataに適切な値が設定されない。その結果、変数focusIndexの値に応じたURI(つまり、株価情報コンテンツ)への遷移が行われたとしても、ユーザのプロファイル情報に応じた株価情報を表示することはできない。   Here, it is assumed that all operations that can be assumed are not executed in a pseudo or virtual manner and a processing database is not created. That is, processing different from that of the data receiving apparatus according to the present embodiment is performed. At this time, when the focus shifts to the stock price button 106, “2” is set to the variable focusIndex, and the value of the variable userdata is only set to the variable stockdata. This is because the process of setting the profile information recorded in the permanent storage area in the memory 20 of the data broadcast receiving apparatus 1 in the variable userdata is not executed when “focus shifts to the stock price button 106”. This is because it is executed when “focus shifts to the weather button 105”. In this case, since the value of the variable userdata is “null”, an appropriate value is not set in the variable stockdata. As a result, even if the transition to the URI (that is, the stock price information content) corresponding to the value of the variable focusIndex is performed, the stock price information corresponding to the user profile information cannot be displayed.

しかるに、本実施例においては、想定し得る全ての操作を擬似的に又は仮想的に実行しているため、株価ボタン106にフォーカスが遷移する場合には、その前に天気ボタン105にフォーカスが遷移しているはずであり、プロファイル情報が変数userdataに設定されているはずであると解析されている。従って、株価ボタン106にフォーカスが遷移する場合に単独で実行される処理のみならず、株価ボタン106にフォーカスが遷移するまでに実行されるはずである処理も含むように、処理データベースが作成される。つまり、ポインティングデバイス17の操作という入力及びポインティングデバイス17の操作に対応して実行される処理という出力のみならず、入力と出力の間に存在するはずである中間過程をも考慮して処理データベースが生成される。従って、初期状態から株価ボタン106にフォーカスが遷移する場合であっても、データ放送受信装置1のメモリ20内の永続記憶領域に記録されたプロファイル情報を変数userdataに設定する処理が行われる。   However, in the present embodiment, since all possible operations are executed in a pseudo or virtual manner, when the focus changes to the stock price button 106, the focus changes to the weather button 105 before that. It is analyzed that the profile information should be set in the variable userdata. Therefore, the processing database is created so as to include not only a process executed alone when the focus changes to the stock price button 106 but also a process that should be executed before the focus changes to the stock price button 106. . In other words, not only the input of the operation of the pointing device 17 and the output of the process executed in response to the operation of the pointing device 17 but also the intermediate process that should exist between the input and the output is taken into consideration. Generated. Therefore, even when the focus is shifted from the initial state to the stock price button 106, the process of setting the profile information recorded in the permanent storage area in the memory 20 of the data broadcast receiving apparatus 1 to the variable userdata is performed.

以上説明したように、本実施例に係るデータ放送受信装置1によれば、リモコンを用いた操作が前提として設計されているデータ放送コンテンツに対して、ポインティングデバイス17を用いた操作を提供することができる。特に、ECMAScript等のスクリプトを用いて記述されたデータ放送コンテンツであっても、想定し得る全ての操作を擬似的に又は仮想的に実行し且つ該実行結果を処理データベースとしてまとめているため、ポインティングデバイス17を用いた操作を好適に提供することができる。   As described above, according to the data broadcast receiving apparatus 1 according to the present embodiment, the operation using the pointing device 17 is provided for the data broadcast content designed on the assumption that the operation using the remote controller is performed. Can do. In particular, even for data broadcasting contents described using a script such as ECMAScript, all possible operations are executed in a pseudo or virtual manner, and the execution results are collected as a processing database. An operation using the device 17 can be suitably provided.

尚、上述の実施例では、フォーカスが遷移する描画オブジェクトを操作可能描画オブジェクトとして検出している。しかしながら、フォーカスが遷移しない描画オブジェクトであっても、選択可能な描画オブジェクトであれば、操作可能描画オブジェクトとして検出してもよい。例えば、リモコンが備える所定のキーと一意に関連している描画オブジェクトを、操作可能描画オブジェクトとして検出してもよい。このような操作可能描画オブジェクトとして、(例えば、地上デジタル放送やBSデジタル放送で利用されている「青ボタン」や「赤ボタン」や「黄ボタン」や「緑ボタン」等が一例としてあげられる。この場合であっても、上述の態様で、フォーカスが遷移しない且つ選択可能な描画オブジェクトと、これが選択されたときの処理とを対応付けるレコードを含む処理データベースを生成すれば、上述した各種効果を好適に享受することができる。   In the above-described embodiment, a drawing object whose focus is changed is detected as an operable drawing object. However, even a drawing object whose focus does not change may be detected as an operable drawing object as long as it is a selectable drawing object. For example, a drawing object that is uniquely associated with a predetermined key provided in the remote controller may be detected as an operable drawing object. As such an operable drawing object (for example, “blue button”, “red button”, “yellow button”, “green button”, etc. used in terrestrial digital broadcasting and BS digital broadcasting are given as an example. Even in this case, the above-described various effects can be achieved by generating a processing database that includes a record that associates a selectable drawing object that does not change focus and a process when the selected object is selected. Can enjoy.

また、上述の実施例では、リモコンが備える操作キーによる操作を、ディスプレイ14の表示画面上での所定の座標位置における操作に変換することで、ポインティングデバイスを利用した操作を可能としているとも言える。このように解釈すれば、逆に、ポインティングデバイス17によって特定される座標位置における操作を、リモコンが備える操作キーによる操作に変換することで、ポインティングデバイス17を用いた操作を前提として設計されるコンテンツに対して、リモコンが備える操作キーを用いた操作を実現にすることも同様の原理で行うことができる。ポインティングデバイス17を用いた操作を前提として設計されているコンテンツとしては、例えば、HTMLにより記述されるWEBページが一例としてあげられる。この場合であっても、上述したように、処理データベースを生成する(より好ましくは、入力と出力のみならず、その中間過程をも考慮したレコードを含む処理データベース)を生成することで、上述した効果と同様の効果を享受することができる。   Further, in the above-described embodiment, it can be said that an operation using a pointing device is made possible by converting an operation with an operation key provided in the remote control into an operation at a predetermined coordinate position on the display screen of the display 14. If interpreted in this way, conversely, the content designed on the assumption of the operation using the pointing device 17 by converting the operation at the coordinate position specified by the pointing device 17 into the operation by the operation key provided in the remote controller. On the other hand, it is possible to realize the operation using the operation keys provided in the remote controller based on the same principle. An example of content designed on the premise of an operation using the pointing device 17 is a WEB page described in HTML. Even in this case, as described above, the processing database is generated (more preferably, the processing database including a record that considers not only input and output but also intermediate processes thereof). The effect similar to the effect can be enjoyed.

本発明は、上述した実施例に限られるものではなく、請求の範囲及び明細書全体から読み取れる発明の要旨或いは思想に反しない範囲で適宜変更可能であり、そのような変更を伴う情報処理装置及び方法、並びにコンピュータプログラムもまた本発明の技術的範囲に含まれるものである。   The present invention is not limited to the above-described embodiments, and can be appropriately changed without departing from the spirit or concept of the invention that can be read from the claims and the entire specification. A method and a computer program are also included in the technical scope of the present invention.

本実施例に係るデータ放送受信装置の基本構成を概念的に示すブロック図である。It is a block diagram which shows notionally the basic composition of the data broadcasting receiver which concerns on a present Example. 本実施例に係るデータ放送受信装置の動作の流れを概念的に示すフローチャートである。It is a flowchart which shows notionally the flow of operation | movement of the data broadcast receiver which concerns on a present Example. データ放送コンテンツの表示例を概念的に示す平面図である。It is a top view which shows the example of a display of data broadcasting content notionally. 処理データベースを概念的に示すデータ構造図である。It is a data structure figure which shows a processing database notionally. 図3に示すデータ放送コンテンツに対して、ポインティングデバイスを用いて天気ボタンを指定した場合の表示例を概念的に示す平面図である。It is a top view which shows notionally the example of a display when a weather button is designated with respect to the data broadcast content shown in FIG. 3 using a pointing device. 図3に示すデータ放送コンテンツに対して、ポインティングデバイスを用いて株価ボタンを指定した場合の表示例を概念的に示す平面図である。It is a top view which shows notionally the example of a display when the stock price button is designated using the pointing device with respect to the data broadcast content shown in FIG.

符号の説明Explanation of symbols

1 データ放送受信装置
11 受信部
12 BML解釈・実行部
13 表示処理部
14 ディスプレイ
15 入力応答解析・制御部
16 データベース格納部
17 ポインティングデバイス
18 CPU
20 メモリ
101 放送局ロゴ
102 テレビ映像表示欄
103 情報表示欄
104 ニュースボタン
105 天気ボタン
106 株価ボタン
110 背景
DESCRIPTION OF SYMBOLS 1 Data broadcast receiver 11 Receiving part 12 BML interpretation / execution part 13 Display processing part 14 Display 15 Input response analysis / control part 16 Database storage part 17 Pointing device 18 CPU
20 Memory 101 Broadcasting Station Logo 102 TV Image Display Field 103 Information Display Field 104 News Button 105 Weather Button 106 Stock Price Button 110 Background

Claims (10)

少なくとも1つの描画オブジェクトを示すオブジェクト情報及び前記少なくとも1つの描画オブジェクトに対する処理を規定する処理スクリプトを示すスクリプト情報の夫々を独立して含むコンテンツを取得する取得手段と、
前記コンテンツを表示画面上に表示する表示手段に対して、前記コンテンツを出力する出力手段と、
前記オブジェクト情報及び前記スクリプト情報の少なくとも一方に基づいて、前記少なくとも1つの描画オブジェクトのうちユーザによる操作の対象となる描画オブジェクトである操作対象オブジェクトを検出する第1検出手段と、
前記オブジェクト情報及び前記スクリプト情報の少なくとも一方に基づいて、前記操作対象オブジェクトの前記表示画面上での表示位置を検出する第2検出手段と、
前記オブジェクト情報及び前記スクリプト情報の少なくとも一方に基づいて、前記操作対象オブジェクトに対して前記ユーザの操作が行われた場合に実行される処理を検出する第3検出手段と、
前記操作対象オブジェクトと前記操作対象オブジェクトに対して前記ユーザの操作が行われた場合に実行される処理とが夫々対応付けられた処理データベースを生成する生成手段と、
前記表示画面上の所望の表示位置を指定可能なポインティングデバイスを用いて前記ユーザが前記操作対象オブジェクトの表示位置を指定した場合に、前記処理データベースに基づいて、前記ユーザにより指定された前記操作対象オブジェクトに対して前記ユーザの操作が行われた場合に実行されるべき処理を実行する処理手段と
を備えることを特徴とする情報処理装置。
Acquisition means for independently acquiring content including each of object information indicating at least one drawing object and script information indicating a processing script defining processing for the at least one drawing object;
Output means for outputting the content to display means for displaying the content on a display screen;
First detection means for detecting an operation target object which is a drawing object to be operated by a user among the at least one drawing object based on at least one of the object information and the script information;
Second detection means for detecting a display position of the operation target object on the display screen based on at least one of the object information and the script information;
Third detection means for detecting processing executed when the user's operation is performed on the operation target object based on at least one of the object information and the script information;
Generating means for generating a process database in which the operation target object and the process executed when the user's operation is performed on the operation target object are associated with each other;
When the user specifies the display position of the operation target object using a pointing device that can specify a desired display position on the display screen, the operation target specified by the user based on the processing database An information processing apparatus comprising: processing means for executing processing to be executed when the user's operation is performed on an object.
前記第3検出手段は、前記操作対象オブジェクトに対するフォーカスを移動させる移動操作を行うための方向キー及び前記操作対象オブジェクトを選択する選択操作を行うための決定キーを備える操作手段を用いた前記コンテンツへの操作を擬似的に又は仮想的に行うことで、前記操作対象オブジェクトに対して前記ユーザの操作が行われた場合に実行される処理を検出することを特徴とする請求項1に記載の情報処理装置。   To the content using the operation means including a direction key for performing a moving operation for moving a focus on the operation target object and a determination key for performing a selection operation for selecting the operation target object. The information according to claim 1, wherein a process executed when the user's operation is performed on the operation target object is detected by performing the operation in a pseudo or virtual manner. Processing equipment. 前記第3検出手段は、前記操作対象オブジェクトにフォーカスが位置している状態に対して前記移動操作が行われた場合に実行される処理、並びに前記操作対象オブジェクトがフォーカスを持つ状態に対して前記選択操作が行われた場合に実行される処理の少なくとも一方を検出することを特徴とする請求項2に記載の情報処理装置。   The third detection unit is configured to perform processing that is performed when the moving operation is performed with respect to a state in which the focus is on the operation target object, and to the state in which the operation target object has focus. The information processing apparatus according to claim 2, wherein at least one of processes executed when a selection operation is performed is detected. 前記生成手段は、前記操作対象オブジェクトと、前記操作対象オブジェクトを選択する場合に実行されるべき処理及び前記操作対象オブジェクトが選択されるまでに実行されるべき処理の夫々とが夫々対応付けられた前記処理データベースを生成し、
前記処理手段は、前記ユーザにより指定された前記操作対象オブジェクトを選択する場合に実行されるべき処理に加えて、前記ユーザにより指定された前記操作対象オブジェクトが選択されるまでに実行されるべき処理を更に行うことを特徴とする請求項1から3のいずれか一項に記載の情報処理装置。
The generation means associates the operation target object with a process to be executed when the operation target object is selected and a process to be executed before the operation target object is selected. Generating the processing database;
In addition to the process to be executed when the operation target object specified by the user is selected, the processing means is a process to be executed before the operation target object specified by the user is selected The information processing apparatus according to claim 1, further comprising:
前記生成手段は、前記操作対象オブジェクトの夫々と、前記操作対象オブジェクトが選択されるまでに実行されるべき処理が行われた後に前記操作対象オブジェクトを選択する場合に実行されるべき処理とが夫々対応付けられた前記処理データベースを生成し、
前記処理手段は、前記ユーザにより指定された前記操作対象オブジェクトが選択されるまでに実行されるべき処理が行われた後に前記ユーザにより指定された前記操作対象オブジェクトを選択する場合に実行されるべき処理を行うことを特徴とする請求項1から3のいずれか一項に記載の情報処理装置。
The generation unit includes each of the operation target objects and a process to be executed when the operation target object is selected after the process to be executed before the operation target object is selected. Generating the associated processing database;
The processing means should be executed when the operation target object specified by the user is selected after the processing to be executed before the operation target object specified by the user is selected. The information processing apparatus according to claim 1, wherein the information processing apparatus performs processing.
前記操作対象オブジェクトが選択されるまでに実行されるべき処理は、少なくとも、前記ユーザの属性を示す個人プロファイルを含むことを特徴とする請求項4又は5に記載の表示装置。   The display device according to claim 4, wherein the process to be executed before the operation target object is selected includes at least a personal profile indicating the attribute of the user. 前記コンテンツは、データ放送コンテンツであることを特徴とする請求項1から6のいずれか一項に記載の情報処理装置。   The information processing apparatus according to claim 1, wherein the content is data broadcast content. 前記オブジェクト情報及び前記スクリプト情報の夫々は、BML(Broadcast Markup Language)のAプロファイルで記述されていることを特徴とする請求項7に記載の情報処理装置。   8. The information processing apparatus according to claim 7, wherein each of the object information and the script information is described in an A profile of BML (Broadcast Markup Language). 少なくとも1つの描画オブジェクトを示すオブジェクト情報及び前記少なくとも1つの描画オブジェクトに対する処理を規定する処理スクリプトを示すスクリプト情報の夫々を独立して含むコンテンツを取得する取得工程と、
前記コンテンツを表示画面上に表示する表示手段に対して、前記コンテンツを出力する出力工程と、
前記オブジェクト情報及び前記スクリプト情報の少なくとも一方に基づいて、前記少なくとも1つの描画オブジェクトのうちユーザによる操作の対象となる描画オブジェクトである操作対象オブジェクトを検出する第1検出工程と、
前記オブジェクト情報及び前記スクリプト情報の少なくとも一方に基づいて、前記操作対象オブジェクトの前記表示画面上での表示位置を検出する第2検出工程と、
前記オブジェクト情報及び前記スクリプト情報の少なくとも一方に基づいて、前記操作対象オブジェクトに対して前記ユーザの操作が行われた場合に実行される処理を検出する第3検出工程と、
前記操作対象オブジェクトと前記操作対象オブジェクトに対して前記ユーザの操作が行われた場合に実行される処理とが夫々対応付けられた処理データベースを生成する生成工程と、
前記表示画面上の所望の表示位置を指定可能なポインティングデバイスを用いて前記ユーザが前記操作対象オブジェクトの表示位置を指定した場合に、前記処理データベースに基づいて、前記ユーザにより指定された前記操作対象オブジェクトに対して前記ユーザの操作が行われた場合に実行されるべき処理を実行する処理工程と
を備えることを特徴とする情報処理方法。
An acquisition step of independently acquiring content including each of object information indicating at least one drawing object and script information indicating a processing script defining processing for the at least one drawing object;
An output step of outputting the content to display means for displaying the content on a display screen;
A first detection step of detecting an operation target object which is a drawing object to be operated by a user among the at least one drawing object based on at least one of the object information and the script information;
A second detection step of detecting a display position of the operation target object on the display screen based on at least one of the object information and the script information;
A third detection step of detecting a process executed when the user's operation is performed on the operation target object based on at least one of the object information and the script information;
Generating a process database in which the operation target object and the process executed when the user's operation is performed on the operation target object are associated with each other;
When the user specifies the display position of the operation target object using a pointing device that can specify a desired display position on the display screen, the operation target specified by the user based on the processing database And a processing step of executing a process to be executed when the user performs an operation on the object.
少なくとも1つの描画オブジェクトを示すオブジェクト情報及び前記少なくとも1つの描画オブジェクトに対する処理を規定する処理スクリプトを示すスクリプト情報の夫々を独立して含むコンテンツを取得する取得手段と、前記コンテンツを表示画面上に表示する表示手段に対して、前記コンテンツを出力する出力手段と、前記オブジェクト情報及び前記スクリプト情報の少なくとも一方に基づいて、前記少なくとも1つの描画オブジェクトのうちユーザによる操作の対象となる描画オブジェクトである操作対象オブジェクトを検出する第1検出手段と、前記オブジェクト情報及び前記スクリプト情報の少なくとも一方に基づいて、前記操作対象オブジェクトの前記表示画面上での表示位置を検出する第2検出手段と、前記オブジェクト情報及び前記スクリプト情報の少なくとも一方に基づいて、前記操作対象オブジェクトに対して前記ユーザの操作が行われた場合に実行される処理を検出する第3検出手段と、前記操作対象オブジェクトと前記操作対象オブジェクトに対して前記ユーザの操作が行われた場合に実行される処理とが夫々対応付けられた処理データベースを生成する生成手段と、前記表示画面上の所望の表示位置を指定可能なポインティングデバイスを用いて前記ユーザが前記操作対象オブジェクトの表示位置を指定した場合に、前記処理データベースに基づいて、前記ユーザにより指定された前記操作対象オブジェクトに対して前記ユーザの操作が行われた場合に実行されるべき処理を実行する処理手段とを備える情報処理装置に備えられたコンピュータを制御するコンピュータプログラムであって、
該コンピュータを、前記取得手段、前記出力手段、前記第1検出手段、前記第2検出手段、前記第3検出手段、前記生成手段及び前記処理手段として機能させることを特徴とする再生制御用のコンピュータプログラム。
Acquisition means for independently acquiring object information indicating at least one drawing object and script information indicating a processing script defining processing for the at least one drawing object; and displaying the content on a display screen An operation that is a drawing object to be operated by a user among the at least one drawing object based on at least one of the object information and the script information, and an output unit that outputs the content to the display unit First detection means for detecting a target object; second detection means for detecting a display position of the operation target object on the display screen based on at least one of the object information and the script information; and the object information And third detection means for detecting processing executed when the user's operation is performed on the operation target object based on at least one of the script information, the operation target object, and the operation target object Generating a processing database in which processing executed when the user's operation is performed is associated with each other, and a pointing device capable of designating a desired display position on the display screen When the user specifies the display position of the operation target object, the process is executed when the user performs an operation on the operation target object specified by the user based on the processing database. A computer provided in an information processing apparatus including processing means for executing power processing A computer program that,
A computer for reproduction control, which causes the computer to function as the acquisition means, the output means, the first detection means, the second detection means, the third detection means, the generation means, and the processing means program.
JP2008027326A 2008-02-07 2008-02-07 Information processing apparatus and method, and computer program Expired - Fee Related JP5225703B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008027326A JP5225703B2 (en) 2008-02-07 2008-02-07 Information processing apparatus and method, and computer program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008027326A JP5225703B2 (en) 2008-02-07 2008-02-07 Information processing apparatus and method, and computer program

Publications (2)

Publication Number Publication Date
JP2009188789A true JP2009188789A (en) 2009-08-20
JP5225703B2 JP5225703B2 (en) 2013-07-03

Family

ID=41071585

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008027326A Expired - Fee Related JP5225703B2 (en) 2008-02-07 2008-02-07 Information processing apparatus and method, and computer program

Country Status (1)

Country Link
JP (1) JP5225703B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014022757A (en) * 2012-07-12 2014-02-03 Pioneer Electronic Corp Information processing device and method, and computer program and information recording medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001358671A (en) * 2000-06-16 2001-12-26 Fujitsu Ltd Apparatus and method for confirming data broadcast
JP2003230066A (en) * 2002-02-04 2003-08-15 Matsushita Electric Ind Co Ltd Operating method of data broadcast program by touch panel and receiver

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001358671A (en) * 2000-06-16 2001-12-26 Fujitsu Ltd Apparatus and method for confirming data broadcast
JP2003230066A (en) * 2002-02-04 2003-08-15 Matsushita Electric Ind Co Ltd Operating method of data broadcast program by touch panel and receiver

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014022757A (en) * 2012-07-12 2014-02-03 Pioneer Electronic Corp Information processing device and method, and computer program and information recording medium

Also Published As

Publication number Publication date
JP5225703B2 (en) 2013-07-03

Similar Documents

Publication Publication Date Title
US20130093673A1 (en) Information processing apparatus, information processing method, storage medium, and program
CN111726673B (en) Channel switching method and display device
CA2731739C (en) Systems and methods for graphical control of user interface features provided by a television receiver
JP2006259161A (en) Video display apparatus
KR101911249B1 (en) Computing device and method for controlling a user interface the same
JP5350728B2 (en) Movie playback apparatus and movie playback method
JP5242274B2 (en) Information processing apparatus and method, and computer program
JP5225703B2 (en) Information processing apparatus and method, and computer program
JP2007281659A (en) Electronic information display system, electronic information display device and remote controller
JP4972026B2 (en) Alternative content presentation device and alternative content navigation program
JP2011160150A (en) Video display control device, and video display control method
JP5340699B2 (en) In-vehicle digital broadcast receiver and data broadcast display method
JP4683095B2 (en) Display control apparatus, display control method, and communication system
US20140204273A1 (en) Electronic device and display control method
JP2006013619A (en) Data processor, method thereof, program thereof, and recording medium with the program recorded
JP4114663B2 (en) Data broadcasting receiver
JP4006709B2 (en) Data broadcasting receiver
WO2016157783A1 (en) Remote control system and electronic device
JP2012134633A (en) Video display device, video display method, and video display switching program
WO2011016473A1 (en) Content information display device
JP5388480B2 (en) Electronic program guide display method, program, and electronic program guide display device
JP5654799B2 (en) Information processing apparatus, information processing method, and program
JP2013214928A (en) Information processing apparatus and method, and computer program and information recording medium
JP2013214929A (en) Information processing apparatus and method, and computer program and information recording medium
JP6719276B2 (en) Information processing device, information processing method, and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20110118

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20120926

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20121009

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20130212

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20130313

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

Ref document number: 5225703

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20160322

Year of fee payment: 3

LAPS Cancellation because of no payment of annual fees