WO2015033599A1 - 情報入力装置、制御方法、及びプログラム - Google Patents

情報入力装置、制御方法、及びプログラム Download PDF

Info

Publication number
WO2015033599A1
WO2015033599A1 PCT/JP2014/055845 JP2014055845W WO2015033599A1 WO 2015033599 A1 WO2015033599 A1 WO 2015033599A1 JP 2014055845 W JP2014055845 W JP 2014055845W WO 2015033599 A1 WO2015033599 A1 WO 2015033599A1
Authority
WO
WIPO (PCT)
Prior art keywords
input
input area
display order
display
area
Prior art date
Application number
PCT/JP2014/055845
Other languages
English (en)
French (fr)
Inventor
輝哉 池上
Original Assignee
日本電気株式会社
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 日本電気株式会社 filed Critical 日本電気株式会社
Priority to JP2015535331A priority Critical patent/JP6225994B2/ja
Priority to US14/915,143 priority patent/US20160209988A1/en
Publication of WO2015033599A1 publication Critical patent/WO2015033599A1/ja

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
    • G06F3/04842Selection of displayed objects or displayed text elements
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
    • G06F3/04845Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range for image manipulation, e.g. dragging, rotation, expansion or change of colour
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/174Form filling; Merging

Definitions

  • the present invention relates to an information input device, a control method, and a program.
  • the input area is a text box.
  • the user selects an input area in which information is to be input, and inputs the input area.
  • Patent Document 1 discloses a technique for reducing labor required for an operation for displaying an input target area in an apparatus in which only a part of the input area is displayed on a display screen.
  • the medical assistance device described in Patent Document 1 has a plurality of input area groups. Then, when the input cursor located in the input area of one group moves to the input area located at the top of the next group, the destination input area is displayed at the top of the display screen. Change the screen display so that
  • the multiple input areas displayed by the information input device are not necessarily arranged in the order in which the user wants to input information.
  • the user inputs information into each input area in an order different from the order in which the information is displayed. That is, before the input to a part of the input areas is completed, the input is performed first for the input area displayed after the input area.
  • Patent Document 1 In the case of Patent Document 1, it is assumed that the user performs input to the input area according to the display order. For this reason, Patent Document 1 does not disclose a method for reducing the user's labor when inputting to the input area in an order different from the display order.
  • An object of the present invention is to provide a technique for reducing the labor of a user when inputting information to an input area in an order different from the display order in an information input device.
  • An information input device detects display execution means for displaying a plurality of input areas according to a display order, input state detection means for detecting an input state with respect to the input areas, and detecting a predetermined operation with respect to the input areas.
  • display execution means for displaying a plurality of input areas according to a display order
  • input state detection means for detecting an input state with respect to the input areas
  • detecting a predetermined operation with respect to the input areas When the input to the input area is incomplete when the operation detection means and the predetermined operation on the input area are detected, the display order of the input area is changed to the display order after the current display order. Display order changing means.
  • the control method provided by the present invention is executed by a computer operating as an information input device.
  • the control method includes: a display execution step for displaying a plurality of input areas according to a display order; an input state detection step for detecting an input state for the input area; an operation detection step for detecting a predetermined operation for the input area; A display order changing step for changing the display order of the input area to the display order after the current display order when the input to the input area is incomplete when the predetermined operation for the input area is detected. And having.
  • the program provided by the present invention causes a computer to have a function of operating as an information input device provided by the present invention.
  • This program causes this computer to have the functions of the respective functional components included in the information input device provided by the present invention.
  • FIG. 1 is a block diagram illustrating an information input device according to a first embodiment.
  • 2 is a block diagram illustrating a hardware configuration of the information input device according to the first embodiment.
  • FIG. 3 is a flowchart illustrating a flow of processing executed by the information input device according to the first embodiment. It is a figure which illustrates the input area displayed on a display screen by the information input device of Example 1.
  • FIG. 6 is a block diagram illustrating an information input device according to a second embodiment. It is a figure which illustrates the information stored in the display order storage part in a table format.
  • 10 is a flowchart illustrating a flow of processing executed by the information input device according to the second embodiment.
  • FIG. 10 is a block diagram illustrating an information input device according to a third embodiment.
  • FIG. 10 is a flowchart illustrating the flow of processing executed by the information input device according to the third embodiment.
  • FIG. 10 is a block diagram illustrating an information input device according to a fourth embodiment. It is a figure which illustrates the input area displayed on a display screen by the information input device of Example 2.
  • FIG. 10 is a flowchart illustrating the flow of processing executed by the information input device according to the third embodiment.
  • FIG. 10 is a block diagram illustrating an information input device according to a fourth embodiment. It is a figure which illustrates the input area displayed on a display screen by the information input device of Example 2.
  • FIG. 10 is a flowchart illustrating the flow of processing executed by the information input device according to the third embodiment.
  • FIG. 10 is a block diagram illustrating an information input device according to a fourth embodiment. It is a figure which illustrates the input area displayed on a display screen by the information input device of Example 2.
  • FIG. 10 is a flowchart illustrating the flow of processing executed by the information input device according to
  • FIG. 1 is a block diagram illustrating an information input apparatus 2000 according to the first embodiment.
  • arrows indicate the flow of information.
  • each block represents a functional unit configuration, not a hardware unit configuration.
  • the information input device 2000 displays an input area on the display screen 10.
  • the input area is an area that accepts an input operation by the user.
  • the input area is a text box, a check box, a radio box, or the like.
  • the input area may be a panel or window that includes a plurality of text boxes.
  • the display screen 10 may be provided inside the information input device 2000 or may be provided outside the information input device 2000.
  • FIG. 1 shows a case where the display screen 10 is provided outside the information input device 2000.
  • the information input device 2000 is various computers.
  • the information input device 2000 is a mobile terminal such as a mobile phone or a tablet PC (Personal Computer).
  • the information input device 2000 may be a desktop PC, a server computer, or the like.
  • the information input device 2000 includes a display execution unit 2020, an input state detection unit 2040, an operation detection unit 2050, and a display order change unit 2060. Hereinafter, these functional components will be described.
  • the display execution unit 2020 displays a plurality of input areas on the display screen 10 according to the display order.
  • the input state detection unit 2040 detects the input state with respect to the input area.
  • the operation detection unit 2050 detects a predetermined operation on the input area.
  • the predetermined operation on the input area is an operation representing the user's will of the information input device 2000, “to finish input to the input area”.
  • the term “end input” here refers to both when the input is completed because the input is completed and when the input is not completed but the input to the input area is temporarily suspended. Including.
  • the display order changing unit 2060 changes the display order of the input area to the display order after the current display order when input to the input area is incomplete when a predetermined operation is detected for the input area. To do.
  • the display order changing unit 2060 changes the display order of the input areas where a predetermined operation has been performed so as to be the slowest among all the input areas.
  • the display order of the input areas where the predetermined operation is performed when the input is incomplete is changed after the current display order. Therefore, from the viewpoint of the user of the information input device 2000, this input area is displayed again at a later point in time in the process of inputting information to other input areas. Therefore, there is no need for the user to display an input area that has not been input again, or to search for an input area that has not been completed. Input can be done in a natural way. As a result, the user's labor when inputting to the input area in an order different from the display order is reduced.
  • Each functional component included in the information input device 2000 is realized as at least one hardware component, for example, individually or in a combined state.
  • each functional component is realized as at least one software component.
  • each functional component is realized by a combination of hardware components and software components.
  • FIG. 2 is a block diagram illustrating a hardware configuration of the information input device 2000 according to the first embodiment.
  • the information input device 2000 includes a bus 1020, a processor 1040, a memory 1060, and a storage 1080.
  • the bus 1020 is a data transmission path for the processor 1040, the memory 1060, and the storage 1080 to transmit / receive data to / from each other.
  • the processor 1040 is an arithmetic processing device such as a CPU (Central Processing Unit) and a GPU (Graphics Processing Unit).
  • the memory 1060 is a memory such as a RAM (Random Access Memory) or a ROM (Read Only Memory).
  • the storage 1080 is a storage device such as a hard disk, SSD (Solid State Drive), or memory card.
  • the storage 1080 may be a memory such as a RAM or a ROM.
  • the display execution module 1220 is a program for causing the information input device 2000 to have the function of the display execution unit 2020.
  • the processor 1040 implements the function of the display execution unit 2020 by executing the display execution module 1220.
  • the input state detection module 1240 is a program for causing the information input device 2000 to have the function of the input state detection unit 2040.
  • the processor 1040 implements the function of the input state detection unit 2040 by executing the input state detection module 1240.
  • the operation detection module 1250 is a program for causing the information input device 2000 to have the function of the operation detection unit 2050.
  • the processor 1040 implements the function of the operation detection unit 2050 by executing the operation detection module 1250.
  • the display order changing module 1260 is a program for causing the information input device 2000 to have the function of the display order changing unit 2060.
  • the processor 1040 implements the function of the display order changing unit 2060 by executing the display order changing module 1260.
  • the processor 1040 reads the above modules onto the memory 1060 and executes them. However, the processor 1040 may execute the modules without reading them onto the memory 1060.
  • Storage 1080 stores the above modules.
  • the hardware configuration of the information input device 2000 is not limited to the configuration shown in FIG.
  • each of the modules may be stored in the memory 1060.
  • the information input device 2000 may not include the storage 1080.
  • FIG. 3 is a flowchart illustrating the flow of processing executed by the information input device 2000 according to the first embodiment.
  • the display execution unit 2020 displays the input area according to the display order.
  • the operation detection unit 2050 detects a predetermined operation on the input area.
  • the input state detection unit 2040 detects the input state for the input area where the predetermined operation has been performed.
  • the display order changing unit 2060 determines whether or not the input to the input area where the predetermined operation has been performed is incomplete. When the input to the input area where the predetermined operation has been performed is not incomplete (step S108: NO), the process of FIG. 3 ends.
  • step S108 when the input to the input area where the predetermined operation has been performed is incomplete (step S108: YES), the process of FIG. 3 proceeds to step S110.
  • step S110 the display order changing unit 2060 changes the display order of the input areas where the predetermined operation has been performed, to a display order after the current display order.
  • ⁇ Details of display execution unit 2020> For example, when a predetermined operation on the input area is detected, the display execution unit 2020 displays another input area whose display order is next to the input area at the position where the input area is displayed. From the viewpoint of the user of the information input device 2000, by performing an operation for ending input to the input area, the next input area is automatically displayed at the position where the input area was displayed. For example, when the input areas are sequentially displayed downward in the vertical direction, the display execution unit 2020 raises the next input area when performing a predetermined operation on the input area. In this way, the user does not need to perform an explicit operation (eg, scroll operation) for displaying the next input target input area, so the burden on the user is reduced.
  • an explicit operation eg, scroll operation
  • the display execution unit 2020 may not change the display position of the input area. In this way, the user of the information input device 2000 can know that there is an error in the input to the input area where the predetermined operation has been performed. However, regardless of whether or not there is an error in the input to the input area where the predetermined operation has been performed, the display execution unit 2020 has the display order next to the input area at the position where the input area is displayed. Other input areas may be displayed.
  • the display execution unit 2020 may not display the input area on the display screen 10 when the input on the input area is completed.
  • the display execution unit 2020 may not display the input area on the display screen 10 when the input on the input area is completed.
  • ⁇ Details of Display Order Changing Unit 2060> For example, when a predetermined operation on the input area is detected, the display order changing unit 2060 changes the display order of the input area so that the input area is not displayed on the display screen 10. Thereby, the visibility of other input areas displayed on the display screen 10 is improved.
  • the display order changing unit 2060 changes the display order of the input area so that the display position of the input area on the display screen 10 is changed.
  • the display order changing unit 2060 preferably changes the display order of the input areas so that the input areas are displayed in an inconspicuous area on the display screen 10 (for example, a corner of the screen).
  • the display order changing unit 2060 may not change the display order of the input area when there is an error in the input to the input area where the predetermined operation is performed. In this way, when the user performs a predetermined operation on the input area, the user knows whether or not there is an error in the input to the input area depending on whether or not the input area continues to be displayed at the same position. Can do.
  • “Input area incomplete input state” is a violation of the restrictions for input areas that do not have information input, for example, or for input areas that have restrictions on the number of input characters (maximum input character number or minimum input character number). This is a state where an input is made.
  • the “state where input to the input area is not completed” may include a state where there is an error in input to the input area. “There is an error in the input to the input area” means, for example, that an input that violates the restriction is entered for an input area that has restrictions on the character format that can be entered (single-byte characters, full-width characters, Japanese, alphabet, etc.) It is a state that is.
  • the “state in which there is an error in input to the input area” may include the above-described state in which an input that violates the restriction is made in the input area in which the number of input characters is limited.
  • the predetermined operation on the input area is a contact operation or a click operation that is continuously performed on the input area for a predetermined time or more.
  • the contact operation with respect to the input area is an operation in which the input area displayed on the display screen 10 is touched by the operating body.
  • the operating body is a part of a human body (for example, a finger) or an object such as a touch pen.
  • the predetermined operation on the input area is a contact operation or a click operation that is continuously performed a plurality of times on the input area. For example, this operation is a double tap or a double click.
  • the method for detecting the contact operation is a known technique, the description thereof is omitted.
  • the information input device 2000 may represent a display change by animation when changing the display of the input area (display, deletion, or change of the display position). For example, when the input area is changed to another position on the display screen 10, the information input device 2000 executes an animation in which the input area moves from the original display position to the next display position. By using animation in this way, the user can intuitively recognize changes in the display of the input area.
  • FIG. 4 is a diagram illustrating an input area displayed on the display screen 10 by the information input device 2000 according to the first embodiment.
  • the information input device 2000 has input areas A to Z.
  • input area A includes two text boxes
  • input areas B and C include one text box
  • input area D includes one text box and one radio button consisting of four options
  • Area Z has two check boxes.
  • the display order of the input areas A to Z in the initial state is the ascending order of the alphabet. That is, the display order of the input area A is the fastest and the display order of the input area Z is the slowest.
  • the display order changing unit 2060 sets the display order of the input area to the latest display order. .
  • FIG. 4A is a diagram illustrating a display on the display screen 10 before the user performs an operation on the information input device 2000.
  • input areas A, B, and C are displayed on the display screen 10.
  • the display order changing unit 2060 changes the display order of the input area A to the latest display order. That is, the display order changing unit 2060 changes the display order of the input area A next to the display order of the input area Z.
  • FIG. 4B shows a display on the display screen 10 after the display order of the input area A is changed.
  • the display order changing unit 2060 changes the display order of the input area A by the display order changing unit 2060.
  • the other input areas are moved up from the bottom so as to fill the space where the input area A is not displayed.
  • the display on the display screen 10 is as shown in FIG.
  • FIG. 4C is a diagram showing the display on the display screen 10 after further input to the information input device 2000 from the state of FIG. 4B.
  • FIG. 4C only the input areas A and Z for which input has not been completed are displayed on the display screen 10. Since the display order of the input area A is changed in the state of FIG. 4A, the input area A is displayed next to the input area Z.
  • the user can make an input to the input area A where the predetermined operation has been performed in a state where the input has not been completed later. Therefore, the user can perform an input to the input area where the predetermined operation is performed in a state where the input is not completed without forgetting in a natural flow. Further, in this embodiment, since the input area where the input is completed is not displayed on the display screen 10, the visibility of the input area where the input is not completed is high. Furthermore, in this embodiment, when a predetermined operation is performed on the input area, the subsequent input areas are automatically raised from below, so that the number of operations performed by the user is reduced and the burden on the user is reduced. ing.
  • the display order of the input areas where a predetermined operation has been performed in a state where input has not been completed is changed after the current display order. Therefore, in the process of inputting information to each input area, the user of the information input device 2000 enters an input area where a predetermined operation has been performed in a state where the input has not been completed at a time later than the present time. Again, input can be made. From the user's point of view, there is no need to re-display the input area for which input has been suspended or to search for an input area for which input has been suspended. Input can be made again. As a result, the user's labor when inputting to the input area in an order different from the display order is reduced.
  • the information input device 2000 of this embodiment there is equipment inspection in a building.
  • the information input device 2000 displays an input area as an area for inputting the inspection result of each facility.
  • the inspection result regarding one facility corresponds to one input area.
  • the order of the facilities displayed by the information input device 2000 may differ from the order of the facilities that the operator performs inspection.
  • the information input device 2000 of the present embodiment when used, when an input area corresponding to the facility to be checked is displayed, the user performs a predetermined operation after inputting the input area, and the facility to be checked.
  • a predetermined operation is performed in a state where input to the input area is not completed.
  • the input areas where the predetermined operation is performed in the state where the input is not completed are displayed in the display order after the present. Therefore, the operator can input the inspection results regarding each facility without forgetting them in a natural flow while performing the inspection of each facility in an order unrelated to the display order of the input areas.
  • FIG. 5 is a block diagram illustrating an information input device 2000 according to the second embodiment.
  • arrows indicate the flow of information.
  • each block represents a functional unit configuration, not a hardware unit configuration.
  • the information input device 2000 includes a display order acquisition unit 2080.
  • the display order acquisition unit 2080 acquires the display order of each input area from the display order storage unit 20 that stores the display order of each input area.
  • the display order storage unit 20 may be provided inside the information input device 2000 or may be provided outside the information input device 2000. In the case of FIG. 5, the display order storage unit 20 is provided outside the information input device 2000.
  • FIG. 6 is a diagram illustrating information stored in the display order storage unit 20 in a table format.
  • the information shown in FIG. 6 is referred to as a display order information table 100.
  • the display order information table 100 has two columns of input area ID 102 and display order 104.
  • Each record of the display order information table 100 indicates the display order of the input area specified by the input area ID 102 as a display order 104.
  • the record in the first line of the display order information table 100 indicates that the display order of the input area having “ID” area “A” is 1.
  • the display execution unit 2020 displays each input area according to the display order acquired by the display order acquisition unit 2080.
  • the display execution unit 2020 displays the input area according to the display order acquired by the display order acquisition unit 2080.
  • the display execution unit 2020 displays the input areas arranged in the vertical direction or the horizontal direction in order from the input area with the earlier display order.
  • the method of displaying the input area in accordance with the display order may be preset for the information input device 2000, or may be manually or automatically input from the outside. Further, the information input device 2000 may acquire this method from the outside.
  • the display execution unit 2020 changes the input area displayed on the display screen 10 by receiving an operation using a scroll bar or the like. Since the technique for changing the input area to be displayed according to the scroll operation or the like is a known technique, a detailed description thereof will be omitted.
  • the display execution unit 2020 may divide and display a plurality of input areas on a plurality of pages. In this case, for example, the display execution unit 2020 displays the input area with the earlier display order on a page with a smaller page number.
  • the display order changing unit 2060 changes the display order of the input areas stored in the display order storage unit 20 when an input to the input area is incomplete when a predetermined operation on the input area is detected. . Specifically, the display order changing unit 2060 changes the display order so that the display order of the input area is after the current display order. For example, it is assumed that the display order of the input areas is represented by numerical values as shown by the display order information table 100. In this case, the display order changing unit 2060 adds the numerical value of 1 or more to the display order of the input area where the predetermined operation is performed, thereby changing the display order of the input area to the display order after the current display order. change.
  • FIG. 7 is a flowchart illustrating the flow of processing executed by the information input device 2000 according to the second embodiment. Steps S104 to S108 in FIG. 7 are steps for performing processing similar to steps S104 to S108 in FIG. Therefore, description of these steps is omitted.
  • step S202 the display order acquisition unit 2080 acquires the display order of each input area from the display order storage unit 20.
  • step S204 the display execution unit 2020 displays each input area according to the acquired display order.
  • step S206 is executed.
  • the display order changing unit 2060 changes the display order of the input areas stored in the display order storage unit 20 to the display order after the current display order for the input area where the predetermined operation has been performed. To do.
  • the display order of each input area is stored in the display order storage unit 20. Therefore, each input area can be displayed in the order intended beforehand. Further, as shown in the display order information table 100, when the display order of the input areas is represented by numerical values, the display order changing unit 2060 adds one or more numerical values in the display order of the input areas where the predetermined operation has been performed. By performing this processing, the display order of the input area can be changed after the current display order. Therefore, the display order changing unit 2060 can change the display order of the input areas where a predetermined operation has been performed with an easy process, and thus the time required for the display order changing unit 2060 is short.
  • FIG. 8 is a block diagram illustrating an information input device 2000 according to the third embodiment.
  • arrows indicate the flow of information.
  • each block represents a functional unit configuration, not a hardware unit configuration.
  • the information input device 2000 includes a layout acquisition unit 2100.
  • the layout acquisition unit 2100 acquires layout information from the layout storage unit 30.
  • the layout information is information indicating the relative positional relationship between a plurality of input areas.
  • the layout information storage unit 30 may be provided inside the information input device 2000 or may be provided outside the information input device 2000. In the case of FIG. 8, the layout information storage unit 30 is provided outside the information input device 2000.
  • layout information is information described in HTML (Hyper Text Markup Language) language, XML (Extensible Markup Language) language, or the like.
  • layout information is not limited to information described in these languages.
  • the display execution unit 2020 of the third embodiment displays the input areas in the display order based on the positional relationship indicated in the layout information.
  • the display execution unit 2020 advances the display order in the input area whose position in the layout information is higher.
  • the layout information indicates that the input areas are displayed side by side in the horizontal direction.
  • the display execution unit 2020 makes the display order earlier in the input area whose position in the layout information is further to the left.
  • the association between the position in the layout information and the display order is not limited to this method.
  • the display execution unit 2020 determines the display order of the input areas using Expression (1) or Expression (2).
  • P (i, j) is the display order of the input areas located at the i-th row in the vertical direction and the j-th column in the horizontal direction.
  • n (k) is the total number of input areas displayed in the horizontal direction on the k-th row.
  • m (k) is the total number of input areas displayed in the vertical direction in the k-th column.
  • the method using the above formula (1) is suitable when the entire area (eg, the entire web page) displaying the input area indicated by the layout information is long in the vertical direction.
  • the method using Equation (2) is suitable when the entire area for displaying the input area indicated by the layout information is long in the horizontal direction. Which of the mathematical formulas (1) and (2) is used may be indicated in the layout information.
  • the display execution unit 2020 may determine from the layout information whether the entire area for displaying the input area or the like is longer in the vertical direction or the horizontal direction. For example, the display execution unit 2020 compares the number and size of input areas to be displayed in the horizontal direction with the number and size of input areas to be displayed in the vertical direction, so that the input area is either in the vertical direction or in the horizontal direction. Determine whether it is long. In this case, the display execution unit 2020 determines whether to use Equation (1) or (2) depending on whether the entire area for displaying the input area or the like is longer in the vertical direction or the horizontal direction. May be.
  • the display order changing unit 2060 of the third embodiment is indicated in the layout information so that the display order of the input area for the predetermined operation is the display order after the current display order. Change the position of the input area in the positional relationship.
  • the display execution unit 2020 changes the position of the input area where the predetermined operation has been performed to a position below the current position.
  • the layout information indicates that the input areas are displayed side by side in the horizontal direction.
  • the display execution unit 2020 changes the position of the input area where the predetermined operation has been performed to a position to the right of the current position.
  • FIG. 9 is a flowchart illustrating the flow of processing executed by the information input device 2000 according to the third embodiment. Steps S104 to S108 in FIG. 9 are steps for performing processing similar to steps S104 to S108 in FIG. Therefore, description of these steps is omitted.
  • step S302 the layout acquisition unit 2100 acquires layout information from the layout storage unit 30.
  • step S304 the display execution unit 2020 displays the input areas in the display order based on the layout information.
  • step S306 is executed.
  • the display order changing unit 2060 changes the position of the input area so that the display order of the input area is the display order after the current display order for the input area for which the predetermined operation has been performed. To do.
  • the input in the positional relationship indicated in the layout information is such that the display order of the input area is the display order after the current display order.
  • the position of the area is changed. In this way, by changing the position on the layout of the input area where input is suspended, it is possible to flexibly determine how to display the input area where input is suspended.
  • FIG. 10 is a block diagram illustrating an information input device 2000 according to the fourth embodiment.
  • arrows indicate the flow of information.
  • each block represents a functional unit configuration, not a hardware unit configuration.
  • the information input device 2000 includes a response unit 2120.
  • the response unit 2120 changes the color or size of the input area based on the input state on the input area.
  • the response unit 2120 determines whether input to the input area is complete and whether there is an error in input to the input area. , Change the color of the input area. For example, when the input to the input area is completed, the response unit 2120 changes the color of the input area to a color that makes a normal state perceived (eg, blue or green). For example, when the input to the input area is not completed and there is no error in the input, the response unit 2120 changes the color of the input area to a color that calls attention (eg, yellow).
  • a color that makes a normal state perceived eg, blue or green
  • the response unit 2120 changes the color of the input area to a color that calls attention (eg, yellow).
  • the response unit 2120 changes the color of the input area to a color that causes an abnormality to be perceived (eg, red).
  • an abnormality e.g, red
  • the user of the information input device 2000 can intuitively determine whether or not the input to the input area is completed and whether or not an error is included in the input to the input area due to a change in the color of the input area. Can know.
  • the response unit 2120 determines whether input to the input area is complete and whether there is an error in input to the input area. , Change the size of the input area. For example, the response unit 2120 is 1) when input is incomplete and there is an error in input, 2) when input is incomplete and there is no error in input, and 3) in order of input is complete, Reduce the size. Note that the response unit 2120 does not need to change the size of the input area when the input is incomplete and there is an error in the input. In this way, the user of the information input device 2000 can intuitively know whether there is an error in input to the input area where the predetermined operation has been performed, due to the change in the size of the input area.
  • the response unit 2120 changes the size of the input area to a size according to the above order.
  • FIG. 11 is a diagram illustrating an input area displayed on the display screen 10 by the information input device 2000 according to the second embodiment.
  • FIG. 4A shows the initial state.
  • the response unit 2120 when the user taps the input area once, the response unit 2120 changes the color and size of the input area according to the input state for the input area. First, if the input to the input area does not include an error, the response unit 2120 looks as if the input area is pushed in by reducing the size of the input area. However, the response unit 2120 reduces the size of the input area when input to the input area is completed, compared to when input to the input area is not completed. Further, when an error is included in the input to the input area, the response unit 2120 does not change the size of the input area.
  • the response unit 2120 changes the color of the input area as follows. When the input to the input area is completed, the response unit 2120 changes the color of the input area to blue. When the input to the input area is incomplete and the input to the input area does not include an error, the response unit 2120 changes the input area to yellow. When the input to the input area is incomplete and the input to the input area includes an error, the response unit 2120 changes the input area to red.
  • blue is represented by diagonal lines in the diagonally lower left direction
  • yellow is represented by diagonal lines in the diagonally lower right direction
  • red is represented by a dot pattern.
  • the display execution unit 2020 and the display order change unit 2060 enter the input state for the input area. Perform appropriate processing.
  • FIG. 4B shows a display on the display screen 10 when the input area A is tapped while the input to the input area A is completed. Since the input to the input area A is completed, the response unit 2120 reduces the size of the input area A and changes the input area A to blue. Thereby, the user can know intuitively that the input with respect to the input area A is completed. When the user taps the input area A again, the display execution unit 2020 deletes the input area A from the display screen 10 and prevents the input area A from being displayed on the display screen 10.
  • FIG. 4C shows the display on the display screen 10 when the input area A is tapped in the state where the input to the input area A is not completed and the input to the input area A contains no error. Represents. Since the input to the input area A is not completed and the input to the input area A does not include an error, the response unit 2120 reduces the size of the input area A and changes the input area A to yellow. . However, the size of the input area A in FIG. 4C is larger than the size of the input area A in FIG. By changing the appearance of the input area A in this way, the user can intuitively know that the input to the input area A has not been completed and that the input to the input area A does not include an error. . When the user taps the input area A again, the display order changing unit 2060 changes the display order of the input area A to the display order after the present.
  • FIG. 4D shows the display on the display screen 10 when the input area A is tapped in the state where the input to the input area A is not completed and the input to the input area A includes an error.
  • the response unit 2120 does not change the size of the input area A and changes the input area A to red. To do.
  • display order changing unit 2060 does not change the display of input area A.
  • the user can intuitively know the state of input to the input area. Then, when the user performs an operation on the input area again after confirming the state, the display execution unit 2020 and the display order changing unit 2060 perform processing, so that the user's intention is included in the input area display method. Can be reflected more reliably.
  • the input area is changed to yellow when the input area is tapped.
  • the user intentionally performs the tap operation in a state where the input is not completed, the user holds the input to the input area A by performing the tap operation again.
  • the user unintentionally performs a tap operation in an incomplete state, the user can continue to input area A by knowing that the input is incomplete at the stage of the tap operation. Input is possible.
  • the user's thoughts are not unnecessarily divided, it is possible to prevent work efficiency from decreasing.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

 情報入力装置(2000)は、表示実行部(2020)、入力状態検出部(2040)、操作検出部(2050)、及び表示順変更部(2060)を有する。表示実行部(2020)は、複数の入力エリアを表示順に従って表示画面(10)上に表示する。入力状態検出部(2040)は、入力エリアに対する入力の状態を検出する。操作検出部(2050)は、入力エリアに対する所定操作を検出する。表示順変更部(2060)は、入力エリアに対する所定操作が検出された際に、その入力エリアに対する入力が未完了である場合、その入力エリアの表示順を、現在の表示順よりも後の表示順に変更する。

