APPARATUS FOR SELECTING AND DISPLAYING AN OPERATION USER INTERFACE AND METHOD AND NON-TRANSITORY COMPUTER READABLE MEDIUM FOR CONTROLLING THE SAME
An information processing apparatus includes an inclusion relation memory, a correspondence relation memory, a data type identifying unit, a software application identifying unit, and a display controller. The inclusion relation memory stores inclusion relation between multiple data types. The correspondence relation memory stores correspondence relation between the data types and software applications used in input of data. The data type identifying unit analyzes acquired information to identify a data type corresponding to an input area of the acquired information. The software application identifying unit identifies a software application corresponding to each data type included in the identified data type in accordance with the inclusion relation and the correspondence relation. The display controller displays a display part in which the identified software application is used in a display.
Latest FUJI XEROX CO., LTD. Patents:
- System and method for event prevention and prediction
- Image processing apparatus and non-transitory computer readable medium
- PROTECTION MEMBER, REPLACEMENT COMPONENT WITH PROTECTION MEMBER, AND IMAGE FORMING APPARATUS
- TONER FOR ELECTROSTATIC IMAGE DEVELOPMENT, ELECTROSTATIC IMAGE DEVELOPER, AND TONER CARTRIDGE
- ELECTROSTATIC IMAGE DEVELOPING TONER, ELECTROSTATIC IMAGE DEVELOPER, AND TONER CARTRIDGE
This application is a continuation of application Ser. No. 13/768,099, filed Feb. 15, 2013, which is based on and claims priority under 35 USC 119 from Japanese Patent Application No. 2012-154503 filed Jul. 10, 2012, the entire disclosures of which are incorporated herein by reference.
BACKGROUND(i) Technical Field
The present invention relates to an information processing apparatus, an information processing method, and a non-transitory computer readable medium.
(ii) Related Art
Various mechanisms used to input data, such as character strings, are proposed. In HyperText Markup Language 5 (HTML5), type information is specified for an input field tag in a manner in which <input type=“email”> to select an appropriate input device from input devices (a virtual keyboard, an address book, etc.) and display the selected input device.
SUMMARYAccording to an aspect of the invention, there is provided an information processing apparatus including an inclusion relation memory, a correspondence relation memory, a data type identifying unit, a software application identifying unit, and a display controller. The inclusion relation memory stores inclusion relation between multiple data types. The correspondence relation memory stores correspondence relation between the data types and software applications used in input of data. The data type identifying unit analyzes acquired information that is acquired to identify a data type corresponding to an input area of the acquired information. The software application identifying unit identifies a software application corresponding to each data type included in the data type identified by the data type identifying unit in accordance with the inclusion relation stored in the inclusion relation memory and the correspondence relation stored in the correspondence relation memory. The display controller displays a display part in which the software application identified by the software application identifying unit is used in a display.
Exemplary embodiments of the present invention will be described in detail based on the following figures, wherein:
The storage unit 13 includes an inclusion relation storage area 131 and a correspondence relation storage area 132. Information (hereinafter referred to as “inclusion relation information”) indicating the inclusion relation between data types that may be specified for the input field tag (<input type=“”>) of HTML5 is stored in the inclusion relation storage area 131.
The correspondence relation between the data types and software applications (hereinafter referred to as “input software applications”) used as input devices of data is stored in the correspondence relation storage area 132. In the present exemplary embodiment, a table (hereinafter referred to as a “correspondence table”) representing the correspondence relation between the kinds of the data types and the input software applications is stored in the correspondence relation storage area 132.
The “virtual keyboard” input software application has a function to realize a virtual keyboard on a touch panel. The “address book” input software application has a function to display a list of mail addresses or a list of telephone numbers. The “bookmark” input software application has a function to display a list of Uniform Resource Locators (URLs) that is book-marked. The “virtual numeric keypad” input software application has a function to virtually realize a numeric keypad on the touch panel. The “calculator” input software application has a function to virtually realize a calculator on the touch panel. The “currency converter” input software application has a function to display a currency converter on the touch panel.
The functional configuration of the information processing apparatus 100 will now be described with reference to
The input device identifying unit 2 (an example of a software application identifying unit) identifies the input software application corresponding to each data type included in the data type identified by the data type identifying unit 1 in accordance with the inclusion relation stored in the inclusion relation storage area 131 and the correspondence relation stored in the correspondence relation storage area 132. Specifically, in the present exemplary embodiment, the input device identifying unit 2 first identifies each data type included in the data type identified by the data type identifying unit 1 in accordance with the inclusion relation information stored in the inclusion relation storage area 131. Then, the input device identifying unit 2 identifies the input software application corresponding to the identified data type in accordance with the correspondence table stored in the correspondence relation storage area 132.
More specifically, for example, when the data type identified by the data type identifying unit 1 is the “character string type”, the input device identifying unit 2 identifies the data types included in the “character string type”, that is, the “character string type”, the “mail address type”, the “telephone number type”, the “URL type”, the “numeric value type”, the “floating point type”, the “integer type”, and the “currency type” to identify the input software applications corresponding to the identified data types, that is, the “virtual keyboard”, the “address book”, the “bookmark”, the “virtual numeric keypad”, the “calculator”, and the “currency converter.” For example, when the data type identified by the data type identifying unit 1 is the “numeric value type”, the input device identifying unit 2 identifies the data types included in the “numeric value type”, that is, the “numeric value type”, the “floating point type”, the “integer type”, and the “currency type” to identify the input software applications corresponding to the data types, that is, the “virtual numeric keypad”, the “calculator”, and the “currency converter.”
The display control unit 4 selects one or more software applications from the input software applications identified by the input device identifying unit 2 in accordance with a predetermined algorithm. In the present exemplary embodiment, the display control unit 4 selects the input software applications corresponding to the data type an inclusion range of which meets a predetermined condition. Specifically, the display control unit 4 selects the input software application corresponding to the uppermost data type in the inheritance tree illustrated in
More specifically, for example, when the “character string type” is identified by the data type identifying unit 1, the display control unit 4 selects the “virtual keyboard”, which is the input software application corresponding to the “character string type”, as the default display software application and selects the two input software applications: the “address book”, which is the input software application corresponding to the “mail address type”, the “telephone number type”, and the “URL type”, and the “calculator”, which is the input software application corresponding to the “numeric value type”, as the sub-display software applications. When multiple input software applications corresponds to one data type (for example, the “numeric value type” and the “URL type”), the display control unit 4 selects any of the input software applications in accordance with a predetermined algorithm. Specifically, for example, priorities may be set for the input software applications and the display control unit 4 may select the input software applications in accordance with their priorities.
In addition, the display control unit 4 displays display parts (an operation user interface, a button, etc.) in which the selected input software applications are used in the operation display unit 14.
The user inputs data in accordance with the screen displayed in the operation display unit 14. Specifically, for example, the user inputs data, such as a character string”, with the operation user interface A1 of the “virtual keyboard” software application. The operation display unit 14 outputs information corresponding to the content of the operation by the user. The control unit 12 accepts the input of the data in accordance with the information output from the operation display unit 14 to perform a variety of processing, such as the display of the input character string. In addition, the user presses the button B1 to activate the “address book” software application or presses the button B2 to activate the “calculator” software application. Specifically, for example, when information indicating that the button B1 is pressed (selected) is output from the operation display unit 14, the control unit 12 activates the “address book” software application to switch the operation user interface (the display part accepting data input by the user) to be displayed in the operation display unit 14 from the “virtual keyboard” to the “address book.” The control unit 12 may end the “virtual keyboard” input software application or may suspend the “virtual keyboard” input software application, instead of ending the “virtual keyboard” input software application.
In Step S4, the control unit 12 displays an image corresponding to each input software application that is selected in the operation display unit 14. Specifically, the control unit 12 displays an image corresponding to the input software application selected as the default display software application in the operation display unit 14 and displays the button for activating each input software application selected as the sub-display software application in the operation display unit 14.
The user inputs data in accordance with the screen displayed in the operation display unit 14. When the user wants to input a mail address, the user may directly input the mail address with the virtual keyboard or may press the button B1 for activating the address book to activate the address book.
Upon pressing of the button B1 or the button B2 by the user, the operation display unit 14 outputs information corresponding to the content of the operation. In step S5, the control unit 12 determines whether the button B1 or the button B2 is pressed in accordance with the information output from the operation display unit 14. If the control unit 12 determines that the button B1 or the button B2 is pressed (YES in Step S5), in Step S6, the control unit 12 activates the input software application corresponding to the pressed button. Specifically, for example, when the button B1 is pressed in the example illustrated in
While the invention is described in terms of some specific examples and embodiments, it will be clear that this invention is not limited to these specific examples and embodiments and that many changes and modifications will be obvious to those skilled in the art without departing from the spirit and scope of the invention. The following modifications may be combined with each other.
(1) Although the display control unit 4 selects one or more input software applications corresponding to the data type the inclusion range of which meets a predetermined condition in the above exemplary embodiments, the mode of selecting the input software applications is not limited to this. For example, the display control unit 4 may select the input software applications to be displayed in the operation display unit 14 on the basis of the level of versatility of each data type. In this case, specifically, a versatility information storage area 133 (illustrated by a dotted line in
In another mode of selecting the input software applications, for example, the display control unit 4 may select the input software applications to be displayed in the operation display unit 14 on the basis of the usage frequency of each data type. In this case, specifically, a usage-frequency information storage area 134 (illustrated by a dotted line in
In another mode, for example, the display control unit 4 may select one or more input software applications on the basis of the display size of the button for activating each input software application identified by the input device identifying unit 2 and the size of the display area of the buttons. Specifically, for example, the display control unit 4 may select the input software applications on the basis of the size of the button corresponding to each input software application and the size of the display area of the buttons so that the number of buttons to be displayed in the display area meets a predetermined condition.
As described above, various modes of selecting the input software applications may be applied. Any mode of selecting the input software applications may be used as long as the display control unit 4 selects one or more software applications from the software applications identified by the input device identifying unit 2 in accordance with a predetermined algorithm.
Although the display control unit 4 selects one or more software applications from the software applications identified by the input device identifying unit 2 in the above exemplary embodiments, the display control unit 4 may not select the software applications. That is, the display part corresponding to each software application identified by the input device identifying unit 2 may be displayed in the operation display unit 14 in the configuration in which the display control unit 4 does not select the software applications.
(2) Although the display control unit 4 selects one default display software application and two sub-display software applications in the above exemplary embodiments, the numbers of the input software applications that are selected is not limited to the above ones. For example, the display control unit 4 may select one default display software application and three sub-display software applications. In another mode, for example, the display control unit 4 may select the input software applications the levels of versatility of which are higher than or equal to a predetermined threshold value (an arbitrary number of input software applications may be selected). It is sufficient for the display control unit 4 to select one or more software applications from the software applications identified by the input device identifying unit 2 in accordance with a predetermined algorithm.
(3) Although HTML5 is exemplified as the markup language analyzed by the information processing apparatus 100 in the above exemplary embodiments, the markup language is not limited to HTML5. For example, another markup language, such as Wireless Markup Language (WML), may be analyzed by the information processing apparatus 100.
Although the input of a character string is mainly described in the above exemplary embodiments, the data input into the information processing apparatus 100 is not limited to the data representing a character string and may be data representing an image. The data indicated by the data type according to the exemplary embodiment of the invention is not limited to a character string and may include other data, such as an image.
(4) The content of storage in the inclusion relation storage area 131 and the correspondence relation storage area 132 may be changed by the user in the above exemplary embodiment. Specifically, the control unit 12 may perform processes of changing the content of storage, such as registration of the data types in the correspondence relation storage area 132, deletion of the registered data types, registration of the input software applications, and deletion of the registered input software applications, in accordance with the information output from the operation display unit 14. Alternatively, the control unit 12 may change the inclusion relation stored in the inclusion relation storage area 131 in accordance with the information output from the operation display unit 14.
(5) The programs stored in the ROM 122 or the storage unit 13 described above may be provided in a state in which the programs are stored on a computer-readable recording medium, such a magnetic recording medium (a magnetic tape, a magnetic disk (hard disk drive (HDD)), a flexible disk (FD), etc.), an optical recording medium (an optical disk, etc.), a magneto-optical recording medium, or a semiconductor memory. Alternatively, the programs may be downloaded into the information processing apparatus 100 via a communication line, such as the Internet.
The foregoing description of the exemplary embodiments of the present invention has been provided for the purposes of illustration and description. It is not intended to be exhaustive or to limit the invention to the precise forms disclosed. Obviously, many modifications and variations will be apparent to practitioners skilled in the art. The embodiments were chosen and described in order to best explain the principles of the invention and its practical applications, thereby enabling others skilled in the art to understand the invention for various embodiments and with the various modifications as are suited to the particular use contemplated. It is intended that the scope of the invention be defined by the following claims and their equivalents.
Claims
1. An information processing apparatus comprising:
- a memory that stores a relation between a data type and another data type, stores a correspondence relation between the data type and the another data type, and stores software applications used in input of data; and
- a display controller that displays a display part to use an identified software in the case,
- wherein a data type corresponding to an input area of acquired information and a software application corresponding to each data type included in the data type are identified from the memory.
2. A non-transitory computer-readable medium having embodied thereon a program causing an information processing apparatus to:
- store a relation between a data type and another data type, store a correspondence relation between the data type and the another data type, and store software applications used in input of data; and
- display a display part to use an identified software in the case,
- identifying from the memory a data type corresponding to an input area of acquired information and a software application corresponding to each data type included in the data type.
Type: Application
Filed: Oct 12, 2016
Publication Date: Feb 2, 2017
Applicant: FUJI XEROX CO., LTD. (Tokyo)
Inventor: Yoshiyuki NAITO (Kanagawa)
Application Number: 15/291,583