CN102999258B - 电子装置及快速定位菜单选项的方法 - Google Patents

电子装置及快速定位菜单选项的方法 Download PDF

Info

Publication number
CN102999258B
CN102999258B CN201110271658.2A CN201110271658A CN102999258B CN 102999258 B CN102999258 B CN 102999258B CN 201110271658 A CN201110271658 A CN 201110271658A CN 102999258 B CN102999258 B CN 102999258B
Authority
CN
China
Prior art keywords
menu
menu option
coordinate
sub
dialog box
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.)
Expired - Fee Related
Application number
CN201110271658.2A
Other languages
English (en)
Other versions
CN102999258A (zh
Inventor
犹强
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.)
Shenzhen Yuzhan Precision Technology Co ltd
Hon Hai Precision Industry Co Ltd
Original Assignee
Shenzhen Yuzhan Precision Technology Co ltd
Hon Hai Precision Industry 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 Shenzhen Yuzhan Precision Technology Co ltd, Hon Hai Precision Industry Co Ltd filed Critical Shenzhen Yuzhan Precision Technology Co ltd
Priority to CN201110271658.2A priority Critical patent/CN102999258B/zh
Priority to TW100135107A priority patent/TWI512592B/zh
Priority to US13/489,604 priority patent/US20130067403A1/en
Publication of CN102999258A publication Critical patent/CN102999258A/zh
Application granted granted Critical
Publication of CN102999258B publication Critical patent/CN102999258B/zh
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • G06F3/0482Interaction with lists of selectable items, e.g. menus

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • User Interface Of Digital Computer (AREA)
  • Digital Computer Display Output (AREA)

Abstract

一种电子装置,包括:一显示单元,用于显示一用户界面,该用户界面包括多个操作对象;一输入单元,用于响应用户在其中一个操作对象上的点击操作,产生第一控制信号;一控制单元,用于根据第一控制信号控制显示单元显示与被点击的操作对象对应的菜单信息,该菜单信息包括多个菜单选项;其中,该输入单元还用于响应用户在其中一个菜单选项上的点击操作,产生第二控制信号;该控制单元还根据第二控制信号侦测被点击的菜单选项的坐标(x,y),并根据该坐标(x,y)控制显示单元显示与被点击的菜单选项对应的对话框。本发明还提供了一种快速定位菜单选项的方法。

Description