Description

情報入力装置、制御方法、及びプログラム
 本発明は、情報入力装置、制御方法、及びプログラムに関する。
 複数の入力エリアに対して情報の入力を受け付ける情報入力装置がある。例えば入力エリアは、テキストボックスである。ユーザは、情報を入力したい入力エリアを選択し、その入力エリアに対して入力を行う。
 このようなユーザによる情報入力の労力を軽減するための研究が行われている。例えば特許文献1は、表示画面上に一部の入力エリアのみが表示される装置において、入力対象のエリアを表示する操作にかかる労力を軽減する技術を開示している。特許文献1記載の診療支援装置は、入力エリアのグループを複数有している。そして、この診療支援装置は、あるグループの入力エリアに位置していた入力カーソルが次のグループの先頭に位置する入力エリアへ移動した場合に、移動先の入力エリアが表示画面の先頭に表示されるように、画面表示を変更する。
特開2003-288414号公報
 情報入力装置によって表示される複数の入力エリアは、ユーザが情報を入力したい順番に並んでいるとは限らない。情報を入力したい順番と異なる順番で入力エリアが表示される場合、ユーザは、表示される順番とは異なる順番で各入力エリアに情報を入力する。つまり、一部の入力エリアに対する入力が完了する前に、その入力エリアよりも後に表示される入力エリアに対して、先に入力を行う。
 入力が完了していない入力エリアに対して後で入力を行う場合、ユーザは、どの入力エリアに対する入力が完了していないのかを覚えておいたり、入力が完了していない入力エリアを探す操作を行ったりする必要がある。このような作業は、ユーザにとって労力を要する。
 特許文献1の場合、ユーザは、表示される順番に従って入力エリアに対して入力を行うことを想定している。そのため、特許文献1には、表示される順番と異なる順番で入力エリアに対して入力を行う場合におけるユーザの労力を軽減する方法が開示されていない。
 本発明は、このような事情に鑑みてなされたものである。本発明の目的は、情報入力装置において、表示順とは異なる順番で入力エリアに対して入力を行う場合におけるユーザの労力を軽減する技術を提供することである。
 本発明が提供する情報入力装置は、複数の入力エリアを表示順に従って表示する表示実行手段と、前記入力エリアに対する入力の状態を検出する入力状態検出手段と、前記入力エリアに対する所定操作を検出する操作検出手段と、前記入力エリアに対する前記所定操作が検出された際に、その入力エリアに対する入力が未完了である場合、その入力エリアの表示順を、現在の表示順よりも後の表示順に変更する表示順変更手段と、を有する。
 本発明が提供する制御方法は、情報入力装置として動作するコンピュータによって実行される。当該制御方法は、複数の入力エリアを表示順に従って表示する表示実行ステップと、前記入力エリアに対する入力の状態を検出する入力状態検出ステップと、前記入力エリアに対する所定操作を検出する操作検出ステップと、前記入力エリアに対する前記所定操作が検出された際に、その入力エリアに対する入力が未完了である場合、その入力エリアの表示順を、現在の表示順よりも後の表示順に変更する表示順変更ステップと、を有する。
 本発明が提供するプログラムは、コンピュータに、本発明が提供する情報入力装置として動作する機能を持たせる。このプログラムは、このコンピュータに、本発明が提供する情報入力装置が備える各機能構成部の機能を持たせる。
 本発明によれば、情報入力装置において、表示順とは異なる順番で入力エリアに対して入力を行う場合におけるユーザの労力を軽減する技術が提供される。
 上述した目的、およびその他の目的、特徴および利点は、以下に述べる好適な実施の形態、およびそれに付随する以下の図面によってさらに明らかになる。
