WO2014110993A1 - Method and apparatus for interface presentation, method and apparatus for user interface interaction, and computer readable storage medium - Google Patents

Method and apparatus for interface presentation, method and apparatus for user interface interaction, and computer readable storage medium Download PDF

Info

Publication number
WO2014110993A1
WO2014110993A1 PCT/CN2014/070288 CN2014070288W WO2014110993A1 WO 2014110993 A1 WO2014110993 A1 WO 2014110993A1 CN 2014070288 W CN2014070288 W CN 2014070288W WO 2014110993 A1 WO2014110993 A1 WO 2014110993A1
Authority
WO
WIPO (PCT)
Prior art keywords
interface
sub
face structure
interfaces
function
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Ceased
Application number
PCT/CN2014/070288
Other languages
French (fr)
Inventor
Xucheng WAN
Sheng Yang
Xiao Yang
Shan Lu
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to US14/260,683 priority Critical patent/US10606447B2/en
Publication of WO2014110993A1 publication Critical patent/WO2014110993A1/en
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/02Marketing; Price estimation or determination; Fundraising
    • G06Q30/0207Discounts or incentives, e.g. coupons or rebates
    • G06Q30/0234Rebates after completed purchase
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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
    • G06F3/0482Interaction with lists of selectable items, e.g. menus
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Definitions

  • the present disclosure relates to the field of electronic device technology, and particularly to a method and apparatus for interface presentation, a method and apparatus for user interface interaction, and a computer readable storage medium.
  • a complete product often has multiple functions, and satisfying different functional requirements needs corresponding function interfaces.
  • a common practice is to aggregate all of function interfaces into one fixed framework, and the main function is presented on a default interface, i.e., a home page, while other function interfaces are presented solely by the switching of function menus.
  • the above solution cannot be realized in one interface for the case that parallel tasks and multiple scenarios are triggered simultaneously, and a user needs to switch function menus back and forth to implement it, resulting in that the operations are cumbersome and it is inconvenient to use.
  • the present disclosure provides a method and apparatus for interface presentation, a method and apparatus for user interface interaction, and a computer readable storage medium.
  • the present disclosure provides a method for interface presentation, including: determining a logic relationship between a main interface to be presented and respective sub-interfaces according to functionality; constructing a multiple-face structure according to the logic relationship, wherein, each face of the multiple-face structure corresponds to an interface, and when the interface has a sub-interface, the interface is adjacent to each sub-interface thereof; presenting the main interface in the multiple-face structure; and after detecting that function of one sub-interface is triggered, determining every sub-interface from the one sub-interface to the main interface according to the logic relationship in the multiple-face structure and presenting the every sub-interface.
  • the present disclosure provides a method for user interface interaction, including: initiating a request to present one sub-interface when a main interface in a multiple-face structure has been represented; determining every sub- interface from the one sub-interface to the main interface according to a logic relationship between the main interface and respective sub-interfaces, and presenting the every sub-interface; initiating a request to present a sub-interface B of a certain sub-interface A; presenting the sub-interface B beside the sub-interface A according to an adjacency order of interfaces of the multiple-face structure.
  • the multiple-face structure is constructed in the a manner of: determining the logic relationship between the main interface and respective sub-interfaces according to functionality; and constructing the multiple-face structure according to the logic relationship, wherein, each face of the multiple-face structure corresponds to an interface, and when the interface has a sub-interface, the interface is adjacent to each sub-interface thereof.
  • the present disclosure provides an apparatus for interface presentation, including: a construction module configured to determine a logic relationship between a main interface to be presented and respective sub-interfaces according to functionality, and to construct a multiple-face structure according to the logic relationship, wherein each face of the multiple-face structure corresponds to an interface, and when the interface has a sub-interface, the interface is adjacent to each sub-interface thereof; and a presentation module configured to present the main interface in the multiple-face structure, and to, after detecting that function of one sub- interface is triggered, determine every sub-interface from the one sub-interface to the main interface according to the logic relationship in the multiple-face structure and present the every sub-interface.
  • the present disclosure provides an apparatus for user interface interaction, including: a first request module configured to initiate a request to present one sub-interface when a main interface in a multiple-face structure has been represented; a first presentation module configured to determine every sub-interface from the one sub-interface to the main interface according to a logic relationship between the main interface and respective sub-interfaces and to present the every sub- interface; a second request module configured to initiate a request to present a sub- interface B of a certain sub-interface A; a second presentation module configured to present the sub-interface B beside the sub-interface A according to an adjacency order of interfaces in the multiple-face structure.
  • the multiple-face structure is constructed in a manner of: determining the logic relationship between the main interface and respective sub-interfaces according to functionality; and constructing the multiple-face structure according to the logic relationship, wherein, each face of the multiple-face structure corresponds to an interface, and when the interface has a sub-interface, the interface is adjacent to each sub-interface thereof.
  • the present disclosure provides a computer readable storage medium having stored thereon a computer program containing a program code which, when executed on a computing device, performs respective steps of the method for interface presentation as described above or respective steps of the method for user interface interaction as described above.
  • the technical solutions provided by the present disclosure bring about the beneficial effects as follows. An effect of the associated presentation of multiple interfaces can be achieved. The logical association between respective interfaces is reflected, which is more intuitive and can satisfy the requirement of a multiple-task scenario. For a scenario of parallel tasks, there is no need to switch function menus frequently; thereby the complexity of interface operations is reduced greatly, the effect of interface presentation and the interface utilization are improved, and the usability is enhanced.
  • Fig.1 is a flowchart of a method for interface presentation provided in an embodiment of the present disclosure
  • Fig.2 is a flowchart of a method for user interface interaction provided in another embodiment of the present disclosure
  • Fig.3 is a flowchart of a method for interface presentation in yet another embodiment of the present disclosure.
  • Fig.4 is a first schematic diagram of the logic relationship of interfaces in the yet another embodiment of the present disclosure.
  • Fig.5 is a second schematic diagram of the logic relationship of interfaces in the yet another embodiment of the present disclosure
  • Fig.6 is a schematic diagram of a cubic structure constructed according to the logic relationship shown in Fig.5;
  • Fig.7 is a schematic diagram of unfolding of the cubic structure shown in Fig.6;
  • Fig.8 is a schematic diagram of a dodecahedron structure provided in the yet another embodiment of the present disclosure.
  • Fig.9 is a schematic diagram of unfolding of the dodecahedron structure shown in Fig.8;
  • Fig.10 is a schematic diagram of an animated presentation of interfaces provided in the yet another embodiment of the present disclosure.
  • Fig.1 1 is a structural diagram of an apparatus for interface presentation provided in a further embodiment of the present disclosure
  • Fig.12 is a structural diagram of an apparatus for user interface interaction provided in a further embodiment of the present disclosure.
  • Fig.13 is a structural schematic diagram showing an example electronic device which can be used to implement respective embodiments of the present disclosure.
  • the present embodiment provides a method for interface presentation which includes:
  • each face of the multiple-face structure corresponds to an interface, and when the interface has a sub-interface, the interface is adjacent to each sub-interface thereof;
  • a step 103 of presenting the main interface in the multiple-face structure a step 103 of presenting the main interface in the multiple-face structure; and a step 104 of, after detecting that function of one sub-interface is triggered, determining every sub-interface from the one sub-interface to the main interface according to the logic relationship in the multiple-face structure and presenting the every sub-interface.
  • the above multiple-face structure refers to a structure of any shape composed of multiple faces.
  • the multiple-face structure may be, but is not limited to, a closed polyhedron structure. It is only needed to be satisfied that each face of the multiple-face structure corresponds to an interface, and that when the interface has a sub-interface, the interface is adjacent to each sub-interface thereof.
  • the logic relationship represents a master-slave relationship between respective interfaces.
  • every sub-interface from one sub- interface to the main interface can be determined according to the logic relationship, and, according to the logic relationship, a corresponding multiple-face structure can be constructed by following the rule that each of the faces of the multiple-face structure corresponds to one interface, and when an interface has a sub-interface, the interface is adjacent to each sub-interface thereof.
  • presenting the every sub-interface includes a step of animatedly presenting the every sub-interfaces level by level according to an adjacency order of interfaces in the multiple-face structure, by starting from a first sub-interface adjacent to the main interface.
  • the method further includes a step of presenting a closing hot region around a sub-interface of an end level, and animatedly closing a certain sub- interface when the closing hot region of the certain sub-interface is triggered.
  • the closing hot region refers to a trigger region for triggering a closing function, and an operation of closing an interface is performed when the closing hot region is triggered by a user.
  • the closing hot region may be of many forms including, but not limited to, buttons and so on.
  • a specific manner for presenting and closing an interface may for example refer to the specific description with respect to Fig.10; however, manners for presenting and closing an interface in the present disclosure are not limited to the manner of Fig.10.
  • the method further includes a step of, after detecting that the function of a sub-interface B of a certain sub-interface A among the presented every sub-interface is triggered, presenting the sub-interface B beside the sub-interface A according to the adjacency order of interfaces in the multiple-face structure.
  • detecting that function of one sub-interface is triggered includes at least one of: detecting that the function of a certain sub-interface is triggered on the main interface; detecting that the function of a certain sub-interface is triggered on a tray region; detecting that the function of a certain sub-interface is triggered in a right key menu; and detecting that the function of a certain sub-interface is triggered in a message box.
  • the multiple-face structure may include a regular hexahedron or a polyhedron with more faces than a regular hexahedron. However, as described above, the multiple-face structure herein is not limited to polyhedrons.
  • the above method provided in the present embodiment determines a logic relationship between a main interface to be presented and respective sub-interfaces according to functionality, constructs a multiple-face structure according to the logic relationship, presents the main interface of the multiple-face structure, and, after detecting that the function of one sub-interface is triggered, determines every sub-interface from the one sub-interface to the main interface according to the logic relationship in the multiple- face structure and presents the every sub-interface.
  • the present embodiment provides a method for user interface interaction which includes:
  • the multiple-face structure is constructed in the a manner of determining the logic relationship between the main interface and respective sub-interfaces according to functionality, and constructing the multiple-face structure according to the logic relationship, wherein each face of the multiple-face structure corresponds to an interface, and when the interface has a sub-interface, the interface is adjacent to each sub-interface thereof.
  • the request in the present embodiment may be initiated by a user or various functional units in an electronic device, for example, another application of the electronic device can initiate such a request.
  • said presenting the every sub-interfaces includes a step of animatedly presenting the every sub-interfaces level by level according to the adjacency order of interfaces in the multiple-face structure, by starting from a first sub- interface adjacent to the main interface.
  • the method further includes a step of triggering a closing hot region presented around a sub-interface of an end level, and animatedly closing the sub-interface.
  • said initiating a request to present one sub-interface or initiating a request to present a sub-interface B of a certain sub-interface A includes at least one of: triggering a request for the function of a certain sub-interface on the main interface; triggering a request for the function of a certain sub-interface on a tray region; triggering a request for the function of a certain sub-interface in a right key menu; and triggering a request for the function of a certain sub-interface in a message box.
  • the multiple-face structure may include a regular hexahedron or a polyhedron with more faces than a regular hexahedron.
  • the above method provided in the present embodiment initiates a request to present one sub-interface when a main interface in a multiple-face structure has been represented; determines every sub-interface from the one sub-interface to the main interface according to a logic relationship between the main interface and respective sub-interfaces, and presenting the every sub-interface; initiates a request to present a sub-interface B of a certain sub-interface A; presents the sub-interface B beside the sub-interface A according to an adjacency order of interfaces of the multiple-face structure.
  • the present embodiment provides a method for interface presentation which includes the flowing steps 301 -306.
  • a logic relationship between a main interface to be presented and respective sub-interfaces is determined according to functionality.
  • the main interface and respective sub-interfaces can be divided hierarchically according to functionality.
  • the interface of the first level is an interface a which is the main interface.
  • the main interface a there are divided five interfaces of the second level, including an interface b1 , an interface b2, an interface b3, an interface b4 and an interface b5.
  • the interface b1 there are further divided three interfaces of the third level, including an interface c1 , an interface c2 and an interface c3.
  • a multiple-face structure is constructed according to the determined logic relationship, wherein each face of the multiple-face structure corresponds to an interface, and when the interface has a sub-interface, the interface is adjacent to each sub-interface thereof.
  • a nine-face structure can be obtained according to the interface a, the interface b1 , the interface b2, the interface b3, the interface b4, the interface b5, the interface c1 , the interface c2 and the interface c3.
  • the interface a is adjacent respectively to five interfaces, that is, the interface b1 , the interface b2, the interface b3, the interface b4 and the interface b5.
  • the interface b1 is adjacent respectively to three interfaces, that is, the interface c1 , the interface c2 and the interface c3.
  • the multiple-face structure can be a hexahedron, a heptahedron, an octahedron, an enneahedron, a decanedron, a hendecahedron, a dodecahedron and a polyhedron with more faces, or can be a non-closed multiple-face structure.
  • step 303 the main interface in the multiple-face structure is presented.
  • every sub-interface from the one sub-interface to the main interface is determined according to the logic relationship in the multiple-face structure.
  • detecting that function of one sub-interface is triggered includes at least one of: detecting that the function of a certain sub-interface is triggered on the main interface; detecting that the function of a certain sub-interface is triggered on a tray region; detecting that the function of a certain sub-interface is triggered in a right key menu; and detecting that the function of a certain sub-interface is triggered in a message box.
  • the main interface may maintain a function entry for a sub-interface, through which a corresponding sub-interface can be triggered. This way is more direct and easier to operate.
  • the present disclosure also provides other possible implementations.
  • the tray region refers to a taskbar notification region of the system.
  • applications currently running in the system the network connection, a volume control icon, the time and date, icons defined by the user himself and so on are displayed in the tray region.
  • the battery usage and so on may also be displayed.
  • the specific ways of detecting whether the function of a certain sub-interface is triggered or not on the tray region is not limited. For example, it can be detected whether a click event, a mouse over event or the like occurs or not on a sub-interface icon.
  • the every sub-interface is animatedly presented level by level according to the adjacency order.
  • the adjacency order refers to the adjacency order between respective faces in the multiple-face structure.
  • the specific way of the animatedly presenting is not limited.
  • a sub-interface being opened can be presented with the effects as appearing from far to near, from small to big, from weak to strong, or the like. Between a sub-interface being opened and an interface having been opened, such an effect can be presented that two adjacent faces of the polyhedron are opened into one plane to be presented in a tiled manner, or the like.
  • the multiple-face structure is a cube. Referring to Fig.5, the specific description is made by taking three levels which include six interfaces in total as an example.
  • the first level is the main interface A which includes four sub-interfaces of the second level, that is, an interface B, an interface C, an interface D and an interface E.
  • the interface E further includes one sub-interface of the third level, that is, an interface F.
  • a cubic structure can be obtained by constructing a multiple-face structure according to the above logic relationship.
  • On the left side of Fig.6 is a structural diagram of the cube, in which the top face is the interface A, the four side faces are the interface B, the interface C, the interface D and the interface E, and the bottom face is the interface F.
  • Fig.6 On the right side of Fig.6 is a schematic plane view of the cube after being unfolded, in which the interface A is adjacent to the four sub-interfaces thereof, that is, the interface B, the interface C, the interface D and the interface E, while the interface E is adjacent to the one sub-interface thereof, that is, the interface F.
  • the determined every sub-interfaces is animatedly presented level by level according to the adjacency order; thereby an effect that the main interface and sub- interfaces are presented simultaneously can be achieved, the association of multiple interfaces is highlighted, and the presentation is more intuitive.
  • the main interface A and the sub-interface E are presented together
  • the function of the sub-interface F in the cubic structure shown in Fig.6 is triggered
  • the main interface A, the sub-interface E and the sub-interface F are presented together.
  • the multiple-face structure is a dodecahedron.
  • the description is made by taking twelve interfaces as an example.
  • the first level is the main interface A.
  • Sub-interfaces of the second level includes an interface B, an interface C, an interface D, an interface D and an interface F, and these five interfaces are all sub-interfaces of the interface A.
  • Sub- interfaces of the third level includes five sub-interfaces, in which an interface G is a sub-interface of the interface B, an interface H is a sub-interface of the interface C, an interface I is a sub-interface of the interface D, an interface J is a sub-interface of the interface E, and an interface K is a sub-interface of the interface F.
  • a dodecahedron structure can be obtained by constructing a multiple-face structure according to the above logic relationship, and the top face is the main interface A, the bottom face is the sub-interface L of the fourth level, and the side faces are the remaining respective sub-interfaces.
  • Fig.9 is a schematic plane view of the dodecahedron of Fig.8 after being unfolded.
  • respective interfaces (every interface) from the sub-interface J to the main interface A are presented together, including the interface of the first level, that is, the main interface A, an interface of the second level, that is, the sub-interface E of the main interface A, and an interface of the third level, that is, the sub-interface J of the sub-interface E.
  • three interfaces in total are presented; thereby an effect of simultaneously presenting multiple interfaces is achieved.
  • the multiple-face structure in the present disclosure is not limited to a closed multiple-face structure and may further be a non- closed multiple-face structure.
  • the multiple-face structure in the example of Fig.6 can be a five-face structure having an opening, that is, a structure obtained after removing one face from a hexahedron.
  • the multiple-face structure in the example of Fig.8 can be an eleventh-face structure having an opening.
  • a closing hot region is presented around a sub-interface of an end level, and a certain sub-interface is animatedly closed when the closing hot region of the certain sub-interface is triggered.
  • the position of the closing hot region can be set as needed, for example, can be set on the right, top, bottom, or the like of the sub-interface of the end level, which is not limited specifically by the present disclosure.
  • the specific implementation of the animatedly closing is not limited either.
  • a sub- interface being closed can be presented with effects of appearing from near to far, from big to small, from strong to weak, or the like.
  • Fig.10 is one schematic diagram for animatedly opening and animatedly closing interfaces in the present embodiment.
  • FIG.10 is one schematic diagram for opening interfaces, in which one main interface is opened firstly, and when the function of a certain sub-interface is triggered, the certain sub-interface is opened slowly on the right side of the main interface and is presented in an effect that one face of a cube is opened from the right, and the sub-interface is becoming bigger from small gradually and finally becomes as big as the main interface.
  • FIG. 1 On the bottom of the figure is a schematic diagram for closing interfaces, in which two interfaces have been opened, and on the left is the main interface while on the right is a sub-interface.
  • a semicircular button (a closing hot area) is displayed to the right of the sub-interface.
  • the button When a user clicks the button, the closing of the sub-interface is triggered, and the sub- interface becomes smaller from big gradually and is presented in an effect that one side face of the cube is folded to back until the sub-interface disappears completely.
  • Such a way of animatedly opening and animatedly closing interfaces highlights the association between interfaces more, and interactive actions will not appear too abrupt, which meets mental models more and is easier to be accepted by users.
  • the above method provided in the present embodiment determines a logic relationship between a main interface to be presented and respective sub-interfaces according to functionality beforehand, constructs a multiple-face structure according to the logic relationship, presents the main interface of the multiple-face structure first when presenting the interfaces, and after detecting that function of one sub-interface is triggered, determines every sub-interface from the one sub-interface to the main interface according to the logic relationship in the multiple-face structure and presents the determined every sub-interface. Therefore, an effect of the associated presentation of multiple interfaces is achieved, and the logical association between respective interfaces is reflected, which is more intuitive and can satisfy the requirement of a multiple-task scenario. For a scenario of parallel tasks, there is no need to switch function menus frequently; thereby the complexity of interface operations is reduced greatly, the effect of interface presentation and the interface utilization are improved, and the usability is enhanced.
  • the present embodiment provides an apparatus for interface presentation which includes: a construction module 1 101 configured to determine a logic relationship between a main interface to be presented and respective sub- interfaces according to functionality, and to construct a multiple-face structure according to the logic relationship, wherein each face of the multiple-face structure corresponds to an interface, and when the interface has a sub-interface, the interface is adjacent to each sub-interface thereof; and a presentation module 1 102 configured to present the main interface in the multiple-face structure, and to, after detecting that function of one sub-interface is triggered, determine every sub-interface from the one sub-interface to the main interface according to the logic relationship in the multiple- face structure and present the every sub-interface.
  • the presentation module 1 102 is further configured to animatedly present the every sub-interface level by level according to an adjacency order of interfaces in the multiple-face structure, by starting from a first sub-interface adjacent to the main interface.
  • the adjacency order refers to the adjacency order between respective faces in the multiple-face structure.
  • the specific way of the animatedly presenting is not limited.
  • a sub-interface being opened can be presented with the effects as appearing from far to near, from small to big, from weak to strong, or the like. Between a sub-interface being opened and an interface having been opened, such an effect can be presented that two adjacent faces of the polyhedron are opened into one plane to be presented in a tiled manner, or the like. This is not limited by the present disclosure.
  • the presentation module 1 102 is further configured to present a closing hot region around a sub-interface of an end level, and to animatedly close a certain sub- interface when the closing hot region of the certain sub-interface is triggered.
  • the position of the closing hot region can be set as needed, for example, can be set on the right, top, bottom, or the like of the sub-interface of the end level, which is not limited specifically by the present disclosure.
  • the specific implementation of the animatedly closing is not limited either.
  • a sub- interface being closed can be presented with effects of appearing from near to far, from big to small, from strong to weak, or the like. Between a sub-interface being closed and an interface being presented, such an effect can be presented that two adjacent faces of a polyhedron are folded to an extent that only the interface being presented is left, or the like. This is not limited specifically by the present disclosure.
  • the presentation module 1 102 is further configured to, after detecting that the function of a sub-interface B of a certain sub-interface A among the presented every sub-interface is triggered, present the sub-interface B beside the sub- interface A according to the adjacency order of interfaces of the multiple-face structure.
  • the multiple-face structure includes a regular hexahedron or a polyhedron with more faces than a regular hexahedron.
  • the presentation module 1 102 includes at least one of: a first detection unit configured to detect that the function of a certain sub-interface is triggered on the main interface; a second detection unit configured to detect that the function of a certain sub-interface is triggered on a tray region; a third detection unit configured to detect that the function of a certain sub-interface is triggered in a right key menu; and a fourth detection unit configured to detect that the function of a certain sub- interface is triggered in a message box.
  • the main interface may maintain a function entry for a sub-interface, through which a corresponding sub-interface can be triggered. This way is more direct and easier to operate.
  • the present disclosure also provides other possible implementations.
  • it can be detected on a tray region that the function of a certain sub-interface is triggered.
  • the tray region refers to a taskbar notification region of the system.
  • applications currently running in the system, the network connection, a volume control icon, the time and date, icons defined by the user himself and so on are displayed in the tray region.
  • the battery usage and so on may also be displayed.
  • the specific ways of detecting whether the function of a certain sub-interface is triggered or not on the tray region is not limited. For example, it can be detected whether a click event, a mouse over event or the like occurs or not on a sub-interface icon.
  • the function of an interface is triggered or not in a right key menu (a tray menu).
  • a message box refers to tips which are usually displayed on the lower right corner of a screen to prompt some timely messages to the user.
  • the above apparatus provided in the present embodiment may perform the method provided in any one of the above method embodiments, the specific procedure thereof refers to the description in the method embodiments, and unnecessary details will not be given here.
  • the above apparatus determines a logic relationship between a main interface to be presented and respective sub-interfaces according to functionality, constructs a multiple-face structure according to the logic relationship, presents the main interface of the multiple-face structure, and, after detecting that the function of one sub-interface is triggered, determines every sub- interface from the one sub-interface to the main interface according to the logic relationship in the multiple-face structure and presents the determined every sub- interface.
  • the present embodiment provides an apparatus for user interface interaction which includes: a first request module 1201 configured to initiate a request to present one sub-interface when a main interface in a multiple-face structure has been represented; a first presentation module 1202 configured to determine every sub- interface from the one sub-interface to the main interface according to a logic relationship between the main interface and respective sub-interfaces and to present the every sub-interface; a second request module 1203 configured to initiate a request to present a sub-interface B of a certain sub-interface A; and a second presentation module 1204 configured to present the sub-interface B beside the sub-interface A according to an adjacency order of interfaces in the multiple-face structure.
  • the multiple-face structure being constructed in a manner of determining the logic relationship between the main interface and respective sub-interfaces according to functionality, and constructing the multiple-face structure according to the logic relationship, wherein, each face of the multiple-face structure corresponds to an interface, and when the interface has a sub-interface, the interface is adjacent to each sub-interface thereof.
  • the first presentation module 1202 is further configured to animatedly present the every sub-interface level by level according to the adjacency order of interfaces in the multiple-face structure, by starting from a first sub-interface adjacent to the main interface.
  • the first presentation module 1202 or the second presentation module 1204 is further configured to trigger a closing hot region presented around a sub-interface of an end level, and to animatedly close the sub-interface.
  • the first request module 1201 or the second request module 1203 includes at least one of: a first request unit configured to trigger a request for the function of a certain sub-interface on the main interface; a second request unit configured to trigger a request for the function of a certain sub-interface on a tray region; a third request unit configured to trigger a request for the function of a certain sub-interface in a right key menu; and a fourth request unit configured to trigger a request for the function of a certain sub-interface in a message box.
  • the multiple-face structure may include a regular hexahedron or a polyhedron with more faces than a regular hexahedron.
  • the above apparatus provided in the present embodiment may perform the method provided in any one of the above method embodiments, and the specific procedure thereof is referenced to the description in the method embodiments and unnecessary details will not be given here.
  • the above apparatus initiates a request to present one sub-interface when a main interface in a multiple-face structure has been represented; determines every sub-interface from the one sub-interface to the main interface according to a logic relationship between the main interface and respective sub-interfaces, and presenting the every sub-interface; initiates a request to present a sub-interface B of a certain sub-interface A; presents the sub-interface B beside the sub-interface A according to an adjacency order of interfaces of the multiple-face structure.
  • An effect of the associated presentation of multiple interfaces is achieved, and the logical association between respective interfaces is reflected, which is more intuitive and can satisfy the requirement of a multiple-task scenario. For a scenario of parallel tasks, there is no need to switch function menus frequently; thereby the complexity of interface operations is reduced greatly, the effect of interface presentation and the interface utilization are improved, and the usability is enhanced.
  • Fig.13 is a structural schematic diagram showing an example electronic device which can be used to implement respective embodiments of the present disclosure.
  • the electronic device 1300 shown in Fig.13 is only an example and is not limiting of the functionality and the scope of use of embodiments of the disclosure. As shown in Fig.13, the electronic device 1300 may be in a form of a general purpose computing device. Components of the electronic device 1300 may include, but are not limited to, one or more processors or processing units 1312, a system memory 1304, an I/O interface 1316, a network adapter 1318, a display 1320 and a bus 1314 that couples various components, and may be connected to an external device 1322.
  • the bus 1314 represents one or more of several types of bus structures.
  • bus structures include, but are not limited to, Industry Standard Architecture (ISA) bus, Micro Channel Architecture (MCA) bus, Enhanced ISA (EISA) bus, Video Electronics Standards Association (VESA) local bus, Peripheral Component Interconnect (PCI) bus, and so on.
  • ISA Industry Standard Architecture
  • MCA Micro Channel Architecture
  • EISA Enhanced ISA
  • VESA Video Electronics Standards Association
  • PCI Peripheral Component Interconnect
  • the electronic device 1300 typically includes a variety of computer system readable media. Such medium may be any readable media that is accessible by the electronic device 1300, and it includes both volatile and non-volatile media, and both removable and non-removable media.
  • the system memory 1304 can include readable media in the form of volatile memory, such as random access memory (RAM) 1306 and/or cache memory 1308.
  • the electronic device 1300 may further include other removable/non-removable, volatile/non-volatile storage media.
  • the storage system 1310 (typically called a "hard drive") can be provided for reading from and writing to a non-removable, non-volatile magnetic media.
  • a magnetic disk drive for reading from and writing to a removable, non-volatile magnetic disk (e.g., a "U disk")
  • an optical disk drive for reading from or writing to a removable, non-volatile optical disk such as a CD-ROM, DVD-ROM or other optical media can be provided.
  • each drive can be connected to the bus 1314 by one or more data medium interfaces.
  • the system memory 1304 may include at least one program product having a set (for example, at least one) of program modules which may be stored in the storage system 1310.
  • the program module contains a computer executable program instruction.
  • Such program modules are configured to perform functions of respective embodiments of the present disclosure by the processing units 1312 executing the program instruction therein.
  • Such program modules include, but are not limited to, an operating system, one or more application programs, other program modules, and program data. Each of these examples of program modules or some combination thereof may include an implementation of a networking environment.
  • the electronic device 1300 may also communicate with one or more external devices 1322 such as a keyboard, a mouse, the display 1320, etc.; and one or more devices that enable a user to interact with the electronic device 1300. Such communication can occur via the Input/Output (I/O) interface 1316. Further, the electronic device 1300 can also communicate with one or more networks such as a local area network (LAN), a general wide area network (WAN), and/or a public network (e.g., the Internet) via the network adapter 1318 such as a network card, modem, etc. As shown in Fig.13, the I/O interface 1316 and the network adapter 1318 communicates with the other modules of the electronic device 1300 via the bus 1314.
  • LAN local area network
  • WAN wide area network
  • a public network e.g., the Internet

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Accounting & Taxation (AREA)
  • Development Economics (AREA)
  • Finance (AREA)
  • Strategic Management (AREA)
  • Human Computer Interaction (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Game Theory and Decision Science (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • General Business, Economics & Management (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The present disclosure discloses a method and apparatus for interface presentation, a method and apparatus for user interface interaction, and a computer readable storage medium, and belongs to the field of electronic device technology. The method for interface presentation includes: determining a logic relationship between a main interface to be presented and respective sub-interfaces according to functionality; constructing a multiple-face structure according to the logic relationship, wherein, each face of the multiple-face structure corresponds to an interface, and when an interface has a sub-interface, the interface is adjacent to each sub-interface thereof; presenting the main interface in the multiple-face structure; and after detecting that function of one sub-interface is triggered, determining every sub-interface from the one sub-interface to the main interface according to the logic relationship in the multiple-face structure and presenting the every sub-interface. The apparatus for interface presentation includes a construction module and a presentation module. The present disclosure achieves an effect of the associated presentation of multiple interfaces, reduces the complexity of interface operations, and enhances the usability.

Description

METHOD AND APPARATUS FOR INTERFACE PRESENTATION, METHOD AND APPARATUS FOR USER INTERFACE INTERACTION, AND COMPUTER
READABLE STORAGE MEDIUM The present application claims the priority of the prior Chinese patent application No. CN 201310017466.8 filed with the State Intellectual Property Office of China on January 17, 2013 with the title of "Method and Apparatus for Interface Presentation, Method and Apparatus for User Interface Interaction", the full text of which is incorporated herein by reference.
TECHNICAL FIELD
The present disclosure relates to the field of electronic device technology, and particularly to a method and apparatus for interface presentation, a method and apparatus for user interface interaction, and a computer readable storage medium.
BACKGROUND
A complete product often has multiple functions, and satisfying different functional requirements needs corresponding function interfaces. Presently, a common practice is to aggregate all of function interfaces into one fixed framework, and the main function is presented on a default interface, i.e., a home page, while other function interfaces are presented solely by the switching of function menus. However, the above solution cannot be realized in one interface for the case that parallel tasks and multiple scenarios are triggered simultaneously, and a user needs to switch function menus back and forth to implement it, resulting in that the operations are cumbersome and it is inconvenient to use. SUMMARY OF THE DISCLOSURE
In order to reduce the complexity of interface operations, the present disclosure provides a method and apparatus for interface presentation, a method and apparatus for user interface interaction, and a computer readable storage medium.
In a first aspect, the present disclosure provides a method for interface presentation, including: determining a logic relationship between a main interface to be presented and respective sub-interfaces according to functionality; constructing a multiple-face structure according to the logic relationship, wherein, each face of the multiple-face structure corresponds to an interface, and when the interface has a sub-interface, the interface is adjacent to each sub-interface thereof; presenting the main interface in the multiple-face structure; and after detecting that function of one sub-interface is triggered, determining every sub-interface from the one sub-interface to the main interface according to the logic relationship in the multiple-face structure and presenting the every sub-interface.
In a further aspect, the present disclosure provides a method for user interface interaction, including: initiating a request to present one sub-interface when a main interface in a multiple-face structure has been represented; determining every sub- interface from the one sub-interface to the main interface according to a logic relationship between the main interface and respective sub-interfaces, and presenting the every sub-interface; initiating a request to present a sub-interface B of a certain sub-interface A; presenting the sub-interface B beside the sub-interface A according to an adjacency order of interfaces of the multiple-face structure. The multiple-face structure is constructed in the a manner of: determining the logic relationship between the main interface and respective sub-interfaces according to functionality; and constructing the multiple-face structure according to the logic relationship, wherein, each face of the multiple-face structure corresponds to an interface, and when the interface has a sub-interface, the interface is adjacent to each sub-interface thereof. In another aspect, the present disclosure provides an apparatus for interface presentation, including: a construction module configured to determine a logic relationship between a main interface to be presented and respective sub-interfaces according to functionality, and to construct a multiple-face structure according to the logic relationship, wherein each face of the multiple-face structure corresponds to an interface, and when the interface has a sub-interface, the interface is adjacent to each sub-interface thereof; and a presentation module configured to present the main interface in the multiple-face structure, and to, after detecting that function of one sub- interface is triggered, determine every sub-interface from the one sub-interface to the main interface according to the logic relationship in the multiple-face structure and present the every sub-interface.
In a further aspect, the present disclosure provides an apparatus for user interface interaction, including: a first request module configured to initiate a request to present one sub-interface when a main interface in a multiple-face structure has been represented; a first presentation module configured to determine every sub-interface from the one sub-interface to the main interface according to a logic relationship between the main interface and respective sub-interfaces and to present the every sub- interface; a second request module configured to initiate a request to present a sub- interface B of a certain sub-interface A; a second presentation module configured to present the sub-interface B beside the sub-interface A according to an adjacency order of interfaces in the multiple-face structure. The multiple-face structure is constructed in a manner of: determining the logic relationship between the main interface and respective sub-interfaces according to functionality; and constructing the multiple-face structure according to the logic relationship, wherein, each face of the multiple-face structure corresponds to an interface, and when the interface has a sub-interface, the interface is adjacent to each sub-interface thereof.
In a still further aspect, the present disclosure provides a computer readable storage medium having stored thereon a computer program containing a program code which, when executed on a computing device, performs respective steps of the method for interface presentation as described above or respective steps of the method for user interface interaction as described above. The technical solutions provided by the present disclosure bring about the beneficial effects as follows. An effect of the associated presentation of multiple interfaces can be achieved. The logical association between respective interfaces is reflected, which is more intuitive and can satisfy the requirement of a multiple-task scenario. For a scenario of parallel tasks, there is no need to switch function menus frequently; thereby the complexity of interface operations is reduced greatly, the effect of interface presentation and the interface utilization are improved, and the usability is enhanced.
BRIEF DESCRIPTION OF THE DRAWINGS
In order to explain technical solutions in embodiments of the present disclosure more clearly, simple introduction of attached drawings needed to be used in the description of embodiments will be given below. Apparently, the attached drawings in the description below are only some embodiments of the present disclosure. For those ordinary skilled in the art, other attached drawings can be obtained according to these attached drawings without inventive efforts.
Fig.1 is a flowchart of a method for interface presentation provided in an embodiment of the present disclosure;
Fig.2 is a flowchart of a method for user interface interaction provided in another embodiment of the present disclosure;
Fig.3 is a flowchart of a method for interface presentation in yet another embodiment of the present disclosure;
Fig.4 is a first schematic diagram of the logic relationship of interfaces in the yet another embodiment of the present disclosure;
Fig.5 is a second schematic diagram of the logic relationship of interfaces in the yet another embodiment of the present disclosure; Fig.6 is a schematic diagram of a cubic structure constructed according to the logic relationship shown in Fig.5;
Fig.7 is a schematic diagram of unfolding of the cubic structure shown in Fig.6;
Fig.8 is a schematic diagram of a dodecahedron structure provided in the yet another embodiment of the present disclosure;
Fig.9 is a schematic diagram of unfolding of the dodecahedron structure shown in Fig.8;
Fig.10 is a schematic diagram of an animated presentation of interfaces provided in the yet another embodiment of the present disclosure;
Fig.1 1 is a structural diagram of an apparatus for interface presentation provided in a further embodiment of the present disclosure;
Fig.12 is a structural diagram of an apparatus for user interface interaction provided in a further embodiment of the present disclosure; and
Fig.13 is a structural schematic diagram showing an example electronic device which can be used to implement respective embodiments of the present disclosure.
DETAILED DESCRIPTION
In order to make the object, technical solutions and advantages of the present disclosure more clear, a further detailed description of implementations of the present disclosure will be made in conjunction with attached drawings below.
(First Embodiment)
Referring to Fig.1 , the present embodiment provides a method for interface presentation which includes:
a step 101 of determining a logic relationship between a main interface to be presented and respective sub-interfaces according to functionality;
a step 102 of constructing a multiple-face structure according to the logic relationship, wherein, each face of the multiple-face structure corresponds to an interface, and when the interface has a sub-interface, the interface is adjacent to each sub-interface thereof;
a step 103 of presenting the main interface in the multiple-face structure; and a step 104 of, after detecting that function of one sub-interface is triggered, determining every sub-interface from the one sub-interface to the main interface according to the logic relationship in the multiple-face structure and presenting the every sub-interface.
In the present disclosure, the above multiple-face structure refers to a structure of any shape composed of multiple faces. The multiple-face structure may be, but is not limited to, a closed polyhedron structure. It is only needed to be satisfied that each face of the multiple-face structure corresponds to an interface, and that when the interface has a sub-interface, the interface is adjacent to each sub-interface thereof. Further, in the present disclosure, the logic relationship represents a master-slave relationship between respective interfaces. Thus, every sub-interface from one sub- interface to the main interface can be determined according to the logic relationship, and, according to the logic relationship, a corresponding multiple-face structure can be constructed by following the rule that each of the faces of the multiple-face structure corresponds to one interface, and when an interface has a sub-interface, the interface is adjacent to each sub-interface thereof. The construction of the multiple-face structure will be further described specifically by way of example in the embodiments below. In one implementation, presenting the every sub-interface includes a step of animatedly presenting the every sub-interfaces level by level according to an adjacency order of interfaces in the multiple-face structure, by starting from a first sub-interface adjacent to the main interface. In another implementation, the method further includes a step of presenting a closing hot region around a sub-interface of an end level, and animatedly closing a certain sub- interface when the closing hot region of the certain sub-interface is triggered. In the present disclosure, the closing hot region refers to a trigger region for triggering a closing function, and an operation of closing an interface is performed when the closing hot region is triggered by a user. The closing hot region may be of many forms including, but not limited to, buttons and so on. A specific manner for presenting and closing an interface may for example refer to the specific description with respect to Fig.10; however, manners for presenting and closing an interface in the present disclosure are not limited to the manner of Fig.10.
In another implementation, the method further includes a step of, after detecting that the function of a sub-interface B of a certain sub-interface A among the presented every sub-interface is triggered, presenting the sub-interface B beside the sub-interface A according to the adjacency order of interfaces in the multiple-face structure.
In a further implementation, detecting that function of one sub-interface is triggered includes at least one of: detecting that the function of a certain sub-interface is triggered on the main interface; detecting that the function of a certain sub-interface is triggered on a tray region; detecting that the function of a certain sub-interface is triggered in a right key menu; and detecting that the function of a certain sub-interface is triggered in a message box. In the present embodiment, the multiple-face structure may include a regular hexahedron or a polyhedron with more faces than a regular hexahedron. However, as described above, the multiple-face structure herein is not limited to polyhedrons.
The above method provided in the present embodiment determines a logic relationship between a main interface to be presented and respective sub-interfaces according to functionality, constructs a multiple-face structure according to the logic relationship, presents the main interface of the multiple-face structure, and, after detecting that the function of one sub-interface is triggered, determines every sub-interface from the one sub-interface to the main interface according to the logic relationship in the multiple- face structure and presents the every sub-interface. Thus, an effect of the associated presentation of multiple interfaces is achieved, and the logical association between respective interfaces is reflected, which is more intuitive and can satisfy the requirement of a multiple-task scenario. For a scenario of parallel tasks, there is no need to switch function menus frequently; thereby the complexity of interface operations is reduced greatly, the effect of interface presentation and the interface utilization are improved, and the usability is enhanced.
(Second Embodiment)
Referring to Fig.2, the present embodiment provides a method for user interface interaction which includes:
a step 201 of initiating a request to present one sub-interface when a main interface in a multiple-face structure has been represented;
a step 202 of determining every sub-interface from the one sub-interface to the main interface according to a logic relationship between the main interface and respective sub-interfaces, and presenting the every sub-interface;
a step 203 of initiating a request to present a sub-interface B of a certain sub- interface A;
a step 204 of presenting the sub-interface B beside the sub-interface A according to an adjacency order of interfaces of the multiple-face structure.
The multiple-face structure is constructed in the a manner of determining the logic relationship between the main interface and respective sub-interfaces according to functionality, and constructing the multiple-face structure according to the logic relationship, wherein each face of the multiple-face structure corresponds to an interface, and when the interface has a sub-interface, the interface is adjacent to each sub-interface thereof.
It should be noted that, the request in the present embodiment may be initiated by a user or various functional units in an electronic device, for example, another application of the electronic device can initiate such a request.
In one implementation, said presenting the every sub-interfaces includes a step of animatedly presenting the every sub-interfaces level by level according to the adjacency order of interfaces in the multiple-face structure, by starting from a first sub- interface adjacent to the main interface.
In another implementation, the method further includes a step of triggering a closing hot region presented around a sub-interface of an end level, and animatedly closing the sub-interface.
In a further implementation, said initiating a request to present one sub-interface or initiating a request to present a sub-interface B of a certain sub-interface A includes at least one of: triggering a request for the function of a certain sub-interface on the main interface; triggering a request for the function of a certain sub-interface on a tray region; triggering a request for the function of a certain sub-interface in a right key menu; and triggering a request for the function of a certain sub-interface in a message box.
In the present embodiment, the multiple-face structure may include a regular hexahedron or a polyhedron with more faces than a regular hexahedron.
The above method provided in the present embodiment initiates a request to present one sub-interface when a main interface in a multiple-face structure has been represented; determines every sub-interface from the one sub-interface to the main interface according to a logic relationship between the main interface and respective sub-interfaces, and presenting the every sub-interface; initiates a request to present a sub-interface B of a certain sub-interface A; presents the sub-interface B beside the sub-interface A according to an adjacency order of interfaces of the multiple-face structure. An effect of the associated presentation of multiple interfaces is achieved, and the logical association between respective interfaces is reflected, which is more intuitive and can satisfy the requirement of a multiple-task scenario. For a scenario of parallel tasks, there is no need to switch function menus frequently; thereby the complexity of interface operations is reduced greatly, the effect of interface presentation and the interface utilization are improved, and the usability is enhanced.
(Third Embodiment)
Referring to Fig.3, the present embodiment provides a method for interface presentation which includes the flowing steps 301 -306. At step 301 , a logic relationship between a main interface to be presented and respective sub-interfaces is determined according to functionality.
In the present embodiment, the main interface and respective sub-interfaces can be divided hierarchically according to functionality. For example, referring to Fig.4, the interface of the first level is an interface a which is the main interface. Below the main interface a, there are divided five interfaces of the second level, including an interface b1 , an interface b2, an interface b3, an interface b4 and an interface b5. Below the interface b1 , there are further divided three interfaces of the third level, including an interface c1 , an interface c2 and an interface c3. Further, similarly, there may be divided interfaces of up to the N-th level, including an interface n1 , an interface n2 and an interface n3, and so on.
At step 302, a multiple-face structure is constructed according to the determined logic relationship, wherein each face of the multiple-face structure corresponds to an interface, and when the interface has a sub-interface, the interface is adjacent to each sub-interface thereof.
Taking the logic relationship of Fig.4 as an example, a nine-face structure can be obtained according to the interface a, the interface b1 , the interface b2, the interface b3, the interface b4, the interface b5, the interface c1 , the interface c2 and the interface c3. The interface a is adjacent respectively to five interfaces, that is, the interface b1 , the interface b2, the interface b3, the interface b4 and the interface b5. The interface b1 is adjacent respectively to three interfaces, that is, the interface c1 , the interface c2 and the interface c3.
In the present disclosure, the multiple-face structure can be a hexahedron, a heptahedron, an octahedron, an enneahedron, a decanedron, a hendecahedron, a dodecahedron and a polyhedron with more faces, or can be a non-closed multiple-face structure.
At step 303, the main interface in the multiple-face structure is presented.
At step 304, after it is detected that function of one sub-interface is triggered, every sub-interface from the one sub-interface to the main interface is determined according to the logic relationship in the multiple-face structure.
In the present embodiment, detecting that function of one sub-interface is triggered includes at least one of: detecting that the function of a certain sub-interface is triggered on the main interface; detecting that the function of a certain sub-interface is triggered on a tray region; detecting that the function of a certain sub-interface is triggered in a right key menu; and detecting that the function of a certain sub-interface is triggered in a message box. Preferably, the main interface may maintain a function entry for a sub-interface, through which a corresponding sub-interface can be triggered. This way is more direct and easier to operate. Of course, the present disclosure also provides other possible implementations. In one way, it can be detected on a tray region that the function of a certain sub-interface is triggered. The tray region refers to a taskbar notification region of the system. Generally, applications currently running in the system, the network connection, a volume control icon, the time and date, icons defined by the user himself and so on are displayed in the tray region. For notebook computers, tablet computers and so on, the battery usage and so on may also be displayed. The specific ways of detecting whether the function of a certain sub-interface is triggered or not on the tray region is not limited. For example, it can be detected whether a click event, a mouse over event or the like occurs or not on a sub-interface icon. In another way, it can be detected whether the function of an interface is triggered or not in a right key menu (a tray menu). In a further way, it can also be detected whether the function of an interface is triggered or not in a message box. The message box refers to tips which are usually displayed on the lower right corner of a screen to prompt some timely messages to the user. At step 305, starting from the first sub-interface adjacent to the main interface, the every sub-interface is animatedly presented level by level according to the adjacency order.
The adjacency order refers to the adjacency order between respective faces in the multiple-face structure. The specific way of the animatedly presenting is not limited. For example, a sub-interface being opened can be presented with the effects as appearing from far to near, from small to big, from weak to strong, or the like. Between a sub-interface being opened and an interface having been opened, such an effect can be presented that two adjacent faces of the polyhedron are opened into one plane to be presented in a tiled manner, or the like. This is not limited by the present disclosure. In one application scenario of the present embodiment, the multiple-face structure is a cube. Referring to Fig.5, the specific description is made by taking three levels which include six interfaces in total as an example. The first level is the main interface A which includes four sub-interfaces of the second level, that is, an interface B, an interface C, an interface D and an interface E. The interface E further includes one sub-interface of the third level, that is, an interface F. As shown in Fig.6, a cubic structure can be obtained by constructing a multiple-face structure according to the above logic relationship. On the left side of Fig.6 is a structural diagram of the cube, in which the top face is the interface A, the four side faces are the interface B, the interface C, the interface D and the interface E, and the bottom face is the interface F. On the right side of Fig.6 is a schematic plane view of the cube after being unfolded, in which the interface A is adjacent to the four sub-interfaces thereof, that is, the interface B, the interface C, the interface D and the interface E, while the interface E is adjacent to the one sub-interface thereof, that is, the interface F.
In the present embodiment, starting from the first sub-interface adjacent to the main interface, the determined every sub-interfaces is animatedly presented level by level according to the adjacency order; thereby an effect that the main interface and sub- interfaces are presented simultaneously can be achieved, the association of multiple interfaces is highlighted, and the presentation is more intuitive. For example, referring to Fig.7, after the function of the sub-interface E in the cubic structure shown in Fig.6 is triggered, the main interface A and the sub-interface E are presented together, and after the function of the sub-interface F in the cubic structure shown in Fig.6 is triggered, the main interface A, the sub-interface E and the sub-interface F are presented together. Thus, an effect of simultaneously presenting multiple interfaces is achieved.
In another application scenario of the present embodiment, the multiple-face structure is a dodecahedron. Referring to Fig.8, The description is made by taking twelve interfaces as an example. The first level is the main interface A. Sub-interfaces of the second level includes an interface B, an interface C, an interface D, an interface D and an interface F, and these five interfaces are all sub-interfaces of the interface A. Sub- interfaces of the third level includes five sub-interfaces, in which an interface G is a sub-interface of the interface B, an interface H is a sub-interface of the interface C, an interface I is a sub-interface of the interface D, an interface J is a sub-interface of the interface E, and an interface K is a sub-interface of the interface F. There is one sub- interface in the fourth level, that is, an interface L, and the interface L is a sub-interface of the interface K. As shown in Fig.8, a dodecahedron structure can be obtained by constructing a multiple-face structure according to the above logic relationship, and the top face is the main interface A, the bottom face is the sub-interface L of the fourth level, and the side faces are the remaining respective sub-interfaces.
Refer to Fig.9 which is a schematic plane view of the dodecahedron of Fig.8 after being unfolded. After the function of the sub-interface J is triggered in the dodecahedron structure shown in Fig.8, respective interfaces (every interface) from the sub-interface J to the main interface A are presented together, including the interface of the first level, that is, the main interface A, an interface of the second level, that is, the sub-interface E of the main interface A, and an interface of the third level, that is, the sub-interface J of the sub-interface E. Thus, three interfaces in total are presented; thereby an effect of simultaneously presenting multiple interfaces is achieved.
It should be noted that, as described above, the multiple-face structure in the present disclosure is not limited to a closed multiple-face structure and may further be a non- closed multiple-face structure. For example, in the example shown in Fig.6, if there is no sub-interface F, the multiple-face structure in the example of Fig.6 can be a five-face structure having an opening, that is, a structure obtained after removing one face from a hexahedron. In the example shown in Fig.8, if there is no sub-interface J, the multiple-face structure in the example of Fig.8 can be an eleventh-face structure having an opening. At step 306, a closing hot region is presented around a sub-interface of an end level, and a certain sub-interface is animatedly closed when the closing hot region of the certain sub-interface is triggered. In the present embodiment, the position of the closing hot region can be set as needed, for example, can be set on the right, top, bottom, or the like of the sub-interface of the end level, which is not limited specifically by the present disclosure. The specific implementation of the animatedly closing is not limited either. For example, a sub- interface being closed can be presented with effects of appearing from near to far, from big to small, from strong to weak, or the like. Between a sub-interface being closed and an interface being presented, such an effect can be presented that two adjacent faces of a polyhedron are folded to an extent that only the interface being presented is left, or the like. This is not limited specifically by the present disclosure. Refer to Fig.10 which is one schematic diagram for animatedly opening and animatedly closing interfaces in the present embodiment. In the figure, on the top is a schematic diagram for opening interfaces, in which one main interface is opened firstly, and when the function of a certain sub-interface is triggered, the certain sub-interface is opened slowly on the right side of the main interface and is presented in an effect that one face of a cube is opened from the right, and the sub-interface is becoming bigger from small gradually and finally becomes as big as the main interface. On the bottom of the figure is a schematic diagram for closing interfaces, in which two interfaces have been opened, and on the left is the main interface while on the right is a sub-interface. A semicircular button (a closing hot area) is displayed to the right of the sub-interface. When a user clicks the button, the closing of the sub-interface is triggered, and the sub- interface becomes smaller from big gradually and is presented in an effect that one side face of the cube is folded to back until the sub-interface disappears completely. Such a way of animatedly opening and animatedly closing interfaces highlights the association between interfaces more, and interactive actions will not appear too abrupt, which meets mental models more and is easier to be accepted by users. The above method provided in the present embodiment determines a logic relationship between a main interface to be presented and respective sub-interfaces according to functionality beforehand, constructs a multiple-face structure according to the logic relationship, presents the main interface of the multiple-face structure first when presenting the interfaces, and after detecting that function of one sub-interface is triggered, determines every sub-interface from the one sub-interface to the main interface according to the logic relationship in the multiple-face structure and presents the determined every sub-interface. Therefore, an effect of the associated presentation of multiple interfaces is achieved, and the logical association between respective interfaces is reflected, which is more intuitive and can satisfy the requirement of a multiple-task scenario. For a scenario of parallel tasks, there is no need to switch function menus frequently; thereby the complexity of interface operations is reduced greatly, the effect of interface presentation and the interface utilization are improved, and the usability is enhanced.
(Fourth Embodiment)
Referring to Fig.1 1 , the present embodiment provides an apparatus for interface presentation which includes: a construction module 1 101 configured to determine a logic relationship between a main interface to be presented and respective sub- interfaces according to functionality, and to construct a multiple-face structure according to the logic relationship, wherein each face of the multiple-face structure corresponds to an interface, and when the interface has a sub-interface, the interface is adjacent to each sub-interface thereof; and a presentation module 1 102 configured to present the main interface in the multiple-face structure, and to, after detecting that function of one sub-interface is triggered, determine every sub-interface from the one sub-interface to the main interface according to the logic relationship in the multiple- face structure and present the every sub-interface. The presentation module 1 102 is further configured to animatedly present the every sub-interface level by level according to an adjacency order of interfaces in the multiple-face structure, by starting from a first sub-interface adjacent to the main interface.
The adjacency order refers to the adjacency order between respective faces in the multiple-face structure. The specific way of the animatedly presenting is not limited. For example, a sub-interface being opened can be presented with the effects as appearing from far to near, from small to big, from weak to strong, or the like. Between a sub-interface being opened and an interface having been opened, such an effect can be presented that two adjacent faces of the polyhedron are opened into one plane to be presented in a tiled manner, or the like. This is not limited by the present disclosure.
Further, the presentation module 1 102 is further configured to present a closing hot region around a sub-interface of an end level, and to animatedly close a certain sub- interface when the closing hot region of the certain sub-interface is triggered.
In the present embodiment, the position of the closing hot region can be set as needed, for example, can be set on the right, top, bottom, or the like of the sub-interface of the end level, which is not limited specifically by the present disclosure. The specific implementation of the animatedly closing is not limited either. For example, a sub- interface being closed can be presented with effects of appearing from near to far, from big to small, from strong to weak, or the like. Between a sub-interface being closed and an interface being presented, such an effect can be presented that two adjacent faces of a polyhedron are folded to an extent that only the interface being presented is left, or the like. This is not limited specifically by the present disclosure.
In the present embodiment, the presentation module 1 102 is further configured to, after detecting that the function of a sub-interface B of a certain sub-interface A among the presented every sub-interface is triggered, present the sub-interface B beside the sub- interface A according to the adjacency order of interfaces of the multiple-face structure.
In the present embodiment, the multiple-face structure includes a regular hexahedron or a polyhedron with more faces than a regular hexahedron.
In the present embodiment, the presentation module 1 102 includes at least one of: a first detection unit configured to detect that the function of a certain sub-interface is triggered on the main interface; a second detection unit configured to detect that the function of a certain sub-interface is triggered on a tray region; a third detection unit configured to detect that the function of a certain sub-interface is triggered in a right key menu; and a fourth detection unit configured to detect that the function of a certain sub- interface is triggered in a message box. Preferably, the main interface may maintain a function entry for a sub-interface, through which a corresponding sub-interface can be triggered. This way is more direct and easier to operate.
Of course, the present disclosure also provides other possible implementations. In one way, it can be detected on a tray region that the function of a certain sub-interface is triggered. The tray region refers to a taskbar notification region of the system. Generally, applications currently running in the system, the network connection, a volume control icon, the time and date, icons defined by the user himself and so on are displayed in the tray region. For notebook computers, tablet computers and so on, the battery usage and so on may also be displayed. The specific ways of detecting whether the function of a certain sub-interface is triggered or not on the tray region is not limited. For example, it can be detected whether a click event, a mouse over event or the like occurs or not on a sub-interface icon. In another way, it can be detected whether the function of an interface is triggered or not in a right key menu (a tray menu). In a further way, it can also be detected whether the function of an interface is triggered or not in a message box. The message box refers to tips which are usually displayed on the lower right corner of a screen to prompt some timely messages to the user.
The above apparatus provided in the present embodiment may perform the method provided in any one of the above method embodiments, the specific procedure thereof refers to the description in the method embodiments, and unnecessary details will not be given here.
The above apparatus provided in the present embodiment determines a logic relationship between a main interface to be presented and respective sub-interfaces according to functionality, constructs a multiple-face structure according to the logic relationship, presents the main interface of the multiple-face structure, and, after detecting that the function of one sub-interface is triggered, determines every sub- interface from the one sub-interface to the main interface according to the logic relationship in the multiple-face structure and presents the determined every sub- interface. Thus, an effect of the associated presentation of multiple interfaces is achieved, and the logical association between respective interfaces is reflected, which is more intuitive and can satisfy the requirement of a multiple-task scenario. For a scenario of parallel tasks, there is no need to switch function menus frequently; thereby the complexity of interface operations is reduced greatly, the effect of interface presentation and the interface utilization are improved, and the usability is enhanced.
(Fifth Embodiment)
Referring to Fig.12, the present embodiment provides an apparatus for user interface interaction which includes: a first request module 1201 configured to initiate a request to present one sub-interface when a main interface in a multiple-face structure has been represented; a first presentation module 1202 configured to determine every sub- interface from the one sub-interface to the main interface according to a logic relationship between the main interface and respective sub-interfaces and to present the every sub-interface; a second request module 1203 configured to initiate a request to present a sub-interface B of a certain sub-interface A; and a second presentation module 1204 configured to present the sub-interface B beside the sub-interface A according to an adjacency order of interfaces in the multiple-face structure. The multiple-face structure being constructed in a manner of determining the logic relationship between the main interface and respective sub-interfaces according to functionality, and constructing the multiple-face structure according to the logic relationship, wherein, each face of the multiple-face structure corresponds to an interface, and when the interface has a sub-interface, the interface is adjacent to each sub-interface thereof.
In one implementation, the first presentation module 1202 is further configured to animatedly present the every sub-interface level by level according to the adjacency order of interfaces in the multiple-face structure, by starting from a first sub-interface adjacent to the main interface.
In another implementation, the first presentation module 1202 or the second presentation module 1204 is further configured to trigger a closing hot region presented around a sub-interface of an end level, and to animatedly close the sub-interface.
In a further implementation, the first request module 1201 or the second request module 1203 includes at least one of: a first request unit configured to trigger a request for the function of a certain sub-interface on the main interface; a second request unit configured to trigger a request for the function of a certain sub-interface on a tray region; a third request unit configured to trigger a request for the function of a certain sub-interface in a right key menu; and a fourth request unit configured to trigger a request for the function of a certain sub-interface in a message box.
In the present embodiment, the multiple-face structure may include a regular hexahedron or a polyhedron with more faces than a regular hexahedron. The above apparatus provided in the present embodiment may perform the method provided in any one of the above method embodiments, and the specific procedure thereof is referenced to the description in the method embodiments and unnecessary details will not be given here.
The above apparatus provided in the present embodiment initiates a request to present one sub-interface when a main interface in a multiple-face structure has been represented; determines every sub-interface from the one sub-interface to the main interface according to a logic relationship between the main interface and respective sub-interfaces, and presenting the every sub-interface; initiates a request to present a sub-interface B of a certain sub-interface A; presents the sub-interface B beside the sub-interface A according to an adjacency order of interfaces of the multiple-face structure. An effect of the associated presentation of multiple interfaces is achieved, and the logical association between respective interfaces is reflected, which is more intuitive and can satisfy the requirement of a multiple-task scenario. For a scenario of parallel tasks, there is no need to switch function menus frequently; thereby the complexity of interface operations is reduced greatly, the effect of interface presentation and the interface utilization are improved, and the usability is enhanced.
It can be understood by those ordinary skilled in the art that all or part of steps for implementing the above embodiments may be completed by hardware or may be completed by a related hardware instructed by a program which may be stored in a computer readable storage medium which may be a read only memory, a disk, a compact disc or the like. For example, the present disclosure may be implemented as a computer readable storage medium having stored thereon a computer program containing a program code which, when executed on a computing device, performs respective steps of the method for interface presentation as describe above or respective steps of the method for user interface interaction as describe above. Fig.13 is a structural schematic diagram showing an example electronic device which can be used to implement respective embodiments of the present disclosure.
The electronic device 1300 shown in Fig.13 is only an example and is not limiting of the functionality and the scope of use of embodiments of the disclosure. As shown in Fig.13, the electronic device 1300 may be in a form of a general purpose computing device. Components of the electronic device 1300 may include, but are not limited to, one or more processors or processing units 1312, a system memory 1304, an I/O interface 1316, a network adapter 1318, a display 1320 and a bus 1314 that couples various components, and may be connected to an external device 1322.
The bus 1314 represents one or more of several types of bus structures. For example, such bus structures include, but are not limited to, Industry Standard Architecture (ISA) bus, Micro Channel Architecture (MCA) bus, Enhanced ISA (EISA) bus, Video Electronics Standards Association (VESA) local bus, Peripheral Component Interconnect (PCI) bus, and so on.
The electronic device 1300 typically includes a variety of computer system readable media. Such medium may be any readable media that is accessible by the electronic device 1300, and it includes both volatile and non-volatile media, and both removable and non-removable media.
The system memory 1304 can include readable media in the form of volatile memory, such as random access memory (RAM) 1306 and/or cache memory 1308. The electronic device 1300 may further include other removable/non-removable, volatile/non-volatile storage media. For example, the storage system 1310 (typically called a "hard drive") can be provided for reading from and writing to a non-removable, non-volatile magnetic media. Although not shown, a magnetic disk drive for reading from and writing to a removable, non-volatile magnetic disk (e.g., a "U disk"), and an optical disk drive for reading from or writing to a removable, non-volatile optical disk such as a CD-ROM, DVD-ROM or other optical media can be provided. In such instances, each drive can be connected to the bus 1314 by one or more data medium interfaces. The system memory 1304 may include at least one program product having a set (for example, at least one) of program modules which may be stored in the storage system 1310. The program module contains a computer executable program instruction. Such program modules are configured to perform functions of respective embodiments of the present disclosure by the processing units 1312 executing the program instruction therein. Such program modules include, but are not limited to, an operating system, one or more application programs, other program modules, and program data. Each of these examples of program modules or some combination thereof may include an implementation of a networking environment. The electronic device 1300 may also communicate with one or more external devices 1322 such as a keyboard, a mouse, the display 1320, etc.; and one or more devices that enable a user to interact with the electronic device 1300. Such communication can occur via the Input/Output (I/O) interface 1316. Further, the electronic device 1300 can also communicate with one or more networks such as a local area network (LAN), a general wide area network (WAN), and/or a public network (e.g., the Internet) via the network adapter 1318 such as a network card, modem, etc. As shown in Fig.13, the I/O interface 1316 and the network adapter 1318 communicates with the other modules of the electronic device 1300 via the bus 1314. It should be understood that although not shown, other hardware and/or software modules can be used in conjunction with the electronic device 1300. Such other hardware and/or software modules include, but are not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID systems, tape drives, and data archival storage systems, etc. Respective units or steps in respective embodiments of the present disclosure may all be implemented by executing program modules having computer program instructions in the electronic device 1300. The described above is only preferable embodiments of the present disclosure and is not intended to limit the present disclosure. Any modification, equivalent replacement, improvement, etc made within the spirit and principle of the present disclosure should all be contained within the protection scope of the present disclosure.

Claims

WHAT IS CLAIMED IS: 1 . A method for interface presentation, comprising:
determining a logic relationship between a main interface to be presented and respective sub-interfaces according to functionality;
constructing a multiple-face structure according to the logic relationship, wherein, each face of the multiple-face structure corresponds to an interface, and when the interface has a sub-interface, the interface is adjacent to each sub-interface thereof; presenting the main interface in the multiple-face structure; and
after detecting that function of one sub-interface is triggered, determining every sub-interface from the one sub-interface to the main interface according to the logic relationship in the multiple-face structure and presenting the every sub-interface.
2. The method according to claim 1 , wherein said presenting the every sub- interfaces comprises:
animatedly presenting the every sub-interface level by level according to an adjacency order of interfaces in the multiple-face structure, by starting from a first sub- interface adjacent to the main interface.
3. The method according to claim 1 , further comprising:
presenting a closing hot region around a sub-interface of an end level, and animatedly closing a certain sub-interface when the closing hot region of the certain sub-interface is triggered.
4. The method according to claim 1 , further comprising:
after detecting that the function of a sub-interface B of a certain sub-interface A among the presented every sub-interface is triggered, presenting the sub-interface B beside the sub-interface A according to the adjacency order of interfaces in the multiple-face structure.
5. The method according to any one of claims 1 -4, wherein said detecting that function of one sub-interface is triggered comprises at least one of:
detecting that the function of a certain sub-interface is triggered on the main interface;
detecting that the function of a certain sub-interface is triggered on a tray region; detecting that the function of a certain sub-interface is triggered in a right key menu; and
detecting that the function of a certain sub-interface is triggered in a message box.
6. The method according to any one of claims 1 -4, wherein the multiple-face structure includes a regular hexahedron or a polyhedron with more faces than a regular hexahedron.
7. A method for user interface interaction, comprising:
initiating a request to present one sub-interface when a main interface in a multiple-face structure has been represented;
determining every sub-interface from the one sub-interface to the main interface according to a logic relationship between the main interface and respective sub- interfaces, and presenting the every sub-interface;
initiating a request to present a sub-interface B of a certain sub-interface A; presenting the sub-interface B beside the sub-interface A according to an adjacency order of interfaces of the multiple-face structure,
the multiple-face structure being constructed in the a manner of:
determining the logic relationship between the main interface and respective sub-interfaces according to functionality; and constructing the multiple-face structure according to the logic relationship, wherein, each face of the multiple-face structure corresponds to an interface, and when the interface has a sub-interface, the interface is adjacent to each sub-interface thereof.
8. The method according to claim 7, wherein said presenting the every sub- interface comprises:
animatedly presenting the every sub-interface level by level according to the adjacency order of interfaces in the multiple-face structure, by starting from a first sub- interface adjacent to the main interface.
9. The method according to claim 7, further comprising:
triggering a closing hot region presented around a sub-interface of an end level; and
animatedly closing the sub-interface.
10. The method according to any one of claims 7-9, said initiating a request to present one sub-interface or initiating a request to present a sub-interface B of a certain sub-interface A comprises at least one of:
triggering a request for the function of a certain sub-interface on the main interface;
triggering a request for the function of a certain sub-interface on a tray region; triggering a request for the function of a certain sub-interface in a right key menu; and
triggering a request for the function of a certain sub-interface in a message box.
1 1 . An apparatus for interface presentation, comprising:
a construction module configured to determine a logic relationship between a main interface to be presented and respective sub-interfaces according to functionality, and to construct a multiple-face structure according to the logic relationship, wherein each face of the multiple-face structure corresponds to one interface, and when the interface has a sub-interface, the interface is adjacent to each sub-interface thereof; and
a presentation module configured to present the main interface in the multiple- face structure, and to, after detecting that function of one sub-interface is triggered, determine every sub-interface from the one sub-interface to the main interface according to the logic relationship in the multiple-face structure and present the every sub-interface.
12. The apparatus according to claim 1 1 , wherein the presentation module is configured to:
animatedly present the every sub-interface level by level according to an adjacency order of interfaces in the multiple-face structure, by starting from a first sub- interface adjacent to the main interface.
13. The apparatus according to claim 1 1 , wherein the presentation module is further configured to:
present a closing hot region around a sub-interface of an end level, and to animatedly close a certain sub-interface when the closing hot region of the certain sub- interface is triggered.
14. The apparatus according to claim 1 1 , wherein the presentation module is further configured to:
after detecting that the function of a sub-interface B of a certain sub-interface A among the presented every sub-interface is triggered, present the sub-interface B beside the sub-interface A according to the adjacency order of interfaces in the multiple-face structure.
15. The apparatus according to any one of claims 1 1 -14, wherein the presentation module comprises at least one of: a first detection unit configured to detect that the function of a certain sub- interface is triggered on the main interface;
a second detection unit configured to detect that the function of a certain sub- interface is triggered on a tray region;
a third detection unit configured to detect that the function of a certain sub- interface is triggered in a right key menu; and
a fourth detection unit configured to detect that the function of a certain sub- interface is triggered in a message box.
16. An apparatus for user interface interaction, comprising:
a first request module configured to initiate a request to present one sub- interface when a main interface in a multiple-face structure has been represented;
a first presentation module configured to determine every sub-interface from the one sub-interface to the main interface according to a logic relationship between the main interface and respective sub-interfaces and to present the every sub-interface; a second request module configured to initiate a request to present a sub- interface B of a certain sub-interface A;
a second presentation module configured to present the sub-interface B beside the sub-interface A according to an adjacency order of interfaces in the multiple-face structure,
the multiple-face structure being constructed in a manner of:
determining the logic relationship between the main interface and respective sub-interfaces according to functionality; and
constructing the multiple-face structure according to the logic relationship, wherein, each face of the multiple-face structure corresponds to an interface, and when the interface has a sub-interface, the interface is adjacent to each sub-interface thereof.
17. The apparatus according to claim 16, wherein the first presentation module is further configured to: animatedly present the every sub-interface level by level according to the adjacency order of interfaces in the multiple-face structure, by starting from a first sub- interface adjacent to the main interface.
18. The apparatus according to claim 16, wherein the first presentation module or the second presentation module is further configured to:
trigger a closing hot region presented around a sub-interface of an end level; and
animatedly close the sub-interface.
19. The apparatus according to any one of claims 16-18, wherein the first request module or the second request module comprises at least one of:
a first request unit configured to trigger a request for the function of a certain sub-interface on the main interface;
a second request unit configured to trigger a request for the function of a certain sub-interface on a tray region;
a third request unit configured to trigger a request for the function of a certain sub-interface in a right key menu; and
a fourth request unit configured to trigger a request for the function of a certain sub-interface in a message box.
20. A computer readable storage medium having stored thereon a computer program containing a program code which, when executed on a computing device, performs respective steps of the method for interface presentation according to any one of claims 1 -6 or respective steps of the method for user interface interaction according to any one of claims 7-10.
PCT/CN2014/070288 2013-01-17 2014-01-08 Method and apparatus for interface presentation, method and apparatus for user interface interaction, and computer readable storage medium Ceased WO2014110993A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US14/260,683 US10606447B2 (en) 2013-01-17 2014-04-24 Method and apparatus for interface presentation, method and apparatus for user interface interaction, and computer readable storage medium

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201310017466.8A CN103941954B (en) 2013-01-17 2013-01-17 Show method and apparatus, the method and apparatus of user interface interaction at interface
CN201310017466.8 2013-01-17

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US14/260,683 Continuation US10606447B2 (en) 2013-01-17 2014-04-24 Method and apparatus for interface presentation, method and apparatus for user interface interaction, and computer readable storage medium

Publications (1)

Publication Number Publication Date
WO2014110993A1 true WO2014110993A1 (en) 2014-07-24

Family

ID=51189641

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2014/070288 Ceased WO2014110993A1 (en) 2013-01-17 2014-01-08 Method and apparatus for interface presentation, method and apparatus for user interface interaction, and computer readable storage medium

Country Status (3)

Country Link
US (1) US10606447B2 (en)
CN (1) CN103941954B (en)
WO (1) WO2014110993A1 (en)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10679608B2 (en) * 2016-12-30 2020-06-09 Google Llc Conversation-aware proactive notifications for a voice interface device
CN106874013B (en) * 2017-03-01 2020-10-23 网易(杭州)网络有限公司 Interface display method and device
CN107256149B (en) * 2017-05-26 2021-03-30 北京小米移动软件有限公司 User interface update method and device
CN108922297A (en) * 2018-07-13 2018-11-30 上海城投污水处理有限公司 AAO-MBR technique Training Methodology and its training system
CN112052105A (en) * 2020-09-04 2020-12-08 京东数字科技控股股份有限公司 Interface calling method, apparatus, electronic device and computer readable medium
CN112015846B (en) * 2020-10-16 2021-01-08 中国气象局气象探测中心 Meteorological state comprehensive evaluation method and system based on data service platform
CN113031846B (en) * 2021-03-24 2022-04-26 北京字节跳动网络技术有限公司 Method and device for displaying description information of task and electronic equipment

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101644985A (en) * 2008-08-06 2010-02-10 比亚迪股份有限公司 Method, system and equipment for displaying terminal user interface
CN102236720A (en) * 2011-07-28 2011-11-09 江苏联著实业有限公司 Multi-dimensional telescopic stereo menu navigation system for internet terminal
CN102339210A (en) * 2010-07-16 2012-02-01 Lg电子株式会社 Electronic device and interface method for controlling the display of the layers in the device

Family Cites Families (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6266098B1 (en) * 1997-10-22 2001-07-24 Matsushita Electric Corporation Of America Function presentation and selection using a rotatable function menu
US6938218B1 (en) * 2000-04-28 2005-08-30 James Nolen Method and apparatus for three dimensional internet and computer file interface
US6925611B2 (en) * 2001-01-31 2005-08-02 Microsoft Corporation Navigational interface for mobile and wearable computers
US7246329B1 (en) * 2001-05-18 2007-07-17 Autodesk, Inc. Multiple menus for use with a graphical user interface
US7007242B2 (en) * 2002-02-20 2006-02-28 Nokia Corporation Graphical user interface for a mobile device
US7240292B2 (en) * 2003-04-17 2007-07-03 Microsoft Corporation Virtual address bar user interface control
US7833592B2 (en) * 2003-07-30 2010-11-16 Agc Glass Europe Glazing panel
KR100608589B1 (en) * 2004-07-24 2006-08-03 삼성전자주식회사 3D motion graphic user interface and method and apparatus for providing same
US20070136681A1 (en) * 2005-12-08 2007-06-14 Syntax Brillian Corp. On-screen display for configuring a display apparatus using graphic icons
JP2007287135A (en) * 2006-03-20 2007-11-01 Denso Corp Image display control device and program for image display control device
US7996788B2 (en) * 2006-05-18 2011-08-09 International Apparel Group, Llc System and method for navigating a dynamic collection of information
TWI418200B (en) * 2007-04-20 2013-12-01 Lg Electronics Inc Mobile terminal and screen displaying method thereof
KR100973354B1 (en) * 2008-01-11 2010-07-30 성균관대학교산학협력단 Menu user interface providing apparatus and method
US8997018B2 (en) * 2008-03-04 2015-03-31 Synaptics Incorporated Presenting a menu
US8175653B2 (en) * 2009-03-30 2012-05-08 Microsoft Corporation Chromeless user interface
KR101608764B1 (en) * 2009-07-14 2016-04-04 엘지전자 주식회사 Mobile terminal and method for controlling display thereof
US8375329B2 (en) * 2009-09-01 2013-02-12 Maxon Computer Gmbh Method of providing a graphical user interface using a concentric menu
US8943442B1 (en) * 2009-12-21 2015-01-27 Lucasfilm Entertainment Company Ltd. Controlling operations for execution
KR101721539B1 (en) * 2010-02-11 2017-03-30 삼성전자주식회사 Method and apparatus for providing user interface in mobile terminal
KR20120017649A (en) * 2010-08-19 2012-02-29 삼성전자주식회사 Display device and control method thereof
US9360991B2 (en) * 2011-04-11 2016-06-07 Microsoft Technology Licensing, Llc Three-dimensional icons for organizing, invoking, and using applications
US9405435B2 (en) * 2011-11-02 2016-08-02 Hendricks Investment Holdings, Llc Device navigation icon and system, and method of use thereof
US20150317058A1 (en) * 2014-05-02 2015-11-05 Aitoc, Inc. Computer-implemented methods and systems for organizing information in three-dimensional concept maps

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101644985A (en) * 2008-08-06 2010-02-10 比亚迪股份有限公司 Method, system and equipment for displaying terminal user interface
CN102339210A (en) * 2010-07-16 2012-02-01 Lg电子株式会社 Electronic device and interface method for controlling the display of the layers in the device
CN102236720A (en) * 2011-07-28 2011-11-09 江苏联著实业有限公司 Multi-dimensional telescopic stereo menu navigation system for internet terminal

Also Published As

Publication number Publication date
CN103941954B (en) 2018-06-15
HK1199525A1 (en) 2015-07-03
CN103941954A (en) 2014-07-23
US20140229900A1 (en) 2014-08-14
US10606447B2 (en) 2020-03-31

Similar Documents

Publication Publication Date Title
US10606447B2 (en) Method and apparatus for interface presentation, method and apparatus for user interface interaction, and computer readable storage medium
US10048856B2 (en) Configuring a user interface based on an experience mode transition
US9857943B2 (en) Method for managing task on terminal device, and terminal device
RU2623198C2 (en) Diagonal sliding gesture for selection and permutation
JP7522927B2 (en) Operation method and device
US20180095598A1 (en) Information processing method, electronic device, and information processing apparatus
US20130033436A1 (en) Electronic device, controlling method thereof and computer program product
KR20140058510A (en) On-demand tab rehydration
US9454396B2 (en) Thin client computing device having touch screen interactive capability support
TWI616803B (en) Screen zooming and operation method, device and computer program product
CN105117002B (en) The table hat and the operating method of intelligent watch of a kind of intelligent watch
US20140298245A1 (en) Display Instance Management
KR102915933B1 (en) Interaction methods and devices for video calls
CN111857453B (en) Function interface display method, computer equipment and storage medium
JP2023530395A (en) APP ICON CONTROL METHOD, APPARATUS AND ELECTRONIC DEVICE
WO2020056981A1 (en) Notification method in full screen immersive environment and mobile terminal
CN107515707B (en) Mobile terminal multilevel menu control method and system, storage medium, electronic equipment
JP2015095219A (en) Information processing apparatus, information processing method, and storage medium
CN110187952B (en) Method, device, terminal and storage medium for storing content
CN111694490A (en) Setting method and device and electronic equipment
CN113282213A (en) Interface display method and device
US20120212431A1 (en) Electronic device, controlling method thereof and computer program product
WO2026012319A1 (en) Page display method and related device
CN115562544A (en) Display device and revocation method
TW201220132A (en) Electronic device and method for rendering virtual keys

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: 14740737

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 11.12.2015)

122 Ep: pct application non-entry in european phase

Ref document number: 14740737

Country of ref document: EP

Kind code of ref document: A1