电子装置及快速定位菜单选项的方法
技术领域
本发明涉及一种电子装置及快速定位菜单选项的方法。
背景技术
在智能电子设备中,用户常常会进行增加、删除、修改等功能的操作,以电脑为例。如图1所示,在用户界面801中,当用户需要对某个文件夹(图未示)进行删除的时候,首先用户使用鼠标右键点击该文件夹,此时会弹出菜单信息802,该菜单信息802包括多个菜单选项902,例如“删除”菜单选项等。随后,用户点击菜单信息802中的“删除”菜单选项902时,会弹出删除文件夹的对话框803,该对话框803包括供用户选择“是”或“否”的子菜单选项903。最后,用户点击“是”的子菜单选项903,即可实现对该文件夹的删除。
然而,该对话框803通常显示于显示单元的中间位置,从菜单选项902到“是”的子菜单选项903的位置会发生距离S的变化,也即,用户需要将鼠标移动距离S才能定位到“是”的子菜单选项903,这样就给用户的操作带来了不便。
发明内容
鉴于此,有必要提供一种可快速定位菜单选项的电子装置。
还有必要提供一种快速定位菜单选项的方法。
一种电子装置,包括:一显示单元,用于显示一用户界面,该用户界面包括多个操作对象;一输入单元,用于响应用户在其中一个操作对象上的点击操作,产生第一控制信号;一控制单元,用于根据第一控制信号控制显示单元显示与被点击的操作对象对应的菜单信息,该菜单信息包括多个菜单选项;其中,该输入单元还用于响应用户在其中一个菜单选项上的点击操作,产生第二控制信号;该控制单元还根据第二控制信号侦测被点击的菜单选项的坐标(x,y),并根据该坐标(x,y)控制显示单元显示与被点击的菜单选项对应的对话框。
一种快速定位菜单选项的方法,包括以下步骤:显示一用户界面,该用户界面包括多个操作对象;响应用户在其中一个操作对象上的点击操作,显示与被点击的操作对象对应的菜单信息,该菜单信息包括多个菜单选项;响应用户在其中一个菜单选项上的点击操作,侦测被点击的菜单选项的坐标(x,y),并根据该坐标(x,y)来显示与被点击的菜单选项对应的对话框。
该快速定位菜单选项电子装置根据定位菜单选项的坐标,将子菜单选项显示于距菜单选项最近的可操作位置,使得用户仅需由菜单选项滑动很短的位置至子菜单选项,就可以完成操作,增加了用户操作的便利性。
附图说明
图1为传统方式中操作菜单选项的用户界面示意图。
图2为一较佳实施方式电子装置的模块图。
图3为图2中电子装置的第一实施例用户界面的示意图。
图4为图2中显示***的另一实施例用户界面的示意图。
图5为一种可快速定位菜单选项的方法流程图。
主要元件符号说明
电子装置 100
显示单元 10
输入单元 20
控制单元 30
用户界面 101、801
菜单信息 102、802
对话框 103、803
菜单选项 402、902
子菜单选项 403、903
方法 500
步骤 S501~S509
如下具体实施方式将结合上述附图进一步说明本发明。
具体实施方式
请参照图2,电子装置100包括显示单元10、输入单元20及控制单元30。显示单元10用于显示一用户界面101,用户界面101包括多个操作对象(图未示)。
输入单元20用于响应用户在其中一个操作对象上的点击操作,产生第一控制信号。在本实施方式中,该操作对象以文件夹为例进行说明,该输入单元20可为鼠标或触摸屏等。
控制单元30用于根据第一控制信号控制显示单元10显示与该被点击的操作对象对应的菜单信息102。如图3所示,该菜单信息102包括多个菜单选项402(“选项1”、“选项2”和“选项3”),例如,“删除”等菜单选项。在本实施方式中,该点击操作为鼠标右键点击。
输入单元20还用于响应用户在其中一个菜单选项402上的点击操作,产生第二控制信号。
控制单元30还用于根据第二控制信号侦测该被点击的菜单选项402的坐标(x,y),并根据该坐标(x,y)控制显示单元10显示与该被点击的菜单选项402对应的对话框103,该对话框103中包括多个子菜单选项403。在本实施方式中,被点击的菜单选项402以“删除”菜单选项为例进行说明,该点击操作为鼠标左键点击。
具体地,该控制单元30还进一步侦测该对话框103中子菜单选项403的个数,并将子菜单选项403的个数与一预定值的大小比较。若该子菜单选项403的个数小于或等于该预定值,则控制单元30控制显示单元10将对话框103中的所有子菜单选项403显示于以该坐标(x,y)为中心的一区域范围内。在本实施例中,该预定值为2,该区域范围是指以该坐标(x,y)为圆心、半径为D的圆周范围。
若该子菜单选项403的个数大于该预定值,如图4所示中的4个子菜单选项403,则控制单元30确定该所有子菜单选项403的中心坐标M(x1,y1),将该中心坐标M(x1,y1)定位于以坐标(x,y)为圆心、半径为D的圆周范围内,并控制显示单元10显示定位后的对话框103。
在本实施方式中,可以预先设置半径D的值远小于图1中的距离S。从图3及图4中明显可以看出,子菜单选项403的显示位置位于菜单选项402的附近,也即从菜单选项402的显示位置到子菜单选项403的显示位置的距离很小,也即用户的两次点击操作的位置的移动距离较短,给用户带来了方便。
请参照图5,为一较佳实施方式的快速定位菜单选项的方法500的流程图。该方法500应用于电子装置100中,可以实现对菜单选项的快速定位,该方法500包括以下步骤:
步骤S501,于显示单元10上显示一用户界面101,该用户界面101包括多个操作对象。
步骤S502,响应用户在其中一个操作对象上的点击操作,显示与被点击的操作对象对应的菜单信息102,该菜单信息102包括多个菜单选项402。
步骤S503,响应用户在其中一个菜单选项402上的点击操作,侦测被点击的菜单选项402的坐标(x,y)。
步骤S504,根据该坐标(x,y)显示与被点击的菜单选项402对应的对话框103。
步骤S505,侦测该对话框103中子菜单选项403的个数。
步骤S506,比较该子菜单选项403的个数与一预定值的大小。在本实施例中,该预定值为2。
步骤S507,若该子菜单选项403的个数小于或等于该预定值,则将对话框103中的所有子菜单选项403显示于以该坐标(x,y)为中心的一区域范围内,步骤S507跳至步骤S509执行。在本实施例中,该区域范围是指以该坐标(x,y)为圆心、半径为D的圆周范围。
步骤S508,若该子菜单选项403的个数大于该预定值,则确定该对话框103中所有子菜单选项403的中心坐标(x1,y1),并将该中心坐标(x1,y1)定位于以坐标(x,y)为圆心、半径为D的圆周范围内,步骤S507跳至步骤S509执行。
步骤S509,显示定位后的对话框103。