実施形態1に係る情報入力装置を例示するブロック図である。 実施形態1に係る情報入力装置のハードウエア構成を例示するブロック図である。 実施形態1の情報入力装置によって実行される処理の流れを例示するフローチャートである。 実施例1の情報入力装置によって表示画面上に表示される入力エリアを例示する図である。 実施形態2に係る情報入力装置を例示するブロック図である。 表示順格納部に格納されている情報をテーブル形式で例示する図である。 実施形態2の情報入力装置によって実行される処理の流れを例示するフローチャートである。 実施形態3に係る情報入力装置を例示するブロック図である。 実施形態3の情報入力装置によって実行される処理の流れを例示するフローチャートである。 実施形態4に係る情報入力装置を例示するブロック図である。 実施例2の情報入力装置によって表示画面上に表示される入力エリアを例示する図である。
 以下、本発明の実施の形態について、図面を用いて説明する。尚、すべての図面において、同様な構成要素には同様の符号を付し、適宜説明を省略する。
[実施形態1]
 図1は、実施形態1に係る情報入力装置2000を例示するブロック図である。図1において、矢印は情報の流れを表している。さらに、図1において、各ブロックは、ハードウエア単位の構成ではなく、機能単位の構成を表している。
 情報入力装置2000は、表示画面10上に、入力エリアを表示する。入力エリアとは、ユーザによる入力操作を受け付けるエリアである。例えば入力エリアは、テキストボックス、チェックボックス、又はラジオボックスなどである。また入力エリアは、複数のテキストボックス等を包含するパネルやウインドウ等であってもよい。
 表示画面10は、情報入力装置2000の内部に設けられていてもよいし、情報入力装置2000の外部に設けられていてもよい。図1は、情報入力装置2000の外部に表示画面10が設けられている場合を示している。
 情報入力装置2000は、種々の計算機である。例えば情報入力装置2000は、携帯電話やタブレット PC(Personal Computer)などの携帯端末である。また、情報入力装置2000は、デスクトップ PC やサーバ計算機などであってもよい。
 情報入力装置2000は、表示実行部2020、入力状態検出部2040、操作検出部2050、及び表示順変更部2060を有する。以下、これら機能構成部について説明する。
<表示実行部2020>
 表示実行部2020は、表示画面10上に、複数の入力エリアを表示順に従って表示する。
<入力状態検出部2040>
 入力状態検出部2040は、入力エリアに対する入力の状態を検出する。
<操作検出部2050>
 操作検出部2050は、入力エリアに対する所定操作を検出する。入力エリアに対する所定操作は、「その入力エリアに対する入力を終了する」という、情報入力装置2000のユーザの意志を表す操作である。ただし、ここでいう、「入力を終了する」とは、入力が完了しているために入力を終了する場合と、入力が未完了であるがその入力エリアに対する入力を一旦保留する場合の両方を含む。
<表示順変更部2060>
 表示順変更部2060は、入力エリアに対する所定操作が検出された際に、その入力エリアに対する入力が未完了である場合、その入力エリアの表示順を、現在の表示順よりも後の表示順に変更する。例えば表示順変更部2060は、所定操作が行われた入力エリアの表示順を、全ての入力エリアの中で最も遅くなるように変更する。
 以上の構成により、本実施形態の情報入力装置2000によれば、入力が未完了である時に所定操作が行われた入力エリアの表示順が、現在の表示順よりも後に変更される。そのため、この入力エリアは、情報入力装置2000のユーザの視点からすると、他の入力エリアに対して情報を入力していく過程において、現在よりも後の時点で再度表示される。そのため、ユーザは、入力が完了していない入力エリアを自らの操作によって再度表示させたり、入力が完了していない入力エリアを探したりする必要が無く、入力が完了していない入力エリアに対して自然な流れで入力を行うことができる。その結果、表示順とは異なる順序で入力エリアに対して入力を行う場合におけるユーザの労力が軽減される。
<ハードウエア構成>
 情報入力装置2000が有する各機能構成部は、例えば、個々に又は複数組み合わせられた状態で、少なくとも1つのハードウエア構成要素として実現される。その他にも例えば、各機能構成部は、少なくとも1つのソフトウエア構成要素として実現される。その他にも例えば、各機能構成部は、ハードウエア構成要素とソフトウエア構成要素の組み合わせにより実現される。
 図2は、実施形態1に係る情報入力装置2000のハードウエア構成を例示するブロック図である。図2において、情報入力装置2000は、バス1020、プロセッサ1040、メモリ1060、及びストレージ1080を有する。
 バス1020は、プロセッサ1040、メモリ1060、及びストレージ1080が相互にデータを送受信するためのデータ伝送路である。プロセッサ1040は、例えば CPU (Central Processing Unit) や GPU (Graphics Processing Unit) などの演算処理装置である。メモリ1060は、例えば RAM (Random Access Memory) や ROM (Read Only Memory) などのメモリである。ストレージ1080は、例えばハードディスク、SSD (Solid State Drive)、メモリカードなどの記憶装置である。また、ストレージ1080は、RAM や ROM 等のメモリであってもよい。
 表示実行モジュール1220は、情報入力装置2000に、表示実行部2020の機能を持たせるためのプログラムである。プロセッサ1040は、表示実行モジュール1220を実行することで、表示実行部2020の機能を実現する。
 入力状態検出モジュール1240は、情報入力装置2000に、入力状態検出部2040の機能を持たせるためのプログラムである。プロセッサ1040は、入力状態検出モジュール1240を実行することで、入力状態検出部2040の機能を実現する。
 操作検出モジュール1250は、情報入力装置2000に、操作検出部2050の機能を持たせるためのプログラムである。プロセッサ1040は、操作検出モジュール1250を実行することで、操作検出部2050の機能を実現する。
 表示順変更モジュール1260は、情報入力装置2000に、表示順変更部2060の機能を持たせるためのプログラムである。プロセッサ1040は、表示順変更モジュール1260を実行することで、表示順変更部2060の機能を実現する。
 例えばプロセッサ1040は、上記各モジュールをメモリ1060上に読み出して実行する。ただし、プロセッサ1040は、上記各モジュールを、メモリ1060上に読み出さずに実行してもよい。
 ストレージ1080は、上記各モジュールを格納する。
 情報入力装置2000のハードウエア構成は、図2に示した構成に限定されない。例えば、上記各モジュールは、メモリ1060に格納されてもよい。この場合、情報入力装置2000は、ストレージ1080を備えていなくてもよい。
<処理の流れ>
 図3は、実施形態1の情報入力装置2000によって実行される処理の流れを例示するフローチャートである。ステップS102において、表示実行部2020は、表示順に従って入力エリアを表示する。ステップS104において、操作検出部2050は、入力エリアに対する所定操作を検出する。ステップS106において、入力状態検出部2040は、所定操作が行われた入力エリアに対する入力の状態を検出する。ステップS108において、表示順変更部2060は、所定操作が行われた入力エリアに対する入力が未完了であるか否かを判定する。所定操作が行われた入力エリアに対する入力が未完了でない場合(ステップS108:NO)、図3の処理は終了する。一方、所定操作が行われた入力エリアに対する入力が未完了である場合(ステップS108:YES)、図3の処理はステップS110に進む。ステップS110において、表示順変更部2060は、所定操作が行われた入力エリアの表示順を、現在の表示順よりも後の表示順に変更する。
 以下、本実施形態の情報入力装置2000について、さらに詳細に説明する。