Claims (8)

1.一种电子装置,包括:
一显示单元,用于显示一用户界面,该用户界面包括多个操作对象;
一输入单元,用于响应用户在其中一个操作对象上的点击操作,产生第一控制信号;
一控制单元,用于根据第一控制信号控制显示单元显示与被点击的操作对象对应的菜单信息,该菜单信息包括多个菜单选项;
其中,该输入单元还用于响应用户在其中一个菜单选项上的点击操作,产生第二控制信号;该控制单元还根据第二控制信号侦测被点击的菜单选项的坐标(x,y),并根据该坐标(x,y)控制显示单元显示与被点击的菜单选项对应的对话框,该控制单元还进一步侦测该对话框中子菜单选项的个数,并将该子菜单选项的个数与一预定值进行比较;若该子菜单选项的个数小于或等于该预定值,则控制单元控制显示单元将对话框中的所有子菜单选项显示于以该坐标(x,y)为中心的一区域范围内。
2.如权利要求1所述的电子装置,其特征在于:若该子菜单选项的个数大于该预定值,则控制单元确定对话框中所有子菜单选项的中心坐标(x1,y1),将该中心坐标(x1,y1)定位于以坐标(x,y)为圆心、半径为D的圆周范围内,并控制显示单元显示定位后的对话框。
3.如权利要求1或2所述的电子装置,其特征在于:该预定值为2。
4.如权利要求1所述的电子装置,其特征在于:该区域范围是指以该坐标(x,y)为圆心、半径为D的圆周范围。
5.一种快速定位菜单选项的方法,包括以下步骤:
显示一用户界面,该用户界面包括多个操作对象;
响应用户在其中一个操作对象上的点击操作,显示与被点击的操作对象对应的菜单信息,该菜单信息包括多个菜单选项;
响应用户在其中一个菜单选项上的点击操作,侦测被点击的菜单选项的坐标(x,y),并根据该坐标(x,y)显示与被点击的菜单选项对应的对话框,侦测该对话框中子菜单选项的个数;将该子菜单选项的个数与一预定值进行比较;若该子菜单选项的个数小于或等于该预定值,则将对话框中的所有子菜单选项显示于以该坐标(x,y)为中心的一区域范围内。
6.如权利要求5所述的方法,还包括以下步骤:
若该子菜单选项的个数大于该预定值,则确定该对话框中所有子菜单选项的中心坐标(x1,y1),将该中心坐标(x1,y1)定位于以坐标(x,y)为圆心、半径为D的圆周范围内,并显示定位后的对话框。
7.如权利要求5或6所述的方法,其特征在于:该预定值为2。
8.如权利要求5所述的方法,其特征在于:该区域范围是指以该坐标(x,y)为圆心、半径为D的圆周范围。
CN201110271658.2A 2011-09-14 2011-09-14 电子装置及快速定位菜单选项的方法 Expired - Fee Related CN102999258B (zh)

Priority Applications (3)

Application Number Priority Date Filing Date Title
CN201110271658.2A CN102999258B (zh) 2011-09-14 2011-09-14 电子装置及快速定位菜单选项的方法
TW100135107A TWI512592B (zh) 2011-09-14 2011-09-28 電子裝置及其用戶界面顯示方法
US13/489,604 US20130067403A1 (en) 2011-09-14 2012-06-06 Electronic device and method for displaying user interface

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201110271658.2A CN102999258B (zh) 2011-09-14 2011-09-14 电子装置及快速定位菜单选项的方法

Publications (2)

Publication Number Publication Date
CN102999258A CN102999258A (zh) 2013-03-27
CN102999258B true CN102999258B (zh) 2017-05-10

Family

ID=47831012

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201110271658.2A Expired - Fee Related CN102999258B (zh) 2011-09-14 2011-09-14 电子装置及快速定位菜单选项的方法

Country Status (3)