<表示実行部2020の詳細>
 例えば表示実行部2020は、入力エリアに対する所定操作が検出された場合、その入力エリアを表示している位置に、表示順がその入力エリアの次である他の入力エリアを表示する。情報入力装置2000のユーザの視点からすると、入力エリアに対する入力を終了するための操作を行うことで、その入力エリアが表示されていた位置に次の入力エリアが自動的に表示される。例えば、入力エリアが垂直方向の下に向けて順に表示されている場合、表示実行部2020は、入力エリアに対して所定操作を行うと、次の入力エリアを上へせり上げるようにする。このようにすることで、ユーザは次の入力対象の入力エリアを表示するための明示的な操作(例:スクロール操作)を行う必要がないため、ユーザの負担が軽減される。
 なおこの際、表示実行部2020は、所定操作が行われた入力エリアに対する入力にエラーがある場合、その入力エリアの表示位置を変更しなくてもよい。このようにすることで、情報入力装置2000のユーザは、所定操作を行った入力エリアに対する入力に、エラーがあることを知ることができる。ただし、表示実行部2020は、所定操作が行われた入力エリアに対する入力にエラーがあるか否かに関わらず、その入力エリアを表示している位置に、表示順がその入力エリアの次である他の入力エリアを表示してもよい。
 また、表示実行部2020は、入力エリアに対する所定操作が検出された際、その入力エリアに対する入力が完了している場合、その入力エリアを表示画面10上に表示しないようにしてもよい。このようにすることで、表示画面10上には、入力が未完了である入力エリアのみが表示されるため、入力が未完了である入力エリアの視認性が高くなる。その結果、情報入力装置2000のユーザは、入力が未完了である入力エリアを容易に認識できる。また、全ての入力エリアに対する入力が完了した場合、全ての入力エリアが表示されなくなる。その結果、ユーザは、全ての入力作業が完了したことを容易に認識できる。これらのことから、ユーザによる入力忘れを防ぐことができる。
<表示順変更部2060の詳細>
 例えば表示順変更部2060は、入力エリアに対する所定操作が検出された場合、その入力エリアが表示画面10上に表示されなくなるように、その入力エリアの表示順を変更する。これにより、表示画面10上に表示される他の入力エリアの視認性が向上する。
 その他にも例えば、表示順変更部2060は、入力エリアに対する所定操作が検出された場合、表示画面10上おけるその入力エリアの表示位置が変更されるように、その入力エリアの表示順を変更する。この場合、表示順変更部2060は、その入力エリアが表示画面10上の目立たない領域(例:画面の隅)に表示されるように、その入力エリアの表示順を変更することが好ましい。このように、所定操作が行われた入力エリアの表示位置を表示画面10上の目立たない領域に変更する場合にも、その他の入力エリアの視認性が向上する。
 ただし、表示順変更部2060は、所定操作が行われた入力エリアに対する入力にエラーがある場合、その入力エリアの表示順を変更しなくてもよい。こうすることで、ユーザは、入力エリアに対して所定操作を行った際、その入力エリアが同じ位置に表示され続けるか否かによって、その入力エリアに対する入力にエラーがあるか否かを知ることができる。
<入力状態の詳細>
 「入力エリアに対する入力が未完了である状態」は、例えば入力エリアに情報が入力されていない状態や、入力文字数(最大入力文字数や最小入力文字数)に制限がある入力エリアに対して制限に違反する入力がされている状態などである。また、「入力エリアに対する入力が未完了である状態」は、その入力エリアに対する入力にエラーがある状態を含んでもよい。「入力エリアに対する入力にエラーがある状態」は、例えば入力可能な文字形式(半角文字、全角文字、日本語、又はアルファベットなど)に制限がある入力エリアに対して制限に違反する入力がされている状態などである。また、「入力エリアに対する入力にエラーがある状態」は、前述した、入力文字数に制限がある入力エリアに対して制限に違反する入力がされている状態を含んでもよい。
<操作検出部2050の詳細>
 操作検出部2050が検出する所定操作は様々である。例えば入力エリアに対する所定操作は、その入力エリアに対して所定時間以上継続して行う接触操作又はクリック操作である。ここで、入力エリアに対する接触操作とは、表示画面10上に表示されているその入力エリアを操作体によって触れる操作のことである。操作体は、人の身体の一部(例:指)や、タッチペンなどの物体である。また例えば、入力エリアに対する所定操作は、その入力エリアに対して複数回連続で行われる接触操作又はクリック操作である。例えばこの操作は、ダブルタップやダブルクリックなどである。なお、接触操作を検知する方法は既知の技術であるため、説明を省略する。
 なお、情報入力装置2000は、入力エリアの表示を変化させる(表示、削除、又は表示位置の変更など)際に、アニメーションによって表示の変化を表しても良い。例えば、入力エリアを表示画面10上の別の位置に変更する場合、情報入力装置2000は、その入力エリアが元の表示位置から次の表示位置へ移動するアニメーションを実行する。このようにアニメーションを利用することで、ユーザは入力エリアの表示の変化を直感的に認識することができる。
<実施例1>
 実施例を通じて、本実施形態の情報入力装置2000が行う動作を説明する。図4は、実施例1の情報入力装置2000によって表示画面10上に表示される入力エリアを例示する図である。本実施例において、情報入力装置2000は、入力エリアA~Zを有している。図4において、入力エリアAは2つのテキストボックスを含み、入力エリアB及びCは1つのテキストボックスを含み、入力エリアDは1つのテキストボックスと4つの選択肢から成るラジオボタンを1つ含み、入力エリアZは2つのチェックボックスを有している。初期状態における入力エリアA~Zの表示順は、アルファベットの昇順になっているとする。つまり、入力エリアAの表示順が最も早く、入力エリアZの表示順が最も遅い。本実施例において、入力エリアに対して所定操作が行われた際に、その入力エリアに対する入力が未完了であった場合、表示順変更部2060はその入力エリアの表示順を最も遅い表示順にする。
 図4(a)は、ユーザが情報入力装置2000に対する操作を行う前における表示画面10上の表示を表す図である。図4(a)の場合、入力エリアA、B、及びCが表示画面10上に表示されている。
 図4(a)の状態において、ユーザが、入力エリアAに対して所定操作を行ったとする。この時、まだ入力エリアAに対して入力が行われていないとする。この場合、入力エリアAに対する入力は未完了であるため、表示順変更部2060は、入力エリアAの表示順を最も遅い表示順に変更する。つまり、表示順変更部2060は、入力エリアAの表示順を、入力エリアZの表示順の次に変更する。
 図4(b)は、入力エリアAの表示順が変更された後における表示画面10上の表示を表す図である。表示順変更部2060によって入力エリアAの表示順が変更された結果、入力エリアAが表示されなくなったスペースを埋めるように、その他の入力エリアが下からせり上がるように移動される。その結果、表示画面10上の表示は、図4(b)のようになる。
 図4(c)は、図4(b)の状態から更に情報入力装置2000に対する入力を続けた後における表示画面10上の表示を表す図である。入力エリアB~Yについては既に、入力を完了した後で所定操作が行われている。その結果、図4(c)において表示画面10上に表示されているのは、まだ入力が完了していない入力エリアAとZのみとなっている。そして、図4(a)の状態において入力エリアAの表示順が変更されたため、入力エリアAは入力エリアZの次に表示されている。
 このように、ユーザは、入力が完了していない状態で所定操作を行った入力エリアAに対する入力を後から行うことができる。そのため、ユーザは、入力が完了していない状態で所定操作を行った入力エリアに対する入力を、自然な流れで忘れることなく行うことができる。また本実施例では、入力が完了している入力エリアが表示画面10上に表示されないため、入力が完了していない入力エリアの視認性が高くなっている。さらに本実施例では、入力エリアに対して所定操作を行った場合に、次以降の入力エリアが自動的に下からせりあがってくるため、ユーザが行う操作が少なくなり、ユーザの負担が軽減されている。
<作用・効果>
 以上の構成により、本実施形態の情報入力装置2000によれば、入力が完了していない状態で所定操作が行われた入力エリアの表示順が、現在の表示順よりも後に変更される。そのため、情報入力装置2000のユーザは、各入力エリアに対して情報を入力していく過程において、現在よりも後の時点で、入力が完了していない状態で所定操作が行われた入力エリアに対して再度入力を行うことができる。ユーザの視点からすると、入力を保留した入力エリアを自らの操作によって再度表示させたり、入力を保留した入力エリアを探したりする必要が無いため、入力を保留した入力エリアに対して自然な流れで再度入力を行うことができる。その結果、表示順とは異なる順序で入力エリアに対して入力を行う場合におけるユーザの労力が軽減される。
 本実施形態の情報入力装置2000のユースケースとして、建物における設備点検がある。例えば情報入力装置2000は、各設備の点検結果を入力するエリアとして、入力エリアを表示する。例えば1つの設備に関する点検結果は、1つの入力エリアに対応する。
 ここで、点検を行う作業者が各設備をどのような順番で点検するのかは、予め把握できない場合がある。そのため、情報入力装置2000が表示する各設備の順番と、作業者が点検を行う設備の順番とは、異なることがある。
 本実施形態の情報入力装置2000を用いれば、ユーザは、点検したい設備に対応する入力エリアが表示されている場合はその入力エリアに対して入力を行った後で所定操作を行い、点検したい設備とは別の設備に対応する入力エリアが表示されている場合は、その入力エリアに対する入力が未完了の状態で所定操作を行う。そして、入力が未完了の状態で所定操作が行われた入力エリアは、現在よりも後の表示順で表示される。そのため作業者は、各設備の点検を入力エリアの表示順とは関係ない順番で行いつつ、各設備に関する点検結果を自然な流れで忘れずに入力することができる。
[実施形態2] 
 図5は、実施形態2に係る情報入力装置2000を例示するブロック図である。図5において、矢印は情報の流れを表している。さらに、図5において、各ブロックは、ハードウエア単位の構成ではなく、機能単位の構成を表している。
<表示順取得部2080>
 実施形態2の情報入力装置2000は、表示順取得部2080を有する。表示順取得部2080は、各入力エリアの表示順を格納している表示順格納部20から、各入力エリアの表示順を取得する。ここで、表示順格納部20は、情報入力装置2000の内部に設けられていても良いし、情報入力装置2000の外部に設けられていてもよい。図5の場合、表示順格納部20は、情報入力装置2000の外部に設けられている。
 図6は、表示順格納部20に格納されている情報をテーブル形式で例示する図である。以下、図6に示されている情報を、表示順情報テーブル100と表記する。表示順情報テーブル100は、入力エリア ID 102及び表示順104という2つの列を有する。表示順情報テーブル100の各レコードは、入力エリア ID 102で特定される入力エリアの表示順を、表示順104に示す。例えば図6において、表示順情報テーブル100の1行目のレコードは、area A という ID を持つ入力エリアの表示順が1であることを示す。
<表示実行部2020>
 表示実行部2020は、表示順取得部2080によって取得された表示順に従って、各入力エリアを表示する。
 表示実行部2020が表示順取得部2080によって取得された表示順に従って入力エリアを表示する方法は様々である。例えば表示実行部2020は、表示順が早い入力エリアから順に、入力エリアを垂直方向や水平方向に並べて表示する。表示順に従って入力エリアを表示する方法は、情報入力装置2000に対して予め設定されていてもよいし、外部から手動又は自動で入力されてもよい。また、情報入力装置2000は、この方法を外部から取得してもよい。
 全ての入力エリアを表示画面10上に一度に表示できない場合、例えば表示実行部2020は、スクロールバーなどを用いた操作を受け付けることで、表示画面10上に表示する入力エリアを変更する。スクロール操作等に応じて表示する入力エリアを変更する技術は、既知の技術であるため、詳細な説明を省略する。
 その他にも例えば、表示実行部2020は、複数の入力エリアを複数のページに分けて表示してもよい。この場合、例えば表示実行部2020は、表示順が早い入力エリアほど、ページ番号が小さいページに表示する。
<表示順変更部2060>
 表示順変更部2060は、入力エリアに対する所定操作が検出された際に、その入力エリアに対する入力が未完了である場合、表示順格納部20に格納されているその入力エリアの表示順を変更する。具体的には、表示順変更部2060は、その入力エリアの表示順が、現在の表示順よりも後になるように、表示順を変更する。例えば入力エリアの表示順が、表示順情報テーブル100によって示されるように数値で表されているとする。この場合、表示順変更部2060は、所定操作が行われた入力エリアの表示順に対して1以上の数値を加算することで、その入力エリアの表示順を現在の表示順よりも後の表示順に変更する。
<処理の流れ>
 図7は、実施形態2の情報入力装置2000によって実行される処理の流れを例示するフローチャートである。図7のステップS104~S108はそれぞれ、図3のステップS104~S108と同様の処理を行うステップである。そのため、これらのステップについては説明を省略する。
 ステップS202において、表示順取得部2080は、表示順格納部20から各入力エリアの表示順を取得する。ステップS204において、表示実行部2020は、取得した表示順に従って各入力エリアを表示する。
 ステップS108の処理結果がYESの場合、ステップS206が実行される。ステップS206において、表示順変更部2060は、所定操作が行われた入力エリアについて、表示順格納部20に格納されているその入力エリアの表示順を、現在の表示順よりも後の表示順に変更する。
<作用・効果>
 本実施形態の場合、各入力エリアの表示順が表示順格納部20に格納されている。そのため、各入力エリアを予め意図した順番で表示できる。また、表示順情報テーブル100に示すように、入力エリアの表示順が数値で表されている場合、表示順変更部2060は、所定操作が行われた入力エリアの表示順に1以上の数値を加算する処理を行うことで、その入力エリアの表示順を現在の表示順よりも後の表示順に変更できる。したがって、表示順変更部2060が容易な処理で所定操作が行われた入力エリアの表示順を変更できるため、表示順変更部2060による処理にかかる時間が短い。
[実施形態3]
 図8は、実施形態3に係る情報入力装置2000を例示するブロック図である。図8において、矢印は情報の流れを表している。さらに、図8において、各ブロックは、ハードウエア単位の構成ではなく、機能単位の構成を表している。
<レイアウト取得部2100>
 実施形態3の情報入力装置2000は、レイアウト取得部2100を有する。レイアウト取得部2100は、レイアウト格納部30からレイアウト情報を取得する。レイアウト情報は、複数の入力エリアの相対的な位置関係を示す情報である。ここで、レイアウト情報格納部30は、情報入力装置2000の内部に設けられていても良いし、情報入力装置2000の外部に設けられていてもよい。図8の場合、レイアウト情報格納部30は、情報入力装置2000の外部に設けられている。
 例えばレイアウト情報は、HTML(Hyper Text Markup Language)言語や XML(Extensible Markup Language)言語などで記述された情報である。ただし、レイアウト情報は、これらの言語で記述された情報に限定されない。
<表示実行部2020>
 実施形態3の表示実行部2020は、レイアウト情報に示されている位置関係に基づく表示順で、入力エリアを表示する。
 例えばレイアウト情報が、入力エリアを垂直方向に並べて表示することを示しているとする。この場合、例えば表示実行部2020は、レイアウト情報における位置がより上方である入力エリアほど、表示順を早くする。また例えばレイアウト情報が、入力エリアを水平方向に並べて表示することを示しているとする。この場合、例えば表示実行部2020は、レイアウト情報における位置がより左方である入力エリアほど、表示順を早くする。ただし、レイアウト情報における位置と表示順との対応付けは、この方法に限定されない。
 また、レイアウト情報が、入力エリアを水平方向にも垂直方向にも並べることを示しているとする。この場合、例えば表示実行部2020は、数式(1)又は数式(2)を用いて、入力エリアの表示順を決定する。P(i,j) は、垂直方向i行目、水平方向j列目に位置する入力エリアの表示順である。数式(1)において、n(k) は k行目において水平方向に表示される入力エリアの総数である。また、数式(2)において、m(k) は k列目において垂直方向に表示される入力エリアの総数である。
Figure JPOXMLDOC01-appb-M000001
 上記数式(1)を用いる方法は、レイアウト情報によって示される入力エリア等を表示する全体の領域(例:Web ページ全体)が、垂直方向に長い場合に適している。一方、数式(2)を用いる方法は、レイアウト情報によって示される入力エリア等を表示する全体の領域が、水平方向に長い場合に適している。数式(1)と(2)のどちらを利用するのかは、レイアウト情報に示されていてもよい。
 表示実行部2020は、入力エリア等を表示する全体の領域が垂直方向と水平方向のどちらに長いのかを、レイアウト情報から割り出してもよい。例えば、表示実行部2020は、水平方向に表示する入力エリアの数や大きさと、垂直方向に表示する入力エリアの数や大きさを比較することで、入力エリアが垂直方向と水平方向のどちらに長いのかを割り出す。この場合、表示実行部2020は、入力エリア等を表示する全体の領域が垂直方向と水平方向のどちらに長いのかに応じて、数式(1)と(2)のどちらを利用するのかを決定してもよい。
<表示順変更部2060>
 実施形態3の表示順変更部2060は、所定操作が行われた入力エリアについて、その入力エリアの表示順が現在の表示順よりも後の表示順となるように、レイアウト情報に示されている位置関係におけるその入力エリアの位置を変更する。
 例えばレイアウト情報が、入力エリアを垂直方向に並べて表示することを示しているとする。この場合、例えば表示実行部2020は、所定操作が行われた入力エリアの位置を、現在の位置よりも下方の位置に変更する。また例えばレイアウト情報が、入力エリアを水平方向に並べて表示することを示しているとする。この場合、例えば表示実行部2020は、所定操作が行われた入力エリアの位置を、現在の位置よりも右方の位置に変更する。
<処理の流れ>
 図9は、実施形態3の情報入力装置2000によって実行される処理の流れを例示するフローチャートである。図9のステップS104~S108はそれぞれ、図3のステップS104~S108と同様の処理を行うステップである。そのため、これらのステップについては説明を省略する。
 ステップS302において、レイアウト取得部2100は、レイアウト格納部30からレイアウト情報を取得する。ステップS304において、表示実行部2020は、レイアウト情報に基づく表示順で入力エリアを表示する。
 ステップS108の処理結果がYESの場合、ステップS306が実行される。ステップS306において、表示順変更部2060は、所定操作が行われた入力エリアについて、その入力エリアの表示順が現在の表示順よりも後の表示順となるように、その入力エリアの位置を変更する。
<作用・効果>
 本実施形態によれば、入力が保留された入力エリアについて、その入力エリアの表示順が現在の表示順よりも後の表示順となるように、レイアウト情報に示されている位置関係におけるその入力エリアの位置が変更される。このように、入力が保留された入力エリアのレイアウト上における位置を変更するようにすることで、入力が保留された入力エリアをどのように表示するのかを、柔軟に決めることができる。