Country Link
US (1) US20130067403A1 (zh)
CN (1) CN102999258B (zh)
TW (1) TWI512592B (zh)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104951193B (zh) * 2015-05-19 2018-07-10 腾讯科技(深圳)有限公司 菜单显示方法及装置
CN105302422A (zh) * 2015-12-10 2016-02-03 魅族科技(中国)有限公司 信息输入方法和信息输入装置
CN108234389A (zh) * 2016-12-14 2018-06-29 盛趣信息技术(上海)有限公司 一种客户端验证方法和***

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1523481A (zh) * 2002-11-29 2004-08-25 �ձ����ŵ绰��ʽ���� 链接内容浏览支持装置及其方法、程序和记录媒介
CN101540794A (zh) * 2008-03-21 2009-09-23 Lg电子株式会社 移动终端及其屏幕显示方法
CN102053790A (zh) * 2009-10-30 2011-05-11 株式会社泛泰 用户接口装置和方法

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6018340A (en) * 1997-01-27 2000-01-25 Microsoft Corporation Robust display management in a multiple monitor environment
US5886694A (en) * 1997-07-14 1999-03-23 Microsoft Corporation Method for automatically laying out controls in a dialog window
US6750887B1 (en) * 2000-06-02 2004-06-15 Sun Microsystems, Inc. Graphical user interface layout manager
US20020175916A1 (en) * 2001-04-16 2002-11-28 Nichols Michael R. Method for presenting circular dialog windows
US6971068B2 (en) * 2001-07-26 2005-11-29 International Business Machines Corporation Dialog box positioning
US6801230B2 (en) * 2001-12-18 2004-10-05 Stanley W. Driskell Method to display and manage computer pop-up controls
US7663605B2 (en) * 2003-01-08 2010-02-16 Autodesk, Inc. Biomechanical user interface elements for pen-based computers
US8245156B2 (en) * 2008-06-28 2012-08-14 Apple Inc. Radial menu selection
US20100125804A1 (en) * 2008-11-18 2010-05-20 International Business Machines Corporation Object positioning in a graphical user interface
US9436380B2 (en) * 2009-05-19 2016-09-06 International Business Machines Corporation Radial menus with variable selectable item areas

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1523481A (zh) * 2002-11-29 2004-08-25 �ձ����ŵ绰��ʽ���� 链接内容浏览支持装置及其方法、程序和记录媒介
CN101540794A (zh) * 2008-03-21 2009-09-23 Lg电子株式会社 移动终端及其屏幕显示方法
CN102053790A (zh) * 2009-10-30 2011-05-11 株式会社泛泰 用户接口装置和方法

Also Published As

Publication number Publication date
TW201312444A (zh) 2013-03-16
TWI512592B (zh) 2015-12-11
US20130067403A1 (en) 2013-03-14
CN102999258A (zh) 2013-03-27

Similar Documents

Publication Publication Date Title
US11868606B2 (en) Displaying options, assigning notification, ignoring messages, and simultaneous user interface displays in a messaging application
US20210191582A1 (en) Device, method, and graphical user interface for a radial menu system
US11487426B2 (en) Apparatus and method for cursor control and text selection and editing based on gesture-based touch inputs received in a virtual keyboard display area
JP6902116B2 (ja) タッチ感知ディスプレイを備えた電子デバイス上に同時に表示される複数のアプリケーションと対話するシステム及び方法
US10572119B2 (en) Device, method, and graphical user interface for displaying widgets
US10156967B2 (en) Device, method, and graphical user interface for tabbed and private browsing
US9898111B2 (en) Touch sensitive device and method of touch-based manipulation for contents
EP3736675B1 (en) Method for performing operation on touchscreen and terminal
CN103064627B (zh) 一种应用程序管理方法及装置
US20160357422A1 (en) Multiple Device Configuration Template
EP2701054A2 (en) Method and apparatus for constructing a home screen in a terminal having a touch screen
US20130007666A1 (en) Electronic device with touch screen device, method of moving function icon and computer readable storage media comprising computer executable instructions
US10331297B2 (en) Device, method, and graphical user interface for navigating a content hierarchy
US9465470B2 (en) Controlling primary and secondary displays from a single touchscreen
US20200097164A1 (en) Linking Multiple Windows in a User Interface Display
US20130141467A1 (en) Data display method and mobile device adapted thereto
CN103809884B (zh) 一种触控反馈方法、触控反馈屏及电子设备
CN104834430A (zh) 图标移动方法及装置
US10613732B2 (en) Selecting content items in a user interface display
CN105227985A (zh) 显示设备及其控制方法
CN102999258B (zh) 电子装置及快速定位菜单选项的方法
KR101529886B1 (ko) 제스처 기반 3d 그래픽 사용자 인터페이스 제공방법
CN106126107B (zh) 电子设备和控制方法
US20150100918A1 (en) Electronic Device and User Interface Operating Method Thereof
CN105320409A (zh) 一种具有触摸显示屏的终端设备及其管理方法

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20170510

Termination date: 20170914

CF01 Termination of patent right due to non-payment of annual fee