[実施形態4]
 図10は、実施形態4に係る情報入力装置2000を例示するブロック図である。図10において、矢印は情報の流れを表している。さらに、図10において、各ブロックは、ハードウエア単位の構成ではなく、機能単位の構成を表している。
 実施形態4の情報入力装置2000は、応答部2120を有する。応答部2120は、入力エリアに対する所定操作が検出された際、その入力エリアに対する入力の状態に基づいて、その入力エリアの色又は大きさを変更する。
 応答部2120は、所定操作が行われた入力エリアについて、その入力エリアに対する入力が完了しているか否か、及びその入力エリアに対する入力にエラーがあるか否かのいずれか1つ以上に応じて、入力エリアの色を変更する。例えば応答部2120は、入力エリアに対する入力が完了している場合、入力エリアの色を、正常な状態を知覚させる色(例:青や緑など)に変更する。また例えば、応答部2120は、入力エリアに対する入力が未完了であり、かつ入力にエラーがない場合、入力エリアの色を、注意を促す色(例:黄色など)に変更する。また例えば、応答部2120は、入力エリアに対する入力が未完了であり、かつ入力にエラーがある場合、入力エリアの色を、異常を知覚させる色(例:赤色など)に変更する。こうすることで、情報入力装置2000のユーザは、入力エリアの色の変化によって、入力エリアに対する入力が完了しているか否か、及び入力エリアに対する入力にエラーが含まれているか否かを直感的に知ることができる。
 応答部2120は、所定操作が行われた入力エリアについて、その入力エリアに対する入力が完了しているか否か、及びその入力エリアに対する入力にエラーがあるか否かのいずれか1つ以上に応じて、入力エリアの大きさを変更する。例えば応答部2120は、1)入力が未完了でありかつ入力にエラーがある場合、2)入力が未完了でありかつ入力にエラーがない場合、3)入力が完了している場合の順に、大きさを小さくする。なお、応答部2120は、入力が未完了でありかつ入力にエラーがある場合、入力エリアの大きさを変更しなくてもよい。こうすることで、情報入力装置2000のユーザは、入力エリアの大きさの変化によって、所定操作を行った入力エリアに対する入力にエラーがあるか否かを直感的に知ることができる。入力エリアの大きさが小さくなると、ユーザの視点からは、入力エリアが奥に押し込まれたように見える。さらに、入力エリアが奥に押し込まれると、ユーザの視点からは、入力が正しく受け付けられたように見える。そこで応答部2120は、上記の順に従った大きさに、入力エリアの大きさを変更する。
<実施例2>
 実施例を通じて、本実施形態の情報入力装置2000が行う動作を説明する。図11は、実施例2の情報入力装置2000によって表示画面10上に表示される入力エリアを例示する図である。図4(a)は初期状態を表している。
 本実施例において、ユーザが入力エリアを一度タップすると、応答部2120は、その入力エリアに対する入力の状態に応じて入力エリアの色と大きさを変更する。まず、応答部2120は、入力エリアに対する入力にエラーが含まれていなければ、入力エリアの大きさを小さくすることで、奥に押し込まれたような見た目にする。ただし応答部2120は、入力エリアに対する入力が完了している場合、入力エリアに対する入力が完了していない場合よりも、入力エリアの大きさを小さくする。また、入力エリアに対する入力にエラーが含まれている場合、応答部2120は入力エリアの大きさを変更しない。
 また応答部2120は、入力エリアがタップされた場合に、入力エリアの色を次の様に変更する。入力エリアに対する入力が完了している場合、応答部2120はその入力エリアの色を青色に変更する。入力エリアに対する入力が未完了であり、かつその入力エリアに対する入力にエラーが含まれていない場合、応答部2120は、その入力エリアを黄色に変更する。入力エリアに対する入力が未完了であり、かつその入力エリアに対する入力にエラーが含まれている場合、応答部2120は、その入力エリアを赤色に変更する。ここで、図11において、青色は左斜め下方向の斜線で表されており、黄色は右斜め下方向の斜線で表されており、赤色はドット柄で表されている。
 そして、ユーザに一度タップされたことにより色と大きさが変更されている入力エリアがもう一度ユーザにタップされると、表示実行部2020や表示順変更部2060は、その入力エリアに対する入力の状態に応じた処理を行う。
 図4(b)は、入力エリアAに対する入力が完了している状態で入力エリアAがタップされた場合における表示画面10上の表示を表している。入力エリアAに対する入力が完了しているため、応答部2120は、入力エリアAの大きさを小さくし、かつ入力エリアAを青色に変更する。これにより、ユーザは、入力エリアAに対する入力が完了していることを直感的に知ることできる。そして、ユーザが入力エリアAをもう一度タップすると、表示実行部2020は、入力エリアAを表示画面10上から消し、入力エリアAを表示画面10上に表示しないようにする。
 図4(c)は、入力エリアAに対する入力が未完了であり、かつ入力エリアAに対する入力にエラーが含まれていない状態で、入力エリアAがタップされた場合における表示画面10上の表示を表している。入力エリアAに対する入力が未完了であり、かつ入力エリアAに対する入力にエラーが含まれていないため、応答部2120は、入力エリアAの大きさを小さくし、かつ入力エリアAを黄色に変更する。ただし、図4(c)における入力エリアAの大きさは、図4(b)における入力エリアAの大きさより大きい。このように入力エリアAの見た目を変更することにより、ユーザは、入力エリアAに対する入力は未完了であること、及び入力エリアAに対する入力にエラーが含まれていないことを直感的に知ることできる。そして、ユーザが入力エリアAをもう一度タップすると、表示順変更部2060は、入力エリアAの表示順を、現在よりも後の表示順に変更する。
 図4(d)は、入力エリアAに対する入力が未完了であり、かつ入力エリアAに対する入力にエラーが含まれている状態で、入力エリアAがタップされた場合における表示画面10上の表示を表している。入力エリアAに対する入力が未完了であり、かつ入力エリアAに対する入力にエラーが含まれているため、応答部2120は、入力エリアAの大きさを変更せず、かつ入力エリアAを赤色に変更する。これにより、ユーザは、入力エリアAに対する入力は未完了であること、及び入力エリアAに対する入力にエラーが含まれていることを直感的に知ることできる。そして、ユーザが入力エリアAをもう一度タップしても、表示順変更部2060は、入力エリアAの表示を変更しない。
 このように、入力エリアに対する状態に応じて入力エリアの大きさや色を変更することで、ユーザは、入力エリアに対する入力の状態を直感的に知ることができる。そして、その状態を確認した後で再度ユーザが入力エリアに対して操作を行った場合に表示実行部2020や表示順変更部2060が処理を行うことで、入力エリアの表示方法に、ユーザの意図をより確実に反映することができる。
 例えば、入力エリアをタップした際に入力エリアが黄色に変更されたとする。この場合、ユーザは、意図的に入力が未完了の状態でタップ操作を行ったなら、もう一度タップ操作を行うことで、入力エリアAに対する入力を保留する。しかし、もしユーザが、意図せず入力が未完了の状態でタップ操作を行ったなら、ユーザはこのタップ操作の段階で入力が未完了であることを知ることで、引き続き入力エリアAに対して入力を行える。その結果、ユーザの思考が無駄に分断されないため、作業効率が低下することを防ぐことができる。
 以上、図面を参照して本発明の実施形態について述べたが、これらは本発明の例示であり、上記実施形態の組み合わせ、及び上記実施形態以外の様々な構成を採用することもできる。
 この出願は、2013年9月6日に出願された日本出願特願2013-184824号を基礎とする優先権を主張し、その開示の全てをここに取り込む。

Claims (24)

  1.  複数の入力エリアを表示順に従って表示画面上に表示する表示実行手段と、
     前記入力エリアに対する入力の状態を検出する入力状態検出手段と、
     前記入力エリアに対する所定操作を検出する操作検出手段と、
     前記入力エリアに対する前記所定操作が検出された際に、その入力エリアに対する入力が未完了である場合、その入力エリアの表示順を、現在の表示順よりも後の表示順に変更する表示順変更手段と、
     を有する情報入力装置。
  2.  複数の前記入力エリアそれぞれについて前記表示順を格納している表示順格納手段から、各前記入力エリアの前記表示順を取得する表示順取得手段を有し、
     前記表示順変更手段は、前記入力エリアに対する前記所定操作が検出された際に、その入力エリアに対する入力が未完了である場合、前記表示順格納手段に記憶されているその入力エリアの前記表示順を、現在の表示順よりも後の表示順に変更する、
     請求項1に記載の情報入力装置。
  3.  複数の前記入力エリアの相対的な位置関係を示すレイアウト情報を記憶するレイアウト格納手段から、前記レイアウト情報を取得するレイアウト取得手段を有し、
     前記表示実行手段は、前記位置関係に基づく表示順で前記入力エリアを表示し、
     前記表示順変更手段は、前記入力エリアに対する前記所定操作が検出された際、その入力エリアに対する入力が未完了である場合、その入力エリアの表示順が現在の表示順よりも後の表示順となるように、前記位置関係におけるその入力エリアの位置を変更する、
     請求項1に記載の情報入力装置。
  4.  前記表示実行手段は、前記入力エリアに対する前記所定操作が検出された際、その入力エリアを表示している位置に、表示順がその入力エリアの次である他の入力エリアを表示する、請求項1乃至3何れか一項に記載の情報入力装置。
  5.  前記表示順変更手段は、前記入力エリアに対する前記所定操作が検出された際、その入力エリアに対する入力が未完了である場合、その入力エリアが前記表示画面上に表示されなくなるように、その入力エリアの表示順を変更する、
     請求項1乃至4いずれか一項に記載の情報入力装置。
  6.  前記表示順変更手段は、前記入力エリアに対する前記所定操作が検出された際、その入力エリアに対する入力が未完了である場合、その入力エリアの前記表示画面上における表示位置が変更されるように、その入力エリアの表示順を変更する、
     請求項1乃至5いずれか一項に記載の情報入力装置。
  7.  前記入力エリアに対する前記所定操作が検出された際、その入力エリアに対する入力の状態に基づいて、その入力エリアの色又は大きさを変更する応答部を有する、
     請求項1乃至6いずれか一項に記載の情報入力装置。
  8.  前記入力エリアに対する前記所定操作は、その入力エリアに対して所定時間以上継続して行う接触操作若しくはクリック操作、又はその入力エリアに対して複数回連続で行われる接触操作若しくはクリック操作である請求項1乃至7いずれか一項に記載の情報入力装置。
  9.  コンピュータによって実行される制御方法であって、
     複数の入力エリアを表示順に従って表示画面上に表示する表示実行ステップと、
     前記入力エリアに対する入力の状態を検出する入力状態検出ステップと、
     前記入力エリアに対する所定操作を検出する操作検出ステップと、
     前記入力エリアに対する前記所定操作が検出された際に、その入力エリアに対する入力が未完了である場合、その入力エリアの表示順を、現在の表示順よりも後の表示順に変更する表示順変更ステップと、
     を有する制御方法。
  10.  複数の前記入力エリアそれぞれについて前記表示順を格納している表示順格納手段から、各前記入力エリアの前記表示順を取得する表示順取得ステップを有し、
     前記表示順変更ステップは、前記入力エリアに対する前記所定操作が検出された際に、その入力エリアに対する入力が未完了である場合、前記表示順格納手段に記憶されているその入力エリアの前記表示順を、現在の表示順よりも後の表示順に変更する、
     請求項9に記載の制御方法。
  11.  複数の前記入力エリアの相対的な位置関係を示すレイアウト情報を記憶するレイアウト格納手段から、前記レイアウト情報を取得するレイアウト取得ステップを有し、
     前記表示実行ステップは、前記位置関係に基づく表示順で前記入力エリアを表示し、
     前記表示順変更ステップは、前記入力エリアに対する前記所定操作が検出された際、その入力エリアに対する入力が未完了である場合、その入力エリアの表示順が現在の表示順よりも後の表示順となるように、前記位置関係におけるその入力エリアの位置を変更する、
     請求項9に記載の制御方法。
  12.  前記表示実行ステップは、前記入力エリアに対する前記所定操作が検出された際、その入力エリアを表示している位置に、表示順がその入力エリアの次である他の入力エリアを表示する、請求項9乃至11何れか一項に記載の制御方法。
  13.  前記表示順変更ステップは、前記入力エリアに対する前記所定操作が検出された際、その入力エリアに対する入力が未完了である場合、その入力エリアが前記表示画面上に表示されなくなるように、その入力エリアの表示順を変更する、
     請求項9乃至12いずれか一項に記載の制御方法。
  14.  前記表示順変更ステップは、前記入力エリアに対する前記所定操作が検出された際、その入力エリアに対する入力が未完了である場合、その入力エリアの前記表示画面上における表示位置が変更されるように、その入力エリアの表示順を変更する、
     請求項9乃至13いずれか一項に記載の制御方法。
  15.  前記入力エリアに対する前記所定操作が検出された際、その入力エリアに対する入力の状態に基づいて、その入力エリアの色又は大きさを変更する応答ステップを有する、
     請求項9乃至14いずれか一項に記載の制御方法。
  16.  前記入力エリアに対する前記所定操作は、その入力エリアに対して所定時間以上継続して行う接触操作若しくはクリック操作、又はその入力エリアに対して複数回連続で行われる接触操作若しくはクリック操作である請求項9乃至15いずれか一項に記載の制御方法。
  17.  コンピュータに、情報入力装置として動作する機能を持たせるプログラムであって、前記コンピュータに、
     複数の入力エリアを表示順に従って表示画面上に表示する表示実行機能と、
     前記入力エリアに対する入力の状態を検出する入力状態検出機能と、
     前記入力エリアに対する所定操作を検出する操作検出機能と、
     前記入力エリアに対する前記所定操作が検出された際に、その入力エリアに対する入力が未完了である場合、その入力エリアの表示順を、現在の表示順よりも後の表示順に変更する表示順変更機能と、
     を持たせるプログラム。
  18.  前記コンピュータに、複数の前記入力エリアそれぞれについて前記表示順を格納している表示順格納手段から、各前記入力エリアの前記表示順を取得する表示順取得機能を持たせ、
     前記表示順変更機能は、前記入力エリアに対する前記所定操作が検出された際に、その入力エリアに対する入力が未完了である場合、前記表示順格納手段に記憶されているその入力エリアの前記表示順を、現在の表示順よりも後の表示順に変更する、
     請求項17に記載のプログラム。
  19.  前記コンピュータに、複数の前記入力エリアの相対的な位置関係を示すレイアウト情報を記憶するレイアウト格納手段から、前記レイアウト情報を取得するレイアウト取得機能を有し、
     前記表示実行機能は、前記位置関係に基づく表示順で前記入力エリアを表示し、
     前記表示順変更機能は、前記入力エリアに対する前記所定操作が検出された際、その入力エリアに対する入力が未完了である場合、その入力エリアの表示順が現在の表示順よりも後の表示順となるように、前記位置関係におけるその入力エリアの位置を変更する、
     請求項17に記載のプログラム。
  20.  前記表示実行機能は、前記入力エリアに対する前記所定操作が検出された際、その入力エリアを表示している位置に、表示順がその入力エリアの次である他の入力エリアを表示する、請求項17乃至19何れか一項に記載のプログラム。
  21.  前記表示順変更機能は、前記入力エリアに対する前記所定操作が検出された際、その入力エリアに対する入力が未完了である場合、その入力エリアが前記表示画面上に表示されなくなるように、その入力エリアの表示順を変更する、
     請求項17乃至20いずれか一項に記載のプログラム。
  22.  前記表示順変更機能は、前記入力エリアに対する前記所定操作が検出された際、その入力エリアに対する入力が未完了である場合、その入力エリアの前記表示画面上における表示位置が変更されるように、その入力エリアの表示順を変更する、
     請求項17乃至21いずれか一項に記載のプログラム。
  23.  前記コンピュータに、前記入力エリアに対する前記所定操作が検出された際、その入力エリアに対する入力の状態に基づいて、その入力エリアの色又は大きさを変更する応答機能を持たせる、
     請求項17乃至22いずれか一項に記載のプログラム。
  24.  前記入力エリアに対する前記所定操作は、その入力エリアに対して所定時間以上継続して行う接触操作若しくはクリック操作、又はその入力エリアに対して複数回連続で行われる接触操作若しくはクリック操作である請求項17乃至23いずれか一項に記載のプログラム。
PCT/JP2014/055845 2013-09-06 2014-03-06 情報入力装置、制御方法、及びプログラム WO2015033599A1 (ja)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2015535331A JP6225994B2 (ja) 2013-09-06 2014-03-06 情報入力装置、制御方法、及びプログラム
US14/915,143 US20160209988A1 (en) 2013-09-06 2014-03-06 Information Input Device, Control Method and Storage Medium

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2013-184824 2013-09-06
JP2013184824 2013-09-06

Publications (1)

Publication Number Publication Date
WO2015033599A1 true WO2015033599A1 (ja) 2015-03-12

Family

ID=52628094

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2014/055845 WO2015033599A1 (ja) 2013-09-06 2014-03-06 情報入力装置、制御方法、及びプログラム

Country Status (3)

Country Link
US (1) US20160209988A1 (ja)
JP (1) JP6225994B2 (ja)
WO (1) WO2015033599A1 (ja)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2019144903A (ja) * 2018-02-21 2019-08-29 ヤフー株式会社 入力プログラム、入力方法および端末装置
JP7501575B2 (ja) 2018-03-29 2024-06-18 日本電気株式会社 ビデオ会議システム、ビデオ会議方法、およびプログラム

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
USD819646S1 (en) * 2016-04-15 2018-06-05 Uber Technologies, Inc. Computing device display screen with graphical user interface
USD886127S1 (en) * 2018-10-05 2020-06-02 Google Llc Display screen with animated graphical user interface

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003122468A (ja) * 2001-10-16 2003-04-25 Dainippon Printing Co Ltd 電子フォーム表示装置、電子フォーム処理システム、及び電子フォーム表示プログラム
JP2003288414A (ja) * 2002-03-27 2003-10-10 Sanyo Electric Co Ltd 診療支援装置
JP2012118887A (ja) * 2010-12-02 2012-06-21 Canon Marketing Japan Inc 情報処理装置とその処理方法及びプログラム

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003122468A (ja) * 2001-10-16 2003-04-25 Dainippon Printing Co Ltd 電子フォーム表示装置、電子フォーム処理システム、及び電子フォーム表示プログラム
JP2003288414A (ja) * 2002-03-27 2003-10-10 Sanyo Electric Co Ltd 診療支援装置
JP2012118887A (ja) * 2010-12-02 2012-06-21 Canon Marketing Japan Inc 情報処理装置とその処理方法及びプログラム

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2019144903A (ja) * 2018-02-21 2019-08-29 ヤフー株式会社 入力プログラム、入力方法および端末装置
JP7501575B2 (ja) 2018-03-29 2024-06-18 日本電気株式会社 ビデオ会議システム、ビデオ会議方法、およびプログラム

Also Published As

Publication number Publication date
JP6225994B2 (ja) 2017-11-08
US20160209988A1 (en) 2016-07-21
JPWO2015033599A1 (ja) 2017-03-02

Similar Documents

Publication Publication Date Title
US10528217B2 (en) Automatically generating column layouts in electronic documents
US9176663B2 (en) Electronic device, gesture processing method and gesture processing program
KR101794373B1 (ko) 선택된 데이터의 일시적인 포맷팅 및 도표화 기법
US20120069056A1 (en) Information display apparatus and information display program
DE112013006066T5 (de) Die Druckempfindlichkeit auf Multi-Touch-Einheiten emulieren
JP6225994B2 (ja) 情報入力装置、制御方法、及びプログラム
US10642471B2 (en) Dual timeline
CN104808807A (zh) 用于汉字拼音输入的方法和装置
US20170123630A1 (en) Electronic device and method for searching data
WO2014148358A1 (ja) 情報端末、操作領域制御方法及び操作領域制御プログラム
US20190141110A1 (en) Design Analysis for Framework Assessment
US9747002B2 (en) Display apparatus and image representation method using the same
US20140201232A1 (en) Scoping searches within websites
US9588946B2 (en) Panning a content area of a markup language document based on movements of a cursor of a pointing device
JPWO2017169630A1 (ja) 表示装置
JP2009059256A (ja) グラフ描画可能な電子機器及びプログラム
CN111796736B (zh) 应用程序的分享方法、装置和电子设备
JP2018092419A (ja) 情報表示装置、情報表示方法及び記録媒体
JP2007109106A (ja) 文字入力の方法および装置
KR20190115401A (ko) 링크 뷰 방법, 링크 뷰 장치 및 링크 뷰 프로그램
CN103365582A (zh) 触摸式电子设备输入系统及方法
KR101475021B1 (ko) 터치스크린을 구비한 단말 및 그 터치스크린 조작방법
JP2008112388A (ja) Cadシステム
JPWO2018025316A1 (ja) ページ表示プログラム、ページ表示装置、及びページ表示方法
JP5622283B2 (ja) 電子書籍装置、電子書籍処理方法、およびプログラム

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 14841596

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2015535331

Country of ref document: JP

Kind code of ref document: A

WWE Wipo information: entry into national phase

Ref document number: 14915143

Country of ref document: US

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 14841596

Country of ref document: EP

Kind code of ref document: A1